/* GAMESTAH CSS Document
   Ben Thomson 22/2/06 */

body {
	background: #585858 url(/images/back.gif);
	margin: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}

#backing {
	width: 985px;
	height: 100%;
	position: relative;
	float: left;
	background-image: url(/images/header/back.gif);
	background-repeat: repeat-y;
}

p {  padding:0px;}

li {
	list-style-image: url(/images/list_item.gif);
	list-style-position: outside;
}

a.download_link, a.download_link:hover {
	text-decoration: none;
	color: #fff;
}

a.download_link span.download_link {
	color: #f90;
	text-decoration: none;
}

a.download_link:hover span.download_link {
	color: #333;
	text-decoration: none;
}

/* BEGIN Header section */
#content {
	width: 985px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000;

}

#admin_content {
   	position: absolute;
  	top: 0;
  	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
	background-color: red;
	color: white;
}

#banner_link {
	position: relative;
	top: 40px;
	left: 795px;
	width: 190px;
	height: 80px;
}

#banner {
	width: 985px;
	height: 185px;
	top: 0px;
	position: relative;
	background-image: url(/images/header/banner.jpg);
}

#login_box, #current_visit_box {
	width: 330px;
	height: 15px;
	left: 650px;
	top: 7px;
	position: absolute;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
}

#login_box a {
	color: #fff;
	text-decoration: none;
}

#login_box a:hover {
	color: #999;
	text-decoration: none;
}

#current_visit_box {
	left: 10px;
}

#menu_bar {
	width: 985px;
	height: 30px;
	top: 0px;
	position: relative;
	background-image: url(/images/menu_images/button_cover2.jpg);
}

#menu_bar ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 985px;
	
}

#menu_bar ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;
}

#menu_bar ul li a {
	border-left: 1px solid #272727;
	border-right: 1px solid #454545 ;
	display: block;
	height: 22px;
	width: 51px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_bar ul li a:hover {
	border-left: 1px solid #272727;
	border-right: 1px solid #454545 ;
	background-image: url(/images/menu_images/button_cover.jpg);
	color: #fff;
}
	
#menu_right {
	width: 292px;
	height: 30px;
	left: 693px;
	top: 0px;
	position: absolute;
}

#top_shadow {
	width: 985px;
	height: 0px;
	background-image: url(/images/gamestah_15.jpg);
}

#credit {
	width: 985px;
	height: 21px;
	background-image: url(/images/menu_images/button_cover2.jpg);
	border-left: 1px solid #333;
	border-bottom: 1px solid #000;
	font-size: 10px;
	padding-top: 9px;
	color: #fff;
	clear: both;
}

#credit a,
#credit a:active,
#credit a:visited {
	text-decoration: none;
	color: #fff;
}

#credit a:hover {
	text-decoration: none;
	color: #999;
}

#footer_text {
	color: #fff;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}

#logging_script {
	display: none;
}
/* END Header Section */

#section_shoutcast_head,
#section_news_head{
	height: 17px;
	padding-top: 3px;
	padding-left: 10px;
	background-image: url(/images/header/green_background.jpg);
	border-bottom: 1px solid #333;

}

span.title_bar_text {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
}

/* BEGIN Error Section */
#error_head {
	height: 17px;
	border-bottom: 1px solid #333;
	padding-top: 3px;
	padding-left: 10px;
	border-right: 1px solid #333;
	text-align: center;
	background-image: url(/images/header/green_background.jpg);
}

#error_body {
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

/* END Error Section */

/* BEGIN Other Content */
#policy_body {
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
}

span.event_time {
	font-size: 18px;
	font-weight: bold;
}

.profile_head {
	border-bottom: 1px solid #333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 702px;
	border-right: 1px solid #333;
	text-align: left;
}


.login_details {
	border: 1px solid #000;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	background: #999999;
}

.login_details:focus {	
	border: 1px solid #FF9900; 
	color: #333; 
	background: #999999;
}

table#forum {
    background: #999;
    border-right: 1px solid #000;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}