/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
    margin-left: auto;
    margin-right: auto;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, sans-serif, Helvetica;
	color: #323D4F;
	background-image: url('./images/grass2.png');
	font-size: 68.75%; /* the default font size. 75% is 12px, 68.75% is 11px and 62.5% is 10px */
	margin: 0;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;

}

#wrapcentre {
/*	margin: 8px 8px 0 8px;*/
	margin: 24px 0px 0px 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 8px 0px 16px 0px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #b7d4b7;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 8px 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif, Helvetica;
}

.forumrules h3 {
	color: red;
}

#pageheader {

	padding: 0px;

 }

#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Verdana, Arial, sans-serif, Helvetica;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif, Helvetica;
}

.titles {
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}





td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #fffffe;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #e5efe5;
	padding: 4px;
}

.row2 {
	background-color: #e5efe5;
	padding: 4px;
}

.row3 {
	background-color: #cce0cc;
	padding: 4px;
}

.spacer {
	background-color: #cce0cc;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #cce0cc;
	color: #cce0cc;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #0e550e;
	text-decoration: none;
}

a:active,
a:visited {
	color: #0e550e;
	text-decoration: none;
}

a:hover {
	color: #DD6900;
	text-decoration: underline;
}

a.forumlink {
	color: #0e550e;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.2em;
}


a.forumlink:hover {
	color: #DD6900;
	text-decoration: underline;
}



a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-weight: bold;
	font-size: 1.1em;
}

a.topictitle:visited {
	color: #0e550e;
}


a.topictitle:hover {
	color: #DD6900;
	text-decoration: underline;
}


th a,
th a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

th a:hover {
	color: #DD6900;
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.2em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #7f9db9;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.2em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #7f9db9;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 1.0em;
	font-weight: normal;
	border: 1px solid #7f9db9;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	background-color: #e5efe5;
	border: 1px solid #6dad81;
}

.btnmain {
	font-weight: bold;
	background-color: #e5efe5;
	border: 1px solid #6dad81;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #e5efe5;
	border: 1px solid #6dad81;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.0em;
}

.btnfile {
	font-weight: normal;
	background-color: #e5efe5;
	border: 1px solid #6dad81;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #d1efd1;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #fffffe;
	color: #333333;
	background-color: #fffffe;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #fffffe;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #fffffe;
	color: #333333;
	background-color: #fffffe;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #fffffe;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #666666;
}

.pm_replied_colour {
	background-color: #000000;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

@import url("medals.css");














/* MENU BAR STYLE */
a.menu:link {font-size:11px; font-family:arial,sans-serif; font-weight:bold; text-decoration: none; color:#ffffff; display:block; width:100%; height:100%; background:#7ab18b; padding-bottom:4px; padding-top:4px;}
a.menu:visited {font-size:11px; font-family:arial,sans-serif; font-weight:bold; text-decoration: none; color:#ffffff; display:block; width:100%; height:100%; background:#7ab18b; padding-bottom:4px; padding-top:4px;}
a.menu:hover {font-size:11px; font-family:arial,sans-serif; font-weight:bold; text-decoration: none; color:#ffffff; display:block; width:100%; height:100%; background:#ff6600; padding-bottom:4px; padding-top:4px;}
a.menu:active {font-size:11px; font-family:arial,sans-serif; font-weight:bold; text-decoration: none; color:#ffffff; display:block; width:100%; height:100%; background:#7ab18b; padding-bottom:4px; padding-top:4px;}



.butel:link {color: #FFFFFF}
.butel:active {color: #FFFFFF}
.butel:visited {color: #FFFFFF}
.butel:hover {color: #FFFFFF}
.butel {color: #FFFFFF; font-size: 11px; font-family: arial, sans-serif; font-weight: bold; text-decoration: none;}


.txtfoot:link {color: #0e550e}
.txtfoot:active {color: #0e550e}
.txtfoot:visited {color: #0e550e}
.txtfoot:hover {color: #0e550e}

.txtfoot {color: #0e550e; font-size: 11px; font-family: arial, sans-serif; font-weight: bold; text-decoration: none;}



/* GOOGLE SEARCH FORM BITS */

.googleform {color: #333333; font-size: 12px; text-decoration: none; font-family: arial, sans-serif; font-weight: bold; width:250px; border:1px solid #7f9db9}

.googleradio {padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 12px; border: 0px; background-color: transparent;}

.googlebut {border: 0px; background-color: transparent;}
}


/* Jake Price Edit */

#siteContainer {
	margin: 0 auto;
	width: 960px;
}

#pageContainer {
	margin: 40px auto;
	width: 960px;
}

#contentContainer {
	margin: 0px auto;
	width: 960px;
	background: #cdd1d7;
}

#header { 
	/*background: url('../Images/header.png') bottom left repeat-x;*/
	height:58px;
	padding:0;
}

#banner {
	background: #222a2a url('./Images/banner.png') no-repeat top left;
	width: 100%;
	height:150px;
	border-top: 2px solid #7a7c7f;
}

/* jakenav
-----------------------------------------------------------------------------*/
#jakenav {
	height: 26px;
	margin:0;
	padding:4px 0 0 0;
}

#jakenav {
	height: 26px;
}

#jakenav ol {
	list-style:none; 
	margin:0;
	padding:0;	
}

#jakenav li {
	height: 26px;
	float: left;
	list-style: none;
	margin-left:-26px;
	background: url('./Images/nav_4.png') no-repeat;
    width: 127px;
}

#jakenav a {
	display: block;
	text-align: center;
	/*height: 26px;*/
	height: 11px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	overflow: hidden;
}

#jakenav a:hover {
	text-decoration: underline;
}

#jakenav a:visited {
	font-style: normal;
}

#jakenav li.dark a,#main_navigation li.active a {
	color: #a9dc15;
	font-weight: bold;
}

#jakenav li.first {
	margin-left: 0;
	width: 135px;
}

#jakenav li.dark {
background: url('./Images/nav_1.png') no-repeat;
padding-right:15px; width:120px;
}

#jakenav li.light { width:110px; padding-right:20px;
background: url('./Images/nav_2.png') no-repeat center left;
}

#jakenav li.last {
	background: url('./Images/nav_3.png') no-repeat;
	width: 136px;
}

#jakenav li.statistics {
	background: transparent;
	color: #9DAFAB;
	float: right;
	white-space:nowrap;
	width:auto;
	height: 26px;
	text-align: right;
	font-size:11px;
}

/* Sub Nav Bar
-----------------------------------------------------------------------------*/
#subnav {
	height: 26px;
	margin:0;
	padding:0;
}

#subnav .rightbar {
	background: url('./Images/nav_sub.png') no-repeat top right;
	color: #dedede;
	float: right;
	text-align: right;
	width: 137px;
	/*width: 217px;*/
	height: 11px;
	padding: 10px 0px 10px 0;
	text-align:center;
}


#subnav .leftbar {
	background: url('./Images/header.png') repeat top left;
	float:left;
	width: 800px;
	height: 8px;
	padding: 10px 13px 10px 10px;
	text-align: left;
}

#subnav .leftbar  span{
	text-align: right;
	margin: 0px 30px 5px 15px;
}

#subnav .leftbar  .medal{
	float: left;
	width: 10px;
	text-align: left;
	margin: -2px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 3px solid #7a7c7f;
	background: #4C4E50;
	text-align: left;
	padding: 10px;
	height: 10px;
	clear: both;
	color: #c2c2c2;
	margin-bottom: 30px;
}

#footer .copy {
	float: left;
}

#footer .other{
	float: right;
}

#footer .other a{
	color: #afc0af;
	text-decoration: none;
}