/* **********************************************************
* Main CSS file for Moira Bolingbroke Website content pages *
* Gerard Luskin :: September 2007                           *
************************************************************/

/* *************
PAGE DEFAULTS
************* */
html, body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, img {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
img {
	border:none;
}
/* *************
BLOCK LAYOUT
************* */
body {
	text-align:center;
}
div#header {
	height:90px;
	background:#fff url(graphics/bg_head_right.jpg) top right no-repeat;
	margin-bottom:11px;
}
div#container {
	text-align:left;
	width:760px;
	margin:0 auto;
}
div#wrapper {
	float:left;
	width:100%;
	padding-bottom:20px;
}
div#content {
	margin: 0 215px 0 154px;
}
div#description {
	float:left;
	width:154px;
	margin-left:-760px;
}
div#supplement {
	float:left;
	width:215px;
	margin-left:-215px;
}
div#addressbar {
	clear:left;
	width:100%;
}
/* *************
HEADER & NAV BAR
************* */
#header h1 {
	float:left;
}
ul#navigation {
	padding-top:25px;
	padding-right:14px;
	margin-left:392px;
}
ul#navigation li {
	float:left;
}
/* *************
CONTENT
************* */
#content h2 {
	margin:0 0 10px 0;
	line-height:1;
}
#content h3 {
	margin:0 0 10px 0;
	padding-top:5px;
	line-height:1;
}
#content p {
	margin:0 0 1em 0;
}
#content p.pdflink {
	margin-top:-1em;
}
#content ul, #content dl {
	margin:0 0 1em 0;
}
#content ul li, #content dt {
	padding-left:18px;
	background:#fff url(graphics/bull_list.jpg) 5px 0.6em no-repeat;
	margin-bottom:0.7em;
}
#content dt, #content dd {
	margin-bottom:0.5em;
}
#content dd {
	padding-left:28px;
	margin-bottom:1em;
}
/* *************
DESCRIPTION
************* */
#description p {
	margin:0 18px 0 9px;
	padding:12px 9px 0 9px;
}
#description p#desc_top {
	background:#346633 url(graphics/bg_desc_top.jpg) top left no-repeat;
}

#description p#desc_low {
	background:#346633 url(graphics/bg_desc_low.jpg) bottom left no-repeat;
	padding-bottom:180px;
	margin-bottom:20px;
}
/* *************
SUPPLEMENT
************* */
#supplement {
	text-align:right;
}
#supplement img {
	margin-right:14px;
}
/* *************
ADDRESS BAR
************* */
#addressbar {
	background:#fff url(graphics/bg_addressbar.jpg) top left no-repeat;
}
#addressbar p {
	padding:1em 14px 1em 14px;
}
/* *************
FONTS
************* */
body {
	font-size:62.5%; /* sets most browsers to 10px... a good size to work with */
	font-family:arial,helvetica,sans-serif;
	color:#369;
	background-color:#fff;
}
#content p, #content ul, #content dl {
	font-size:1.1em;
	line-height:1.7;
}
#content dd {
	color:#666;
}
#description p {
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	line-height:1.2;
}
#navigation {
	line-height:1;
	font-size:1em;
}
#addressbar p {
	font-size:1.1em;
	color:#393;
}
h1, h2, h3 {
	color:#393;
	font-family:"Times New Roman",Times,serif;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
}
/* *************
LINK STYLES
************* */
a:link, a:visited {
	color:#369;
	text-decoration:none;
}
a:hover {
	color:#393;
	text-decoration:none;
}
#content a:link, #content a:visited {
	color:#393;
	text-decoration:none;
}
#content a:hover {
	color:#369;
	text-decoration:none;
}
#description a:link, #description a:visited {
	color:#fff;
	text-decoration:none;
}
#description a:hover {
	color:#393;
	text-decoration:none;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#fff;
}
/* *************
HACKS AND FIXES
************* */
html {
    min-height:100%;
    margin-bottom: 1px; /* Force scrollbars in FireFox */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */


/* *************
PRINT STYLES
************* */
@media print {
#header h1, #header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	color:#339933;
}
#header h1 {
	font-size:24px;
	width:100%;
	height:auto;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #393;
}
#content h2 {
	font-size:22px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	font-weight:normal;
}
#content p, #content ul, #content dl {
	font-size:12px;
	}
#description p {
	color:#393;
	border:1px solid #393;
	font-size:12px;
}
#description p#desc_top {
	border-bottom-width:0px;
}

#description p#desc_low {
	border-top-width:0px;
	padding-bottom:30px;
	margin-bottom:20px;
}
#description a:link, #description a:visited {
	color:#393;
	text-decoration:none;
}
#description a:hover {
	color:#393;
	text-decoration:none;
}
ul#navigation {
clear:both;
	padding-top:0;
	padding-right:14px;
	margin-left:0;
	text-align:right;
	padding-bottom:10px;
}
ul#navigation li {
	float:none;
	display:inline;
	margin-left:20px;
}

} /* end print */