/** 
 * 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-size: 11px;
	/*font-family: Verdana, Tahoma, arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif
}
.typography input, .typography textarea {
	font-size: 11px;
	/*font-family: Verdana, Tahoma, arial, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif
}

/* Chris Bolt - added a default line-height */
.typography{
	line-height: 1.4em;	
}
.typography * {
	line-height: 1.4em;
}
/* End CHris Bolt

/* PARAGRAPHS 
-------------------------------------------- */
.typography p, .typography table { 
 	/*margin: 0;*/
}
/* INLINE STYLES
-------------------------------------------- */
.typography .small {
	font-size: 10px;	
}
.typography .red {
	color: #8C2420;	
}


/* TABLES
-------------------------------------------- */

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin-left: 30px;	
}

/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none;
	color: #8C2420;
}
	.typography a:hover { 
 		text-decoration: underline;	
	}
	
	.typography a img {
		border: 0;	
	}


/* LIST STYLES 
-------------------------------------------- */
.typography ul, .typography ol {
	margin-top: 0;
	margin-bottom: 0;
}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
  	color:#000;
  	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin-top: 0;
	margin-bottom: 11px;
}
.AboutPage .typography h1 {
	margin-top: 11px;	
}

.typography h2 {
  	color:#000;
  	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	margin-top: 11px;
	margin-bottom: 11px;
}

.typography h3 {
	color:#000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}

.typography h4 {
	color:#000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: Bold;
	font-style:italic;
	margin-bottom: 0;
}

.typography h5 {
	color:#000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom: 0;
}

.typography h6 {
	color:#000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	margin-bottom: 0;
}


/* PRE STYLES 
-------------------------------------------- */	


/* TABLE STYLING 
-------------------------------------------- */
.typography table.TwoColTable {
	margin-right: -18px;	
}
.typography .TwoColTable td {
	padding-right: 18px;
}


	.typography table.right {
		float: right;
		margin-left: 10px;
	}
	.typography table.left {
		float: left;
		margin-right: 10px;
	}
	.typography table.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography table.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 10px;
	}
	.typography img.left {
		float: left;
		margin-right: 10px;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}