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

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

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	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: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	}
	
.typography h1 { 
	font-size: 2em;
	}
.typography h2 {  
	font-size: 1.85em;
	}
	
.typography h3 {
	padding: 0.5em 0;
	font-size: 1.6em;
}
.typography h4 {
	width: 95%;
	font-size: 1.5em;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.typography h5 {
}
.typography h6 {
	line-height: 1.4em;
}

/* ADRESS STYLES */	
.typography pre {
	display:block;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

/* 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;
}

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