/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/





a{color:#fff;}
a:hover{color:#000;}

/* General font families for common tags */


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #bdb5b5; border: 0px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{  border: 0px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #b4aba6; }
td.row2	{ background-color: #a49790; }
td.row3	{ background-color: #a49790; }


/*
  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: #FFFFFF;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000; font-size: 11px; font-weight : bold;
	background-color: #fff; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

			background:none; border: none;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	border-width: 0px 0px 0px 0px;background:none;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: normal; border: none; }
td.row3Right,td.spaceRow {background-color: #877972; 

	 }

/* 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 : #fff;
}

a.maintitle{ text-decoration: none; color : #000; font-size:18px;text-decoration:none;letter-spacing:-1px;}
a.maintitle:hover{color:#fff;}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color:#000; }
a.gen,a.genmed,a.gensmall { color: #fff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{color: #000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000;font-family:"trebuchet ms",arial, Helvetica; }
a.mainmenu		{ text-decoration: none;  color:#000 }
a.mainmenu:hover{ text-decoration: none; color : #555;}


/* Forum category titles */
.cattitle		{ font-weight:bold; font-size: 15px ; color : #000;etter-spacing:0px;font-family:"trebuchet ms",arial, Helvetica;}
a.cattitle		{ text-decoration: none; color : #fff; font-size:20px;font-weight:normal;text-decoration:none;}
a.cattitle:visited		{ text-decoration: none; color : #fff; }
a.cattitle:hover{ text-decoration: underline; color : #000;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{font-weight: bold; font-size: 12px; color: #fff;font-family:"trebuchet ms",arial, Helvetica;letter-spacing:0px;}
a.forumlink 	{text-decoration: underline; color : #000; }
a.forumlink:hover{ text-decoration: underline; color : #fff; }


/* 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 : #000;}
a.nav			{ text-decoration: none; color : #fff; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000; }
a.topictitle:link   { text-decoration: underline; color : #000; }
a.topictitle:visited { text-decoration: underline; color : #444; }
a.topictitle:hover	{ text-decoration: underline; color : #eee; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #fff;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #00204a; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: underline; color : #fff }
a.postlink:hover { text-decoration: underline; color : #000}


/* 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: 10px; color: #6e7599; line-height: 125%;
	background-color: #e4e4e4; border: #aaa; 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: #73739B; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #fff; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		background-color : #fff;

}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #000;
	color : #fff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background : #000;
	border: #777 outset 1px;
	font-weight : bold;
	color:#fff;
}

/* None-bold submit button */
input.liteoption {
	background-color : #000;
	font-weight : normal;
	border: #777 outset 1px;
	color:#fff;
}

/* 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: #efefef; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@ihmport url("formIE.css");




