/** 
 * 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.
 */
@font-face {
    font-family: 'psl_mittrapab';
    src: url('psl104-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
	font-family: Verdana, Lucida, Arial, sans-serif; 
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
 	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	margin: 10px 0 18px 20px;
}

/* 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 { 
 	text-decoration: none; 
	color: #00aebc;
}
	.typography a:hover { 
 		text-decoration: underline;
	}



/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 { 
	color: #990000; 
	margin: 0 0 5px 0;
	font-weight: 300;
	font-family: 'psl_mittrapab', Tahoma, Verdana, sans-serif;
}

.typography h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
}
.typography h2 { 
 	font-size: 20px; 
}	
.typography h3 {
	color: #00aebc;
	margin: 0 0 5px 0;
	font-weight: 300;
	clear: both;
	font-size: 18px;
}
.typography h4 {
	font-size: 16px;
	color: #00aebc;
	width: 100%;
	font-weight: 600;
	line-height: 24px;
	border-top: 1px solid #b4e5e6;
	border-bottom: 1px solid #b4e5e6;
	margin: 0;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 24px;
	
}
.typography h5 {
	font-size: 14px;
	color: #00aebc;
	font-weight: 700;
	margin: 0 0 3px 0;
}
.typography h6 {
	font-size: 13px;
	color: #00aebc;
	line-height: 1.4em;
	margin: 0 0 3px 0;
}