/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
  
  Theme modified by Redact Solutions
  http://www.redactsolutions.co.uk  
  
*/

@charset "utf-8";
/* CSS Document */

@import url("reset.css"); /*reset many standard elements*/

/* Site container */

html { 
	height: 100%; 
	overflow-y: scroll;	
}

body {
	background: #000000 url(images/back.jpg) no-repeat top left;
	color:	#D0D0D0;
}

#container {
	width: 965px;
	margin-left: auto; 
	margin-right: auto;
}

#site-banner {
	background: url(images/banner.gif) no-repeat center top;
	width: 100%;
	height: 105px;
	margin-top: 32px;
}

#site-menu {
	background: url(images/menu.gif) no-repeat center top;
	width: 963px;
	height: 43px;
}

#content-header {
	background: url(images/content-header-bg.png) no-repeat center top;
	width: 100%;
	height: 64px;
}

#content-body {
	background: url(images/content-body-bg.png) fixed repeat-y center top;
	width: 100%;
}

#content-footer {
	background: url(images/content-footer-bg.png) no-repeat center top;
	width: 100%;
	height: 36px;
	text-align: center;
}



/* General styles */

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #CBA300; }
a:hover		{ text-decoration: underline; color : #FFFFFF; }
hr	{ height: 0px; border: solid #8A0000 0px; border-top-width: 1px;}

/*--- mod : categories hierarchy */
form {
	margin: 0px;
	padding: 0px;
}
td.attachrow {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	border: 1px #006699 solid;
}
td.attachheader {
	color: #314687;
	font-size: 11px;
	font-weight: bold;
	background: #D7D7E7 url(images/cellpic1.gif) repeat-x;
	height: 21px;
	white-space: nowrap;
}
table.attachtable {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border: 1px #006699 solid;
	border-collapse: collapse;
}
.absbottom {
	vertical-align: text-bottom;
}
.dom_overview_abshidden { position: absolute; visibility: hidden; width: 300px; }
/*--- fin mod : categories hierarchy */


/* This is the border line & background colour round the entire page */
.bodyline	{ }

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #313131 url(images/cell.gif) top left repeat-x; }

/* Center Tables */
table.center {
	margin-left: auto; 
	margin-right:auto;
}

/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	background: #313131 url(images/cell.gif) top left repeat-x;
	padding: 5px;	
	vertical-align: middle;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}

/* Header cells (gradient backgrounds) */
th, td.spaceRow, td.th {
	color: #B4ACAE; 
	font-size: 11px; 
	font-weight: bold;
	background: #3a0101 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;	
	height: 26px;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #91061C;
	border-right: solid 1px #53010E;
	border-top: solid 1px #A10820;
	border-bottom: solid 1px #770719;
}
th.left { text-align: left; }

td.catBottom {
	background: #3a0101 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	vertical-align: middle;
	border-left: solid 1px #91061C;
	border-right: solid 1px #53010E;
	border-top: solid 1px #A10820;
	border-bottom: solid 1px #770719;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	vertical-align: middle;
	padding: 0 5px;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #D0D0D0;
}


/* General text */
.gen { font-size: 12px; line-height: 14px;}
.genmed { font-size: 11px; line-height: 13px;}
.gensmall { font-size: 10px; line-height: 12px;}
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #CBA300; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #CBA300}
a.cattitle:link	{ text-decoration: none; color : #CBA300; }
a.cattitle:visited { text-decoration: none; color : #CBA300; }
a.cattitle:hover{ text-decoration: underline; color : #FFFFFF;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #CBA300; }
a.forumlink:link { text-decoration: none; color : #CBA300; }
a.forumlink:visited { text-decoration: none; color : #CBA300; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color: #D0D0D0;}
a.nav			{ text-decoration: none; color : #CBA300; }
a.nav:hover		{ text-decoration: underline; color : #FFFFFF;}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color: #CBA300; }
a.topictitle:link   { text-decoration: none; color: #CBA300; }
a.topictitle:visited { text-decoration: none; color: #CBA300; }
a.topictitle:hover	{ text-decoration: underline; color: #FFFFFF; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; line-height: 16px;}

/* Location, number of posts, post date etc */
.postdetails	{ font-size : 10px; line-height: 12px;}


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 16px}
a.postlink:link	{ text-decoration: none; color : #CBA300 }
a.postlink:visited { text-decoration: none; color : #CBA300; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAA; letter-spacing: -1px;}
.copyright a, .copyright a:visited { text-decoration: none; color: #AAA; }
.copyright a:hover, .copyright a:active { text-decoration: underline; color: #FFF; }

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea {
	border: 1px solid #999999;
	background-color: #222;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}

* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #FFFFFF; }

/* 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: #313131; border: solid 1px #313131; color: #D0D0D0; }

/* Portal Styles */
#marqueecontainer {
	position: relative;
	width: 175px; /* marquee width */
	height: 150px; /* marquee height */
	overflow: hidden;
}

.newstitle {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

.newssubtitle {
	font-size: 9pt;
	font-variant: small-caps;
	color : #D0D0D0;
}

.blockheading {
	height: 14px;
	font-size: 10px;
	font-weight: bold;	
	text-align: left;
	color: #D0D0D0;
}

.blockdetails {
	height: 14px;
	font-size: 10px;
	text-align: left;
	color: #D0D0D0;
}

.online {color: #00CC00; font-weight: 600}
.offline {color:#666666;}
.special {color: #CC6600;}

