html
{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE */
}

body
{
	
	background: #000000 url('bg.jpg') no-repeat;
	background-position:top;
	background-color: #000000;
	font-size: 12px;
	margin-top: 0px;
}

div#container
{
	width: 1144px;
	margin: 0 auto;
	background: #transparent;
	overflow: auto;
	height:100%;
	position:relative;
}
h1#banner
{
	width: 1044px;
	height: 201px;
	text-indent: -9999px;
    background: transparent;
	margin: 0 auto;
	clear: both;

}
div#content
{
	width: 1044px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	clear: both;
	
}

div#left
	{
		width: 219px;
		float: left;
        padding-top:0px;

	}

div#center
	{
		width: 606px;
		float: left;
		margin: 0 0 0 5px;
        padding-top:50px;

	}

div#right
	{
		width: 260px;
		float: right;
        padding-top:50px;

	}


	
.main_menu_bar
{
	
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 219px;
	height: 80px;
	line-height:95px;
	padding-top: 0 0 0 10px;
	background: url(game_menu.png) no-repeat;

}

.main_menu_content
{
	width: 219px;
	border-left: 10px;
	border-right: 0px;
	border-top: 0px;
	background: url(module_bg.png) repeat-y;
	margin: 0 0 10px 0;
    color: white;
	font-size:12px;

}

.side_header
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 219px;
	height: 41px;
	line-height:58px;
	padding-top: 0 0 0 10px;
	background: url(module_top.png) no-repeat;

}

.side_header2
{
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 250px;
	height: 41px;
	line-height:58px;
	padding-top: 0 0 0 10px;
	background: url(side_header_bg2.png) no-repeat;

}

.side_content_menu
{
	width: 190px;
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-top: 1px solid #1d1d1d;
	background: url(ucp_bg_small.png) repeat-y;
	margin: 0 0 10px 0;
    color: white;
	

}

.side_content_menu2
{
	width: 250px;
	border-left: 1px solid #1d1d1d;
	border-right: 1px solid #1d1d1d;
	border-top: 1px solid #1d1d1d;
	background: url(ucp_bg_big.png) repeat-y;
	margin: 0 0 10px 0;
    color: white;
	

}

	.side_content_menu img
	{
		display: block;
	}
.side_content
{
	width: 180px;
	padding: 10px;
	border: 1px solid #1d1d1d;
	background: #151515;
	margin: 0 0 10px 0;
	overflow: auto;

}





	



	
.center_header
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 606px;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
	background: url(slide_bg.png) no-repeat;
}

.center_menu_bar
{

	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 610px;
	height: auto;
	line-height:15px;
	padding-top: 10px 0 0 0px;
	background: url(slide_bg.png) no-repeat;

}

	.center_content
	{
		width: 606px;
		background: url(content_bg.png) repeat-y;
		border: none;
		margin: 0 0 10px 0;
        opacity: 0.6; ;
        min-height:500px;
        padding-left:8px;
        color: white;
        text-align:left;

	}
	.center_post_img
	{
		width: 533px;
		border-top: 1px solid #1d1d1d;
		border-bottom: 1px solid #1d1d1d;
		padding: 4px 0 4px 5px;
	}
		.center_post_img img
		{
			display: block;
		}
	.news_post
	{
		width: 531px;
		padding: 7px 0 0 7px;
		background: url(content_post_bg.gif) top repeat;
		line-height: 14px;
	}
		.news_post p
		{
			margin: 0; padding: 8px 0 8px 0;
		}
		
		


#footer {
    background: url(footer.jpg) no-repeat;
    min-height:223px;
    color:silver;
	width:974px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-size:15px;
}


#wrapper {
  position: related;
}


/*==== Begin navBarBar Styles ====*/
#nav, #nav ul {
    width:540px;
    height:43px;
    margin:0 auto;
    padding:0;
    list-style:none;

}
#nav li {
    float:left;
    position:relative;
}
#nav a {
    float:left;
    position:relative;
    height:20px;
    text-decoration:none;
    font:bold ;
    text-align:center;
    color:#FFF;
}
#nav a:active,
#nav a:focus,
#nav a:hover { /*style for images off */
    color:#000;

    text-decoration: none;
    cursor:pointer; /* IE6/7 need this */
}
/*--- Set z-indexes manually for IE ---*/
#home {z-index:6}
#guides {z-index:5}
#download {z-index:4}
#rankings {z-index:3}
#screenshots {z-index:2}
#donate {z-index:1}

/* all the anchor widths change on hover */
#home a {width:65px;}
#guides a {width:67px;}
#download a {width:98px;}
#rankings a {width:91px;}
#screenshots a {width:115px;}
#donate a {width:98px;}

/* increase widths by 8px on hover */
#home a:hover {width:65px;}
#guides a:hover {width:67px;}
#download a:hover {width:98px;}
#rankings a:hover {width:91px;}
#screenshots a:hover {width:115px;}
#donate a:hover {width:98px;}

#nav a span {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:43px;/*image height*/
    font-size:0;
}

#home a span {background:url(menu_bar.png) no-repeat -4px -7px;}
#guides a span {background:url(menu_bar.png) no-repeat -69px -7px;}
#download a span {background:url(menu_bar.png) no-repeat -135px -7px;}
#rankings a span {background:url(menu_bar.png) no-repeat -233px -7px;}
#screenshots a span {background:url(menu_bar.png) no-repeat -324px  -7px;}
#donate a span {background:url(menu_bar.png) no-repeat -439px -7px;}

#home a:hover span {
    width:65px;
    background-position:-4px -50px;
}
#guides a:hover span {
    width:67px;
    background-position:-69px -50px;
}
#download a:hover span {
    width:98px;
    background-position:-135px -50px;
}
#rankings a:hover span {
    width:91px;
    background-position:-233px -50px;
}
#screenshots a:hover span {
    width:115px;
    background-position:-324px  -50px;
}
#donate a:hover span {
    width:98px;
    background-position:-439px -50px;
}
/*==== Dropdown Styles ====*/
#nav ul.rankings {
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:115px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.screenshots{
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:50px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.guides{
    position:absolute;
    top:40px;
    left:2px;
    width:140px;
    height:155px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}


#nav ul.download{
    position:absolute;
    top:40px;
    left:2px;
    width:120px;
    height:30px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}

#nav ul.donate{
    position:absolute;
    top:40px;
    left:2px;
    width:105px;
    height:70px;
    margin:0 0 0 -999em;/*hide the dropdown*/
    background-image:none;
    background-color:#111111;
    border: solid 1px #000;
}



#nav li:hover ul,
#nav li.sfhover ul {
    margin-left:0;/*reveal the dropdown*/
}
#nav li#screenshots:hover span,
#nav li#screenshots.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:120px;
    background:url(menu_bar.png) no-repeat -324px  -50px;
}
#nav li#screenshots li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#screenshots li a:hover {
    background:#0d0d0d;
    color: white;
    text-decoration:none;
}




#nav li#rankings:hover span,
#nav li#rankings.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:96px;
    background:url(menu_bar.png) no-repeat -233px -50px;
}
#nav li#rankings li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#rankings li a:hover {
    background:#0d0d0d;
    color: white;
    text-decoration:none;
}

#nav li#guides:hover span,
#nav li#guides.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:67px;
    background:url(menu_bar.png) no-repeat -69px -50px;
}
#nav li#guides li a {
    height:auto;
    width:120px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#guides li a:hover {
    background:#0d0d0d;
    color: white;
    text-decoration:none;
}



#nav li#download:hover span,
#nav li#download.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:98px;
    background:url(menu_bar.png) no-repeat -135px -50px;
}
#nav li#download li a {
    height:auto;
    width:100px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#download li a:hover {
    background:#0d0d0d;
    color: white;
    text-decoration:none;
}



#nav li#donate:hover span,
#nav li#donate.sfhover span{ /*hold the BG image open on the sublist parent*/
    width:98px;
    background:url(menu_bar.png) no-repeat -439px -50px;
}
#nav li#donate li a {
    height:auto;
    width:85px;
    padding:2px 10px;
    background:none;
    color:#FFF;
    text-align:left;
    font:bold .9em/1.5 arial;
}
#nav li#donate li a:hover {
    background:#0d0d0d;
    color: white;
    text-decoration:none;
}


input,select,textarea,.thead ,legend , option{	border: #f8f8f8 1px solid;
	background-color:#3e3e3e;
	
	font-size:9pt;
	color: #ffffff;
	font-weight:normal;
	
	
	}

fieldset {
	color: #FFFFFF;
	background-color:#000000;
	border: #FAE00F 1px solid;
	#background-image:url(bg.jpg);
	filter: alpha(opacity:75);
		padding: 2px 2px 2px 2px;
	-moz-opacity:.75;
	opacity:.75;
	position: relative; margin-top:1em; padding-top:.75em;

}

.alt1 {
	background-color:#111111;
}
.alt2 {
	background-color:#111111;
}
a:link
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:visited
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:active
{ 
	color: #FAE00F; 
	text-decoration: none; 
}

a:hover
{ 
	color: #FFFFFF;
	text-decoration: none; 
}


form {
	display: inline;

}
.tagline
{
	
	font-family: Trebuchet MS;
	color: #00297A;
	font-size: 10px;
	font-weight: normal;
}

.thead2
{
	background-color: #000000;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
.headerlight
{
	
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
}

.banned
{
	
	font-family: Trebuchet MS;
	color: #cc0033;
	font-size: 12px;
	font-weight: underline;
}
.admin
{
	
	font-family: Trebuchet MS;
	color: #0033FF;
	font-size: 12px;
	font-weight: bold;
}
.gm
{
	
	font-family: Trebuchet MS;
	color: #FF00CC;
	font-size: 12px;
	font-weight: bold;
}
.normal
{
	
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}




.note {
	clear:both;
	color:#333333;
	font-size:8pt;
	padding:5px;
	text-align:center;
}

span5 {
  color: silver;
  font-family:Trajan Bold_font;
  font-size:20px;
}

	
.tmp_left_menu a{
	color:#89775a;font:normal 12px Arial,Helvetica,sans-serif;
	}
	
.tmp_left_menu a:hover{
	color:#e7bf9a;
	text-decoration:none
	}

.tmp_left_menu ul{
	background-color:#8D8585;margin:0
	}
	
.tmp_left_menu li.list_menu{
	height:21px;
	text-shadow:0px 0px 10px #7A563E;
	color:#716148;
	color:#e7bf9a;
	margin-bottom:0px;
	background:url(template/default/images/hv.png) no-repeat 0px;
	border-bottom:1px #382d25 solid;
	}
	
.tmp_left_menu li.list_menu a{
	line-height:22px;
	}
	
.tmp_left_menu li.list_menu:hover{
	background:url(images/hv.png) no-repeat 0px;
	color:#e7bf9a;
	border-bottom:1px #514035 solid;
	text-shadow:2px 0px 4px #be8d5f
	}
	
.list_menu{

	height:26px;
	text-shadow:0px 0px 10px #7A563E;
	color:#716148;
	margin-left:20px;
	background:url(hv.png) no-repeat 0px;
	border-bottom:0px #382d25 solid;
	padding-left: 30px;
	list-style-type: none;
	font:normal 15px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color:#aea9a6;
	text-shadow:#000000 1px 0px 1px;
	
	}

.list_menu:hover{

	height:26px;
	text-shadow:0px 0px 10px #7A563E;
	color:#716148;
	margin-left:20px;
	background:url(hv2.png) no-repeat 0px;
	border-bottom:0px #382d25 solid;
	padding-left: 30px;
	list-style-type: none;
	font:normal 14px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	color:#aea9a6;
	text-shadow:#000000 1px 0px 1px;
	
	}

.status{
	float: left;
	padding-left:330px;
	padding-top:0px;
		
	}

.time{
	float: right;
	padding-right:730px;
	padding-top:13px;
	font-size:25px;
		
	}

div#register
	{

       font:normal 14px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	    color:#aea9a6;
	    text-shadow:#000000 1px 0px 1px;

	}

div#downloads
	{

       font:normal 14px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	    color:#aea9a6;
	    text-shadow:#000000 1px 0px 1px;

	}

div#rankings
	{

       font:normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	    color:#aea9a6;
	    text-shadow:#000000 1px 0px 1px;

	}

div#char
	{

       font:normal 12px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	    color:#aea9a6;
	    text-shadow:#000000 1px 0px 1px;

	}


span8 {
  color: silver;
  font-family:Trajan Pro;
  font-size:16px;
}

span9 {
  color: gold;
  font-family:Trajan Pro;
  font-size:18px;
}

		