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

/* PARAGRAPHS */
/*
.typography p { 
}
*/
#Layout p {
 	margin: 0px 5px 15px 0;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
/*	padding-left: 45px;
	background: transparent url(../images/big-quote.gif) no-repeat scroll top left; */
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

.typography .dotted-box {
	background-color: #F7F9FA;
	border: 1px dotted #9ec046;
	overflow:auto;
	padding:0.5em;
	}

.typography .white-smallcaps-big {
	color: white;
	font-variant: small-caps;
	font-size: 1.8em;
	font-weight: bold;
	}

.typography .color-white {
	color: white;
	}

.typography .color-yellow {
	color: yellow;
	}

.typography .color-blue {
	color: blue;
	}

.typography .color-red {
	color: red;
	}

.typography .color-green {
	color: #a1bf4e;
	}

.typography .font-smallcaps {
	font-variant: small-caps;
	}

.typography .font-spaced-letters {
	letter-spacing: 3px;
	}

.typography .size-big {
	font-size: 1.25em;
	}

.typography .size-bigger {
	font-size: 1.5em;
	}

.typography .size-huge {
	font-size: 1.85em;
	}


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

/* 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 {
	margin: 20px;
}

.typography ol {
	margin: 20px 20px 20px 70px;
}

.typography ul li { 
	list-style-type: none;
	background: url(../images/bullets/round-green.gif) no-repeat scroll 0 3px;
	padding-left: 25px;
	margin: 5px 10px 5px 25px;
	}

/* HEADER STYLES */

.typography h1 {
	color: #5f87a1;
	margin: 15px 0;
/*	clear: both; */
	font-weight: 800;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
}

#Header h1 {
	display: none;
	}

.typography h2 { 
	color: #5f87a1;
	margin: 0 0 15px 0;
/*	clear: both; */
	font-weight: 800;
	font-family: Tahoma, Verdana, sans-serif;
 	font-size: 3em; 
	line-height: 1em;
	padding-bottom: 10px;
	letter-spacing: 0.06em;
	text-shadow: #bbb 2px 2px 2px;
}

/* Hack to have consistent colors for the blog title */
div#BlogContent h2 a {
	color: #5F87A1;
	}
	
.typography h3 {
/*	color: #222; */
	color: #94b037;
/*	color: #a1bf4e; */
	margin: 25px 0 15px 0;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
/*	clear: both; */
	font-size: 2em;
	line-height: 1em;
}
.typography h4 {
	font-size: 1.75em;
/*	color: #222; */
	color: #a1bf4e;
/*	width: 95%; */
/*	clear: both; */
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1em;
	letter-spacing: 2px;
	margin: 25px 0 15px 0;
}
.typography h5 {
	font-size: 18px; /* = 1.5em */
	line-height: 1em;
	color: #FFF;
	font-weight: 300;
	margin: 10px 0;
	padding: 2px 0 4px 15px;
	background-color: #A1BF4E;
/*	background: #b5ca7b url(../images/h5-left-cap.gif) no-repeat scroll center left; */
/*	border-right: 5px double white; */
}
/*
.typography h6:before {
	content: url(../images/bullets/0022_04.png);
}
.typography h6:after {
	content: url(../images/bullets/0022_04.png);
}
*/
.typography h6 {
	font-size: 1.5em;
	line-height: 1em;
	color: #4b9793;
	margin: 10px 0;
}

/* 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: 0 0 0 0;
	color: #777;
}

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

/* TABLE STYLING */
.typography table {
	margin: 0px;
/*	font-size: 1.2em; */
/*	color: #666; */
	border-collapse:collapse;
}

	.typography td {
/*		border:1px solid #999; */
		padding:5px 0px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
	margin:5px 0 5px 15px;
}
.typography img.left {
	float:left;
	margin:5px 15px 5px 0;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

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

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

/* Customizations */

/* Style the table that floats to the right */
table.right-side-table {
	float: right; 
	color: #444444; 
	margin-left: 15px; 
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 1.2em;
	}

table.right-side-table td {
	padding: 0 0;
	}

table.right-side-table > tbody > tr:first-child > td:first-child {
	width: 15px;
	height: 15px;
	background: #FFFFFF url(../images/table-corner-nw.png) no-repeat scroll bottom right;
	}

table.right-side-table > tbody > tr:first-child > td:first-child + td + td {
	width: 15px;
	height: 15px;
	background: #FFFFFF url(../images/table-corner-ne.png) no-repeat scroll bottom left;
	}

table.right-side-table > tbody > tr + tr + tr > td:first-child {
	width: 15px;
	height: 15px;
	background: #FFFFFF url(../images/table-corner-sw.png) no-repeat scroll top right;
	}

table.right-side-table > tbody > tr + tr + tr > td:first-child + td + td {
	width: 15px;
	height: 15px;
	background: #FFFFFF url(../images/table-corner-se.png) no-repeat scroll top left;
	}

.typography table li { 
	list-style-type: none;
	background: url(../images/bullets/round-green-tiny.gif) no-repeat scroll 0 1px;
	padding-left: 20px;
	margin: 4px 10px 4px 15px;
	}

table.right-side-table h1 { font-size: 2.1em }		/* make 90% size of original */
table.right-side-table h2 { font-size: 2.5em }
table.right-side-table h3 { font-size: 1.5em } 
table.right-side-table h4 { font-size: 0.85em } 
table.right-side-table h5 { font-size: 12.4px; background-color: #A1BF4E; /* background-image: url(../images/h5-left-cap-tiny.gif); border-right-color: #dfdfdf; */ } 
table.right-side-table h6 { font-size: 1.15em } 
