/** 
 * 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 .pagecontent * {
	font-family:Arial,Helvetica,sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography .pagecontent p { 
 	color:#000066;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:13px;
line-height:140%;
}

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

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

.typography .pagecontent a { 
color:#9A0000;
font-weight:bold;
text-decoration:none;}
	.typography .pagecontent a:hover { 
 		text-decoration: underline;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography .pagecontent a[href$=".pdf"],
	.typography .pagecontent a[href$=".PDF"],
	.typography .pagecontent a.pdf {
		/*padding: 2px;
		padding-left: 20px;*/
		/*background: url(../images/icons/page_white_acrobat.png) no-repeat left center;*/
	}
	.typography .pagecontent a[href$=".doc"],
	.typography .pagecontent a[href$=".DOC"],
	.typography .pagecontent a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography .pagecontent a[href$=".xls"],
	.typography .pagecontent a[href$=".XLS"],
	.typography .pagecontent a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography .pagecontent a[href$=".gz"],
	.typography .pagecontent a[href$=".GZ"],
	.typography .pagecontent a[href$=".gzip"],
	.typography .pagecontent a[href$=".GZIP"],
	.typography .pagecontent a[href$=".zip"],
	.typography .pagecontent a[href$=".ZIP"],
	.typography .pagecontent a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography .pagecontent a[href$=".exe"],
	.typography .pagecontent a[href$=".EXE"],
	.typography .pagecontent a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography .pagecontent ul, 
.typography .pagecontent ol {
	-x-system-font:none;
color:#000066;
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:140%;
padding-left:20px;
width:95%;
}
	.typography .pagecontent li {
		padding-top:10px;
	}
		.typography .pagecontent li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography .pagecontent h1,
.typography .pagecontent h2 { 
	color: #4EA3D7; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Arial,Helvetica,sans-serif;
}

.typography .pagecontent h1 {
	font-size: 24px;
}
.typography .pagecontent h2 { 
 	color:#663399;
font-size:14px;
font-weight:bold;
}	
.typography .pagecontent h3 {
	color: #222;
	margin: 0 0 18px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography .pagecontent h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	margin: 0 0 16px 0;
}
.typography .pagecontent h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography .pagecontent h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography .pagecontent 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 .pagecontent table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography .pagecontent tr {}
	
		.typography .pagecontent td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .pagecontent .left {
	text-align: left;
}
.typography .pagecontent .center {
	text-align: center;
}
.typography .pagecontent .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography .pagecontent img {
	border: none;
border:0 none;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
margin-right:10px;
}
	.typography .pagecontent img.right {
		float: right;
		margin-left: 20px;
	}
	.typography .pagecontent img.left {
		float: left;
	}
	.typography .pagecontent img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography .pagecontent img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}



/*==============================================*/






/** 
 * 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 .pagecontent_home * {
	font-family:Arial,Helvetica,sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography .pagecontent_home p { 
 	color:#CCCCFF;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:16.8px;
}

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

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

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

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography .pagecontent_home a[href$=".pdf"],
	.typography .pagecontent_home a[href$=".PDF"],
	.typography .pagecontent_home a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography .pagecontent_home a[href$=".doc"],
	.typography .pagecontent_home a[href$=".DOC"],
	.typography .pagecontent_home a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography .pagecontent_home a[href$=".xls"],
	.typography .pagecontent_home a[href$=".XLS"],
	.typography .pagecontent_home a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography .pagecontent_home a[href$=".gz"],
	.typography .pagecontent_home a[href$=".GZ"],
	.typography .pagecontent_home a[href$=".gzip"],
	.typography .pagecontent_home a[href$=".GZIP"],
	.typography .pagecontent_home a[href$=".zip"],
	.typography .pagecontent_home a[href$=".ZIP"],
	.typography .pagecontent_home a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography .pagecontent_home a[href$=".exe"],
	.typography .pagecontent_home a[href$=".EXE"],
	.typography .pagecontent_home a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography .pagecontent_home ul, 
.typography .pagecontent_home ol {
	-x-system-font:none;
color:#000066;
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:140%;
padding-left:20px;
width:95%;
}
	.typography .pagecontent_home li {
		padding-top:10px;
	}
		.typography .pagecontent_home li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography .pagecontent_home h1,
.typography .pagecontent_home h2 { 
	color: #4EA3D7; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography .pagecontent_home h1 {
	font-size: 24px;
}
.typography .pagecontent_home h2 { 
 	font-size: 20px; 
}	
.typography .pagecontent_home h3 {
	color: #222;
	margin: 0 0 18px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography .pagecontent_home h4 {
	font-size: 16px;
	color: #222;
	width: 95%;
	font-weight: 300;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 16px 0;
}
.typography .pagecontent_home h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography .pagecontent_home h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography .pagecontent_home 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 .pagecontent_home table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography .pagecontent_home tr {}
	
		.typography .pagecontent_home td {
			/*border:1px solid #999;*/
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .pagecontent_home .left {
	text-align: left;
}
.typography .pagecontent_home .center {
	text-align: center;
}
.typography .pagecontent_home .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography .pagecontent_home img {
	border: none;
}
	.typography .pagecontent_home img.right {
		float: right;
		margin-left: 20px;
	}
	.typography .pagecontent_home img.left {
		float: left;
	}
	.typography .pagecontent_home img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography .pagecontent_home img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

#right_content #standfirst{
color:#CCCCFF;
font-size:14px;
font-style:italic;
line-height:20px;}
#right_content p{color:#FFEEEE;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:16px;
font-style:italic;
padding-top:5px;}
.biotitle{color:#663399;
font-size:14px;
font-weight:bold;
margin-left:0;
padding-top:10px;}
