/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography { font-size: 13px; }
.typography p { 
 	font-size: 13px;
	font-size:13px;
	line-height:1.5em; 
	margin: 0;
	padding-bottom:10px;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a { 
	color: #5e4761;
	text-decoration: underline;  
	padding-left:2px;
	padding-right:2px;
}
	.typography a:hover { 
 		color: #5e4761;
 		text-decoration: none;
	}
	

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 0 8px;
}
.typography ul {
	list-style:square;
}
	.typography li {
		margin: 5px 10px;
	}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #5e4761;
	margin: 10px 0 0 0;
	font-weight: bold;
}

.typography h1 {
	font-size:19px;
}
.typography h2 { 
 	font-size: 16px;
}	
.typography h3 { 
 	font-size: 13px;
	margin: 0 0 3px 0;
}	
