@charset "UTF-8";
.masthead {
	background-color: #000000;
	width: 100%;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	height: 284px;
}

/* SCORESHEET.PHP */
#scores{


}
/* GAMES.PHP */
.gameshead_cont{
	border-bottom:#990000;
	border-bottom:thick;
}
#games_uhead{
background:#FFFFFF;
	border:#990000;
	border:thin;
	clear:none;
}
.games_head{
background:#336600;
	border:#999900;
	border:thin;
	clear:none;
}


/* GAMES END */


/* INFOSHEET.PHP */
/* #infocont and #screenshot were both switched, contents remained the same */
#infocont{
/* 550x402 */
float:left; height:240px; width:330px;
	background-position:left; margin-top:10px;
}
#playbutton{
	float:right;
	margin-top:200px;
	 padding:5px;
	left:300px;
	background:#000000;
	border:2px solid #aa0000;
	text-align:center;
	margin-right:10px;
	
	
}



#screenshot a {text-decoration:none;}

a:hover #playbutton {
	background:#330000;
	color:#aa0000;
}

#screenshot{
	height:240px;
	overflow:auto;
	width:330px;
}
/* INFOSHEET END */
.scores_menu {
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
	/*background:#999999;*/
	background-image: url(images/bg_body.png);
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height:1.5em;
}

a {color:#990000; text-decoration:none;}
a:hover {color:#999999;}
a img {border:0px;}
h1, h2, h3 {padding:0px; margin:0px; font-weight:normal;}

h2 {font-size:1.8em;}
h3 {font-size:1.3em;}

.box h2 {margin-bottom:10px;}

.box p.post_text {margin:0px; padding:0px;}
ul.top_nav {
	float:left;
	width:100%;
	font-size: 1.4em;
	
	margin-top: 255px;
}
ul.top_nav li {
	float: left;
	margin:0px;
	margin-right: 25px;
	
}
.box {margin-bottom:20px;}
.box .box1 {
	background-image: url(images/corner1.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	padding-left: 15px;
}



.box .box1 .box2 {
	background-image: url(images/corner2.png);
	height: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
}

.box .box3 {
	background-image: url(images/corner3.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
	padding-left: 15px;
}

.box .box3 .box4 {
	background-image: url(images/corner4.png);
	height: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right;
}


.box .box_fill {
	background-color: #000000;
	
	height:15px;
	display:block;
}
ul.top_nav li a{color:#999999; text-decoration:none;}
.header {
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position:top right;
	margin-right: auto;
	margin-left: auto;
	height: 279px;
	width: 1000px;
	padding-left:39px;
	padding-right:89px;
}
.box .box_content {
	background-color: #111111;
	padding-right: 30px;
	padding-left: 30px;
	padding-top:15px; padding-bottom:15px;
	overflow:auto;}
	
.red .box_content {background-color: #660000;}
.red .box1 {background-image: url(images/corner1_red.png);}
.red .box1 .box2 {background-image: url(images/corner2_red.png);}
.red .box3 {background-image: url(images/corner3_red.png);}
.red .box3 .box4 {background-image: url(images/corner4_red.png);}
.red .box_fill {background: #660000;}

p.post_details {
	margin: 0px; padding:0px;
}

div.post {padding-bottom:15px;}


.left_col {width:730px; float:left;}
.right_col {width:250px; float:right;}

.wrapper {width:1128px; margin-left:auto; margin-right:auto;}
.content {
	width: 1000px;
	float:left;
	margin-left:39px;
	padding-top: 20px;
}


ul
{list-style-type:none; margin:0px; padding:0px;}


.toggle0 {background:url(images/bg_toggle0.gif) no-repeat right; padding-right:12px;}
.toggle1 {background:url(images/bg_toggle1.gif) no-repeat right; padding-right:12px;}
.toggled {display:block;}
.hidden {display:none;}