/** 
 * 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.
 */



/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #000;
 	line-height: 18px;
 	font-size: 11px;
	margin: 0 0 18px 0;
	font-size:1.6em;
}
	.typography p.checkbox {
		margin:0!important;
	}
/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	color: #777;
	font-style: italic;
	float:left;
	width:280px;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

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

.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/* 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$=".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: 0 0 18px 12px;
	color: #000;
	font-size:1.6em;
}
	.typography li {
		margin: 5px 0px;
	}

.typography ol {
	list-style-position:inside;
}
	.typography ol li{
		background:url(../images/olbg.png) no-repeat;
		color:#000;
		line-height:26px;
		padding-left:9px;
	}
		.typography ol li:before {
			color:#fff;
		}
	.typography ol li strong{
		color:#000;
		font-weight:normal;
	}
	
.typography .FormHeading {
	color:#000!important;
	font-size:39px;
	text-align:center;
	width:100%;
	font-weight:bold;
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #000; 
	/*margin: 0 0 18px 0;*/
	font-weight: bold;
	font-family: Helvetica, Verdana, sans-serif;
}

.typography h1 {
	font-size: 3.9em;
}
	.typography h1 em {
		background:#b0d000 url(../images/headerem.png) repeat-x left bottom;
		color:#fff;
		font-style:normal;
		padding:3px 5px 0px 5px;
	}
	#bluebar h1 em {
		margin:0!important;
		color:#444!important;
	}
.typography h2 { 
 	font-size: 28px; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	margin: 0 0 18px 0;
}	
.typography h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.8em;
}
.typography h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 16px 0;
}
.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 {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

.numberedlist {
	padding-left:30px;
	background:url(../images/one.jpg) no-repeat;
	margin:0 0 10px 0;
}
	.numberedlist h4 {
		margin:0;
	}
.two {
	background:url(../images/two.jpg) no-repeat;
}

.three {
	background:url(../images/three.jpg) no-repeat;
}

.four {
	background:url(../images/four.jpg) no-repeat;
}

.five {
	background:url(../images/five.jpg) no-repeat;
}

.six {
	background:url(../images/six.jpg) no-repeat;
}

.seven {
	background:url(../images/seven.jpg) no-repeat;
}

sup {
	font-size:11px;
}

.limegreen {
	color:#8ca500;
}

.blueButton {
	width:217px;
	height:37px;
	background:url(../images/blueButton.jpg) no-repeat;
	display:block;
	float:left;
	margin:3px 10px 0 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	line-height:37px;
	font-size:12px;
}
	.blueButton a, a.blueButton {
		color:#fff;
	}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.highlight {
	background:#fffed6;
	font-weight:bold;
}

.half-col {
	width:48%!important;
	float:left;
}

.grey {
	color:#666;
}

.black {
	color:#000;
}
h3.normal {
	line-height:auto!important;
}

.bluebar {
	color: #02A3CA!important;
	line-height:34px;
	margin:0 0 18px;
	padding:0 10px;
	font-weight: bold;
	font-size: 18px;
	background: url(../images/h3bg.png) no-repeat;
	width:566px;
	height:36px;
	display:block;
}

.listarrow {
	text-align:left;
}
	.listarrow li {
		background:url(../images/listarrow.jpg) no-repeat;
		list-style-type:none;
		padding-left:20px;
	}
.listdot {
	text-align:left;
}
	.listdot li {
		background:url(../images/listdot.jpg) no-repeat 0px 5px;
		list-style-type:none;
		padding-left:15px;
	}