/* CSS Document */

body{
	background-color:#666666;
	min-width:760px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#FFFFFF;
}

#adminlogon{
	position:absolute;
	bottom:0;
	left:0;
}
#adminlogon a{
	color:#666666;
}

#all{
	position:absolute;
	width:890px;
	height:100%;
	left:50%;
	margin-left:-380px;
	top:15px;
}

#mainpage{
	background-color:#4B4B4B;
	position:relative;
	float:left;
	width:760px;
}

#content{
	width:760px;
	position:relative;
	float:left;
	background-image:url(../bkground.gif);
}

#padded{
	padding:10px 14px 10px 14px;
}

#sidebar{
	float:right;
	background-color:#4B4B4B;
	color:#CCCCCC;
	width:148px;
	border:1px #C90303 solid;
	padding:0 5px 10px 5px;
	margin:5px 5px 5px 15px;
	font-size:80%;
	text-align:center;
}
#topgames{
	padding-top:5px;
}
#partners{
	margin-top:15px;
	text-align:center;
}
#partners * img{
	padding:2px;
}
#poll{
	margin-top:15px;
	text-align:left;
}

#sidead{
	position:absolute;
	left:50%;
	top:100px;
	margin-left:390px;
}	
.titleimage{
	text-align:center;
}
.thumb{
	float:right;
	padding:5px;
	border:0;
}

#bottomad{
	clear:both;
	text-align:center;
	margin-bottom:0;
}

#footer{
	width:760px;
	height:112px;
	position:relative;
	float:left;
	background-image:url(../footer.jpg);
}
#footer p{
	margin-top:50px;
	text-align:center;
	font-weight:bold;
	font-size:80%;
}
#footer a:hover{
	color: #C13434;
}

#base {
	width:760px;
	position:relative;
	float:left;
	font-size:80%;
	color:#CCCCCC;
	text-align:center;
	text-decoration:none;
	margin-top:5px;
}


/* TEXT STYLES */
p{
	padding: 0 5px 0 5px;
}

a, a:active, a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #C13434;
}

h1{
	font-size: 150%;
	font-weight:bold;
	margin-top:0;
	padding:2px 5px 2px 5px;
	color:#FFFFFF;
	background-color:#C90303;
}

h2{
	font-size: 100%;
	font-weight:bold;
	margin-top:0;
	padding:2px 5px 2px 5px;
	color:#FFFFFF;
	background-color:#C90303;
}

h1 a:hover, h2 a:hover{
	color:#FFFFFF;
}

h3{
	margin-top:0;
	text-align:left;
}

h4{
	padding: 0 5px 0 5px;
}

.bold a{
	font-weight:bold !important;
}
.nobold a{
	font-weight:normal;
}
.greylink, .greylink:visited{
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
}
.smallish, .smallish p, .smallish p p{
	font-size:90%;
}
.small{
	font-weight:normal;
	font-size:80%;
	color:#CCCCCC;
	text-decoration:none;
}
.small a, .small a:visited{
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
}
.small a:hover{
	color: #C13434;
}
.rightalign{
	text-align:right;
}	

/*****************************************************************/
/*                    Page specific Styles                       */
/*****************************************************************/
/* reviews */
#review_wrapper * h2{
	margin-bottom:0;
}
#review_wrapper * h3{
	text-align:center;
	padding:10px;
}
#review_wrapper * p{
	margin-top:0;
	padding:5px;
}
div.review_box{
	border: 1px #C90303 solid;
	margin: 5px;
	overflow:auto;
	height:1%;
}
div.review_box img{
	width:100%;
}
#review_left{
	float:left;
	width:200px;
	margin-top:-5px;
}
#review_score{
	float:right;
	background-color:#C90303;
	margin:15px 0 5px 5px;
	height:80px;
	width:80px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:320%;
	text-align:center;
	vertical-align:middle;
	line-height:100%;
}
#review_score_table{
	width:100%;
}
#review_score_table tr td{
	width:50%;
	text-align:right;
}
div.review_box hr{
	/*for firefox*/
	border:0;
	height:2px;
	background-color:#C90303;
	/*for ie*/
	color:#C90303;
}
.review_rating{
	font-weight:bold;
	font-size:120%;
	text-align:center !important;
}
#author{
	clear:both;
}

/*PSP OS*/
#pspos_structure {
	border:1px #C90303 solid;
}
#pspos_structure td{
	text-align:center;
	border-bottom:1px #666666 dotted;
}


/* highscores */
#highscores{
	border:1px #C90303 solid;
	width:500px;
}
#highscores td{
	border-bottom:1px #666666 dotted;
}
#highscores td.rowseperator{
	border-bottom:1px #C90303 solid;
}

/* admin pages */
#admin_menu{
	width:150px;
	overflow:hidden;
	float:left;
	color:#333333;
	background-color:#FFFFFF;
	margin:0 10px 10px 10px;
}
#admin_menu a{
	color:#333333;
}
#admin_menu a:hover{
	color:#C90303;
}

#admin_menu ul, #admin_menu li{
	list-style:none;
	margin:0;
	padding:5px;
}

.status{
	border: 1px dashed #C90303;
	padding:5px;
	font-weight:bold;
}



/******************************************************************/
/*                  FORUM SPECIFIC STYLES                         */
/******************************************************************/
#punwrap * a, #punwrap * a:visited, #punwrap * a:hover, #punwrap * a:active {
	font-weight:normal;
}

div.tclcon * a{
	font-weight:bold !important;
}