/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			subsilver2
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Arial, Helvetica, sans-serif,;
	color:#C3C3C3;
	background-color: #000000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}


/* This is the MIDDLE section of the Index page (contains forum titles) DO NOT DELETE!! 
This actually sits on one line in the 'overall_header.html'... even though the div is not closed,
it dictates the margins around the main body of the forum pages. */
#wrapcentre {
	background-color: #000000; 
	margin: 15px 30px 15px 30px;
}

/* This is the bottom section that contains the 'Admin Control Panel' link  */
#wrapfooter {
	margin: 0px 30px 0px 30px ; 
	background-color:#000000;
	padding:10px; /* distance between border and contents */
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #C3C3C3;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}





/******************************************************/
/* this holds the ENTIRE header and banner area */
#overall_header{
	background-image:url(images/overall_header_bg.jpg);
	background-color:#000000;
	width:1250px;
	height:500px;
	margin:0 auto 0 auto;
}
/******************************************************/






/******************************************************/
/* Start Main menu links and Login Field */
#menubar_and_login{
	width:1250px;
	height:73px;
}
#main_menu{
	text-align:left;
	line-height:40px;
	float:left;
	margin:30px 0 0 150px;
}
.main_menu_links{
	color:#927c5d;
	font-weight:normal;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#login_field{
	float:right;
	margin-right:155px;
}
/* End Main menu links and Login Field */
/******************************************************/






/******************************************************/
/* Start Main Header Logo */
#headerlogo{
	width:1250px;
	height:118px;
}
#logo_image{
	width:305px;
	height:118px;
	margin-left:151px;
}
/* End Header Logo */
/******************************************************/





/******************************************************/
/* Start Member Banners */
#member_banners_overall{
	width:1250px;
	height:182px;
	margin:28px 0 0 0;
}
#memberBanner1{
	width:301px;
	height:181px;
	margin:0 0 0 150px;
	float:left;
	background-color:#d4a058;
	padding:1px 0 0 1px;
}
#memberBanner2{
	width:301px;
	height:181px;
	margin:0 0 0 23px;
	float:left;
	background-color:#d4a058;
	padding:1px 0 0 1px;
}
#memberBanner3{
	width:301px;
	height:181px;
	margin:0 0 0 23px;
	float:left;
	background-color:#d4a058;
	padding:1px 0 0 1px;
}
/* End Member Banners */
/******************************************************/






/******************************************************/
/* Start Large Menu Buttons */
#main_buttons_overall{
	width:1250px;
	height:34px;
	margin:42px 0 0 0;
}
#button1{
	width:106px;
	height:34px;
	margin:0 0 0 150px;
	float:left;
}
#button2{
	width:106px;
	height:34px;
	margin:0 0 0 20px;
	float:left;
}
#button3{
	width:106px;
	height:34px;
	margin:0 0 0 20px;
	float:left;
}
#button4{
	width:106px;
	height:34px;
	margin:0 0 0 20px;
	float:left;
}
#button5{
	width:106px;
	height:34px;
	margin:0 0 0 20px;
	float:left;
}
/* End Large Menu Buttons */
/******************************************************/







/******************************************************/
/* Start of forumbody and sponsorbars */
#bodycontainer {
	width:100%;
	float:left;
}
/* This has been added for the main body of the front page, so the sponsor bar can fit on the right */
#forumbody {
	margin-right:170px;
}
/* This has been added to hold all rightSidebar content below */
#rightSidebarContainer {
	width:158px;
	height:930px;
	float:right;
}
/* This has been added to hold the email newsletter submission form */
#email_subscribe_form {
	float:right;
	margin-bottom:4px;
	width:158px;
	height:381px;
}
/* This has been added for the top sponsor side bar */
#sponsorbar1 {
	border:#801212 solid;
	border-width:1px;
	float:right;
	padding:4px;
	width:150px;
	height:450px;
}
/* This has been added for the bottom sponsor side bar */
#sponsorbar2 {
	border:#801212 solid;
	border-width:1px;
	margin-top:4px;
	float:right;
	padding:4px;
	width:150px;
	height:450px;
}
/* End of forumbody and sponsorbars */
/******************************************************/






/******************************************************/
/* This has been added for the ABOUT US page */
#panelContent {
	background-color: #221f1b;	
	font-size:1.2em;
	color: #cca918;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#upper_panel {
	padding:8px;
	background-color: #221f1b;
}

#left_panel {
	padding:8px;
	background-color: #221f1b;
}

#right_panel {
	padding:8px;
	background-color: #221f1b;
}
/* End of About Us */
/******************************************************/





/******************************************************/
#headerWinner{
	background: #191310;
	border:#801212 1px solid;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	font-size:1.1em;
	font-family:Verdana, sans-serif;
}
/******************************************************/





/* Note that the Datebar has been removed via the 'Overall_header.html' */
/*
#datebar {
	margin: 10px 25px 0 25px;
}
*/

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* This is for the 'forum rules' header - added during creation of a forum */
.forumrules {
	background-color: #000000; 
	border-width: 1px;
	border-style: solid;
	border-color: #F9CC79;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	color: #FF0000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em; /* This is the Category heading font size (on front page) */
	font-weight: bold;
}

h5 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	color:#C3C3C3;
}

p {
	font-size: 1.1em; /* This is the size of the white font Forum descriptions (on front page) */
}

p.moderators {
	margin: 0;
	float: left;
	color: #C3C3C3;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

/* breadcrumbs is the directory path showing where you are in the forum */
p.breadcrumbs {
	margin: 0;
	float: left;
	color:#C3C3C3; /* This colour is the little separator between the breadcrumbs */
	font-weight: normal;
	white-space: normal;
	font-size: 1.1em; /* this is the size of the Directory navigation text at top of forum */
}

.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;
	font-family:Verdana, sans-serif;
}

p.topicauthor {
	margin: 1px 0;
	font-family:Verdana, sans-serif;
}

p.topicdetails {
	margin: 1px 0;
	font-family:Verdana, sans-serif;
}

.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #C3C3C3;
	font-size: 1.4em;		
	font-weight:bold;
	float:left;
}

.postdetails {
	color: #C3C3C3;
	font-size: 1.1em;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif, ;
}

.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: #C3C3C3; /* this is the white colour for the Page number navigation */
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #C3C3C3;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
	font-family:Verdana, sans-serif;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
	color:#C3C3C3;
	font-family:Verdana, sans-serif;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
	color:#C3C3C3;
	font-family:Verdana, sans-serif;
}

.copyright {
	color: #444;
	font-size:1em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
}

.titles {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, ;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */

/* This is the main gold coloured forum bar */
th {
	color:#362d2d;
	background-color:#988982;
	font-size: 1.3em;
	font-weight: bolder;
	font-family:Verdana, sans-serif;
	border-top:solid 1px #d5d5d5;
	border-bottom:solid 1px #1b1b1b; 
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;   
}

/* this is the long gif under the Last Post heading */
.catdiv {
	height: 34px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top:solid 1px #898989;
	border-bottom:solid 1px #141414;
	background-color: #372e2e;
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

/* This is the Category title bar */
.cat {
	height: 34px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-indent: 6px;
	border-top:solid 1px #898989;
	border-bottom:solid 1px #141414;
	background-color: #372e2e;
}


#topicMargin{
	width:100%;
	margin-left:25px;
	margin-right:370px;
	background-color:#FF9900;
}


/* This has been added to fix the forumbody table cell scale problem with Internet Explorer
by placing a transparent gif in the background to force IE to use the correct cell sizes */
.specialRow{
	width:100%;
	padding: 6px;
	background-color: #191310;
	clear:left;	
}

/* This is the Forum title bar colour*/
.row1 {
	padding: 4px;	
	background-color:#191310; 
}

/* This is the box (colour) that shows the Topics, Posts and Last Post details, at the end of the Forum Titles */
.row2 {
	padding: 4px;	
	background: #241e1b; 
}

/* This separates 'topics' from 'announcements' - make same colour as Category title bar */
.row3 {
	background-color: #372e2e; 
	padding: 4px;
}

.spacer {
	background-color: #372e2e;
}

hr {
	height: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #372e2e;
	border-right-color: #372e2e;
	border-bottom-color: #372e2e;
	border-left-color: #372e2e;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
 
 /* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #d4a058; /* this link colour for Category heading, usernames, view posts links etc */
	text-decoration: none;
	font-weight: normal;
	font-size: 1em ;
	font-family:Verdana, sans-serif;
}

a:visited {
	color: #d4a058; /* This is the Board Index 'Bread crumb' colour */
	text-decoration: none;
	font-weight: normal;
	font-size: 1em ;
	font-family:Verdana, sans-serif;
}

a:hover {
	color:#C3C3C3; /* white text colour for mouse over links */
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em ;
	font-family:Verdana, sans-serif;
}

a:active {

}

a.forumlink {
	color: #d4a058; /* Forum text/link colour */
	font-weight:normal;
	font-size: 1.1em ;
	font-family:Verdana, sans-serif;
}


/* Topic title font */
a.topictitle {
	margin: 1px 0;
	font-family: Verdana, sans-serif;
	font-size: 1.1em ;
}


/* Topic title font after clicking */
a.topictitle:visited {
	color: #a98758;
	text-decoration: none;
	font-family: Verdana, sans-serif ;
	font-weight: normal;
	font-size: 1.1em ;
}


th a,
th a:visited {
	color: #a98758 !important;
	text-decoration: none;
	font-family: Verdana, sans-serif ;
	font-weight: normal;
	font-size: 1em ;
}

th a:hover {
	color: #C3C3C3; /* white text colour for mouse over links */
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em ;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #C3C3C3;
}

textarea {
	background-color:#C3C3C3;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	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.1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000000;
	color: #C3C3C3;
	background-color: #221f1b;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background-color: #4d463d;
	color: #C3C3C3;
}

.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: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, ;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	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: #C3C3C3;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.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;
}
