/** 
 * 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: Verdana, Lucida, Arial, sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 18px;
 	font-size: 11px;
	margin: 0 0 18px 0;
}

/* 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 { 
 	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 24px;
	color: #666;
}
	.typography li {
		margin: 5px 10px;
		font-size: 11px;
	}
		.typography li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #4EA3D7; 
	margin: 0 0 18px 0;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}

.typography h1 {
	font-size: 24px;
}
.typography h2 { 
 	font-size: 20px; 
}	
.typography h3 {
	color: #222;
	margin: 0 0 18px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography 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 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 0px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:0px solid #999;
			padding:0px;
		}

/* 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;
	}
	
	

/* Editor --------------------- */

.typography .Black_Title, .Black_Title a, td.Black_Title, td.Black_Title a, p.Black_Title, p.Black_Title a{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight:bold;
}
.typography .Black_Title a:hover, td.Black_Title a:hover, p.Black_Title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Black_Bold, .Black_Bold a, td.Black_Bold, td.Black_Bold a, p.Black_Bold, p.Black_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1c1c1c;
}
.typography  .Black_Bold a:hover, td.Black_Bold a:hover, p.Black_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #1c1c1c;
	border:1px;
	border-bottom-color:#FFF;
	border-bottom-style:dotted;
}


.typography .Grey_Bold, .Grey_Bold a, td.Grey_Bold, td.Grey_Bold a, p.Grey_Bold, p.Grey_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3E3E3E;
}
.typography  .Grey_Bold a:hover, td.Grey_Bold a:hover, p.Grey_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3E3E3E;
	border:1px;
	border-bottom-color:#FFF;
	border-bottom-style:dotted;
}


.typography .Grey_Style, td.Grey_Style, p.Grey_Style{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	line-height: 20px;
	color: #515151;
}

.typography .Grey_Style a, td.Grey_Style a, p.Grey_Style a{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight:400;
	color: #0066cc;
}
.typography  .Grey_Style a:hover, td.Grey_Style a:hover, p.Grey_Style a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #0066ff;
	border:1px;
	border-bottom-style:dotted;
}


.typography .White_Bold, .White_Bold a, td.White_Bold, td.White_Bold a, p.White_Bold, p.White_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
}
.typography .White_Bold a:hover, td.White_Bold a:hover, p.White_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}


.typography .White_Style, .White_Style a, td.White_Style, td.White_Style a, p.White_Style, p.White_Style a{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}
.typography .White_Style a:hover, td.White_Style a:hover, p.White_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Red_Title, .Red_Title a, td.Red_Title, td.Red_Title a, p.Red_Title, p.Red_Title a{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 15px;
	font-weight:bold;
}
.typography .Red_Title a:hover, td.Red_Title a:hover, p.Red_Title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 15px;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Red_Bold, .Red_Bold a, td.Red_Bold, td.Red_Bold a, p.Red_Bold, p.Red_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight:bold;
}
.typography .Red_Bold a:hover, td.Red_Bold a:hover, p.Red_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}
.typography .Red_Style, .Red_Style a, td.Red_Style, td.Red_Style a, p.Red_Style, p.Red_Style a{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight:bold;
}
.typography .Red_Style a:hover, td.Red_Style a:hover, p.Red_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Blue_Title, .Blue_Title a, td.Blue_Title, td.Blue_Title a, p.Blue_Title, p.Blue_Title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #2292fa;
}
.typography .Blue_Title a:hover, td.Blue_Title a:hover, p.Blue_Title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #2292fa;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Blue_Bold, .Blue_Bold a, td.Blue_Bold, td.Blue_Bold a, p.Blue_Bold, p.Blue_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2292fa;
}
.typography .Blue_Bold a:hover, td.Blue_Bold a:hover, p.Blue_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #2292fa;
	border:1px;
	border-bottom-style:dotted;
}

.typography .DarkBlue_Bold, .DarkBlue_Bold a, td.DarkBlue_Bold, td.DarkBlue_Bold a, p.DarkBlue_Bold, p.DarkBlue_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #015fb6;
}
.typography .DarkBlue_Bold a:hover, td.DarkBlue_Bold a:hover, p.DarkBlue_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #015fb6;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Blue_Style, .Blue_Style a, td.Blue_Style, td.Blue_Style a, p.Blue_Style, p.Blue_Style a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #2292fa;
}
.typography .Blue_Style a:hover, td.Blue_Style a:hover, p.Blue_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #2292fa;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Orange_Title, .Orange_Title a, td.Orange_Title, td.Orange_Title a, p.Orange_Title, p.Orange_Title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #FF6600;
}
.typography .Orange_Title a:hover, td.Orange_Title a:hover, p.Orange_Title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #FF6600;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Orange_Bold, .Orange_Bold a, td.Orange_Bold, td.Orange_Bold a, p.Orange_Bold, p.Orange_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF6600;
}
.typography .Orange_Bold a:hover, td.Orange_Bold a:hover, p.Orange_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF6600;
	border:1px;
	border-bottom-style:dotted;
}
.typography .Orange_Style, .Orange_Style a, td.Orange_Style, td.Orange_Style a, p.Orange_Style, p.Orange_Style a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #FF6600;
}
.typography .Orange_Style a:hover, td.Orange_Style a:hover, p.Orange_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #FF6600;
	border:1px;
	border-bottom-style:dotted;
}



.typography .Green_Title, .Green_Title a, td.Green_Title, td.Green_Title a, p.Green_Title, p.Green_Title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #336600;
	font-weight:200;
}
.typography .Green_Title a:hover, td.Green_Title a:hover, p.Green_Title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #336600;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Green_Bold, .Green_Bold a, td.Green_Bold, td.Green_Bold a, p.Green_Bold, p.Green_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #336600;
	font-weight:bold;
}
.typography .Green_Bold a:hover, td.Green_Bold a:hover, p.Green_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #336600;
	border:1px;
	border-bottom-style:dotted;
}
.typography .Green_Style, .Green_Style a, td.Green_Style, td.Green_Style a, p.Green_Style, p.Green_Style a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #336600;
	font-weight:200;
}
.typography .Green_Style a:hover, td.Green_Style a:hover, p.Green_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #336600;
	border:1px;
	border-bottom-style:dotted;
}


.typography .Pink_TitleStyle {
font-family:"Century Gothic";
font-size:20px;
color:#FF0066;
}

.typography  .Pink_Title {
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#FF0066;
}

.typography .Pink_Bold, .Pink_Bold a, td.Pink_Bold, td.Pink_Bold a, p.Pink_Bold, p.Pink_Bold a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF0066;
	font-weight:bold;
}
.typography .Pink_Bold a:hover, td.Pink_Bold a:hover, p.Pink_Bold a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF0066;
	border:1px;
	border-bottom-style:dotted;
}
.typography .Pink_Style, .Pink_Style a, td.Pink_Style, td.Pink_Style a, p.Pink_Style, p.Pink_Style a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #FF0066;
	font-weight:200;
}
.typography .Pink_Style a:hover, td.Pink_Style a:hover, p.Pink_Style a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	color: #FF0066;
	border:1px;
	border-bottom-style:dotted;
}



.typography .style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
