/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Zanzarah
	Based on style:		subsilver2 (the phpBB 2 style of phpBB 3)
	Original author:	psoTFX and the phpBB team - http://www.phpbb.com/ | subBlue - http://www.subBlue.com/
	Modified by:		jello - http://www.gwehkp.de/

	Copyright 2006 phpBB Group - http://www.phpbb.com/
	Copyright 2007 Funatics - http://www.funatics.de/
    --------------------------------------------------------------
*/

/* 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, Helvetica, Arial, sans-serif;
/*	color: #323D4F; */
	background-color: #040207;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	min-height: 142px;
	height: auto !important;
/*	padding: 0 25px 15px 25px; */
	margin: 5px 25px 0 25px;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
	width: 100%;
}

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 20px 25px 25px 25px;
}

#logodesc {
	position: relative;
	margin-bottom: 5px;
	padding: 5px 0;
	width: 100%;
}

#logodescleft {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('./topleft.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	width: 250px;
	height: 142px;
	z-index: 3;
}

#logodescleft > a {
	display: block;
	height:142px;
	width: 250px;
}

#logodescspacer {
	position: absolute;
	top: 0;
	left: 250px;
	right: 343px;
	background-image: url('./topmiddle.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height: 95px;
	z-index: 1;
}

#logodescright {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('./topright.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	width: 343px;
	height: 95px;
	z-index: 2;
}

#menubar {
	position: absolute;
	top: 106px;
	left: 251px;
	right: 0;
	margin: 0;
	padding: 5px 0;
	text-align: right;
	line-height: 2em;
}

#menubar > span > a {
	color: #ebc2ff;
	white-space: nowrap;
}

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

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

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.forumrules h3 {
	color: red;
}

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

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


/*  Text
 --------------------- */
h1, h2, h3, h4 {
	color: #fff5a3;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-size: 1.4em;
	text-decoration: none;
	line-height: 120%;
	font-family: Arial, sans-serif;
}

h3 {
	font-size: 1.3em;
	line-height: 120%;
}

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

p {
	color: white;
	font-size: 1.1em;
}

p li {
	font-size: 1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: white;
	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: white;
	font-weight: bold;
	white-space: normal;
	font-size: 1.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: white;
	font-size: 1.2em;
}

.postdetails {
	color: white;
}

.postbody {
	color: white;
	font-size: 1.3em;
	line-height: 1.4em;
}

.postbody li, ul, ol {
	margin: 0 0 0 2.5em;
}

.rtl .postbody li, .rtl ul, .rtl ol {
	margin: 0 2.5em 0 0;
}

.posthilit {
	color: red;
	font-weight: bold;
}

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

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

.cattitle {

}

.gen {
	font-size: 1.2em;
}

.genmed {
	font-size: 1.1em;
}

.gensmall {
	font-size: 1em;
}

.gen,
.genmed,
.gensmall {
	margin: 1px 1px;
	color: white;
}

.copyright {
	color: #e0e0e0;
	font-weight: normal;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	background-color: white;
	color: red;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.lthrough {
	text-decoration: line-through;
}

.spoiler {
	background-color: #fff;
	color: #fff;
}

/* Tables
 ------------ */
th {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #463872;
/*	background-image: url('./cellpic3.gif'); */
	white-space: nowrap;
	padding: 7px 5px;
}

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

.tablebg {
	background-color: #A9B8C2;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#463872;
/*	background: white url('./cellpic2.jpg') repeat-y scroll top left; */
}
.rtl .catdiv {
/*	background: white url('./cellpic2_rtl.jpg') repeat-y scroll top right; */
}

.cat {
	height: 28px;
	margin: 0;
	padding-left:20px;
	padding-top:2px;
	padding-bottom:2px;
	border: 0;
	background-color: #463872;;
/*	background-image: url('./cellpic1.gif'); */
	text-indent: 4px;
}

.row1, .row2, .row3 {
	padding: 4px;
}

.row1, .row3, .row2 .quotecontent, .row1 .quotecontent .quotecontent, .row2 .quotecontent .quotecontent .quotecontent {
	background-color: #463872;
}

.row2, .row1 .quotecontent, .row2 .quotecontent .quotecontent, .row1 .quotecontent .quotecontent .quotecontent {
	background-color: #8e80b7;
}

.row2 {
	background-image: url('./cellpic1.gif');
	background-repeat: repeat-x;
}

.spacer {
	background-color: #040207;
}

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: #fff5a3;
	text-decoration: none;
}

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

a.forumlink {
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
}

th a {
	color: #fff5a3 !important;
}

.error a {
	color: #463872;
}

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

input {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
}

textarea {
	background-color: white;
	color: black;
	font-size: 1.45em; 
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
	font-family: 'Courier New', monospace;
}

select {
	color: black;
	background-color: white;
	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;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	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, .codetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	font-size: 0.85em;
	font-style: normal;
	font-weight: bold;
}

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

.quotecontent, .codecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 1px solid white;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-style: italic;
}

.quotecontent .italic {
	font-style: normal;
}

.attachcontent {
	font-size: 0.85em;
}

.codecontent {
	direction: ltr;
	color: #006600;
	font-family: 'Courier New', monospace;
	background-color: #FAFAFA;
	font-style: normal;
	font-size: 1.1em;
}

.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: white;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	color: white;
	font-size: 1.1em;
	font-family: 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}