/*
  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 {
	color: #3B3D51;
	background-color: #FBF6E9;
	background-image: url(images/kachel-hg.gif);
	scrollbar-face-color: #D2C5A6;
	scrollbar-highlight-color: #957D63;
	scrollbar-shadow-color: #957D63;
	scrollbar-3dlight-color: #D2C5A6;
	scrollbar-arrow-color:  #3B3D51;
	scrollbar-track-color: #D2C5A6;
	scrollbar-darkshadow-color: #D2C5A6;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* General font families for common tags */
font,th,td,p { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #3B3D51; background-color: transparent; }
a:hover		{ text-decoration: underline; color : #920F32; background-color: transparent; }
hr	{ height: 0px; border: solid #AB8D6E 0px; }



/*
  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: #AB8D6E;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #3B3D51; font-size: 11px; font-weight : bold;
	background-color: #D2C5A6; height: 28px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.jpg);
			background-color:#E8DCBF; height: 28px;
}

/*
  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 {
	height: 28px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR, th.thCornerN {
	color: #920F32; font-weight: bold; font-size: 11px; 
	background-color: #D2C5A6; height: 28px;
	background-image: url(images/cellpic3.gif);
	}
	
td.row3Right,td.spaceRow {
	background-color: #EBE1CA; border-width: 0px 0px 0px 0px; }




/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #3B3D51;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genextra { font-size : 12px; }
.gen,.genmed,.gensmall { color : #3B3D51; }
.genextra { color : #920F32; }
a.gen,a.genmed,a.gensmall { color: #3B3D51; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #920F32; text-decoration: underline; }

.genmini { font-size:  1px; }
.genmaxi { font-size: 40px; font-family: Verdana, Arial, Helvetica, sans-serif; color : #CCCCCC;font-weight: bold; }


/* Form elements */
input,textarea, select {
	color : #000000;
	background-color : #FBF6E9;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* The text input fields background colour */
input.post, select {
	color : #000000;
	background-color : #FBF6E9;
	margin: 1px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

textarea.post {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #FBF6E9;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

input { text-indent : 2px; }


/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FBF6E9;
	color : #3D4169;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* The main submit button option */
input.mainoption {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FBF6E9;
	color : #3D4169;
	font-weight : bold;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

/* None-bold submit button */
input.liteoption {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FBF6E9;
	color : #3D4169;
	font-weight : bold;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

input.borderoption {
	background-color : transparent;
	font-weight : normal;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px;
}


input.borderoption2 {
	background-color : transparent;
	font-weight : normal;
	border-color: #C7BA9C;
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}

hr { color: #AB8D6E; }


/* 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: #FDF7E5; border-style: none; }

/* Set Image style */
img, .forumline img {
	border: 0;
	border-color: transparent;
}