html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted invert}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin: 0 3px 5px 3px}

html,body{
	margin:0;
	padding:0;
	height:99%;
	width:100%;
}

html{
	color:white;
	background-color:black;
	background: url(../media/back.png) repeat;	
}

a:link{ color:white; }
a:active{ color:white; }
a:visited{ color:white; }

#container{
	position:relative;
	margin:1em auto;
	width:960px;
	min-height:650px;
	background-color:#040404;
	box-shadow: 0px 7px 10px 4px #000000;
	-webkit-box-shadow: 0px 7px 10px 4px #000000;
	-moz-box-shadow: 0px 7px 10px 4px #000000;
}

#header{
	position:relative;
	height:95px;
}

#loginBox{
	position:absolute;
	top:10px;
	right:5px;
}

#loginBox p{
	margin:0;
	font-size:11px;
}

#loggedinBox{
	position:absolute;
	text-align:right;
	top:10px;
	right:5px;
}

#loggedinBox p{
	margin:0;
	font-size:11px;
}

#searchBox{
	position:relative;
	float:right;
	margin-right:16px;
}	

#navigation ul{
	padding:0 0 0 10px;
	margin-left:0;
}

#navigation ul li{
	display:inline-block;
	text-align:left;
	margin:0 2px 2px 0;
}

#contentLeft{
	position:relative;
	float:left;
	width:630px;
	padding-left:15px;
	background-color:#040404;
}

#contentLeft h2{
	font-size:1em;
	color:#efc500;
}

#contentLeft p{
	color:#606060;
	font-size:11px;
}

#mainText p{
	padding:0px;
	margin:2px;
}

#contentRight{
	position:relative;
	top:-67px;
	float:left;
	width:315px;
	background-color:#0f0f0f;
	min-height:600px;
	text-align:right;
	
	box-shadow: -4px 4px 4px #000000;
	-webkit-box-shadow: -4px 4px 4px #000000;
	-moz-box-shadow: -4px 4px 4px #000000;
}

#contentRight h2{
	font-size:1.1em;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	padding-right:5px;
	margin:0 0 0 0;
	background-color:#151515;
	color:#efc500;
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
}

#pageTitle{
	font-size:1.1em;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	text-indent:15px;
	margin:10px 0 10px -15px;
	background-color:#151515;
	color:#efc500;
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
}

#userpanelBtn{
	display:block;
	background: url("../media/userpanel-on.png") no-repeat;
	width:315px;
	height:64px;
}

#userpanelBtn span{
	display:none;
}

#registerBtn{
	display:block;
	background: url("../media/register.png") no-repeat;
	width:315px;
	height:64px;
}

#registerBtn:hover{
	background: url("../media/register-on.png") no-repeat;
}

#registerBtn span{
	display:none;
}

#gameCategories a{
	font-weight:bold;
}

#contentRight p{
	padding:5px;
}

#featuredListing{
	padding:0;
	margin-top:5px;
	margin-left:0;
}

#featuredListing li{
	display:inline-block;
	margin:1px 7px 7px 7px;
}

#featuredListing li span{
	font-size:11px;
	display:block;
	text-align:center;
}

#footer{
	position:relative;
	margin:0.5em auto;
	text-align:center;
	color:#aaaaaa;
	font-size:11px;
}

#footer .footer-info{
	float:left;
	text-align:left;
	padding-left:15px;
	width:550px;
}

#footer .footer-links{
	float:right;
	text-align:right;
	padding-right:5px;
}

#footer ul{
	padding:0;
	margin-left:0;
}

#footer ul li{
	display:inline-block;
	text-align:left;
	margin:0 2px 2px 0;
}

#contentLeft h1{
	font-size:1.1em;
	text-indent:15px;
	margin:0 0 10px -15px;
	background-color:#090909;
	color:#ddcf33;
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
}

#gameList{
	margin-top:20px;
}

.gameListing{
	width:608px;
	min-height:150px;
	border:1px solid #1f1f1f;
	background-color:#090909;
	padding:1px;
	margin:7px 0 0 0px;
}

.gameListing h2{
	position:relative;
	font-size:14px;
	margin:0 0 4px 0;
	padding:2px 2px 2px 4px;
	background-color:#121212;
}

.gameListingRank{
	display:inline-block;
	text-align:center;
	font-size:15px;
	width:20px;
	color:#fbcf00;
	border-right:1px solid #1a1a1a;
	padding-right:5px;
	margin-right:10px;
}

.gameListingCategory{
	position:absolute;
	padding-right:9px;
	right:0;
}

.gameListingCategory a{
	color:#EFC500;
}

.gameListingContent{
	float:left;
}

.gameListingContent{
	width:465px;
}

.gameListingContent img{
	width:468px;
	height:60px;
}

.gameListingLeft{
	float:left;
}

.gameListingStats{
	margin-top:6px;
	text-align:center;
}

.gameListingStats a{
	color:#e7e7e7;
}

.gameListingCaption{
	width:120px;
	height:90px;
	margin-right:4px;
	margin-left:4px;
}

#weeklyVotes{
	margin:5px;
	text-align:left;
}

#weeklyVotes li{
	position:relative;
}

#weeklyVotes li span{
	position:absolute;
	right:0;
	color:#a7a7a7;
}

#weeklyVotes{
	margin:5px;
	text-align:left;
}

#weeklyVotes li{
	position:relative;
}

#weeklyVotes li span{
	position:absolute;
	right:0;
	color:#a7a7a7;
}

#socialUpdates{
	font-size:11px;
	text-align:left;
	margin:5px;
}

#socialUpdates li{
	margin:0 0 5px 25px;
	padding-bottom:5px;
}

/********** FORMS ***********************/

fieldset{
	padding:6px 0;
	border-top:1px solid #262626;
	margin-right:1em;
}

legend{
	font-weight:bold;
	padding-right:1em;
	background-color:black;
}

fieldset label{
	display:inline-block;
	width:8.5em;
	text-align:right;
	vertical-align:top;
	padding-top:2px;
	margin-right:1em;
	font-weight:bold;
	color:#9a9a9a;
}

fieldset select{
	margin-left:-3px;
	min-width:100px;
}

small{
	display:block;
	font-size:11px;
	margin-left:9.5em;
}

/********* ADVERTS **********************/

.ad_468x90{
	position:relative;
	margin:7px 0 0 0;
	background: url(../media/advertise-bg.png) no-repeat center top;
	padding-top:5px;
	width:610px;
	height:66px;
	border:1px solid #1f1f1f;
	text-align:center;
}
.ad_468x90 a{
	position:absolute;
	z-index:1;
	bottom:5px;
	left:166px;
	color: #f6d20a;
	font-size:32px;
	line-height:66px;
	text-decoration:none;
}
.ad_468x90 iframe{
	z-index:2;
}

.adRight_300x250{
	position:relative;
	left:-8px;
	margin-bottom:5px;
}

/********* AWESOME BUTTONS **************/

.awesome{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

/* Sizes ---------- */
.small.awesome {
	font-size: 11px;
}
.medium.awesome {
	font-size: 13px;
}
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}
 
/* Colors ---------- */
.charcoal.awesome {
	background-color: #222;
}
.charcoal.awesome:hover {
	background-color: #333;
}

/*********** TABLES ***************************/

/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
*/
table {
	border-collapse: collapse;
	border: 1px solid #666666;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: #111111;
	text-align:left;
}
caption {
	text-align: center;
	font: bold 16px arial, helvetica, sans-serif;
	background: transparent;
	padding:6px 4px 8px 0px;
	color: #CC00FF;
	text-transform: uppercase;
}
thead, tfoot {
	background:url(bg1.png) repeat-x;
	background-color: #171717;
	text-align:left;
	height:25px;
}
thead th, tfoot th {
	padding:5px 5px 1px 5px;
}
table a {
	color: #333333;
	text-decoration:none;
}
table a:hover {
	text-decoration:underline;
}
tr.odd {
	background: #f1f1f1;
}
tbody th, tbody td {
	padding:5px;
}

tbody td{
	color:#AAAAAA;
}

