/*  
Inspired by:
Theme Name: Darkwater
Theme URI: http://www.antbag.com
Description: Blackened Waters.
Version: 1.1
Author: Antbag
Author URI: http://www.antbag.com/
*/

td {
	vertical-align:top;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #000 url(/pics/body_bg.jpg) no-repeat top center fixed;
	color: #aaaaaa;
}

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 10px auto 10px auto;
	width: 900px;
	text-align: left;
}

#content{
	width:520px;
	border-top: 2px solid #333;
	padding:20px 0px 0px 0px;
}

#spacer{
	width:20px;
	border-top: 2px solid #333;
}

#adbar{
	width:180px;
	border-top: 2px solid #333;
	border-left: 1px solid #333;
}

.sidebar{
	width:180px;
	border-top: 2px solid #333;
	border-left: 1px solid #333;
	background-color: #000000;
}

h1{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 30px;
	padding: 25px 0 10px 15px;
	color:#2244ff;
}

h2{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 22px;
	color:#2244ff;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
	color: #555;
}

a:link{
	text-decoration: none;
	color:#2244ff;
}

a:hover{
	text-decoration: underline;
	color: #FFF;;
}

a:visited{
	text-decoration: none;
	color:#2244ff;
}	

#header a{
	color: #2244ff;
}

#header a:hover{
	color:#FFF;
}


/*----SIDEBAR STYLES----*/

/*
.sidebar{
	float: right;
	width: 180px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #333;
	background: #000;
}
*/

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar ul li{
	padding: 10px 0 20px 0;
}

.sidebar h2{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #555;
	padding: 3px 0;
	margin: 0 10px 0 22px;
	border-bottom: 1px solid #333;
}

.sidebar ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

.sidebar ul li a{
	display: block;
	text-decoration: none;
	padding: 2px 2px;
}

.MenuItem a {
	color:#2244ff;
	}
	
.MenuItemActive a {
	color:#ffffff;
}



.sidebar ul li a:hover{
	text-decoration: none;
	color: #CCC;
	background: #222;
}



#footer{
	clear: none;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 60%;
	color: #CCC;
	background: #000;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #2244ff;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #2244ff;
}