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

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #1A1A54;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #ffff66; }
a:hover		{ text-decoration: underline; color : #ffff66; }
hr		{ height: 0px; border: solid #ffffff 0px; border-top-width: 1px;}

/* Main table cell colours and backgrounds */
td.row2	{ background-color: #4b7cad; }
td.row1	{ background-color: #6699cc; }
td.row3	{ background-color: #403e6f; }
.row2	{ background-color: #4b7cad; }
.row1	{ background-color: #6699cc; }
.row3	{ background-color: #403e6f; }

.user	{ color: #FFA34F; }
.msg	{ color: #ffff6f; }
.whoson	{ background-color: #4b7cad; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; /* font-size: 22px; */
	text-decoration: none; line-height : 120%; color : #ffffff;
}
.subtitle	{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; /* font-size: 22px; */
	text-decoration: none; line-height : 120%; color : #ffffff;
}

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #ffff66}
a.cattitle		{ text-decoration: none; color : #ffff66; }
a.cattitle:hover{ text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #ffffff;}

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

textarea, select {
	/* color : #ffffff; */
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #ffffff;
}

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	/* background-color : #4b7cad; */
	color : #ffffff;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

