/* Comment element properties */

a {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: underline;
}

a.side {
	color: #996600;
	text-decoration: none;
}

a:hover.side {
	color: #996600;
	text-decoration: underline;
}

.side-border-left a {
	color: #6C4900;
	text-decoration: none;
}

.side-border-left a:hover {
	color: #6C4900;
	text-decoration: underline;
}

a.white, li.white a {
	color: #FAF7E8;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
    height:41px;
    line-height:41px;
    margin: 0 auto;
    padding: 13px 10px 13px 10px;
}

a:hover.white, li.white a:hover {
	color: #FAF7E8;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #660000;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat;
    height:41px;
    line-height:41px;
    margin: 0 auto;
    padding: 13px 10px 13px 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAF7E8;
	background: #000;
	background-image: url(images/planks.gif);
	margin: 0px;
}

hr {
	height: 1px;
	border: 1px solid #E7E3C9;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #E7E3C9;
}

.side-border-left hr {
	height: 1px;
	border: 1px solid #DBD2A8;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #444;
}

.spacer {
	margin-bottom: 0;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000;
	background-color: #F5F5F5;
	border: 1px solid #B6B6B6;
	width: 98%;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

img {
border: 0px;
}

.center, *[align="center"] {margin: 0 auto;}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2E2E2E;
	background-color: #FAF7E8;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	height: 18px;
	margin-top: 2px;
	padding-bottom: 4px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FAF7E8;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	background-color: #fff;
	border-color: #D1C99A #FDFDFB #FDFDFB #D1C99A;
	border-width: 1px;
	border-style: solid;
	padding: 2px;
	margin-top: 2px;
}

.textbox:hover, .textbox:focus, .bbcode:hover {
    background-color: #FCFBF3;
	border-color: #D1C99A #FDFDFB #FDFDFB #D1C99A;
	border-width: 1px;
	border-style: solid;
	margin-top: 2px;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #697177;
	background-color: #000;
	background-image: url(images/c.png);
	padding: 0;
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
  background-repeat: repeat-x;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAD6C4;
	background-color: #220000;
	padding: 5px 20px 5px 20px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAD6C4;
	text-align: center;
	background-color: #220000;
	padding:5px;
}

.main-body {
	font-size: 11px;
	color: #303324;
	background-color: #FAF7E8;
	padding: 4px 10px 4px 10px;
}

/* Side-Panel properties */

.side-border-left {
	color: #777;
	background-color: #E5E0C3;
	padding: 0;
	width: 175px;
	border-right: 1px solid #CCC9B8;
	border-left: 1px solid #CCC9B8;
}

.side-border-right {
	color: #777;
	background-color: #FAF7E8;
	padding: 0 10px 0 10px;
	width: 200px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	background-color: #E5E0C3;
 	padding: 5px;
}

.side-border-right .scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	background-color: #FAF7E8;
 	padding: 5px;
}

.side-border-right .side-body {
	font-size: 11px;
	color: #303324;
	background-color: #FAF7E8;
	padding-bottom: 5px;
}

.side-body {
	font-size: 11px;
	color: #27291D;
	background-color: #E5E0C3;
	padding: 5px;
}

.sidess {
	background-image: url(images/3.png);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #7A7034;
	background-color: #EFECDC;
	padding: 2px 8px 2px 0;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    line-height: 20px;
	color: #330000;
	background-color: #FAF7E8;
 	padding: 4px 0 0 4px;
}

.main-bg {
	color: #fff;
	background-color: #FAF7E8;
	padding: 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border-style: solid;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
}

.tbl {
    color: #444;
	font-size: 10px;
}

.tbl1         {
	font-size: 11px;
	color: #303324;
	background-color: #FAF7E8;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #303324;
	background-color: #E5E0C3;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	padding: 4px;

}

.tbl2 a {
	color: #6C4900;
	text-decoration: none;
}

.tbl2 a:hover {
	color: #6C4900;
	text-decoration: underline;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #3B3B3B;
	background-color: #F2F2F2;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #3B3B3B;
	background-color: #F5F5F5;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border-color: #D1C99A #FDFDFB #FDFDFB #D1C99A;
	border-width: 1px;
	border-style: solid;
}

.poll {
	height: 12px;
	border: 0px solid #CCC9B8;
	background-color: #FAF7E8;
}

.comment-name {
	font-weight: bold;
	color: #7A7034;
}

.shoutboxname {
	font-weight: bold;
	color: #7A7034;
}

.shoutbox {
	font-size: 11px;
	color: #303324;
	background-color: #FCFBF3;
	padding: 2px;
}

.side-border-left .shoutbox {
	font-size: 11px;
	color: #27291D;
	background-color: #F3F1E2;
	padding: 2px;
}

.shoutboxdate {
	font-size: 10px;
	color: #958840;
}

.side-border-left .shoutboxdate {
	font-size: 10px;
	color: #8E833E;
}

.small {
	font-size: 10px;
	color: #7A7034;
}

.tbl1 .small {
	font-size: 10px;
	color: #303324;
}


.small2       {
	font-size: 10px;
	color: #7A7034;
}

.side-small {
	font-size: 10px;
	color: #7A7034;
}

.side-border-right .side-small {
	font-size: 10px;
	color: #958840;
}

.side-label {
	color: #714D00;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFECDC;
	margin: 1px;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	color: #714D00;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFECDC;
	margin-bottom: 1px;
	padding: 2px 2px 3px 2px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #996600;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #000;
	background-color: #EFECDC;
}

.side-border-left #navigation a {
	display: block;
	color: #6C4900;
	padding: 2px;
	text-decoration: none;
}

.side-border-left #navigation a:hover {
	color: #000;
	background-color: #EFECDC;
}

/* Page Navigation */

.pagenav {
	color: #303324;	
	padding: 4px;
	margin-bottom: 2px;
}

.pagenav span {
	color: #714D00;
	font-weight: bold;
	background-color: #EFECDC;
	border-color: #D1C99A #FDFDFB #FDFDFB #D1C99A;
	border-width: 1px;
	border-style: solid;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #996600;
	background-color: #EFECDC;
	border-color: #FDFDFB #D1C99A #D1C99A #FDFDFB;
	border-width: 1px;
	border-style: solid;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #000;
	background-color: #EFECDC;
	border-color: #D1C99A #FDFDFB #FDFDFB #D1C99A;
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	text-decoration: none;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   color: #000;
}

.mceContentBody a {
   color: blue !important; /* FX requires a important here */
}