/*############ Main Containers #############*/
body {
	background:#b6a990 url(/images/page_bg.png) repeat-x top;
	font-family:sans, sans-serif;
	font-size:14px;
	line-height:1em;
	color:#443322;
	padding:0px;
	margin:0px;
}
#contents_wp{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:20px 0px 20px 0px;
}
#content_area{
	width:1000px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu, #contents, #footer{
	background:#f1efdf;
}
#menu{
	width:230px;
	float:left;
	text-align:center;
}
#menu ul,#menu li{
	font-family:"Times New Roman", Times, serif;
	line-height:0.6em;
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li{
	text-align:right;
	font-size:20px;
	margin:0px;
	text-transform:uppercase;
}
#menu li.separator{
	background:none !important;
	margin:0px 0px 16px 0px;
	padding:0px;
}
#menu li a{
	padding:8px 24px 8px 0px;
	background:url("/images/nav-1.png") right center no-repeat;
	display:block;
}
#menu li a:hover{
	background:url("/images/nav-2.png") right center no-repeat;
}
#menu li a, #footer a{
	color:#675c4a;
}
#menu li a:hover, #footer a:hover{
	color:#881414;
}
#mail_list{
	margin:20px 0px 0px 0px;
	padding:0px;
	color:#000000;
	background:#cccccc;
}
#contents{
	width:750px;
	float:right;
}
#footer{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:20px 0px 20px 0px;
}




/*############### HTML Elements ##############*/
a{
	font-weight:bold;
	color:#aa4414;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#675c4a;
	text-decoration:underline;
}
p,li{
	line-height:1.6em;
}
ul{
	margin:20px 0px 60px 0px;
}
input,textarea{
	color:#000000;
	padding:4px 2px 4px 2px;
	background:#ffffff;
	border:2px solid #884214;
}

/*################# Classes ###############*/
.border_1, .border_2, .border_3, .border_4, .corner_1, .corner_2, .corner_3, .corner_4, .form_border_1, .form_border_2, .form_border_3, .form_border_4, .form_corner_1, .form_corner_2, .form_corner_3, .form_corner_4{
	margin:0px;
	padding:0px;
}
.border_1{
	background:url("/images/border-top.png") top repeat-x;
}
.border_2{
	background:url("/images/border-left.png") left repeat-y;
}
.border_3{
	background:url("/images/border-right.png") right repeat-y;
}
.border_4{
	background:url("/images/border-bottom.png") bottom repeat-x;
}
.corner_1{
	background:url("/images/corner-top-left.png") top left no-repeat;
}
.corner_2{
	background:url("/images/corner-top-right.png") top right no-repeat;
}
.corner_3{
	background:url("/images/corner-bottom-left.png") bottom left no-repeat;
}
.corner_4{
	background:url("/images/corner-bottom-right.png") bottom right no-repeat;
}
.form_border_1{
	background:url("/images/form_border-top.png") top repeat-x;
}
.form_border_2{
	background:url("/images/form_border-left.png") left repeat-y;
}
.form_border_3{
	background:url("/images/form_border-right.png") right repeat-y;
}
.form_border_4{
	background:url("/images/form_border-bottom.png") bottom repeat-x;
}
.form_corner_1{
	background:url("/images/form_corner-top-left.png") top left no-repeat;
}
.form_corner_2{
	background:url("/images/form_corner-top-right.png") top right no-repeat;
}
.form_corner_3{
	background:url("/images/form_corner-bottom-left.png") bottom left no-repeat;
}
.form_corner_4{
	background:url("/images/form_corner-bottom-right.png") bottom right no-repeat;
}
.form_text{
	cursor:text;
}
.form_submit{
	cursor:pointer;
}
.contents{
	padding:20px;
}
.contents_wp{
	padding:20px;
	margin-left:-40px;
}
.form_contents{
	padding:10px;
}
.headline{
	font-family:"Times New Roman", Times, serif;
	color:#881414;
	font-size:20px;
	padding:0px 0px 24px 0px;
	margin:8px 0px 24px 0px;
	line-height:1.0em;
	text-transform:uppercase;
	border-bottom:1px solid #443322;
}
.cleared{
	clear:both;
}
.centered{
	text-align:center;
}
.no_underline{
	border-bottom:none;
	text-decoration:none;
	margin:40px 0px 20px 0px;
}




/*############ Forum stuff #############*/

/* layout */
div#container{
	width:100%;
	background-color:#F1EFDF;
	margin:0 auto;
}
div#header {
	background-color:#CFB899;
	border:1px solid #B69468;
	background-image:url('images/header_background.jpg');
	background-repeat:repeat-x;
	height:124px;
}
div#header p {
	text-align:center;
	color:#ffffff;
}
div#content {
	margin:0px 0px;
	font-size:0.8em;
}
div#footer p {
	font-size:0.8em;
	text-align:center;
}


/* navigation menu */
div#nav {
	background-color:#80401D;
	margin:0px 0;
	width:100%;
	height:30px;
}
div#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#nav ul li {
	float:left;
}
div#nav ul li a {
	float:left;
	padding:5px 10px;
	height:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	background-color:#486997;
}
div#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color:#92AACB;
}
/* links */
a, a:visited {
	color:#80401D;
	text-decoration:none;
}
a:hover {
	color:#486997;
	text-decoration:underline;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active 
{
	color:#ffffff !important;
	text-decoration:none;
	text-align:center;
}
p.searchbar a {
	text-decoration:underline;
}
a.titles {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-decoration:none;
}
.cat a,
.cat a:link,
.cat a:visited,
.cat a:active {
	color:#ffffff;
}
a.forumlink {
	color:#B6A990;
	font-weight:bold;
	font-size:1.2em;
}
a.topictitle {
	color:#B6A990;
	margin: 1px 0;
	font-size:1.1em;
	font-weight:bold;
}
a.topictitle:visited {
	color:#4B6DA0;
	font-weight:normal;
	text-decoration:none;
}
p.breadcrumbs a {
	color:#486997;
}
h4 a {
	text-decoration:none;
}
th a,
th a:visited {
	color:#ffffff;
	text-decoration:underline;
}
th a:hover {
	text-decoration:underline;
}
.postreported, 
.postreported a:visited, 
.postreported a:hover, 
.postreported a:link, 
.postreported a:active {
	margin:0;
	color:#B80201;
	font-weight:bold;
}
.postapprove, 
.postapprove a:visited, 
.postapprove a:hover, 
.postapprove a:link, 
.postapprove a:active {
	color:#009900;
	font-weight:bold;
}


/* paragraphs */
p {
	margin:6px 0 10px 0;
}
p.moderators {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;
}
p.linkmcp {
	margin:0;
	padding:0;
	float:right;
	color:#486997;
}
p.breadcrumbs {
	margin:0;
	float:left;
	color:#000000;
	font-weight:bold;
	padding:5px;
}
p.datetime {
	margin:0;
	float:right;
	padding:5px;
	font-size:1.0em;
}
p.searchbar {
	padding:2px 0;
	color:#486997;
	font-size:0.9em;
} 
p.searchbarreg {
	margin:0;
	float:right;
}
.rtl p.searchbarreg,
.rtl p.datetime,
.rtl p.linkmcp {
	float:left;
}
.rtl p.breadcrumbs,
.rtl p.moderators {
	float:right;
}
p.forumdesc {
	padding:0px;
	margin:0;
}
p.topicauthor {
	margin:1px 0;
}
p.topicdetails {
	margin:1px 0;
}
/* element defaults */
ul {
	list-style:square;
	margin:4px 0 4px 20px;
}
ol {
	margin:4px 0 4px 27px;
}
code {	
	font-family:"Courier New", Courier, monospace;
	margin:10px;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#E2E2E2;
	display:block;	
}
pre {
	font-size:1.1em;
	font-family:"Courier New", Courier, monospace;
}
hr {
	height:1px;
	border-width:0px;
	background-color:#D1D7DC;
	color:#D1D7DC;
}


/* date and find bars */
div#datebar {
	margin:0;
}
div#findbar {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}


/* forum rules */
div.forumrules {
	background-color:#B6A990;
	border:3px solid #223249;
	padding:7px;
	font-size:1.1em;
	color:#cccccc;
}
div.forumrules h3 {
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:underline;
}


/* posts */
.postauthor {
	color:#000000;
}
.postdetails {
	color:#000000;
}
.postbody {
	font-size:1.1em;
	line-height:1.6em;
}
.posthilit {
	background-color:#FFFF00;
}
.nav {
	margin:0;
	font-weight:bold;
}
.pagination {
	padding:4px;
	color:#000000;
	font-weight:bold;
}


/* tables */
th {
	color:#ffffff;
	font-weight:bold;
	background-color:#B6A990;
	padding:7px 5px;
}
td {
	padding:2px;
}
td.profile {
	padding:4px;
	text-align:center;
}
table.tablebg {
	background-color:#fff;
}
td.catdiv,
td.cat {
	height:28px;
	margin:0;
	padding:0;
	color:#ffffff;
	border:none;
	background-color: #80401D;
}
td.cat {
	text-indent:5px;
}
.row1,
.row2,
.row3 {
	background-color:#dddddd;
	padding:4px;
}
.row2 {
	background-color:#cccccc;
}
.row3  {
	background-color:#999999;
	color:#ffffff;
}
table *.spacer {
	background-color:#dddddd;
}
table.legend {
	text-align:center;
	margin:0 auto;
}


/* bbcode */
.quotetitle, .attachtitle, .codetitle {
	margin:10px 5px 0 5px;
	padding:4px;
	color:#ffffff;
	background-color:#B6A990;
	font-size:0.85em;
	font-weight:bold;
}
.quotecontent, .attachcontent, .codecontent {
	margin:0 5px 10px 5px;
	padding:5px;
	border:1px solid #B6A990;
	font-weight:normal;
	line-height:1.5em;
	background-color:#ffffff;
}
.attachcontent {
	font-size:0.85em;
}
.codecontent {
	color:#333333;
	font-family:"Courier New", Courier, monospace;
}
.syntaxbg {
	color:#FFFFFF;
}
.syntaxcomment {
	color:#FF8000;
}
.syntaxdefault {
	color:#0000BB;
}
.syntaxhtml {
	color:#000000;
}

.syntaxkeyword {
	color:#007700;
}
.syntaxstring {
	color:#DD0000;
}


/* PM message colours */
.pm_marked_colour {
	background-color:#000000;
}
.pm_replied_colour {
	background-color:#A9B8C2;
}
.pm_friend_colour {
	background-color:#007700;
}
.pm_foe_colour {
	background-color:#DD0000;
}


/* images */
img {
	border:none;
}
.postapprove img, 
.postreported img {
	vertical-align:bottom;
	margin-right:5px;
}


/* misc */
.sep {
	color:#000000;
	background-color:#FFA34F;
}
table.colortable td {
	padding:0 !important;
}


/* generic classes */
.nowrap {
	white-space:nowrap;
}
.username-coloured {
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.clear { 
	clear:both; 
}
.gen {
	margin:1px;
	font-size:1.2em;
}
.genmed {
	margin:1px;
	font-size:1.1em;
}
.gensmall {
	margin:1px;
	font-size:0.85em;
}
.copyright {
	color:#333333;
}
.error {
	color:#B80201;
}


