/*  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: Tahoma;
	color: #808080;
}

body {
	background: #000000 url(images/bg_all.jpg) repeat-x;
	font-size: 11px;
}

#main_shadow { background-image: url(images/wrapper_shadow.png); background-repeat: repeat-y; width: 1002px; margin: 0 auto;}
#main { background-color: #282828; margin: 0 auto; padding-right: 13px; padding-left: 13px; width: 945px; }
#baner { background-image: url(images/title_bg.jpg); background-repeat: no-repeat; background-position: 0 0; height: 150px; position: relative; width: 945px; margin-bottom: 65px; }

#baner h1 a { background-image: url(images/logo.png); background-repeat: no-repeat; display: block; height: 140px; width: 280px; text-indent: -1000em; }

#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-color: #202020; background-image: url(images/pathcont_bg.png); background-repeat: repeat-x; position: absolute; top: 163px; width: 100%; height: 39px; }

#menu ul {
	margin: 0 0 0 40px;
}

#menu li { float: left; line-height: 39px; background-image: url(images/menuli.png); background-repeat: no-repeat; background-position: 100% 18px; }

#menu li a { display: block; color: #666; font-weight: bold; padding: 0 10px; margin: 1px 1px 0 0; }

#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.last a:hover { color: #777; background-repeat: no-repeat; background-attachment: scroll; background-position: 100% 0; }

#menu a:hover { color: #888; }

#content { background-color: #090909; background-image: url(images/maincontent_bg.png); background-repeat: repeat; min-height: 450px; padding: 20px 40px 0; margin: 0 0 -10px; }

#footer { background-color: #202020; background-image: url(images/copyr.png); background-repeat: no-repeat; background-position: 800px 5px; height: 40px; padding: 0 20px; position: relative; }

#footernav { height: 20px; padding-top: 10px; padding-right: 425px; }

#footernav li {
	float: right;
}

#footernav li a {
	display: block;
	color: #59524a;
	padding: 0 10px 0 10px;
	border-right: 1px #59524a solid;
	line-height: 0.9em;
}

#footernav li.last  a {
	border-right: none;
}

#footer p {
	color:#5a534b;
	padding: 30px 0 0 0;
	margin: 0 0 10px 0;
}

#footer span {
	display: block;
	color: #9f9989;
}

#fix1 { background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; height: 120px; width: 800px; position: absolute; top: -4px; right: 1099px; }

#wrapper {  }

#wrapcentre, #wrapheader {
   padding: 0 5px;
   min-width: 650px;
   width: 840px;
}

#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 0px 0 0px;
}

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

.forumrules { background-color: #252525; padding: 4px; color: #fff; font-weight: normal; font-size: 11px; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; border: solid 1px #353535; }

.forumrules h3 {
	color: black;
}

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

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


/*  Text
 --------------------- */
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-size: 1.15em; line-height: 115%; }

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

h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 11px;
}

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

.rtl p.moderators {
	float: right;
}

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

.rtl p.linkmcp {
	float: left;
}

p.linkmcp a:hover, p.linkmcp:active { color: #cd964f;}
p.linkmcp a, p.linkmcp:visited { color: #a16a23; }
.breadcrumbshr { background-color: #090909; }

p.breadcrumbs { margin: 8px 0 10px 10px; float: left; color: #6883ae; font-weight: bold; white-space: normal; font-size: 1em; }

p.breadcrumbs  a:link, p.breadcrumbs  a:visited { color: #939393; }

p.breadcrumbs a:hover { color: #f3f3f3; }

.rtl p.breadcrumbs { background-color: #090909; float: right; }

p.datetime {
	margin: 8px 10px 10px 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	color: #2e4b7b;
}

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

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: #EEEEEE;
}

.postdetails {
	color: #808080;
}

.postbody {
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, 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: #597fbd;
	font-weight: bold;
}

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

.cattitle {

}

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

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

.genmed2 {
	margin: 1px 1px;
	font-size: 11px;
	color: #59524A;
}

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

.gensmall2 {
	color: #ABABAB;
	margin: 1px 1px;
	font-size: 1em;
}

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

.titles {
	color: #EEEEEE;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th { color: #fff; font-size: 11px; font-weight: bold; background-color: #1f3964; background-image: url(images/table.mod_bg.png); text-transform: uppercase; white-space: nowrap; padding: 7px 5px; height: 37px; }

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

.tablebg {
	background-color: #222;
}

.rtl .catdiv { background-color: #050002; }

.cat, .catdiv  { color: #666; font-weight: bold; height: 28px; margin: 0; padding: 0; border: 0; background-color: #2a3547; background-image: url(images/alt.mod_bg.png); text-indent: 4px; }

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

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

.row3 {
	background-color: #121212;
	padding: 0;
}

.row4 {
	background-color: #141414;
	padding: 0;
}

.spacer {
	background-color: #2d3542;
}

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

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

.imp {  }

/* Links
 ------------ */
a:link, a:visited {
	color: #B1B1B1;
	text-decoration: none;
}
a:active { color: #b2b2b2; text-decoration: none; }
a:hover {
	color: #F6F6F6;
}

a.gensmall2 {
	color: #8b5327;
	text-decoration: none;
}

a.gensmall2:hover {
	color: #cd964f;
}

a.forumlink {
	color: #B0B0B0;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.forumlink:hover {
	color: #F0F0F0;
}

a.topictitle, a.topictitle:visited {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #999999;
}
a.topictitle:hover {
	color: #B9B9B9;
	text-decoration: none;
}

a.pagination {
	color: #597fbd;
}

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

th a:hover { color: #F2F2F2; }

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

input { color: #999999; font-size: 1.1em; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; padding: 1px; border: solid 1px #202020; background-color: #101010; }

textarea { background-color: #101010; color: #999999; font-size: 1.1em; font-family: "Courier New", Courier, Monaco, monospace; line-height: 1.4em; font-weight: normal; border: solid 1px #202020; padding: 2px; }

select { color: #999999; background-color: #101010; font-size: 1.1em; font-family: "Courier New", Courier, Monaco, monospace; font-weight: normal; border: solid 1px #202020; 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: #101010;
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
}

.btnbbcode { color: #ccc; font-weight: normal; font-size: 1.1em; font-family: "Lucida Grande", Verdana, Helvetica, sans-serif; border: solid 1px #161616; background-color: #222c3c; background-image: url(images/btn_bg.png); }

.btnmain { font-weight: bold; border: solid 1px #161616; background-color: #222c3c; cursor: pointer; padding: 1px 5px; font-size: 1.0em; background-image: url(images/btn_bg.png); }

.btnlite { font-weight: normal; border: solid 1px #161616; background-color: #222c3c; cursor: pointer; padding: 1px 5px; font-size: 1.1em; background-image: url(images/btn_bg.png); }

.btnfile { font-weight: normal; border: solid 1px #161616; background-color: #222c3c; padding: 1px 5px; font-size: 1.1em; background-image: url(images/btn_bg.png); }

.helpline { color: #666; background-color: #101010; border-style: dashed; border-width: 1px; }


.postbody ul { font-size: 1em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; }
.postbody li { background-image: url(images/liststyle.gif); background-repeat: no-repeat; background-position: 0 5px; position: relative; left: 10px; padding-left: 10px; }
/* BBCode
 ------------ */
.quotetitle, .attachtitle, .codetitle { margin: 10px 5px 0; padding: 4px; border-width: 1px 1px 0; border-style: solid; border-color: #222; color: #b8b8b8; background-color: #2a3547; background-image: url(images/alt.mod_bg.png); font-size: 0.85em; font-weight: bold; }

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

.quotecontent, .attachcontent { margin: 0 5px 10px; padding: 5px; border-color: #222; border-width: 0 1px 1px; border-style: solid; font-weight: normal; font-size: 0.9em; line-height: 1.4em; font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif; background-color: #222c3c; color: #acc1e3; }

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px;
	padding: 5px;
	border-color: #191919;
	border-width: 0 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #e1e1e1;
	font-size: 0.9em;
	font-family: Monaco, "Courier New", monospace;
	background-color: #212121;
}

.quotecontent a, .attachcontent a, .codecontent a { color: #f2f2f2; }

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