/*
  The Elveron theme is based on the subSilver2 style for phpBB3
  (please see phpbb3 copyright notice below).
  
  The Elveron theme is created and Copyrighted by 
  Ulf Frisk, http://www.ulffrisk.com
  Michael Schaeffer, http://www.gadreel.net
*/



/*  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/ )
    --------------------------------------------------------------
*/


/* Elveron fixed table layouts css elements */

/* Elveron skin border */
table.bordermaintable { background-color: #53683F; height: 100%; border-top: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; border-bottom: 0px solid #000000; }
table.border { height: 100%; border-top: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000; border-bottom: 0px solid #000000; }
td.border_left { height: 100%; width: 20px; background-repeat: repeat-y; background-image: url('images/bg_left.gif'); }
td.border_left_logo { height: 61px; width: 20px; background-repeat: repeat-y; background-image: url('images/bg_left_logo.gif'); }
td.border_right { height: 100%; width: 20px; background-repeat: repeat-y; background-image: url('images/bg_right.gif'); }
td.border_right_logo { height: 61px; width: 20px; background-repeat: repeat-y; background-image: url('images/bg_right_logo.gif'); }

/* Elveron skin top menu */
.topmenu a { text-decoration: none; }
.topmenu a:hover { text-decoration: none; }
.topmenu td { white-space: nowrap; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #DFDFDF; }
td.b_spacer { width: 5px; height: 25px; border: 0px; }
td.b_center { height: 25px; border: 0px none; background-image: url('images/button_middle.gif'); }
td.b_right { width: 7px; height: 25px; border: 0px none; background-image: url('images/button_right.gif'); }
td.b_left_red { width: 22px; height: 25px; border: 0px none; background-image: url('images/button_left_red.gif'); }
td.b_left_grey { width: 22px; height: 25px; border: 0px none; background-image: url('images/button_left_grey.gif'); }
td.b_left_normal { width: 22px; height: 25px; border: 0px none; background-image: url('images/button_left_normal.gif'); }







/* Layout
 ------------ */
 
* {
	margin: 0;
	padding: 0;
}


html {
	font-size: 100%;
}

body {
	background-color: #53683F;
	margin: 0px;
	background-image: url('images/bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	color : #FFFFCC;
	/* General page style. The scroll bar colours only visible in IE5.5+ */
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000
}


#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

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

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

#menubar {
	margin: 0 25px;
}

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

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


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

.forumrules h3 {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

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


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

h2 {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

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

p {
	color: #FFFFCC;
	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: #FFFFCC;
	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: #FFFFCC;
}

.postdetails {
	font-size : 10px;
	color: #FFFFCC;
}

.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: #242D1C;
	font-weight: bold;
}

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

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

.cattitle  {}


.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFCC; text-decoration: none; }

.maintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color : #FFFFCC;
	text-decoration: none;
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFCC; letter-spacing: -1px; }
a.copyright { color: #DFDFDF; text-decoration: none; }
a.copyright:link { color : #DFDFDF; text-decoration: none; }
a.copyright:visited { color : #DFDFDF; text-decoration: none; }
a.copyright:hover { color: #FFFFFF; text-decoration: underline; }

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

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 11px; 
	border-width: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	background-color: #242D1C;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	color: #FFFFCC;
	padding: 0px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;
}

.cat,
.catdiv,
.rtl .catdiv   {
	border-width: 0px 0px 0px 0px; 
	background-color: #242D1C;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px; 
}

.catforum { 
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 20px; 
	color: #FFFFFF; 
	border-width: 0px 0px 0px 0px; 
	background-color: #242D1C; 
	background-image: url('images/box_left_icon.gif'); 
	background-repeat: no-repeat; 
	background-position: left; }
	

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

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

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

.spacer {
	background-color: #242D1C;
}

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

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

/* Links
 ------------ */
a:link,
a:active,
a:visited {
	color: #dfdfdf;
	text-decoration: none;
}

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

a.gen,a.genmed,a.gensmall { color: #AEAEAE; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #AEAEAE; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFCC; text-decoration: none; }

.mainmenu		{ font-size : 11px; color : #FFFFCC; }
a.mainmenu		{ text-decoration: none; color : #AEAEAE;  }
a.mainmenu:visited { text-decoration: none; color : #AEAEAE; }
a.mainmenu:hover{ text-decoration: none; color : #FFFFFF; }

.forumlink		{ font-weight: bold; font-size: 11px; color : #AEAEAE; }
a.forumlink 	{ text-decoration: none; color : #AEAEAE; }
a.forumlink:visited { text-decoration: none; color : #AEAEAE; }
a.forumlink:hover{ text-decoration: none; color : #FFFFFF; }

.topictitle			{ font-weight: bold; font-size: 11px; color : #FFDDAA; }
a.topictitle:link   { text-decoration: none; color : #FFFFCC; }
a.topictitle:visited { text-decoration: none; color : #FFFFCC; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFFF; }


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

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


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

input {
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #353E2C;
	border-color : #FFFFFF;
}

textarea {
	background-color: #FAFAFA;
	color : #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #353E2C;
	border-color : #FFFFFF;
}

select {
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #353E2C;
	border-color : #FFFFFF;
}

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: #353E2C;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	background-color : #353E2C;
	color : #FFFFCC;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.btnmain {
	background-color : #353E2C;
	color : #FFFFCC;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.btnlite {
	background-color : #353E2C;
	color : #FFFFCC;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.btnfile {
	background-color : #353E2C;
	color : #FFFFCC;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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


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

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

.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: #242D1C;
	color: #FFFFFF;
	background-color: #242D1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

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

.syntaxbg {
	color: #242D1C;
}

.syntaxcomment {
	color: #FFFFCC;
}

.syntaxdefault {
	color: #FFFFCC;
}

.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;
}