﻿ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td { margin: 0; padding: 0; }  
/*table { border-collapse: collapse; border-spacing: 0; }*/
fieldset, img, abbr { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }


body 
{
	/*width: 900px;*/
	margin: 0px auto 0px auto;
	/*background-color:#1a1a1a; */
	/*background-color:#282828; */
	/*background-color:#38434C; 	*/
	/*background-color:#333333; */
	/*background:url(img/test.png) center top no-repeat;*/
	/*background:url(img/test2.jpg) center top no-repeat;*/
	/*background:url(img/top.jpg) center top no-repeat;*/
	font-family: Segoe UI,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 0.80em;
	color: White; 
}

a  
{	
	font-family: Segoe UI,Tahoma,Arial,Helvetica,sans-serif; 
	text-decoration: none; 
	color:#FAF9D5;
}

a:hover
{
    text-decoration:underline;
}


#top
{    
	width: 100%;
	/*height:40px;*/
	height:44px;
	margin: 0px auto 0px auto; 		
	/*background:url(img/header.png) center top no-repeat;*/
	/*background-color:#24292F; */
	/*background-color:#2E2E2E;*/
	/*background-color:#595959; */
	/*background-color:#393939;*/
}


#top #topwrapper
{        
	width:1000px; 
	margin: 0px auto; 		
	padding-top:8px; 
	height:100%;
}

#top #logo_ie7
{
	float:left; 
	clear:both;
	/*border:1px solid red; */
}

#top #logo
{
	float:left; 
	clear:both; 
	/* no "clear" unlike the IE 7 version */ 	
	/*border:1px solid red; */
}

#top #login
{
	float:right; 	
	/*border:1px solid green; */
	font-size:0.88em; 
	color:#aaaaaa;
	padding-top:6px;
}

#body
{
    width: 100%; 
    margin: 0; 
    padding: 0;
    /*background: url(img/bg-body.jpg) repeat-y #2B2B2C 50% 50%;*/
	display: block;
	clear: both;
}

#header 
{    
	width: 100%;
	/*height: 316px;*/
	/*background: url(img/bg-home-head.jpg) repeat-x;*/
	background: url(img/forum-head.jpg) repeat-x;
}

#headlogo 
{    
    width: 1000px;
    margin: 0px auto 0px auto; 	
 	background: url(img/forumheader.jpg) ;
 	/*height:227px;*/
 	height:119px;
}


#navbar, .headerbar 
{
   	width: 100%;
	/*height:33px;*/
	height:45px;
	margin: 0px auto 0px auto; 		
	/*font-size:0.75em;	*/
	/*background:url(img/header.png) center top no-repeat;*/
	/*background-color:#242935; */
	/*background-color:#24292F; */
	/*background-color:#3A3A3A; */
}


#navbar #navwrapper
{
	width:1000px; 
	margin: 0px auto; 		
	/*margin-top:12px; */
	padding-top:12px;
	border-top:1px solid #38434C; 
	/*background-image:url(img/lightbarbg.bmp);*/
}


#nav
{
	 table-layout:fixed; 	 
}

#nav a 
{
	color:#C4C492;
	text-decoration:none;
	cursor:hand; 	
}

#nav a:hover
{
	color:#ffffff;
	/*color:Black;*/
}

#nav dl, #nav dt, #nav dd
{
	margin: 0px;
	padding: 3px 3px 3px 3px;
	margin-right:30px; 
	float: left;
	list-style: none;			
	color: #ffffff;
	/*font-size: 110%;*/
	/*font-weight: bold;	*/
}

#nav dd:hover
{
	color:White; 
	/*background-image:url(img/lightbarbg.bmp);*/
	/*border:1px solid #C7E2F1; */
	border-top:1px solid #C7E2F1; 
	border-bottom:1px solid #C7E2F1; 
	/*padding: 2px 2px 2px 2px;*/
	padding: 2px 3px 2px 3px;
}

 #nav dd:hover a
{
	color:White; 
}

#navpath
{
	border-top:1px solid #393939;
	border-bottom:1px solid #393939;
	background-color:#353535;
	height:20px;
	width:100%;
	margin-top:0px;
	margin-bottom:5px;
	padding-left:5px;
	padding-top:2px;
}

#navpath a
{
	color:#777777;
}

#navpath a:hover
{
	color:White;
	text-decoration:underline;
}

