
/*
  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;
}
input {
  margin: 0px;
  padding: 0px;
  background: #1c1c1c;
  border: 1px solid #525252;
  color: #c2c2c2;
}

/* General font families for common tags */
font,th,td,p { font-family: "Trebuchet MS"; }
a:link { color: #c7c7c7; }
a:hover,a:active,a:visited { color : #ffffff; }
a:hover		{ text-decoration: underline; color : #ffad1b; }
hr	{ height: 0px; border: solid #4c350b 0px; border-top-width: 1px;}




/* Main table cell colours and backgrounds */
.row1	{ background-color: #222222; }
.row2	{ background-color: #202020; }
.row3	{ background-color: #191919; }
.row1b	{ background-color: #151515; }
.row2b	{ background-color: #111111; }

span.topictype {
  color: #ffad1b;
}

/*
  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: #111111;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
  height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#111111; 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: 29px;
	border-width: 0px 0px 0px 0px;
}
th {
  color: #ffad1b;
}
th.thCornerL {
  text-align: left;
  font-size: 18px;
  color: #cccccc;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
  height: 28px;
}
td.row3Right,td.spaceRow {
}

th.thHead,td.catHead { font-size: 12px; }



/* 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 : #ffad1b;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #747474; }
a.gen,a.genmed,a.gensmall { color: #4e8cab; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffad1b; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; }
a.mainmenu		{ text-decoration: none; color : #4e8cab;  }
a.mainmenu:hover{ text-decoration: underline; color : #ffad1b; }


/* Forum category titles */
.cattitle		{ margin-left: 5px; font-weight: bold; font-size: 14px ; letter-spacing: 5px; color : #4e8cab}
a.cattitle		{ text-decoration: none; color : #4e8cab; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ letter-spacing: 2px; font-weight: bold; font-size: 12px; color : #4e8cab; }
a.forumlink 	{ text-decoration: none; color : #4e8cab; }
a.forumlink:hover{ text-decoration: underline; color : #ffad1b; }

.forumline {
  margin-left: 10px;
  margin-right: 10px;
}


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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 12px; letter-spacing: 2px; }
a.topictitle:link   { text-decoration: none; color : #4e8cab; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 14px; color : #cccccc;}
.name a { text-decoration: none; font-weight: bold; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #cccccc; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #4e8cab }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* 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: 11px; color: #444444; line-height: 125%;
	background-color: #cccccc; 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 { text-decoration: underline;}


/* Form elements */
input,textarea, select {
}

/* The text input fields background colour */
input.post, textarea.post, select {
}

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 {
}

/* None-bold submit button */
input.liteoption {
}

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

a.maintitle {
  color: #ffad1b;
}


table.form {
  margin: 0 auto;
  width: 550px;
}
table.form span {
  font-size: 12px;
}
table.form input, table.form textarea {
  width: 250px;
}



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