@import url('font.css');
/** 
 * 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.
 */

.arial-11px, .arial-11px *  {
	font: 11px Arial, sans-serif !important;
}

/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #333;
 	line-height: 19px;
 	font-style:italic;
 	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-family: Georgia, Arial, Verdana, Lucida, sans-serif;
}

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

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

.typography a, #calendar-main a { 
 	/*text-decoration: none; */
	color: #25588b;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, Arial, Verdana, Lucida, sans-serif; 	
}
	.typography a:hover { 
 		text-decoration: underline;
 		/*color: #76a700;*/
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left top;
	}
	.typography a[href$=".eps"],
	.typography a[href$=".EPS"],
	.typography a.eps {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_vector.png) no-repeat left top;
	}
	.typography a[href$=".jpg"],
	.typography a[href$=".JPG"],
	.typography a.jpg {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_picture.png) no-repeat left top;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_word.png) no-repeat left top;
		
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_excel.png) no-repeat left top;
	}
	.typography a[href$=".ppt"],
	.typography a[href$=".PPT"],
	.typography a.ppt {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_powerpoint.png) no-repeat left top;
	}
	.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;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left top;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		line-height: 16px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left top;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	/*margin: 0 0 18px 24px;*/
	margin: 0 0 0 0;
	
	
	padding:0;
	
}
	.typography li {		
/*		margin: 5px 10px 5px 15px;*/
		margin-left: 15px;		
		
		/*list-style-type: square;*/
	}
	.typography #Content li {		
		margin: 5px 10px 5px 15px;		

		/*list-style-type: square;*/
	}
		.typography li li {
			font-size: 11px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */


.typography h1, .typography h1 a  { 
	color: #25588b;
	margin: 0 0 0 0;
	font: italic 24px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	
}
.typography h2, .typography h2 a { 
	color: #80B200; 
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: Georgia Verdana, sans-serif;
}
.typography h1 a:hover, .typography h2 a:hover, .typography h3 a:hover, .typography h4 a:hover, .typography h5 a:hover, .typography h6 a:hover	{
	text-decoration:underline;
}




.typography h1 {	
	padding:0;
	padding-bottom: 15px;
	margin: 0;		
	font-size: 28px;
	font-weight: normal;
	line-height: 29px;	
	/*font-weight: bold;*/		
	/*padding-left: 25px;*/
}

.typography h2 { 
	
 	font: normal 18px Georgia, Tahoma, Verdana, Helvetica, sans-serif;
	color: #25588b; 	
 	
 	/*font-size: 1.7em;*/
}	
	
.typography h3	{
	/*font-size: 1.5em;*/
	font-size: 16px;
}
.typography h3, .typography h3 a {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #d01e43;	
	margin: 15px 0 15px 0;
	/*font-weight: bold;*/
	/*padding-left: 25px;*/
	
	
	/*clear: both;*/
	
}
.typography h4	{	
}

.typography h4, .typography h4 a {
	margin: 0 0 0 0;
	font-size: 14px;	
	color: #333;		 	
	font-family: Georgia, Verdana, Tahoma, sans-serif;	
	font-weight: bold;
	line-height: 19px;
}
.typography h4 a	{
	border-bottom: 0;
}
.typography h4	{	
		
}
.typography h5, .typography h5 a {
	color: #CF0000;		 
	margin: 0 0 0 0;	
	font-family: Verdana, Tahoma, sans-serif;	
	font-weight: normal;
	line-height: 19px;
	font-size: 18px;
}
.typography h6, .typography h6 a {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;	
	margin: 0 0 5px 0;
}

#PageCommentInterface_Form_PostCommentForm	{
	clear:both;
	padding-bottom: 40px;	
}


/* 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 {
	border-color: #666;
	/*_margin: 0 0 18px 0;
	_font-size: 11px;
	_color: #666;
	_border-collapse:collapse;*/
	/*padding-left: 25px;*/
}
	.typography tr {}
	
		.typography td {
			border-color: #666;
			/*_border:1px solid #999;
			_padding:5px;*/
			/*font-size: 1.7em;*/
			
			
		}
		.typography td h3 {			
			/*font-size: 1.1em;*/	
			font-size: 15px;					
		}
	.typography td p	{
		font-size: 12px;
			/*font-size: 1em;*/
	}
	.typography td h1	{
			/*font-size: 1.4em;*/
			/*text-transform: uppercase;*/
	}
/* 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 img.right {
		float: right;
		/*margin-left: 20px;*/
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
/* SITE-SPECIFIC */

.typography p caption 	{
	font-size: 14px;
}