/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
        Style name:            AZ_Settlers
	Original author:       ayasha ( http://black-fusion.com )
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		ayasha ( http://www.black-fusion.com )
	ayasha Copyright 2007 Black-Fusion.com ( http://black-fusion.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/ )
    --------------------------------------------------------------
*/

/* 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: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #F7DFB0;
	background-color: #000000;
	background-image: url('./images/body_background.png');
	background-position: top center;
	background-attachment: fixed;
	font-size: 59.0%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

#wrapheader {
	padding: 0 20px;
   	min-width: 750px;
   	width: 965px;
   	margin: 0 auto;
}

#wrapcentre {
	padding: 0 20px;
   	min-width: 750px;
   	width: 965px;
   	margin: 0 auto;
}

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

#wrapnav {
	width: 100%;
	padding-top: 5px;
	margin: 0;
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #595454;
}

#logodesc {
	font-size: 1.3em;
	color: #9E8F4A;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin-bottom: 6px;
	margin-top: 12px;
	padding: 3px 3px;
	background-image: url('./images/animatedstars.gif');
	border-top: 4px solid #9E8F4A;
	border-bottom: 4px solid #9E8F4A;
	border-left: 4px solid #9E8F4A;
	border-right: 4px solid #9E8F4A;
}

#menubar {
	width: 99.8%;
	height: 100%;
	margin: 0 0px;
	border: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

#datebar {
	width: 100%;
	font-size: 1.2em;
	float: center;
	margin: 10px 0px 0 0px;
}

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

.forumrules {
	background-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #595454;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

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

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


/*  Text
 --------------------- */
h1 {
	color: #9E8F4A;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 2px;
	text-decoration: none;
}

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

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

h5 {
/*	color: #F7DFB0;*/
/*	color: #358653;*/
	color: #B27E17;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	font-style: italic;
}

p {
	font-size: 1.2em;
}

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: 1;
	float: left;
	color: #F7DFB0;
	font-weight: bold;
	white-space: normal;
	font-size: 1.3em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1.2em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 8px 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: yellow;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: cyan;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #F7DFB0;
	font-size: 1.5em;
}

.postdetails {
	color: #F7DFB0;
	font-size: 1.1em;
	font-weight:bold;
}

.postbody {
	font-size: 1.7em;
	line-height: 1.3em;
	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 0 0 1.5em;
}

.posthilit {
	background-color: black;
}

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

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

.cattitle {

}

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

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

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

.copyright {
	color: #F7DFB0;
	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: #9E8F4A;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #9E8F4A;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 6px 3px;
}

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

.tablebg {
	background-color: #9E8F4A;
	border: 3px;
	border-color: #9E8F4A;
}

.catdiv {
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('./images/cellpic1.gif') repeat-x scroll top left;
}
.rtl .catdiv {
	background: url('./images/cellpic1.gif') repeat-x scroll top right;
}

.cat {
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1, .row2, .row3 {
	background-color: #727272;
	padding: 5px !important;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9E8F4A;
	border-right-color: #9E8F4A;
	border-bottom-color: #9E8F4A;
	border-left-color: #9E8F4A;
	background-image: url('./images/background.jpg');
	background-repeat: repeat repeat;
	background-position: center center;
}


.row4{
	background-image: url('./images/background.jpg');
	background-position: center center;
	overflow: hidden;
	clear: both;
	padding: 4px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9E8F4A;
	border-right-color: #9E8F4A;
	border-bottom-color: #9E8F4A;
	border-left-color: #9E8F4A;
}


.row4:hover{
	background-color: #9E8F4A;
	background-image: url('./images/body_background.png');
	background-position: center center;
	overflow: hidden;
}

.row5 {
	background-color: #727272;
	padding: 4px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9E8F4A;
	border-right-color: #9E8F4A;
	border-bottom-color: #9E8F4A;
	border-left-color: #9E8F4A;
	background-image: url('./images/body_background.png');
	background-repeat: repeat repeat;
	background-position: center center;
}


.rowgood {
	background-color: #000000;
	padding: 4px;
}


.rowneutral {
	background-color: #000000;
	padding: 4px;
}

.rowbad {
	background-color: #000000;
	padding: 4px;
}

.spacer {
	background-color: #000000;
}

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

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

/* Links
 ------------ */
a:link {
	color: #F7DFB0;
	text-decoration: underline;
}

a:active,
a:visited {
	color: #F7DFB0;
	text-decoration: underline;
}

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

a.forumlink {
	color: #F7DFB0;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.subforum.unread {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

a.topictitle:visited {
	color: #F7DFB0;
	text-decoration: none;
}

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

th a:hover {
	text-decoration: underline;
}


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

input {
	color: #F7DFB0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #595454;
	background-color: #000000;
}

textarea {
        background-image: url('./images/background.jpg');
	background-color: #000000;
	color: #F7DFB0;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #595454;
	padding: 2px;
}

select {
	color: #F7DFB0;
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #595454;
	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: black;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #F7DFB0;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #000000;
	border: 1px solid #595454;
}

.btnmain {
	font-weight: bold;
	background-color: #000000;
	border: 1px solid #595454;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #595454;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #595454;
	padding: 1px 5px;
	font-size: 1.1em;
}

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


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #595454;
	color: #F7DFB0;
	background-color: #000000;
	background-image: url('./images/body_background.png');
	font-size: 0.85em;
	font-weight: bold;
}

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #595454;
	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: #000000;
	color: #F7DFB0;
}

.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: #595454;
	color: #F7DFB0;
	background-color: #000000;
	background-image: url('./images/body_background.png');
	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: #595454;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #F7DFB0;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #000000;
}

.syntaxbg {
	color: #F7DFB0;
}

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