* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	background-color: #0A0300;
	color: #663300;
	font: 75%/.9em Trebuchet, Verdana, Arial, Serif;
	background-image: url('../images/bg_grad.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
}
hr { 
	color: #000; 
}
img.postimage {
	display: block;
	margin: 0 auto;
	text-align: center;
	border-style: none;
    -moz-box-shadow: 7px 7px 7px #666;
    -webkit-box-shadow: 7px 7px 7px #666;
    box-shadow: 7px 7px 7px #666;
}
table {
	margin-left: auto;
	margin-right: auto;
}

/* The main site container */

#wrapper { 
	margin: 0 auto;
	width: 900px;
	height: 100%;
}

/* This is where the banner image is declared */

#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 175px;
	width: 900px;
	margin: 5px 1px 0 1px;
}

/* This is for the horizontal navigation bar */

#navbar {
	width: 880px;
	height: 20px;
	float: left;
	padding: 0 10px 0 10px;
	margin-left: 9px;
	list-style: none;
/*	color: #cc6600;
	background: #1a0b04; */
	background-image: url('../images/a.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}
#navbar li {
	display: inline;
	float: left;
}
#navbar li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #ff9933;
}
#navbar li a:hover {
/*	color: #663300; */
	color: #000000;
	text-decoration: none;
	background-image: url('../images/hover.png');
}
#navbar ul {
	list-style-type: none;
	width: 345px;
	margin: 0 auto;
}
/* This is the wrapper for the left menu divs */

#contentwrap {
	float: left;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
}

#leftwrap {
	float: left;
	width: 142px;
	padding-left: 10px;
	padding-top: 23px;
	text-align: left;
}

/* This is the vertical navigation menu */

#leftmenu { 
	margin: 0 5px 15px 10px;
	padding: 0;
	width: 125px;
	float: left;
	height: 100%;
/*	background: #1a0b04; */
	font-family: Verdana, Arial, Sans Serif;
	color: #cc6600;
}
#leftmenu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}
#leftmenu li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #663300;
}
#leftmenu li a:hover {
	text-decoration: none;
	color: #3a62ba;
/*	color: #ff9933; */
	background-image: url('../images/hover.png');
}
/* This is for the "widgets" under the vertical nav menu... GuildOx, Vent Status, etc. */

.widget {
	clear: both;
	margin-bottom: 5px;
	padding: 10px;
	width: 125px;
	float: left;
	height: 100%;
	display: inline;
/*	background-image: url('../images/orange.png'); */
}

/* This is where the magic happens... */
#content {
	float: right;
	width: 728px;
	padding-left: 20px;
/*	padding-right: 60px; */
	padding-top: 10px;
	text-align: left;
}
.postwrap { 
	width: 690px;
	display: inline;
}
.postwrap h2 {
	font-family: Arial, Serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #663300;
	padding-top: 10px;
}
.postwrap a:hover {
	color: #663300;
}
.postwrap h5 a {
	color: #663300;
	text-decoration: underline;
}
.postwrap h5 a:visited {
	color: #663300;
	text-decoration: none;
}
.postwrap h5 a:hover {
	color: #3a62ba;
}
#youtube {
	border: none;
	width: 505px;
	height: 405px;
	margin: 0 auto;
}
#footer { 
	float: left;
	width: 880px;
	height: 20px;
	background-image: url('../images/b.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 10px;
	padding: 0 10px 0 10px;
}

/* 
* This is the forum post styling 
*/

/* 
* Active styles start here 
*/

/* This is the body of the post */

.text {
	color: #003366;
    margin-top:10px;
	padding: 0 0 30px;
	line-height: 1.3em;
	font-family: Helvetica, Verdana, Arial, Serif;
/*	font-family: Trebuchet MS, Verdana, Arial, Sans-serif; */
	font-size: 13px;
	width: 690px;
}

/* The colour of the post-title text when article is read or unread */

.read {
	color: #3a62ba;
	text-decoration: none;
}
.unread {
	color: #663300;
	text-decoration: none;
}

/* This is the styling for the pagination links at the bottom of the page */
.pagination span.page-sep {
    display:none;
}
.pagination a {
    margin:2px;
    border: 1px solid black;
    padding:2px;
}

/* 
* Active styles end here 
*/
/*********************************************************/
/* 
* Unusued styles start here 
*/

/* signatures aren't displayed, so this is not used */

.signatures {
	border: medium double rgb(250,0,255);
    background: #FBB829;
    margin-top:10px;
    margin-bottom:10px;
}

/* Forum avatars are not displayed, so this is not used */

.avatar img {
	margin-left:10px;
}
.post_info {
    background: #D9FFA9;
}
.author {
	text-align: right;
	width: 690px;
	padding-right: 15px;
}
.title {
	background: #ADD8C7;
}

/* Attachments aren't posted */
.attachment_info {
	background: #7D96FF;
    margin-top:10px;
    margin-bottom:10px;
}