/*
 * (c) Klaus Brunschede (www.working-solutions.de)
 * Silverstripe Template
 */ 
 body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100.01%
}

#navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
}

#navigation li {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: none;
    float: left;
}

#navigation a {
    color: #C02126 !important;
    font-size: 1.1em !important;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

#navigation a:hover {
    border-bottom: 3px solid #C02126;
}

#content h1, h2, h3, h4, h5, p, ul {
    padding: 5px 20px 0 20px;
}

#content h1 {
    font-size: .9em;
    font-weight: bold;
    color: #C02126;
}

#content h2, h3, h4, h5 {
    font-weight: bold;
    font-size: .8em;
}
#footer p{ margin: 0; font-size:0.685em; text-align:center;}
#content p, li {
    font-size: .7em;
    color: #000000;
    font-weight: lighter;
}

#content li {
    list-style-position: inside;
    list-style-type: square;
}

#content a {
    color: #C02126;
    text-decoration: underline;
}

#content a:hover {
    color: #666666;
}
#CommentHolder li{ font-size: 1.0em; list-style:none; margin:0;}

/* LINK ICONS - shows type of file
	------------------------------------ */

	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".txt"],
	.typography a[href$=".TXT"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/text-file.gif) no-repeat left center;
	}
		.typography a[href$=".rtf"],
	.typography a[href$=".RTF"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/edit-page-yellow.gif) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}