/*
  Based on Raps theme for phpBB 2.0.1+ 
  Based on subSilver by subBlue (http://www.subblue.com)
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #180F14;
	scrollbar-face-color: #DFDFDF;
	scrollbar-highlight-color: #DFDFDF;
	scrollbar-shadow-color: #AFAFAF;
	scrollbar-3dlight-color: #424242;
	scrollbar-arrow-color:  #424242;
	scrollbar-track-color: #424242;
	scrollbar-darkshadow-color: #424242;
	margin: 0px;
	padding: 0px;
}

/* General font families for common tags */
font, th, td, p {
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
}
a, a:active, a:visited {
	color : #E3A886;
}
a:hover {
	text-decoration: underline;
	color: #E3A886;
}
hr {
	height: 0px;
	border: solid #EEEEEE 0px;
	border-top-width: 1px;
}

/**********************************************************************************/
/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #333333;
}


/* Outer tabs and alternating bar */
td.row2	{
	background-color: #372727;
}
td.row3	{
	background-color: #000000;
}

/**********************************************************************************/
/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #DDDDDD;
	font-size: 10px;
	font-weight: bold; 
	height: 25px;
	background-color: #333333;
}

/**********************************************************************************/
/***
 * All these are here because I'm lazy and can't be 
 * bothered changing all events of 'catSides', 
 * 'catHead', etc to 'cat' ;)
 **/
td.cat, td.catCornerL, td.catLeft, td.catTop, td.catHead, td.catSides, td.catRight, td.catCornerR, td.catBottom {
	color: #DDDDDD;
	font-size: 11px;
	height: 22px;
	background-color: #424242;
}

a.cat, a.catCornerL, a.catLeft, a.catTop, a.catHead, a.catSides, a.catRight, a.catCornerR, a.catBottom, 
a.cat:visited, a.catCornerL:visited, a.catLeft:visited, a.catTop:visited, a.catHead:visited, a.catSides:visited, a.catRight:visited, a.catCornerR:visited, a.catBottom:visited, 
a.cat:active, a.catCornerL:active, a.catLeft:active, a.catTop:active, a.catHead:active, a.catSides:active, a.catRight:active, a.catCornerR:active, a.catBottomnerR:active
{
	color: #DDDDDD;
	text-decoration: none;
}

a.cat:hover, a.catCornerL:hover, a.catLeft:hover, a.catTop:hover, a.catHead:hover, a.catSides:hover, a.catRight:hover, a.catCornerR:hover, a.catBottom:hover {
	color: #EEEEEE;
	text-decoration: underline;
}

td.spaceRow {
	background-color: #424242;
	border: #727272 solid 1px;
}

/**********************************************************************************/
/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-size: 17px;
	font-family: "Arial Rounded MT Bold", Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
	text-decoration: none; line-height : 120%;
	color: #C0B90F;
}

a.maintitle, a.maintitle:visited, a.maintitle:active {
	color: #C0B90F;
}

a.maintitle:hover {
	color: #E3A886;
}

/**********************************************************************************/
/* General text */
.gen, .genmed {
	font-size: 12px;
}
.gensmall {
	font-size: 10px;
}
.gen, .genmed, .gensmall {
	color: #DDDDDD;
}

a.gen, a.genmed, a.gensmall {
	color: #DDDDDD;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/**********************************************************************************/
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-weight: bold;
	font-size: 12px;
	color: #EEEEEE;
}
a.nav {
	text-decoration: none;
	color: #EEEEEE;
}
a.nav:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/**********************************************************************************/
/* The content of the posts (body of text) */
.postbody {
	font-size: 12px;
	line-height: 18px;
	color: #BBBBBB;
}

/* Quote & Code blocks */
.code { 
	font-family: "Courier New", "Monospace Sans", Courier, System;
	font-size: 12px;
	color: #DDDDDD;
	background-color: #444444;
	border: #333333 solid 1px;
}

.quote {
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	color: #DDDDDD;
	line-height: 125%;
	background-color: #444444;
	border: #333333 solid 1px;
}

.dark {
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
	color: #777777;
	letter-spacing: -1px;
}
a.dark {
	color: #777777;
	text-decoration: none;
}
a.dark:hover {
	color: #888888;
	text-decoration: underline;
}

/**********************************************************************************/
/* Form elements                                   */
input, textarea, select {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
	border-color: #000000;
	border-width: 1px;
}

/* The text input fields background colour */
input.post, textarea, select {
	background-color: #BFBFBF;
}

input {
	text-indent : 2px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #DFDFDF;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
}

/* The main submit button option */
input.mainoption {
	background-color: #DFDFDF;
	font-weight: bold;
}

/* None-bold submit button */
input.liteoption {
	background-color: #DFDFDF;
	font-weight: normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	background-color: #BFBFBF;
	border-style: none;
}