/**
  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;
	color:#533B27;
}

/* PARAGRAPHS */
.typography p { 
 	color:#533B27;
 	line-height: 1.5em;
	margin: 0 0 0.3em 0;
	 }
	
.typography blockquote {
	margin: 10px;
	color: #777;
	font-style: italic;
}

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #485DA2;
}
.typography a:hover { 
 	color: #072E71;
	text-decoration: underline;
	 }
.typography a:visted { 
 	text-decoration: underline;
	 }

/* LIST STYLES */

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

/* HEADER STYLES */

.typography h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

.typography h1 { 
	font-size: 1.4em;
	text-transform:uppercase;
	padding:0 0 0.5em 0;
	color: #E17232;
	}
.typography h2 {  
	font-size: 1.4em;
	text-transform:uppercase;
	padding:0.3em 0 0.3em 0;
	line-height: 1.45em;
	color: #E17232;
	}
	
.typography h3 {
	font-size: 1.3em;
	text-transform:uppercase;
	padding:0.3em 0 0.3em 0;
	color:#E17232;
}
.typography h4 {
	width: 95%;
	font-size: 1.1em;
	padding:0 0 0.5em 0;
	color:#555555;
}
.typography h5 {
	font-size: 1em;
	padding:0 0 0.5em 0;
}
.typography h6 {
	font-size: 1em;
	padding:0 0 0.5em 0;
}

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

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 1.2em;
	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;
}
.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;
	}