/*

  The original subSilver Theme for phpBB version 2+

  Created by subBlue design

  http://www.subBlue.com

*/





 /* General page style. The scroll bar colours only visible in IE5.5+ */

body { background-color: #000000; color : #ffffff;}



/* General font families for common tags */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; color : #ffffff; }

a:link,a:active,a:visited { color : #11c6bd; }

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



/* This is the border line & background colour round the entire page */

.bodyline	{ background-color: #000000; }



/* This is the outline round the main forum tables */

.forumline	{ background-color: #000000; }





/* Main table cell colours and backgrounds */

td.row1	{ background-color: #2E4460; }

td.row2	{ background-color: #6c706d; }

td.row3	{ background-color: #2E4460; }





/*

  This is for the table cell above the Topics, Post & Last posts on the index.php page

  By default this is the fading out gradiated silver background.

  However, you could replace this with a bitmap specific for each forum

*/

td.rowpic {

		background-color: #6c706d;

}



/* Header cells - the blue and silver gradient backgrounds */

th	{

	color: #ffffff; font-size: 10px; font-weight : bold;

	background-color: #6c706d; height: 22px; }



td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {	background-color:#6c706d;}



.maintitle,h1,h2	{ font-weight: bold; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #ffffff; }

a.maintitle,h1,h2 { color : #11c6bd;}



/* General text */

.gen { font-size : 12px; }

.genmed { font-size : 11px; }

.gensmall { font-size : 10px; }

.gen,.genmed,.gensmall { color : #ffffff; }

a.gen,a.genmed,a.gensmall { color: #11c6bd; }



/* The register, login, search etc links at the top of the page */

.mainmenu		{ font-size : 10px; color : #ffffff;}

a.mainmenu		{color : #11c6bd;  }





/* Forum category titles */

.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #11c6bd}

a.cattitle		{color : #11c6bd; }



/* Forum title: Text and link to the forums used in: index.php */

.forumlink		{ font-size: 12px; color : #ffffff; }

a.forumlink 	{ color : #11c6bd; }





/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav			{ font-weight: bold; font-size: 11px; color : #ffffff;}

a.nav			{ color : #11c6bd; }



/* titles for the topics: could specify viewed link colour too */

.topictitle			{ font-weight: bold; font-size: 11px; color : #ffffff; }

a.topictitle:link   { color : #11c6bd; }





/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name			{ font-size : 11px; color : #ffffff;}



/* Location, number of posts, post date etc */

.postdetails		{ font-size : 10px; color : #ffffff; }

td.posthead { background-color: #000000;}



/* The content of the posts (body of text) */

.postbody { font-size : 12px;}

a.postlink:link	{ text-decoration: none; color : #11c6bd; }



/* Quote & Code blocks */

.code {

	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #ffffff;

	background-color: transparent; border: #D1D7DC; border-style: solid;

	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px

}



.quote {

	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; line-height: 125%;

	background-color: transparent; border: #D1D7DC; border-style: solid;

	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px

}





/* Copyright and bottom info */

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; letter-spacing: -1px;}

a.copyright		{ color: #11c6bd; }



/* Form elements */

input,textarea, select {

	color : #ffffff;

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

	border-color : #000000;

}



/* The text input fields background colour */

input.post, textarea.post, select {

	background-color : #000000;

}



input { text-indent : 2px; }



/* The buttons used for bbCode styling in message post */

input.button {

	background-color : #EFEFEF;

	color : #000000;

	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;

}



/* The main submit button option */

input.mainoption {

	background-color : #cccccc; color : #000000;

	font-weight : bold;

}



/* None-bold submit button */

input.liteoption {

	background-color : #cccccc; color : #000000;

	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: transparent; border-style: none; }



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

@import url("formIE.css");
