/*
/*
Theme Name: Gamers Theme
Theme URI: http://www.Graphicadia.com
Description: a clean and simple fixed width, 2-column layout with the sidebar on the right.
Author: HPA 
Author URI: http://www.Graphicadia.com
*/
*{margin: 0; padding: 0;}
body{
	background: #000 url("background.jpg") no-repeat top center;
	margin:0 auto;
	padding:0;
	font: 12px Trebuchet MS, Verdana, Arial;
	color: #787878;
	text-align: center;
	
}
.inv{display: block; visibility: hidden;}

p{padding: 5px 0;}
a{text-decoration: none; color: #0bf;}
a:hover{color: #000;}
img{
	float: left;
	margin: 12px;
	border: 8px solid #fcfcfc;
}

#container{
	width: 901px;
	margin: 0 auto;
	text-align: left;
	padding:0;
}

#navigation{
	width: 901px;
	height: 32px;
	
}

#navigation ul{
	font: 12px Trebuchet MS, Verdana, Arial;
	width: 800px;
	height: 32px;
	font-weight: bold;
}
#navigation ul li{
	height: 32px;
	list-style-type: none;
	margin: 0 1px;
	float: left;
}
#navigation ul li a{
	height: 24px;
	padding: 8px 10px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	float: left;
}
#navigation a:hover{
	background: url("hover.gif") repeat-x 0 0;
}
#navigation ul .current_page_item a, #navigation ul .current_page_item a:hover{
	background: url("active.gif") repeat-x 0 0;
}

#header{width: 901px; height: 213px; position: relative;}
#header h1{font: 30px Tahoma;line-height: 30px; position: absolute; top: 70px; right: 20px;}
#header h1 a{text-decoration: none; color: #0bf;}
#header h1 a:hover{text-decoration: none; color: #fff;}
#header .description{
	font: 24px Tahoma;
	position: absolute;
	right: 0px;
	top: 97px;
	color: #fff;
}
#main-content-lvl-0{
	width: 901px;
	background: url("main-bgr.gif") repeat-y 0 0;
}
#main-wrapper{
	width: 901px;
	padding: 10px 0;
	overflow: hidden;
	background: url("main.gif") no-repeat 0 0;
}
#left{
	width: 580px;
	padding: 0 10px 0 27px;
	float: left;
	
}
#left h2{
	font: 24px Tahoma;
	font-weight: normal;
	padding-left: 80px;
	padding-bottom: 5px;
	background: url("title-ico.gif") no-repeat 0 5px;
	color: #3e3e3e;
}
#left h2 a{text-decoration: none; color: #3e3e3e;}
#left h2 a:hover{color: #0bf;}
#left h3{
	font: 18px Tahoma;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	padding: 5px 0 5px 10px;
}


#sidebar {
	width: 240px;
	float: right;
	text-align: left;
	margin:0 0 10px 0;
	
	
	}
#sidebar img { border:none;}


#sidebar h2{
	width: 240px;
	height: 29px;
	background: url("sdb-title.gif") no-repeat 0 0;
	font: 15px Tahoma;
	font-weight: normal;
	color: #fff;
	padding: 6px 0 0 25px;
	margin-bottom:10px;
}	
	
#sidebar ul {
	width: 240px;
	margin: 0; padding: 0;
	list-style-type: none;
	font-family: Verdana; font-size: 12px;
	padding:10px 5px 15px 0;
	color: #787878;
}
#sidebar ul li{
	width: 240px;
	padding-left: 10px;
	text-transform: capitalize;
	list-style-type: none;
}	



#sidebar ul li a:hover{
	background: url("sdb-hover.gif") no-repeat 0 2px;
	padding-left: 15px;
}

#sidebar a{color: #000;}



#sidebar  .rsidebar ul{
	margin-bottom:15px;
	text-align:left;
}

#sidebar p {
	color: #333333;
	font: 0.9em/1.6em Arial, Helvetica, sans-serif;
	padding-top: 10px;
	}

	
.entry{padding: 10px 0 25px 0;}



#footer{
	width: 901px;
	height: 66px;
	background: url("footer.gif") no-repeat 0 0;
	position: relative;
	padding-top: 47px;
	font: 12px Tahoma;
	color: #353534;
	text-align: center;
}
#footer a{text-decoration: none; color: #353534;}
#footer a:hover{color: #fff;}


