/**
Dark Grey: 		#3a3a3a;
Light Grey: 	#dcdcdc;
Blue (links) 	#2893d3;
*/
body {
	margin: 0;
	font-family: Tahoma, Verdana;
}

h2 {
	margin-top: 0;	
}

h3 {
	margin: 0;	
}

#wrapper {
	background: url(/images/layout/header.png) repeat-x;
}

#wrapper-inner {
	width: 920px;
	margin: 0 auto;	
}

#forum-wrapper {
	background: #fff;
	padding: 15px;
}

#header {
	overflow: hidden;
	position: relative;
	height: 75px;
}

#header-ad {
	height:108px;
	text-align: center;
}

#header h1 {
	text-indent: -2000em;
	background: url(/images/layout/logo.gif);
	width: 230px;
	height:64px;	
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	outline: none;
	width: 230px;
	height:64px;
}

#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	text-indent: -2000em;
	float: left;
	margin: 0;
	height: 58px;
}

#header ul li a {
	background-image: url(/images/layout/tabs.png);
	width: 100%;
	height: 100%;
	display: block;
	outline: none;
}

li#home { width: 80px; }
li#home.selected a, li#home a:hover { background-position: 0 -58px; }

li#forum { width: 85px; }
li#forum a { background-position: -80px 0 ; }
li#forum.selected a, li#forum a:hover { background-position: -80px -58px }

li#wiki { width: 161px; }
li#wiki a { background-position: -166px 0 ; }
li#wiki.selected a, li#wiki a:hover { background-position: -166px -58px }

li#about { width: 86px; }
li#about a { background-position: -328px 0 ; }
li#about.selected a, li#about a:hover { background-position: -328px -58px }

li#contact { width: 97px; }
li#contact a { background-position: -415px 0 ; }
li#contact.selected a, li#contact a:hover { background-position: -415px -58px }


#nav {
	width: 100%;	
}

#footer {
	margin-top: 10px;
	background: #3a3a3a url(/images/layout/footer-top.gif) repeat-x;
	height: 170px;
	color: #595959;
	font-size: 11px;
}

#footer-inner {
	padding-top: 25px;
	width: 920px;
	margin: 0 auto;
	background: url(/images/layout/footer-logo.gif) no-repeat;
	background-position: bottom right;
}

#footer a {
	color: #595959;	
	text-decoration: none;
	font-size: 11px;
}

#page-side {
	float: right;
	margin-left: 25px;
}

#page-content {
	float: none;
	margin-right: 300px;
}

.module {
	font-size: 11px;
	width: 300px;
}

.module h3, .module h3 a {
	color: #000;
	font-size: 17px;
	margin-bottom: 5px;
}


.recent-thread-row {
	margin-bottom: 10px;
}

.recent-thread-row h4, .recent-thread-row p,.recent-thread-row p a {
	color: #999;
	font-size: 11px;
	margin: 0 0 3px;
	font-weight: normal;
}

.news-wrapper {
}

.news-footer, .news-footer a {
	color: #999;
	font-size: 11px;
}

.news-img-left {
	float: left;
	margin: 0 5px 5px 0;
	border: 5px solid #dcdcdc;
}