/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #fff; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #fff; }

/* Main table cell colours and backgrounds */
td, th {
	padding: 0.1em 0.3em;
}
td.row1	{ background-color: #efefe5; }
td.row2	{ background-color: #d9d9d0; }
td.row3	{ background-color: #ccc; }


/*
  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: #fff;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #600; font-weight: normal; 
	text-transform: uppercase;
	background-color: #d9d9d0; 
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#d9d9d0; 
			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: none;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: normal; border: none; font-size: 0.8em; }
td.row3Right,td.spaceRow {
	background-color: #d9d9d0; border: none;}

/*th.thHead,td.catHead { border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }*/


/* The largest text used in the index page title and toptic title etc. */
.maintitle { font-weight: bold; font-size: 1em; font-family: "Trebuchet MS", Trebuchet, Verdana, "Sans-serif"; text-decoration: none; color : #cb3e3b; margin: 0;}


/* General text */
.gen { font-size : 0.85em; }
.genmed { font-size : 0.8em; }
.gensmall { font-size : 0.7em; }
.gen,.genmed,.gensmall { color : #333; }
a.gen,a.genmed,a.gensmall { color: #036; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #600; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ color : #333; font-size: 0.9em;}
a.mainmenu		{ text-decoration: none; color : #036;  }
a.mainmenu:hover{ text-decoration: none; color : #600; }


/* Forum category titles */
.cattitle		{ color : #036; font-size: 0.9em;}
a.cattitle		{ text-decoration: none; color : #036; }
a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 0.95em; color : #036; }
a.forumlink 	{ text-decoration: none; color : #036; }
a.forumlink:hover{ text-decoration: none; color : #600; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 0.9em; color : #333; }
a.topictitle:link   { text-decoration: none; color : #036; }
a.topictitle:visited { text-decoration: none; color : #369; }
a.topictitle:hover	{ text-decoration: none; color : #600; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 0.8em; color : #333;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 0.8em; color : #333; }


/* The content of the posts (body of text) */
.postbody { font-size : 0.8em;}
a.postlink:link	{ text-decoration: none; color : #036 }
a.postlink:visited { text-decoration: none; color : #369; }
a.postlink:hover { text-decoration: none; color : #600}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 0.9em; 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: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #333; text-decoration: none;}


/* Form elements */

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #fff;
	/*font-size: 0.8em;*/
}
input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #fff;
	color : #333;
}

/* The main submit button option */
input.mainoption {
	background-color: #e08b89;
	margin: 0 0 0 0.5em;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
}

/* None-bold submit button */
input.liteoption {
	background-color: #999;
	margin: 0 0 0 0.5em;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 12px;
}

/* 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: #DEE3E7; border-style: none; }


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

