/*
  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: #FFF;
margin: 0px auto;
}
#container {
margin-left:auto; margin-right:auto; 
text-align:left; 
background-color:#FFF; 
max-width:63em;  
}
#footer {
float: left;
width: 100%;
background-color: #a28bd5;
text-align: center;
}

/* General font families for common tags */
font,th { font-family: Verdana, Arial, Helvetica, sans-serif }
td, p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #5D32BF; }
a:hover		{ text-decoration: underline; color : #A00000; }
hr	{ height: 0px; border: solid #D0C9D8 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #a28bd5; border: 2px #a28bd5 solid; }

/* This is the header background */
.header	{ background-color: #7E61BF;
	padding: 20px 20px 20px 20px;
}

/* This is the background to messages */
.postbg	{ background-color: #FFFFFF; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }


/*
  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: #FFFFFF;
		background-image: url(images/cellpic2a.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFE580; 
	font-size: 0.85em; 
	font-weight : bold;
	background-color: #7E61BF; 
	height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1a.jpg);
			background-color:#EEE6FF; border: #FFFFFF; border-style: solid; height: 28px;
			#279a62 0px solid; COLOR: #dd6900;
}


/*
  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.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #DFDAE4; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 0.9em; 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,h1,h2	{
			font-weight: bold; font-size: 1.38em; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 0.95em; }
.genmed { font-size : 0.85em; }
.gensmall { font-size : 0.75em; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #5D32BF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #A00000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 0.81em; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #5D32BF;  }
a.mainmenu:hover{ text-decoration: underline; color : #A00000; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 0.9em; letter-spacing: 1px; color : #5D32BF}
a.cattitle		{ text-decoration: none; color : #5D32BF; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 0.98em; color : #5D32BF; }
a.forumlink 	{ text-decoration: none; color : #5D32BF; }
a.forumlink:hover{ text-decoration: underline; color : #A00000; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 0.75em; color : #000000;}
a.nav			{ text-decoration: none; color : #5D32BF; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 0.95em; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #5D32BF; }
a.topictitle:visited { text-decoration: none; color : #5D32BF; }
a.topictitle:hover	{ text-decoration: underline; color : #A00000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 0.75em; line-height: 150%; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 0.75em; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 0.85em; line-height: 150%;}
a.postlink:link	{ text-decoration: none; color : #5D32BF }
a.postlink:visited { text-decoration: none; color : #5D32BF; }
a.postlink:hover { text-decoration: underline; color : #A00000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 0.75em; color: #006600;
	background-color: #FAFAFA; border: #D0C9D8; 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: 0.85em; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D0C9D8; 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: 0.75em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
a.copyright		{ color: #000000; text-decoration: none;}
a.copyright:hover { color: #444444; text-decoration: underline;}


/* Form elements */
textarea {
	color : #000000;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

input {
	color : #000000;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

select {
	color : #000000;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F0EAF4;
	color : #000000;
	font-size: 0.75em; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #EEEEEE;
	font-weight : bold; color : #5D32BF;
}

/* None-bold submit button */
input.liteoption {
	background-color : #EEEEEE;
	font-weight : normal; color : #5D32BF;
}

/* 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: #E0D9E1; border-style: none; }

/* Heading box */
td.heading {
	background-color: #F8F4E9;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding-left: 20px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 6px;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

.banner-text			{ font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size:1.0em; color:#FFFFFF; }

.orange-text   			{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.75em;
	color: Orange;
}
.orange-dot		{ #279a62 0px solid; color: #f778bc;}
h3 {font-size: 1.2em; color: #5D32BF; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif}
.topmenu { 
	font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; #279a62 0px solid; color: #f778bc; 
	width: 100%; 
	padding: 4px;
}
.smallbar { 
padding: 0px 0px 1px 0px; 
text-align: center; 
background-color: #a28bd5; 
}
.smallbar-text { 
font-family:Verdana, Arial, sans-serif; 
font-size: 0.8em; 
font-weight:bold; 
color:#FFFFFF; 
}
.top-links:link,.top-links:visited { 
font-family:Verdana, Arial, sans-serif; 
font-weight:bold; 
color:#FFFFFF; 
text-decoration: none; 
}
.top-links:hover { 
font-family:Verdana, Arial, sans-serif; 
font-weight:bold; 
color:#FAD3FF; 
text-decoration: none; 
}
.posting-info			{
	color: Orange;
	font-size:85%;
}


#navlist a { 
	border: 1px solid #ffffff; 
}

#navlist a:link, #navlist a:visited {
	color: #7e61bf;
	background-color: #ffffff;
}

#navlist a:hover {
	color: #fff;
	background-color: #3f169c;
	border: 1px solid #FFFFFF;
}

div#jssSubHeader {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #7E61BF;
}

div#navcontainer2 {
	position: relative;
	display: inline;
	top: -3px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist a {
	padding: 3px 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.75em;
}

#navlist a:link, #navlist a:visited {
	background-color: #eee;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #222222;
 	text-decoration: none;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #585858;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-image: url(images/button-bg-nav.jpg);
}

#navlist li.current-page {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlist li.current-page a {
	padding: 3px 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 0.75em;
}

#navlist li.current-page a:link, #navlist li.current-page a:visited {
	background-color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #222222;
 	text-decoration: none;
	border-right: 1px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-image: url(images/button-bg-nav2.jpg);
}

#navlist a:hover {
	color: #4984fe;
}

