/**
  SilverStripe PaddyGreen Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography {
	font-family: Helvetica,arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

/* PARAGRAPHS */
.typography p { 
 	line-height: 1.6em;
	font-size: 1em;
	 }
#Layout p {
 	margin: 10px 0 5px 0;
	}
	
.typography blockquote {
	margin: 10px;
	color: #777;
	font-style: italic;
}	

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


/* LIST STYLES */

.typography ul, 
.typography ol {
	color: #fff;
}
			
.typography ol {
	list-style: decimal inside;
}

/* HEADER STYLES */

.typography h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	color: #61270d;
	}
	
.typography h1 { 
	font-size: 2.4em;
	line-height: 1.3em;
	padding:0 0 0.2em 0;
	}
.typography h2 {  
	font-size: 1.6em;
	line-height: 1.3em;
	padding:0 0 0.2em 0;
	}
	
.typography h3 {
	padding: 0.1em 0;
	font-size: 1.4em;
}
.typography h4 {
	width: 95%;
	font-size: 1.3em;
	padding: 0.5em 0;
}
.typography h5 {
	font-size: 1em;
	padding: 0.5em 0;
}
.typography h6 {
	line-height: 1em;
	padding: 0.5em 0;
}

/* ADRESS STYLES */	
.typography pre {
	display:block;
}

/* FORMS */
.typography label {
 	font-size: 1em;
	display: block;
	margin: 10px 0 -10px 0;
	color: #fff;
}

/* TABLE STYLING */
.typography table {
	margin: 10px 0;
	font-size: 1.2em;
	color: #fff;	
	border-collapse:collapse;
}
	.typography td {
		border:none;
		padding:5px;
	}

/* 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;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}