* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #8C7657;
  color: #E0CD95;
  font-family: Georgia, Palatino Linotype, sans-serif;
  font-size: 13px;
  padding: 0 5px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
td { margin: 5px; }
a, a:visited { color: #423121; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
hr	{ height: 0px; border: solid #3e3e64 0px; border-top-width: 1px;}
form { display: inline; padding: 0; margin: 0; }
img { border: 0; }
br.spacer { height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption { margin: 0; padding: 0; }
iframe { border: none; background-color: #EDEFF5; }

/* new links */
.col-new a, .col-new a:visited { color: #A80000; }
.col-new a:hover { color: #FA4B4B; }


/* Header and Logo */
.border-left { background: url(images/border_left.gif) top right repeat-y; }
.border-right { background: url(images/border_right.gif) top left repeat-y; }
#logotable td { background: url(images/logo_mid.gif) top left repeat-x; height: 71px; overflow: hidden; }
.logo-row { background: url(images/logo_left.gif) top left no-repeat;  height: 71px;  overflow: hidden; }
.logo-row2 { background: url(images/logo_right.gif) top right no-repeat; height: 71px; vertical-align: middle;  overflow: hidden; }
#buttonstable td { background: url(images/buttons.gif) top left repeat-x; height: 25px; }
#header-buttons {
	font-size: 11px;
	color: #A1AED0;
	padding-top: 5px;
}
#header-buttons a, #header-buttons a:visited {
	color: #E7EAF0;
	text-decoration: none;
}
#header-buttons a:hover { color: #FFF; text-decoration: underline; }
.mainrow { background: #EDEFF5 url(images/content.gif); }
.content { padding: 2px 5px; }
.content-simple { background: #EDEFF5 url(images/content.gif); }

/* This is the outline round the main forum tables */
.forumline	{ 
	border: solid 1px #3E3E64; 
	background: #FFFFFF url(images/forumline.gif);
	border-width: 0 1px 1px 1px;
}
.forumline-top { border: solid 1px #4C6388; }
html>body .forumline {	/* Workaround for Mozilla bug */
	margin-top: 0px;
	background: inherit;
}
@media all and (min-width: 0px)
{
	html>body .forumline {	/* Don't let Mozilla workaround to mess up display with Opera */
		margin-top: 0;
		background: #FFFFFF url(images/forumline.gif);
	}
}

/* Forum header */
.forumheader td { 
	background: url(images/hdr_mid.gif) left bottom repeat-x;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F1F3F8;
}
.forumheader-mid { 
	padding-top: 2px;
}
.forumheader a, .forumheader a:visited {
	color: #F1F3F8;
	text-decoration: underline;
}
.forumheader a:hover {
	color: #D2D8E6;
	text-decoration: underline;
}

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited { 
	border: solid 1px #A80000; 
	padding: 25px 45px;
	color: #3e3e64;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
.pm-new a:hover, .pm-new a:active {
	color: #A80000;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	border-left: solid 1px #7688A4;
	border-right: solid 1px #687B9B;
	border-top: solid 1px #5A6F91;
	border-bottom: solid 1px #4C6388;
	background: #DADEE7 url(images/row.gif) top left repeat;
}
tr.col-new td.row1, tr.col-new td.row2, tr.col-new td.row3, tr.col-new td.row3Right {
	border-left: solid 1px #C42E35;
	border-right: solid 1px #CB1D23;
	border-top: solid 1px #D60E12;
	border-bottom: solid 1px #A80000;
	background: #ECEEF4 url(images/row_new.gif) top left repeat;
}
td.row1, td.row2, td.row3 { padding: 5px; }

/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #E6E9F0; 
	font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
	background: #5B6E8E url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 3px;
	text-align: center;
	height: 22px;
	border: solid 1px #324462;
}
th.left { text-align: left; }

td.catBottom {
	background: #EAECF1 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #7688A4;
	border-right: solid 1px #687B9B;
	border-top: solid 1px #5A6F91;
	border-bottom: solid 1px #4C6388;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #EAECF1 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #7688A4;
	border-right: solid 1px #687B9B;
	border-top: solid 1px #5A6F91;
	border-bottom: solid 1px #4C6388;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.catHead { font-size: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #E0CD95; }
a.gen,a.genmed,a.gensmall { color: #3e3e64; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #A80000; text-decoration: underline; }

.generror { color: #F31111; }
.progress { background-color: #A80000; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #3e3e64;  }
a.mainmenu:hover{ text-decoration: underline; color : #A80000; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #423121; }
a.forumlink 	{ text-decoration: none; color : #423121; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }
.col-new a.forumlink, .col-new a.forumlink:visited { color: #A80000; }
.col-new a.forumlink:hover { color: #FA4B4B; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #423121; }
a.nav:hover		{ text-decoration: underline; color: #FFFFFF; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #1a1a3e; }
a.topictitle:visited { text-decoration: none; color : #232349; }
a.topictitle:hover	{ text-decoration: underline; color : #A80000; }
.col-new a.topictitle, .col-new a.topictitle:visited { color: #A80000; }
.col-new a.topictitle:hover { color: #FA4B4B; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #3e3e64; line-height: 1.5em; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size: 10px; }
.posterrank		{ font-size: 9px; color: #57647A; }
.posterprofile	{ font-size: 10px; color: #727E93; }

/* The content of the posts (body of text) */
.postbody { font-size: 12px; }
.postbody ul { margin: 10px 15px; }
.postbody ol { margin: 10px 20px; }
/*.postbody li { margin-bottom: 15px; }*/
.postbody a	{ text-decoration: none; color: #3e3e64; }
.postbody a:visited { text-decoration: none; color: #4B6691; }
.postbody a:hover { text-decoration: underline; color: #A80000; }

/* Other post stuff */
td.postbottom { 
	background: #C3C6CE url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #3e3e64;
	white-space: nowrap;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #3e3e64;
}

/* Quote & Code blocks */
.quote-table, .code-table {
	border: solid 1px #3e3e64;
	margin: 5px 0;
}
.quote-corner, .code-corner {
	background-color: #727E93;
	border-right: solid 1px #3e3e64;
}
.quote-left {
	background: #727E93 url(images/quote_left.gif) center center no-repeat;
	border-right: solid 1px #3e3e64;
}
.code-left {
	background: #727E93 url(images/code_left.gif) center center no-repeat;
	border-right: solid 1px #3e3e64;
}
.quote-header, .code-header {
	border-bottom: solid 1px #3e3e64;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	color: #3e3e64;
	background-color: #E4E7EE;
}
.quote-text {
	color: #3e3e64;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #D4E1F7;
}

.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #3e3e64;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #D4E1F7;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E0CD95; letter-spacing: -1px;}

/* Form elements */
input, textarea {
	color: #FFF;
    background-color: #3E3E64;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

select {
	color: #3e3e64;
    background-color: #3E3E64;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, input.rbstyled, textarea {
	border: solid 1px #545487;
	background-color: #3E3E64;
}
* html input.post, * html textarea { border-color: #FF; }
input.post:hover, textarea:hover { border-color: #A80000; color: #FFF; }
input.post:focus, textarea:focus { border-color: #545487; color: #FFF; }


select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #DADEE7;
	color: #3e3e64;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #A1B3C6;
}
input.button:hover { 
	background-color: #E9EBF1; 
	color: #000;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #727E93;
	font-weight : bold;
	border: solid 1px #3E3E64;
}

/* None-bold submit button */
input.liteoption {
	background-color: #D4E1F7;
	font-weight : normal;
	border: solid 1px #3E3E64;
}

input.mainoption:hover, input.liteoption:hover { color: #3E3E64; border-color: #545487; }
input.mainoption:focus, input.liteoption:focus { color: #3E3E64; border-color: #545487; }
input.liteoption { color: #3E3E64; }

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DADEE7; color: #3e3e64; border: solid 1px #DADEE7; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }

#container {
  position:relative;
  margin-top: 10px;
  margin-bottom: 10px; 
  margin-left:-390px; 
  left:50%; 
  width: 780px;
  text-align: left;
  background: transparent url(../../../images/diligence_background_sliver.jpg) repeat-y top left;
  border: 3px ridge #753931;
}
#header {
/*  width: 780px; */
  height: 340px;
  background: transparent url(../../../images/diligence_top.jpg) no-repeat top left;
}
/* float the navigations to the left and center them */
#navigation_top, #navigation_bottom {
  position: relative;
  font-variant: small-caps;
  padding-top: 2px;
  font-weight: bold;
  height: 40px;
}
#navigation_top ul, #navigation_bottom ul {
  padding-left: 15px; padding-bottom: 15px;
}

/* create the list across the top and remove the bullets */
#navigation_top ul li, #navigation_bottom ul li {
  float:left;
  list-style-type:none;
  margin: 0 7px;
}
/* add spacing between the links */
/* correct for IE */
* html div#navigation_top, * html div#navigation_bottom {
  margin: 10px 0px 10px -10px; 
  font-weight: normal;
}
#forums {
  position: relative;
  text-align: justify;
  margin: 0;
  font-family: Verdana, Tahoma, Arial, sans-serif;
}
#copyright p, #copyright a {
  font-family: Arial;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
  color: #E0CD95;
  line-height: 1.3em;
  margin: 0px 0px 15px 0px;
}
#copyright a:visited, #copyright a:link {
  color: #423121;
}
#copyright a:hover {
  color: #FFFFFF;
}
#footer {
/*  width: 780px; */
  clear:both;
  height: 60px;
  background: transparent url(../../../images/diligence_bottom.jpg) no-repeat top left;
}
/* need padding for bottom nav to horizontally place it */
#navigation_bottom ul {margin-top: 25px;}
/* correct for IE */
/* html div#navigation_bottom {margin: 25px 0px 10px 25px;} */

#navigation_top ul li a, #navigation_bottom ul li a {
  text-decoration: none; 
/*  font-weight: bold; */
  font-size: 16px;
} 
#navigation_top ul li a:link, #navigation_top ul li a:visited,
#navigation_bottom ul li a:link, #navigation_bottom ul li a:visited {color: #423121;}
#navigation_top ul li a:hover, #navigation_bottom ul li a:hover {color: #FFFFFF;}


