@charset "iso-8859-1";

/*
-------------------------------------------------
	Page Base
-------------------------------------------------
*/
body {
	background-color: #665;
	color: #fff;
	margin: 0;
	padding: 2em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.1%;	/* font sizing approach recommended by Dave Silvester on the css-discuss list. "the .1 is important." */
}
#pageWrapper {
	margin: 0;
	width: auto;
	min-width: 500px;
	background-image: url(../images/bgright.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	border-color: #000;
	border-style: solid;	
	border-width: 0 1px;	
	font-size: 80%;
}
#outerColumnContainer {
	z-index: 1;
	border-color: #fff;
	border-style: solid;
	border-width: 0 15em;
	border-left-width: 0;
	border-right-width: 0;	/* we remove the borders so we can apply background images. */
	padding-left: 170px;	/* because padding is on the left-side, the left-column"s background image is going to be applied to this
	element. */
	margin-right: 15em;	/* the right-column"s space is reserved with margin space rather than padding, so we can apply a background image
	to the parent element, #pageWrapper, and it will peek through. */	
	background: url(../images/bgleft.jpg) #000000;		
	color: #000;
}
#innerColumnContainer {
	z-index: 2;
	background: url(../images/bgcenter.jpg) #000000;
	width: 100%;
	border-color: #000;
	border-style: solid;
	border-width: 0 1px;	/* puts borders between center and the side columns. */
	margin: 0 -1px;		/* compensation for the borders because of 100% width declaration on this object */
}
#leftColumn, #rightColumn, #Content {
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}
* html #innerColumnContainer {
	position: relative;
}
#Content {
	margin: 0 -1px;		
	width: 100%;
	float: left;
	position: relative;
	overflow: visible;
	border-width: 0;	
	background: transparent;		
	color: #000;
}
#rightColumn {
	float: right;
	width: 15em;
	margin: 0 -15em 0 1px;
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
#leftColumn {
	width: 170px;
	margin: 0 1px 0 -170px;
	float: left;
	position: relative;
	overflow: visible;
	color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
#footer {
	position: relative;
	background-color: #885;
	color: #fff;
	border-color: #000;
	padding: 1em;
	border-style: solid;
	border-width: 1px 0;	/* handles the top of the footer section and the bottom of the entire layout */
	text-align: center;	
}
#masthead {
	background-color: #885;
	color: #fff;
	border-color: #000;
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
	padding: 1em;
	border-style: solid;
	border-width: 1px 0;
}
#masthead h1 {
	display: inline;	
}
.clear {
	clear: both;
}
.hide {
	display: none;	
	font-size: 9px;	
}
#oldBrowserNotice, .ieSixCharDupBug {
	display: none;
}
html[xmlns] .mozclear {
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
* html #pageWrapper {
	word-wrap: break-word;
}
.rightfeat {
	border: 1px dashed #000000; 
	color:#333333; 
	background: #DDDDBB; 
	padding-left: 5px; 
	padding-right: 5px;
}


/*
-------------------------------------------------
	Content
-------------------------------------------------
*/
#Content p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Content h1.date {
	color:#E0E0B6;
	font:italic 45px/30px Georgia, Times New Roman, serif;
	text-align: right;
	margin:0px;
	padding: 0px;
}
#Content h2 {
	color: #888855;
	font: 30px Georgia, Times New Roman, serif;
	letter-spacing: -0.5px;
	text-align: left;
	margin: -10px 20px 10px 10px;	
	border-bottom: 1px dashed #888855;
}
#Content h2.subject {
	color: #888855;
	font: 20px Georgia, Times New Roman, serif;
	letter-spacing: -0.5px;
	text-align: right;
	margin-top: -7px;
	margin-right: 20px;
	border-bottom: 1px solid #888855;
}
#Content h2.schedule {
	color: #888855;
	font: 22px Georgia, Times New Roman, serif;
	letter-spacing: -0.5px;
	text-align: left;
	margin: -10px 20px 10px 10px;	
	border-bottom: 1px dashed #888855;
}
#Content h3 {
	color:#cc9;
	font:italic 25px Georgia, Times New Roman, serif;
	text-align: right;
	margin:0px;
	padding: 0px;
}

#Content h3.subhead {
	color:#888855;
	font: 16px Georgia, Times New Roman, serif;
	text-align: left;
	margin: 20px 20px 10px 0px;	
	padding: 0px;
	text-transform:capitalize;
	border-bottom: 1px dashed #888855;
}
#Content h4 {
	color: #888855;
	font: 12px Georgia, Times New Roman, serif;
	letter-spacing: -0.5px;
	text-align: right;
	margin-top: -7px;
	margin-right: 20px;
}
#Content p.update {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #5C0202;
	padding-bottom: 20px;
}
#Content a:link, #Content a:visited {
	color: #888855;
	text-decoration:none;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Content a:hover {
	color: #888855;
	text-decoration: underline;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Content .date {
	color: #000000;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}
#Content .obsessed {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
#Content li, #Content li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
/*
-------------------------------------------------
	Horizontal Navigation
-------------------------------------------------
*/

.hnav {
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
	background-color: #cc9;
	color: #404028;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.hnav ul span.divider {
	display: none;
}
* html .hnav {
	height: 1%;	
	height: auto;	
	padding: 0;	
}
.hnav ul {
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li {
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.hnav ul li a {
	text-decoration: none;
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #cc9;
	color: #404028;
}
* html .HNAV ul li a {
	width: 1%;	
}
.hnav ul li a:hover {
	text-decoration: none;
	background-color: #885;
	color: #fff;
}

/*
-------------------------------------------------
	Vertical Navigation
-------------------------------------------------
*/
.vnav {
	margin: 1em 0;
}
.vnav ul {
	border: solid 1px #000;
	border-bottom-width: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul li {
	border-bottom: solid 1px #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #404028;
	background-color: #cc9;
}
* html .vnav ul li a {
	height: 1%;
}
* html .vnav ul {
	position: relative;	
}
.vnav h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/*
-------------------------------------------------
	Colours
-------------------------------------------------
*/

#rightColumn .vnav ul li a:hover, .vnav ul li a:hover {
	background-color: #885;
	color: #fff;
}
#rightColumn .vnav ul li a {
	color: #336;
	background-color: #ddb;
}
/*
-------------------------------------------------
	Gutters
-------------------------------------------------
*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;	
}
.inside {
	padding: 0 1.5em;
}
#centerColumn {
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}

html>body #footer {
	padding-bottom: 1.01em;
}

/*
-------------------------------------------------
	Borders
-------------------------------------------------
*/
* html #outercolumncontainer {
	margin-top: -1px;
	border-top: solid 1px #000;
}

/*
-------------------------------------------------
	Fonts
-------------------------------------------------
/* 

/*:root is an invalid pseudo class but mozilla knows it */
:root code {
	font-size: 120%;	/* monospace fonts are typically smaller that 'normal' fonts under Mozilla. */
}
.hide {
	font-size: 9px;
}
h1 {
	font-size: 210%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 126%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}

