/*  
* 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.
* Only use styles supplied by O2
*/

p{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.highlight{
/*color: #7B1B20;*/
/*color: #990000;*/
	color: #CD0000;
}

.intro{
font-size: 20px;
line-height: 26px;
background: url(../images/intro-bar.gif) no-repeat bottom left;
padding: 0 0 20px 0;
}

.quote{
font-size: 17px;
line-height: 22px;
background: url(images/intro-bar.gif) no-repeat bottom left;
padding: 0 0 20px 0;
margin: 0 0 20px 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* use Hx tags instead of just classing paragraphs as O2 have
.title{
font-size: 20px;
line-height: 26px;
margin: 0;
padding: 20px 0 10px 0;
color: #7B1B20;
}

.sub-title{
font-size: 18px;
line-height: 24px;
margin: 0;
padding: 20px 0 10px 0;
color: #7E7D74;
}

.small-title{
margin: 0;
padding: 0 0 4px 0;
color: #7E7D74;
font-size: 12px;
}
*/

h1{
font-size: 20px;
line-height: 26px;
margin: 0;
padding: 20px 0 10px 0;
/*color: #7B1B20;*/
/*color: #990000;*/
color: #CC0000;
font-weight: normal;
}

h2{
font-size: 18px;
line-height: 24px;
margin: 0;
padding: 0 0 10px 0;
/*color: #7E7D74;*/
/*color: #990000;*/
color: #CC0000;
font-weight: normal;
}


h3{
font-size: 18px;
line-height: 24px;
margin: 0;
padding: 0 0 10px 0;
/*color: #7B1B20;*/
/*color: #990000;*/
color: #CC0000;
font-weight: normal;
}

h4{
font-size: 15px;
line-height: 20px;
margin: 0;
padding: 0;
/*color: #7B1B20;*/
/*color: #990000;*/
color: #CC0000;
font-weight: normal;
}

blockquote{
font-size: 17px;
line-height: 22px;
/*background: url(images/intro-bar.gif) no-repeat bottom left; (why do we need an image on every quote?)*/
padding: 0 0 20px 0;
margin: 0 0 20px 0;
font-family: Georgia, "Times New Roman", Times, serif;
}

.highlight-box{
padding: 0 40px 0 0;
}

.align_left{
	text-align: left;
	align: left;
}

.align_right{
	text-align: right;
	align: right;
}

.align_centre{
	text-align: center;
	align: center;
}