/*
  subBlack theme for phpBB version 2+
	Created by Gamerhaven
	http://www.gamerhaven.com
	Based on the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  Screwed up by entim.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body
{
	margin:0;
	padding:165px 0 0 230px;
	background-color: #000000;
}

div#header
{
	position:absolute;
	padding:10px 0 0 10px;
	top:0;
	left:0;
	width:100%;
	height:155px;
	background:#000000;
}

div#left-sidebar
{
	position:absolute;
	padding:10px 0 0 0;
	top:165px;
	left:0;
	width:220px;
	height:100%;
	background:#000000; 
	background-image: url(grad.png); 
	background-repeat: repeat-y;
}

@media screen
{
	body>div#header{position:fixed;}
	body>div#left-sidebar{position:fixed;}
}

* html body{overflow:hidden;}

* html div#content
{
	height:100%;
	overflow:auto;
}

.style1 {color: #F4C20D}
.style2 {color: #FFCC00}
.style3 {color: #FFFFFF}
.style4 {color: #CCCCCC}
.style5 {font-size: medium}

/* General font families for common tags */
font, th, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: small;
}

a:link, a:active, a:visited
{
	color: #FFFFCC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #FFFFCC;
}

hr
{
	height: 0px;
	border: solid #CCCCCC 0px;
	border-top-width: 1px;
}

div.img
{
	margin: 2px;
	border: 1px solid #252525;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}

div.img img
{
	-moz-opacity:0.4;filter:alpha(opacity=40);
	display: inline;
	margin: 3px;
	border: 1px solid #252525;
}

div.img a:hover img{border: 1px solid #252525;}