/*   
Theme Name: blank
Description: An imageless template
Author: steve winslow
Version: 1.0
*/

body {
background-color: black;
background-image: url('menubackground.gif');
background-repeat: no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color: white;
}



#wrapper {
	width: 70%;
	margin:0 auto;
	margin-top: 70px;
}

#header {
	margin-bottom: 50px;
}

#content {
	margin:0 275px 0 0 !important;
	margin:0 277px 0 0;
	padding: 0 0 0 0;
	}

#nav {
	padding:20px 0;
	margin:0;
	}

#sidebar {
	width:250px;
	float:right;
	padding:0;
	background-color: black;
	}

#footer {
	clear:both;
	margin-top:50px;
	border-top:0px solid #eee;
	color:#999;
}


#header .description {
	float:right;
	margin:0px 0 0 0;
	color:#222;
}

#header h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:3em;
	color: #eee;
	text-align: center;
}



#content p {
	line-height:25px;
	color: white;
	margin:0 0;
	padding: 10px;
	word-spacing:2px;
	font:1em Trebuchet MS;
}

#content a {
	text-decoration:none;
	border-bottom:1px solid #999;
	font:.7em Trebuchet MS;
}

#content a:hover {
	text-decoration: none;
}

#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom: 20px;
	border-bottom:0px solid #7d1d23;
	padding-left: 10px;
	color: white;
}

#content h2 a {
	text-decoration:none;
	border:none;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
	border-top:1px solid #eee;
}
#content li {
	padding:0px;
	border-bottom:1px dashed #eee;
}

#content h3 {
	margin:10px 0;
	font:160% Trebuchet MS;
	color:#222;
}


#nav li {
	float:left;
	list-style:none;
	font-weight:normal;
	padding-left: 10px;
}

#nav li a {
	color: white;
	padding: 0 0 0 0;
	font:1.5em Trebuchet MS;
	margin:0 0 0 0;
	text-decoration:none;
	display:block;
	font-weight:normal;
}
#nav li a:hover {
	color: white;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color: white;
	text-decoration:none;
}


#sidebar p {
	color: white;
	margin:0 0;
	font:1em Trebuchet MS;
}

#sidebar h2 {
	font:1em Trebuchet MS;
	color: white;
	text-decoration: underline;
}

#sidebar ul {
	list-style:none;
	margin:0 0 20px 0;
}

#sidebar li {
	font:1em Trebuchet MS;
	color: white;
}

#sidebar li a {
	color: white;
	text-decoration:none;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color: white;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}

#sidebar li a:hover {
	color: white;
}

#footer  {
color: white;
font:.8em Verdana;
text-align:center;
}

#footer  a {
color: white;
font:.8em Verdana;
text-align:center;
text-decoration: underline;
}

#footer  a:hover {
color: white;
font:.8em Verdana;
text-align:center;
text-decoration: none;
}


h1 {
	font-size:1em;
	font-weight:normal;
	letter-spacing:2px;
	margin:0 0;
}

h1 a {
	text-decoration:none;
	color:#333;
	font-size:1em;
	font-weight:normal;
	letter-spacing:2px;
	margin:0 0;
	text-align:center;
}




p.news {
	padding:10px;
	background:#D7F0B2;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#f6f6f6;
	margin:0px 0;
	border:0px solid #eee;
}


a.more {
	display:block;
	text-align:right;
	color: white;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}

