/*
Regent Style Sheet
Produced by ABA-design, May 2008
www.aba-design.co.uk
----
This style sheet covers all the generic styles used throughout the site.
s1_Regent/main.css
*/

body { font-family: Arial, Helvetica, sans-serif; }

div#masthead img { border:none; }

div#masthead div#sitenavwrapper,
div#masthead form,
div#contentwrapper div#navcolumn,
div#contentwrapper div#styleimg { display: none; }

div#contentwrapper div#content { width: 500px; }

div#contentwrapper div#footer, div#hmfooter { margin-left: 0; }

/* main fonts */
div#contentwrapper div#content h1 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
div#contentwrapper div#content p,
div#contentwrapper div#content ul,
div#contentwrapper div#content ol {
	color: #666;
	font-size: 0.8em;
}
div#contentwrapper div#content ul {
	padding: 0 0 0 1em;
	margin: 0.5em 0 0.5em 0.7em;
}
div#contentwrapper div#content ol {
	padding: 0 0 0 1.7em;
	margin: 0.5em 0 0.5em 0.5em;
}
div#contentwrapper div#content p { margin: 0.5em 0 0.5em 0; }
div#contentwrapper div#content h2 {
	color: #005984;
	font-weight: normal;
}
div#contentwrapper div#content h3 {
	color: #F57F20;
	font-size: 1em;
	font-weight: normal;
}
div#contentwrapper div#content h4 {
	color: #005984;
	font-weight: normal;
}
div#contentwrapper div#content h5 {
	color: #F57F20;
	font-size: 0.8em;
}
div#contentwrapper div#content h6 {
	color: #666;
	font-size: 0.8em;
}
div#contentwrapper div#content h2,
div#contentwrapper div#content h3,
div#contentwrapper div#content h4,
div#contentwrapper div#content h5,
div#contentwrapper div#content h6 {
	margin: 0 0 0.5em 0;
}

div#contentwrapper div#content a { color: #F57F20; }
div#contentwrapper div#content a:hover { text-decoration: none; }

div#contentwrapper div#featurebox p {
	font-size: 0.7em;
	color: #005984;
}
div#contentwrapper div#featurebox p strong { color: #F57F20; }

/* All tombestone related styles */
div.tombestone {
	background-image: url(assets/tombestone_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
div.tombestone img.tombetop {
	position: absolute;
	top: 0;
}
div.tombestone div.tombecontent {
	margin-top: 20px;
}
div.tombestone img.logo { margin: 0 5px 0 5px; }
div.tombestone div.words {
	margin: 5px 20px 5px 0;
	padding: 0.5em;
	background-color: #005984;
	color: #fff;
	font-size: 0.65em;
}
div.tombestone div.tombebtm {
	background-image: url(assets/tombestone_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 0.75em;
	min-height: 80px;
}
div.tombestone div.tombestonelink { background-color: #fff; }
div.tombestone div.divclear { clear:both; }
