/* ==== Reset Styles ===== */
/* Styles here remove all default browser settings */
/* v2.1, by Faruk Ates - www.kurafire.net, Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset
{margin:0; padding:0;}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin:1em 0; padding:0;}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {margin-left:1em;}

/* Miscellaneous conveniences: */
form label {cursor:pointer;}
fieldset {border:none;}

/* Form field text-scaling */
input, select, textarea {font-size:100.1%;}

/* Image links */
a img {border: none;}

/* ===== Body ===== */
body {
	background-color: #444;
	color: #fff;
	/*font-family: Verdana;*/
	font: 0.8em Verdana, Geneva, Tahoma, sans-serif;
	margin: 50px 70px 0 70px;
}
p {
	margin: 1em 0;
}
#everything {
	min-width: 851px; /* 1024 with extras */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

/* ===== Header ====== */
#header {
	height: 40px;
	margin-bottom: 70px;
}
#header h1 {
	border-bottom: 1px solid #fff;
	padding-bottom: 11px;
	margin-bottom: 0;
}
#header h1 a {
	display: block;
	font-size: 2.5em;
	font-family: Arial;
	background: url(../images/heading_sprite.png) 0px -16px no-repeat;
	height: 27px;
	text-indent: -10000px;
	outline: none;
}
#header h2 {
	font-size: 1.2em;
	margin: 0;
	margin-top: 10px;
	font-weight: normal;
	text-indent: -10000px;
	background:url(../images/heading_sprite.png) 0px 0px no-repeat;
	height: 16px;
}

/* ==== Menu ===== */
#menu {
	text-transform: uppercase;
	font-size: 1.0em;
	text-align: right;
	width: 110px;
	float: left;
}
#menu ul {
	margin-top: 7px; /* Align with top of h2 */
}
#menu li {
	border-bottom: 1px solid #fff;
	list-style: none;
	margin-left: 0;
}
#menu li.first {
	border-top: 1px solid #fff;
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}
#menu a:hover {
	/*background-color: #555;*/
	padding-right: 5px;
}
#menu .current a {
	font-weight: bold;
}

/* ===== Content ===== */
#content {
	margin-left: 150px;
}
#content h3 {
	font-family: Arial;
	font-weight: normal;
	font-size: 1.6em;
}


/* ===== Footer ===== */
#footer {
	clear: both;
	padding-top: 30px;
}
