/*
  The original GreenCouncil 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: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

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


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  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/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


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


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

.green { color: #128004; }

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


/* Administrator and Moderator Colors */
.admin_color						{ color: #8A6C00; }
a.admin_color						{ text-decoration: none; color : #8A6C00;  }
a.admin_color:link			{ text-decoration: none; color : #8A6C00;  }
a.admin_color:active		{ text-decoration: none; color : #8A6C00;  }
a.admin_color:visited		{ text-decoration: none; color : #8A6C00;  }
a.admin_color:hover			{ text-decoration: underline; color : #9B7D14; }

.moderator_color					{ color: #008800; }
a.moderator_color					{ text-decoration: none; color : #008800;  }
a.moderator_color:link		{ text-decoration: none; color : #117711;  }
a.moderator_color:active	{ text-decoration: none; color : #117711;  }
a.moderator_color:visited	{ text-decoration: none; color : #117711;  }
a.moderator_color:hover		{ text-decoration: underline; color : #44AA44; }

.mod_tag	{ width: 250px; float: left; font-weight: bold; border: 1px solid #000000; background-image: url('/images/UI-BG-GreenParch.gif'); padding: 3px; text-align: center; }

/* Forum category titles */
.cattitle						{ color: #BD9F12; font-weight: bold; }
a.cattitle					{ text-decoration: none; color: #BD9F12; font-weight: bold; }
a.cattitle:active 	{ text-decoration: underline; color: #BD9F12; font-weight: bold; }
a.cattitle:visited 	{ text-decoration: none; color: #BD9F12; font-weight: bold; }
a.cattitle:hover 		{ text-decoration: underline; color: #BD9F12; font-weight: bold; }


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


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


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


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

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


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


/* 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: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #93886A;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 1px solid #93886A;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #C6BB9D;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #93886A;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
	border: 1px solid #93886A;
}

/* None-bold submit button */
input.liteoption {
	font-size: 10pt;
	font-family: Times New Roman, serif;
	background-color: #b3a386; /*#84785D;*/
	background-image: url('/images/UI-BG-Leather.gif');
	font-weight: bold;
	border: 1px solid #5C5443;
	color: #423D31;
	margin: 0px;
	padding: 0px;
	height: 20px;
}

/* Small Select Box */
select.small {
	font-size: 7pt; color: #111100;
	height: 15px;
}

input.btn_preview {
	background-color: transparent;
	background-image: url('/images/forum/btn_preview.gif');
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 80px;
}

input.btn_submit {
	background-color: transparent;
	background-image: url('/images/forum/btn_submit.gif');
	border: 0px none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 80px;
}

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

