@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size:62.5%;
	color: #333;
	background-color:#678a99;
	background-image: url(/images/background_01.gif);
	background-repeat: repeat-x;
	line-height:150%;
}

br {
	clear:both;
}

p { padding-bottom:1em; }


ul {
	padding-left:15px;
	list-style-type:circle;
}

li { padding-bottom:5px; }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	padding: 3px 10px 3px 10px;
}
.nav:link {
	text-decoration: none;
}
.nav:hover {
	color: #ffffff;
	background: Navy;
	text-decoration: none;
}
.nav:active {
	color: #ffffff;
	text-decoration: none;
}
.nav:visited {
	text-decoration: none;
}


/*  SKIPPER  */

#skipper {
	display: none !important;
}
/* MASTHEAD */

#masthead {
	border: 1px solid;
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: gray;
	height: 80px;
}
#masthead h1 {
	font-weight: normal;
	font-size: 150%;
	letter-spacing: 0.4em;
	text-transform: lowercase;
	position: relative;
	z-index: 10;
	margin: 0 12em -0.1em 0;
	padding: 0.5em 0.25em 0;
}
#masthead h1 a {
	text-decoration: none;
	color: silver;
}
#masthead h1 span {
	color: white;
	font-size: 150%;
	display: block;
}
#masthead p {
	font-size: 0.8em;
	position: absolute;
	top: 40px;
	right: 10px;
}
/* ADDRESS BAR */

#address {
	font-size : 80%;
}
/* CONTENT STYLES */

#main {
	position: relative;
	z-index: 20;
	width: 100%;
	/*border-top: 1px solid;*/
	background-color: #FFFFCC;
}
#content {
	margin: 60px 0 0 0;
	padding: 0 2.5em 5em;
	font: 0.9em/1.1em Verdana, sans-serif;
}
#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, sans-serif;
	margin: 0.5em 0 0;
}
#content h1 {
	font-size: 165%;
	border-bottom: 1px solid gray;
	line-height: 1.15em;
	margin: 0 0 0.5em 0;
}
#content h2 {
	font-size: 140%;
	margin: 2.5em 0 0.5em;
}
#content h3 {
	font-size: 133%;
	margin: 1.5em 0 0.5em;
}
#content h4 {
	margin: 1.25em 0 0;
	font-size: 125%;
}
#content p {
	margin: 0.25em 0 1.5em;
	font-size: 0.95em;
}
/* SIDEBAR */

.sidebar {
	padding: 5px;
	border-right : dashed Black;
	border-left : dashed Black;
	border-width : 1px;
	margin-top: 60px;
}
.sidebar h4 {
	font-size: 0.9em;
	border-width: 1px;
	border-style: none none solid none;
	padding: 6px 0.1em 1px 0.33em;
	margin: 0;
	word-spacing: 1px;
	color: Gray;
}
.sidebar ul {
	padding: 0.33em 0 0.66em;
	margin: 0;
	list-style: none outside;
	font-size: 0.9em;
}
.sidebar li {
	margin-bottom: 5px;
}
/* FOOTER */


#debug, #bugs, #todo, #rebuild {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 1em 0;
	color: red;
	background-color: silver;
	border: thin dashed Black;
	padding: 0 1em;
}
#bugs, #todo {
	margin: 1em;
}
#bugs li, #todo li {
	color: red;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#resources {
	margin: 1em 0;
	background-color: white;
	border: thin dashed Black;
	padding: 1em;
}

#resources h2 {
	margin-top: 0;
}
