/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		slagg
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		StylerBB.net ( http://www.stylerbb.net )
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

* html #content {
height: 450px;
}

body, html,
h1, h2, h3, h4, h5,
ul, ol, li,
div, fieldset, form {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style-type: none;
	font-family: arial;
	color:#EFE0D1;
}

body {
	background: #bcb48f url('./images/bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	font-size: 12px;
	padding-top:165px;
}

.bodysimple {
	background: #bcb48f url('./images/bgsimple.jpg');
	background-position:top left;
	background-color:#000000;
	font-size: 12px;
	padding-top:0px;
}

#main {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#baner {
	background: url('') 0 -3px repeat-x;
	height: 109px;
	position: relative;
}

#baner h1 a {
	display: block;
	height: 70px;
	width: 173px;
	background: url('./images/h1.gif') no-repeat;
	text-indent: -1000em;
	margin: 0 0 0 1.8em;
}

#subnav {
	position: absolute;
	top: 1px;
	right: 30px;
	background: #FFF url('./images/subnav.gif') no-repeat;
	width: 225px;
	padding: 5px 10px 10px 20px;
}

#subnav img {
	float: left;
	width: 50px;
	height: 50px;
}

#subnav ul {
	margin: -3px 0 0 55px;
	color: #c9c6a7;
}

#subnav li {
	background: url('./images/navli.gif') 0 70% no-repeat;
	padding: 0 0 0 13px;
}

#subnav ul a {
	color: #c9c6a7;
}

#subnav span a {
	color: #ff3600;
	font-weight: bold;
}

#menu {
	background: url('./images/menubg.gif') no-repeat;
	position: absolute;
	top: 80px;
	left: 1px;
	width: 100%;
	height: 39px;
	color:#FFFFFF;
}

#menu ul {
	margin: 0 0 0 30px;
}

#menu li {
	float: left;
	line-height: 35px;
	background: url('./images/menuli.gif') 100% 20% no-repeat;
}

#menu li a {
	display: block;
	color:#E6D7B9;
	font-weight:bold;
	font-size:12px;
	padding: 0 12px 0 12px;
	margin: 1px 1px 0 0;
}

#menu li a:hover {
	text-decoration:none;
	color:#CC4402;
}

#menu li.last  a {
	background: none;
}

#menu li.rss {
	float: right;
	margin: 0 50px 0 0;
	background: none;
}

#menu li.rss a {
	float: right;
	background:url('./images/rss.gif') 100% 50% no-repeat;
	text-indent: -1000em;
	width: 17px;
}

#menu li.last {
	background: none;
}

#menu li.menu_pm_unread a {
	background: url('./images/liactive_pm_unread.gif') 100% 0 no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

#menu li.menu_pm_unread a:hover {
	background: url('./images/liactive.gif') 100% 0 no-repeat;
	text-decoration:none;
	color:#CC4402;
}

#menu li.last a:hover {
	text-decoration: underline;
	background: url('./images/liactive.gif') 100% 0 no-repeat;
}

#menu a:hover {
	text-decoration: none;
	background: url('./images/liactive.gif') 100% 0 no-repeat;
}

#content {
	min-height: 450px;
	background: url('./images/contentbg.png') 23px 0 repeat-y;
	background-position:top center;
	padding: 20px 10px 0 32px;
	margin: 0px 0 -10px 0;
}

#footer {
	color:#A99983;
	height:60px;
	background: url('./../images/footerbg.gif') 23px 0 no-repeat;
	padding: 0px 10px 0 10px;
	position: relative;
	
}

#footernav {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 20px;
}

#footernav li {
	float: right;
}

#footernav li a {
	display: block;
	color:#AA9C8A;
	padding: 0 10px 0 10px;
	border-right: 1px #59524a solid;
	line-height: 0.9em;
}

#footernav li.last  a {
	border-right: none;
}

#footer p {
	color:#AA9C8A;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
}

#footer span {
	display: block;
	color:#A5967A;
}

#fix1 {
	background: url('') repeat-x;
	height: 120px;
	width: 800px;
	position: absolute;
	top: -4px;
	right: 1099px;

}

#wrapper {
	background: url('./images/wrapperbg.gif') 23px repeat-y;
}

#wrapcentre, #wrapheader {
   padding: 0 5px;
   min-width: 650px;
   width: 875px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 875px;
	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 0px 0 0px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color:#A82222;
	border-width: 2px;
	border-style: solid;
	border-color:#501414;
	padding: 6px;
	color:#EEE9DD;
	font-weight: normal;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: black;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
.topic_title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, 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;

}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

a.h4:hover {
	text-decoration:none;
}

p {
	font-size: 11px;
}

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;
}

.breadcrumbshr {
	background-color: #68634F;
}

p.breadcrumbs {
	margin: 8px 0 10px 10px;
	float: left;
	color: #F9EAAA;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

p.breadcrumbs  a:link, p.breadcrumbs a:hover, p.breadcrumbs  a:visited {
	color: #F9EAAA;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 8px 10px 10px 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	color: #B4A97B;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	color:#BFA580;
}

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 {
	font-size:14px;
}

a.postauthor:link, a.postauthor:visited {
	font-size:14px;
}

a.postauthor:hover {
	color:#DE5121;
	font-size:14px;
	text-decoration:none;
}

.postauthor2 {
	font-size:18px;
}

a.postauthor2:link, a.postauthor:visited {
	font-size:18px; 
}

a.postauthor2:hover {
	color:#DE5121;
	font-size:18px;
	text-decoration:none;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 14px;
	color:#DFD5BD;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
	list-style-type:disc;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #F9EAAA;
	font-weight: bold;
	font-size:12px;
}

.pagination {
	padding: 4px;
	color: #4F463B;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 12px;
}

.genmed2 {
	margin: 1px 1px;
	font-size: 11px;
	color:#AEA08C;
}

.gensmall {
	margin: 1px 1px;
	font-size: 11px;
}

.gensmall2 {
	color: #AA9C8A;
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color:#AC9986;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.titles {
	color: #E1D39D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #DCD3B0;
	font-size: 11px;
	font-weight: bold;
	background-color:#1D1712;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #8F8970;
}

.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat, .catdiv  {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #474231;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

a.cat:link, a.catdiv:visited  {
	color:#E1D39D;
}

a.cat:hover  {
	color:#E1D39D;
	text-decoration:none;
}

.row1 {
	background-color:#382B22;
	padding: 4px;
	font-size:12px;
}

.row2 {
	background-color:#382B22;
	padding: 4px;
}

.row3 {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #474231;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row4 {
	color: #DCD3B0;
	font-size: 11px;
	font-weight: bold;
	background-color:#1D1712;
	background-image: url('./images/cellpic3.gif');
	background-repeat:repeat-x;
	background-position:top;
	white-space: nowrap;
}
/* #382D21 */

.spacer {
	background-color: #1D1712;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #7C765E;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

.imp { 
	border-top: 2px solid #3C382A;
	border-bottom: 2px solid #3C382A;
}

/* Links
 ------------ */
a:link {
	color: #DE5121;
	text-decoration: none;
}

a:active,
a:visited {
	color: #DE5121;
	text-decoration: none;
}

a:hover {
	color: #B7AE8D;
	text-decoration: underline;
}

a.postlink:link {
	color: #DE5121;
	text-decoration: none;
}

a.postlink:active,
a.postlink:visited {
	color: #DE5121;
	text-decoration: none;
}

a.postlink:hover {
	color: #B7AE8D;
	text-decoration: underline;
}

a.gensmall2 {
	color: #D2C1AA;
	text-decoration: none;
}

a.forumlink {
	color: #E1D39D;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:1px;
}

a.forumlink:hover {
	text-decoration:none;
	color:#DE5121;
}

a.topictitle {
	margin: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #E1D39D;
}

a.topictitle:hover {
	color: #DE5121;
	text-decoration: none;
}

.pagination {
	color:#B9AE99;
}

a.pagination {
	color: #F9EAAA;
}

th a,
th a:visited {
	color: #F9EAAA !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #9F9989;
	background-color: #BCB48F;
}

textarea {
	background-color: #BCB48F;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #9F9989;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #BCB48F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #9F9989;
	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: #BCB48F;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9F9989;
	background-color: #BCB48F;
}

.btnmain {
	font-weight: bold;
	border: 1px solid #9F9989;
	background-color: #BCB48F;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	border: 1px solid #9F9989;
	background-color: #BCB48F;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	border: 1px solid #9F9989;
	background-color: #BCB48F;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #FEFFFF;
	border-style: none;
}


.postbody ul {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}




/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #8F8970;
	color: #EFE0D1;
	background-color:#3C281A;
	background-image: url('./images/cellpic1.gif');
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #8F8970;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1D1712;
	color: #EFE0D1;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #8F8970;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #EFE0D1;
	font-size: 0.9em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #1D1712;
}

.quotecontent a, .attachcontent a, .codecontent a {
color: #0F0F0F;
}

.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: #2F2C20;
}

.pm_replied_colour {
	background-color: #BEAE75;
}

.pm_friend_colour {
	background-color: #A0BB2E;
}

.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;
}