/*
  The original GorbGreenII Theme for phpBB version 2+
  Created by jasidog design
  http://www.jasidog.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
/*	background-color: #006666;  */
	background-color: #FFFFFF;  
	scrollbar-face-color: #527A7A;
	scrollbar-highlight-color: #527A7A;
	scrollbar-shadow-color: #527A7A;
	scrollbar-3dlight-color: #527A7A;
	scrollbar-arrow-color:  #EFEFEF;
	scrollbar-track-color: #588888;
	scrollbar-darkshadow-color: #527A7A;
	margin: 0;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #0471DE;  text-decoration: none;  }
a:hover		{ text-decoration: underline; color : #EA4444; }
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: #588888;  padding: 10px 10px 0px 10px;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #588888;  }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #93DFDF; }
td.row2	{ background-color: #93DFDF; }
td.row3	{ background-color: #93DFDF; }


/*
  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: #333333; font-size: 10px; font-weight : bold;
	background-color: #5A8A8C; height: 15px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #5A8A8C; border: #FFFFFF;
}


/*
  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 {
	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; }
td.row3Right,td.spaceRow {
	background-color: #588888; border: 1px solid #006666;  }

th.thHead,td.catHead { font-size: 11px;}
th.thSides,td.catSides,td.spaceRow	 { }
th.thRight,td.catRight,td.row3Right	 { }
th.thLeft,td.catLeft	  { }
th.thBottom,td.catBottom  {}
th.thTop	 { }
th.thCornerL {  }
th.thCornerR { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 11px; color : #333333;
}
.maintitle,h1,h2 a:link {
	text-decoration: none;
}
.maintitle,h1,h2 a:visited {
	text-decoration: none;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:link,a.genmed:active,a.gensmall:visited { color : #FFFFFF;  text-decoration: none;  }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #EA4444; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #333333;  }
a.mainmenu:hover{ text-decoration: underline; color : #8C969C; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #333333; }
a.cattitle		{ text-decoration: none; color : #333333;  }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : White; }
a.forumlink 	{ text-decoration: none; color : #9FBFDF; }
a.forumlink:hover{ text-decoration: underline; color : White; }


/* 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 : White;}
a.nav			{ text-decoration: none; color : #9FBFDF; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : White; }
a.topictitle:link   { text-decoration: none; color : #9FBFDF; }
a.topictitle:visited { text-decoration: none; color : #9FBFDF; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : White;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : White; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px;  color: White; line-height: 125%;}
a.postlink:link	{ text-decoration: none; color : #9FBFDF }
a.postlink:visited { text-decoration: none; color : #9FBFDF; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: White;
background-color: #588888; border: White; 
	border-style: dashed;
	border-left-width: 1px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #eaeaea; line-height: 125%;
	background-color: #588888; border: White; 
	border-style: dashed;
	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 { color: #000000; text-decoration: underline;}


/* Form elements */
form {
	margin: 0px;
	padding : 0;
}
input , textarea , select {
color : White;
font : normal 9px Verdana, Arial, Helvetica, sans-serif;
background-color : #5A8A8C;
border : 1px solid White;
margin : 0;
padding : 1px;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #5A8A8C;
	color : White;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #5A8A8C;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #5A8A8C;
	font-weight : normal;
}

/* 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: #5A8A8C; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* Custom classes */

/* Table surrounding Frame css */

.frame-t {
	background-image: url(images/frame-t.png);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-b {
	background-image: url(images/frame-b.png);
	background-repeat: repeat-x;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-r {
	background-image: url(images/frame-r.png);
	background-repeat: repeat-y;
	background-position: right;
}
.frame-l {
	background-image: url(images/frame-l.png);
	background-repeat: repeat-y;
	background-position: left;
}
.table-pad {
	padding: 10px 10px 10px 10px;
	background-color: #006666;
}
.table-pad-nav {
	padding: 10px 10px 10px 35px;
	background-image: url(images/navarrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #006666;
}

/* header */

#head {
	background-color: #5A8A8C;
	background-image: url(images/head-tile.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#head-right {
	background-repeat: no-repeat;
	background-position: bottom right;
}
#head-logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 86px;
}
#navstrip {
	background-color: #5A8A8C;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: White;
	background-image: url(images/navstrip.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#navstrip a:link {
	color: #9FBFDF;
	text-decoration: none;
}
#navstrip a:visited {
	color: #9FBFDF;
	text-decoration: none;
}
#navstrip a:hover {
	color: #9FBFDF;
	text-decoration: underline;
}
#under-navstrip {
	background-image: url(images/under-navstrip.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

/* border round content header and footer*/

.content {
	}
	
/* bordered grey background to some form elements */

.formholder {
	background-color: #5A8A8C;
	margin: 1px 0px 1px 0px;
	border: 1px solid #5A8A8C;
	padding: 1px;
}

/* grey post entry foot*/

.postfoot {
	background-color: #5A8A8C;
	color: #333333;
}

.marg-l {
	background-image: url(images/marg-l.png);
	background-position: right;
	background-repeat: repeat-y;
}
.marg-r {
	background-image: url(images/marg-r.png);
	background-position: left;
	background-repeat: repeat-y;
}

.head-content {
	background-color: #5A8A8C;
}

.quotehead {
}
.gensmall-dark { font-size : 10px;  color: #333333;  }
.gensmall-dark a:hover { font-size : 10px;  color: #333333;  text-decoration: none;   }
.gensmall-dark a:link{ font-size : 10px;  color: #333333;  text-decoration: underline;  font-weight: bold;    }
.gensmall-dark a:visited{ font-size : 10px;  color: #333333;  text-decoration: underline;   }

.frame-joinm{
	background-image: url(images/frame-joinm.png);
	background-repeat: no-repeat;
	background-position: top;
}
.sig {
	border: 1px solid #588888;
	padding: 0px 3px 3px 3px;
	background-image: url(images/sig.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 10px;
	font-style: italic;
	color: #588888;
}
.siggery {
	font-size: 10px;
	font-style: italic;
}
.greenbg {
border: 1px solid #588888;
	margin-bottom: 2px;
	padding:3px;
}
.container {
	border: 1px solid #588888;
	padding: 2px 2px 1px 2px;
	text-align: center;
}
.headfoot {
	height: 15px;
}
.foot {
	background-image: url(images/foot-tile.png);
}
.lightgreen {
	background-color: #76A4A5;
}
.but-bg {
	background-color: #588888;
}