/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
font-family: lucida grande, palatino linotype, times new roman, serif;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography p, .typography ul, .typography ol, .typography li {
	padding: 0;
	margin: 0;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #333;
 	line-height: 24px;
 	font-size: 16px;
	margin: 0 0 18px 0;
}

.typography .faqpage p { 
background: #efefef;
padding: 20px;
font-size: 0.9em;
margin-bottom: 20px;
}



	.typography p.small { 
	 	font-size: 12px;
		margin: 0 0 5px 0;
	}
.typography .twocolumn p {
font-size: 1.4em;
text-align: center;
margin: 5px 0px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #333;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */


.typography a { 
 	text-decoration: underline; 
	color: #0075da;
}
	.typography a:hover { 
 		text-decoration: none;
	}
	
	.typography a.button2, .typography a.button2:visited {
	background: url(../images/button2.png) 0px 0px no-repeat;
	display: block;
	float: right;
	width: 278px;
	height: 63px;
	line-height: 63px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	}
	
	.typography .rightcolumn a.button2, .typography .rightcolumn a.button2:visited {
	float: none;
	margin-top: 10px;
	}

	/* 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;
	}
	.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$=".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;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 10px 0 30px 24px;
	list-style: none;
}
	.typography li {
		margin: 7px 10px 10px 10px;
		background: url(../images/bullet.png) 0px 3px no-repeat;
		padding-left: 18px;
		}
		
			.typography .pageintro li {
		font-size: 0.8em;
		margin-bottom: 5px;
		background: url(../images/bullet2.png) 0px 4px no-repeat;

		}
		
.typography .module1b ul {
margin: 7px 10px 0px 10px;
padding: 0px;
}

.typography .module1b ul li {
background: none;
border-bottom: 1px solid #ccc;
padding: 10px 0px;
margin: 0px;
font-size: 0.8em;
color: #333;
}

.typography #Footer #footermenu li {
float: left;
width: 160px;
border-right: 1px solid #F28A1B;
background: none;
text-align: center;
padding: 0px;
margin: 0px;
}

.typography #Footer #footermenu li#number1, .typography #Footer #footermenu li#number8, .typography #Footer #footermenu li#number9 {
width: 100px;
}
.typography #Footer #footermenu li#number12, .typography #Footer #footermenu li#number2 {
width: 120px;
}
.typography #Footer #footermenu li#number7 {
width: 80px;
}

.typography #Footer #footermenu li a, .typography #Footer #footermenu li a:visited {
color: #333;
font-size: 0.8em;
text-decoration: none;
}
	
		.typography hr {
		border: 1px solid #eee;
		height: 1px;
		margin-bottom: 30px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

a img, img a, img {
	border: none;
}
a {
	outline: none;
}


.typography h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: left;
}

.typography .speechbubble h1 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
}

.typography h1 strong {
	color: #fff;
	background: #F2710A;
}
.typography h2 { 
 	font-size: 1.3em; 
	font-weight: bold;
	color: #333;
}	

.typography .twocolumn h2 { 
 	font-size: 1.6em; 
	font-weight: bold;
	color: #fff;
	/* background: url(../images/highlight.png) 50% 0% no-repeat; */
	background: #F2891C;
	width: 80%;
	margin: 0px auto;
	text-align: center;
}	



.typography h3 {
padding: 0px 0 5px 0px;
	color: #333;
	font-size: 1.1em;
}
.typography h4 {
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	}
	
.typography .module1b h4 {
height: 57px;
}

.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */

.typography .left {
float: left;
}

.typography .homepagecontent .left {
margin: 20px 10px 0px 0px;
}

.typography .inforContainer .left {
width: 100px;
	height: 100%;
	float: left;
	margin-left: 17px;
}




.typography .supporting .left {
margin-right: 10px;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}


div.headerContainer {
	width: 100%;
	height: 75px;
	background: url(../images/bg-header.png) repeat-x;
}
div.header {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}
div.header a img  {
	display: block;
	float: left;
	margin: 5px 0 0 2px;
}

div.header #Navigation {
float: left;
width: 500px;
}

div.header #Navigation li {
float: left;
background: none;
margin: 0px;
padding: 0px;
}

div.header #Navigation a.link, div.header #Navigation a.section {
	text-decoration: none;
	font-size: 0.8em;
	color: #FFF;
	margin: 28px 0 0 20px;
	display: block;
	text-transform: lowercase;
	padding: 5px;
}

div.header #Navigation a.section {
background: #484848;
}
div.header #Navigation a.link:hover, div.header #Navigation a.section:hover {
background: #484848;	
}

.twitterfacebook p {
color: #efefef;
padding: 15px 5px 0px 0px;
float: left;
width: 105px;
}
