/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:	Invader
	Based on style:	subSilver (the default phpBB 2 style)
	Original author: subBlue ( http://www.subBlue.com/ )
	Modified by: Frost ( http://www.black-fusion.com/ )

	Copyright 2007 Frost & Black-Fusion.com ( http://www.black-fusion.com/forum/ )
    --------------------------------------------------------------
*/

/* Begin Frost's added hacks */
a {
outline: none;
}
/* End Frost's added hacks */

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	color: #fff;
	background-color: #252E23;
	background-image: url('./images/invader_bg.png');
	background-repeat: repeat;
	background-position: left top;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	
	font-size: 62.5%;
	margin-top: 10px;
	margin-right: 3%;
	margin-bottom: 10px;
	margin-left: 3%;
}

#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;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#wrapcentre {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#menubar {
  width: 100%;
  position: relative;
	margin: 0 auto 0 auto;
  padding-top: 0px;
  top: -1px;
}

#logodesc {
  position: relative;
	padding: 2px 25px 2px 25px;
	background: transparent;
	border-bottom: 0px solid #4787A7;
}

#menubar2 {
	position: relative;
	padding-top: 0px;
	top: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding-left: 40px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Header Menus
 ---------------- */

.menubar {padding:7px 0 0 32px; margin:0; list-style:none; height:28px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar li {float:left;}
.menubar li a {display:block; float:left; height:23px; line-height:23px; color:#aaa; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 11px; cursor:pointer;}
.menubar li a b {float:left; display:block; padding:0 16px 0 8px;}
.menubar li.current a {color:#fff; background:url('./images/button3.png');}
.menubar li.current a b {background:url('./images/button3.png') no-repeat right top;}
.menubar li a:hover {color:#fff; background:#000 url('./images/button4.png');}
.menubar li a:hover b {background:url('./images/button4.png') no-repeat right top;}
.menubar li.current a:hover {color:#fff; background:#000 url('./images/button4.png'); cursor:default;}
.menubar li.current a:hover b {background:url('./images/button4.png') no-repeat right top;}

.menubar2 {padding:1px 0 0 48px; margin:0; list-style:none; height:31px; background:transparent url(''); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menubar2 li {float:left;}
.menubar2 li a {display:block; float:left; height:26px; line-height:26px; color:#575757; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0px 0 0 11px; cursor:pointer;}
.menubar2 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menubar2 li.current a {color:#fff; background:url('./images/button5.png');}
.menubar2 li.current a b {background:url('./images/button5.png') no-repeat right top;}
.menubar2 li a:hover {color:#fff; background:#000 url('./images/button5.png');}
.menubar2 li a:hover b {background:url('./images/button5.png') no-repeat right top;}
.menubar2 li.current a:hover {color:#fff; background:#000 url('./images/button5.png'); cursor:default;}
.menubar2 li.current a:hover b {background:url('./images/button5.png') no-repeat right top;}

/*  Surround Boxes for style
 ----------------------------- */
 
#bx {
  /*background-color: #666666;*/
}
 
/* Eliminating padding on boxes */
#bx td{
  margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #252E23;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 50px;
}

.forumrules h3 {
	color: #33FF66;
}

#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-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
	padding-left: 40px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #33FF66;
}

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: #CCDD00;
	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 {
  color: #fff;
	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: #fff;
}

.postdetails {
	color: #fff;
}

.postbody {
	font-size: 1.3em;
	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: blue;
}

.nav {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #579100;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
  color: #fff;
	margin: 1px 1px;
	font-size: 1em;
}

.gensmall2 {
	color: #89B000;
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	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: 1.1em;
	font-weight: bold;
	background-image: url(./images/cat.png);
	white-space: nowrap;
	height: 34px;
	padding-right: 5px;
	padding-left: 5px;
	background-position: top;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #121315;
}

.tablebg2 {
	background-color: #000;
}

.tablebp {
	padding-left: 40px;
	padding-right: 10px;
}

.tablebr {
	padding-left: 40px;
	padding-right: 10px;
}


.catdiv {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/td_cat.png') repeat-y scroll top left;
}

.rtl .catdiv {
	background: white url('./images/td_cat.png') repeat-y scroll top right;
}

.cat {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #666666;
	background-image: url('./images/td_cat.png');
	text-indent: 4px;
}


.catadiv {
	height: 20px;
	background-image: url('./images/td_cata.png');
	background-repeat: repeat-x;
}

.cata {
	height: 20px;
	background-image: url('./images/td_cata.png');
	background-repeat: repeat-x;
	text-indent: 4px;
	color: #64A435;
}

.row1 {
	background-color: #1b211b;
	background-image: url('./images/row1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px !important;
	
}


.row1a {
	font-size: 10px;
	height: 19px;
	background-image: url('./images/row1a.png');
	background-position: bottom;
	color: #CCDD00;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}





.row2 {
	background-color: #1b211b;
	background-image: url('./images/row1.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px !important;
}

.row3 {
	background-color: #1b211b;
	padding: 4px !important;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.row4 {
	background-color: #212921;
	background-image: url('./images/row4.png');
	padding: 4px !important;
	background-repeat: repeat-x;
	background-position: top;
}


.spacer {

	background-color: #D1D7DC;

}



hr {

	height: 1px;

	border-width: 0;

	background-color: #D1D7DC;

	color: #D1D7DC;

}



.legend {

	text-align:center;

	margin: 0 auto;

}



/* Links

 ------------ */

a:link {
	color: #60B700;
	text-decoration: none;
}



a:active,

a:visited {
	color: #5F992B;
	text-decoration: none;
}



a:hover {
	color: #B0DD00;
	text-decoration: none;
}



a.forumlink {
	color: #009900;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}



a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #60A600;
}

a.topictitle:hover {
	color: #B0DD00;
	text-decoration: none;
}

a.topictitle:visited {
	color: #666666;
	text-decoration: none;
}



th a,

th a:visited {
	color: #CCCCCC !important;
	text-decoration: none;
}



th a:hover {

	text-decoration: underline;

}





/* Form Elements

 ------------ */

form {

	margin: 0;

	padding: 0;

	border: 0;

}



input {
	color: #CCCCCC;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #252E23;
}



textarea {
	background-color: #252E23;
	color: #CCCCCC;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}



select {
	color: #CCCCCC;
	background-color: #252E23;
	font-family: "Lucida Grande", Verdana, 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: #252E23;
	border-style: solid;
	border-width: 1px;
	color: #CCCCCC;
}



.btnbbcode {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #252E23;
	border: 1px solid #666666;
}



.btnmain {
	font-weight: bold;
	background-color: #252E23;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #CCCCCC;
}



.btnlite {
	font-weight: normal;
	background-color: #252E23;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	color: #CCCCCC;
}



.btnfile {
	font-weight: normal;
	background-color: #252E23;
	border: 1px solid #252E23;
	padding: 1px 5px;
	font-size: 1.1em;
}



.helpline {
	background-color: #252E23;
	border-style: none;
	color: #CCCCCC;
	width: 400px;
}





/* BBCode

 ------------ */

.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #252E23;
	color: #CCCCCC;
	background-color: #252E23;
	font-size: 0.85em;
	font-weight: bold;
}



.quotetitle .quotetitle {

	font-size: 1em;

}



.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #252E23;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #475843;
	color: #CCCCCC;
}



.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: #252E23;
	color: #CCCCCC;
	background-color: #252E23;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, 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: #FFFFFF;

}



.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: #252E23;
	background-color: #CCCCCC;
}



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;

}

td.leftb {

	height: auto;

}

td.rightb {

	height: auto;

}