/*
  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 {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #003a99;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


td.rowpicL {
		background-color: #000000;
		background-image: url(images/lb.jpg);
		background-repeat: repeat-y;
}

td.rowpicR {
		background-color: #000000;
		background-image: url(images/rb.jpg);
		background-repeat: repeat-y;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : 9F8A4A; }
a:hover		{ text-decoration: underline; color : 9F8A4A; }


/* General text */
.genbig, .genbigwhite {font-weight: bold; font-size : 36px; font-family : Script MT Bold, French Script MT }
.gen {font-weight: bold; font-size : 16px; font-family: Book Antiqua, Verdana, Arial, Helvetica, sans-serif }
.genmed {font-size : 18px; font-family : Script MT Bold, French Script MT  }
.gensmall {font-weight: bold; font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: 9F8A4A; text-decoration: underline; }
.genbig { color : #9F8A4A; }
.genbigwhite { color : #000000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 22px ; letter-spacing: 1px; color : 9F8A4A; font-family : Script MT Bold, French Script MT;}
a.cattitle		{ text-decoration: none; color :9F8A4A; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #4480d3; }
a.forumlink 	{ text-decoration: underline; color : #4480d3; }
a.forumlink:hover{ text-decoration: underline; color : #4480d3; }


/* 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 : #4480d3;}
a.nav			{ text-decoration: none; color : #4480d3; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #4480d3; }
a.topictitle:link   { text-decoration: none; color : #4480d3; }
a.topictitle:visited { text-decoration: none; color : #4480d3; }
a.topictitle:hover	{ text-decoration: underline; color : #4480d3; }

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #9F8A4A; letter-spacing: -1px;}
a.copyright		{ color: #4480d3; text-decoration: none;}
a.copyright:hover { color: #488cfc; text-decoration: underline;}


/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #CCCCCC;
	background-color: #9F8A4A;
}

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

input { text-indent : 2px; }


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

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