/* Global stylesheet for www.chriscourt.net */


body {
	font-family: Charcoal, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	position: relative;
}


p {
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
	z-index: 0;
}


p.quote {
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
}


blockquote {
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
	font-style: italic;
	border-left: 6px solid #808080;
	padding-left: 2em;
	margin-left: 0;
}

div#pagelayout {
	margin: 0px auto;
	width: 780px;
	height: auto;
}


/* @group Navbar styles */


div#navpic_overlay {
	float: left;
	position: absolute;
	z-index: 1;
}


div#navpic {
	z-index: 0;
}


div#navbar {
	text-align: left;
	padding-top: 4px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	height: 17px;
	width: 780px;
	font-weight: bold;
	font-size: .8em;
}


#navbar ul li a:link, #navbar ul li a:visited {
	color: #808080;
	background-color: #ffffff;
	text-decoration: none;
	display: inline;
	border: solid #000000 1px;
	margin-left: -3px;
	margin-right: -3px;
	padding-top: 4px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-right: 17px;
}


#navbar ul li a:hover {
	background-color: #cccccc;
	text-decoration: none;
}


#navbar ul li a#current {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	border-bottom: solid #ffffff 1px;
}


#navbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}


#navbar ul {
	margin: 0px;
	padding: 0px;
}


/* @end */


/* @group Content styles */


div#content {
	position: relative;
	width: 779px;
}


#content h1 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #808080;
	padding-top: .8em;
	z-index: 0;
}


#content h2 {
	color: #808080;
	font-size: .6em;
	font-style: italic;
	font-weight: normal;
	margin-top: -.8em;
	border-bottom: 1px #808080 dotted;
	margin-bottom: -.5em;
	padding-bottom: .3em;
	z-index: 0;
}


#content h3 {
	font-size: .8em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: -1em;
	z-index: 0;
}


#content h4 {
	font-size: .8em;
	color: #ffffff;
	text-align: center;
	line-height: 1.5em;
	background-color: #999999;
	font-weight: bold;
}


#content h5 {
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
	line-height: 1.8em;
	background-color: #999999;
	font-weight: bold;
}


#content p.pagejump {
	text-align: right;
	margin-bottom: -.5em;
}


#content img {
	border: 1px dotted #000000;
	z-index: 1;
}


#content img.noborder {
	border: 0px;
	z-index: 1;
}


#content img.left {
	float: left;
	margin-right: 12px;
	z-index: 1;
}


#content img.right {
	float: right;
	margin-left: 12px;
	z-index: 1;
}


/* @group Link styles */


#content a:link, a:visited {
	color: #001d9b;
	text-decoration: none;
	font-weight: bold;
}


#content a:hover {
	color: #ffffff;
	background-color: #001d9b;
}


#content a img:hover {
	border: 1px solid #001d9b;
	background-color: #ffffff;
}


#content a img.noborder:hover {
	border: none;
}


/* @end */


#content li {
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
	list-style-type: square;
	margin-right: 3em;
}


#content li.done {
	text-decoration: line-through;
}


div#map {
	border-style: dotted;
	border-width: 1px;
}


/* @end */


/* @group Footer styles*/


div#footer {
	position: relative;
	width: 781px;
	z-index: -1;
	margin-bottom: 50px;
}


#footer p {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: .6em;
}


#footer p:after {
	content: ", 2003-2009";
}


/* @end */
