/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Tahoma, Verdana, Lucida, sans-serif; 
}

/* LINKS */
.typography a, .typography a:visited { 
 	text-decoration: underline; 
	color: #003399;
}
.typography a:hover { 
 	text-decoration: none;
}

/* PARAGRAPHS */
.typography p { 
 	color: #000;
 	font-size: 1.4em;
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	/*margin:15px 0px;
	padding:10px 10px 0;*/
	padding:0 30px;
}	


/* ICONS */
.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: 20px 10px;
}

.typography li {
	margin: 5px 0px;
	font-size: 1.4em;
	/*background: url(../images/white-list.png) 0px 3px no-repeat;
	text-align: left;
	padding-left: 20px;*/
}


.typography ul.arrow {
	list-style-image: none;
	list-style: none;
}
	.typography ul.arrow li {
		background: url(../images/white-list.png) 0px 3px no-repeat;
		text-align: left;
		padding-left: 20px;
	}
/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #085098; 
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.typography h1 {
	font-size: 3em;
	text-align:left;
}
.typography h2 { 
 	font-size: 2.5em; 
}
	.halfColumn h2 {
		text-align:center;
		margin-top: 0px;
	}
	.typography h2.contact {
		background:url(../images/contactIcon.jpg) no-repeat;
		padding-left:50px;
	}
	.typography h2 a, .blogEntry h2 {
		color:#000!important;
		font-family: Tahoma, Verdana, Arial, sans-serif;
		text-decoration:none!important;
	}
	.blogEntry h2 {
		font-size:3em
	}
	
.typography h3 {
	color: #000;
	margin: 5px 0px;
	font-weight: bold;
	font-size: 2.6em;
	}
	
	.typography #Sidebar h3 {
	font-size: 1.8em;
	}
	
	.typography .highlight {
	background: #FFFFCC;
	}

.typography p.highlight, .typography h5.highlight {
padding: 5px;
}

.typography h5.highlight {
text-align: center;
}
.typography .blueBox h3 {
color: #fff;
text-align: center;
}

.typography .address {
margin: 0px 15px;
}
.typography .address p {
margin: 0px 0px;
}

.typography .yellowBox h3 {
color: #000;
text-align: center;
}

.typography a.moredownloads, .typography a.moredownloads:visited {
background: url(../images/moredownloads.png) 0px 0px no-repeat;
width: 291px;
height: 63px;
display: block;
margin-left: 10px;
}

.notext {
display: none;
}

.typography h4 {
	font-size: 2em;
	text-align: left;
	font-weight: normal;
	}
.typography h5 {
	font-size: 1.9em;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
	
	.blueBox label {
		font-size:1.5em!important;
		color: #fff;
	}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}


/* ADRESS 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;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 0.8em;
	color: #666;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center!important;
}
.typography .right {
	text-align:right;
}
.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;
}

/* FORMS */
.typography label {
	font-size:16px;
	font-weight:bold;
}
.typography input.text, .typography textarea {
	font-size: 1.5em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
