p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #800000;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr {
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	background: #050d12 url('images/bg.gif') top left no-repeat;
	margin: 20px 0 0 0;
}
body {
	font-size: small;
	font-family:Verdana, Tahoma, Arial, Serif;
	color: #333333;
	font-size:0.8em;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0px none;
	color: #666666;
	background-color: #666666
}
/* No image should have a border when linked */
a img {
	border: 0px none;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #ffffff;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	color: #000000;
	background: #ffffff;
}
.windowbg2 {
	color: #000000;
	background: #ffffff;
}
.windowbg3 {
	color: #000000;
	background: #ffffff;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FFFFFF;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: black;
	font-style: normal;
	background: #eaeaea;
	padding-right: 10px
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: black;
	font-style: normal;
}
.titlebg a:hover {
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td {
	background: #0d1a23;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.catbg2, tr.catbg2 td {
	background: #0d1a23;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.catbg, .catbg2, .catbg3 {
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #e0e0ff;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	color: #ccc;
	text-decoration: none;
	font-size:  10px;
	font-family: verdana, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first, .mirrortab_first {
	display: none;
}
.maintab_back, .mirrortab_back {
	background: #eaeaea;
	color: #000;
}
.maintab_last, .mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: url('images/titlebg.jpg') repeat-x;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #000000;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Verdana, Arial, Serif;
}
h3, h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}
h3 {
	font-size: 1.7em;
	padding-left: 24px;
	background-image: url('images/db1.gif');
}
h4 {
	font-size: 1.4em;
	padding-left: 18px;
	background-image: url('images/db2.gif');
}
h3 span {
	font-weight: normal;
	font-size:60%;
	color:#999;
}
h5 {
	font-weight:normal;
	font-family:Verdana, Arial, Serif;
	font-size:1em;
}
.contentarea {
	padding-top: 1.3em;
}
dl {
	margin:1em 0px;
}
dt {
	font-weight:bold;
}
dd {
	margin:0.5em 1em;
	padding:0;
}
img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}
img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}
img.profile {
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}
ul, ol {
	margin:1em;
	padding:0;
}
li {
	margin:0 1em;
	padding:0.15em;
}
#contentarea ul li {
	list-style-image: url('images/db3.gif');
}
blockquote {
	margin:20px 10px;
	border-left:#ccc 2px solid;
}
fieldset {
	border:none;
}
.divider1 {
	position: relative;
	background: #fff url('images/border2.gif') repeat-x;
	height: 14px;
	clear: both;
	margin-left:0em;
	margin-right:0em;
	margin-top:2.0em;
	margin-bottom:1.5em
}
.post {
	border-bottom: solid 1px #eaeaea;
	margin: 2em 0;
}
.post h4 a {
	text-decoration:none;
	color:#141;
	border:none;
}
.post .details {
	position: relative;
	top: -1.5em;
	font-size: 0.86em;
	color: #787878;
	margin:0;
	padding:0;
}
.post .details .user {
	background:url('images/user.png') no-repeat left center;
	padding-left:15px
}
.post .details .date {
	background:url('images/date.gif') no-repeat left center;
	padding-left:15px;
	margin-left:1em;
	margin-right:0;
	margin-top:0;
	margin-bottom:0
}
#outer .post ul.controls {
	clear: both;
	margin:0;
	padding:1em 0;
	background:#fcfcfc;
}
.post ul.controls li {
	display: inline;
	font-size: 0.86em;
	margin:0;
	padding: 0em 1.0em 0em 15px;
}
.post ul.controls li.comments {
	background: url('images/icon-comments.gif') no-repeat left center;
}
.post ul.controls li.more {
	background: url('images/icon-more.gif') no-repeat left center;
}
.box {
	background: #FDFCF6 url('images/boxbg.gif') repeat-x;
	padding: 1.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 1.0em;
	text-align:left
}
ul.linklist {
	list-style: none;
}
ul.linklist li {
	line-height: 2.0em;
}
#outer {
	z-index: 2;
	position: relative;
	/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 938px;
	border: solid 13px #ffffff;
	background-color: #eaeaea;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 100%;
	height: 57px;
	background: #000000;
}
#headercontent {
	position: absolute;
	bottom: 0em;
}
#headercontent h1 {
	font-weight: normal;
	font-size: 2.5em;
}
#headercontent h1 a:link, #headercontent h1 a:visited {
	color:#fff;
	text-decoration:none;
	border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active {
	text-decoration:underline;
	color:#fff;
	border:none;
}
#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}
#headertext {
	position: absolute;
	text-align: right;
	top: 3px;
	right: 3px;
	bottom: 3px;
	color:#fff;
	height: 50px;
}
#headertext a {
	color: #c0c0c0;
}
#search {
	position: absolute;
	text-align: right;
	top: 11px;
	right: 5px;
	bottom: 3px;
	color:#fff;
}
#search input.text {
	line-height: 14px;
	font-size: 12px;
	color: #000;
	margin:	0;
	width: 154px;
	height: 15px;
	padding: 0px 0px 0px 5px;
	border: none;
	text-transform: capitalize;
	background:none;
	vertical-align:middle;
}
#search input.submit {
	background: #800000;
	border: solid 1px #800000;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #fff;
	vertical-align: middle;
}
#headerpic {
	position: relative;
	height: 190px;
	background: #000 url('images/header_bg.png');
	margin-bottom: 0px;
}
#menu {
	position: relative;
	background: #0d1a23;
	height: 3.5em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:2px;
	padding-left:1.0em;
	padding-right:1.0em;
	padding-top:0;
	padding-bottom:0
}
#menu ul {
	padding:1em 0 0 0;
	margin:0;
}
#menu ul li {
	position: relative;
	display: inline;
	padding:0;
	margin:0;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #fff;
	padding: 0.3em 0.5em 0.3em 0.5em;
	text-decoration: none;
	border:none;
}
#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a {
	background: #414d55;
	border:medium none;
}
#menubottom {
	height: 0px;
}
#content {
	padding: 0 2.0em;
}
#primarycontainer {
	float: left;
	margin-right: -18.0em;
	width: 100%;
}
#primarycontent {
	margin: 1.5em 22em 0 0;
}
#sidebar {
	margin: 0;
	float: right;
	width: 18.0em;
}
#sidebar ul {
	list-style:none;
	margin:0.5em 0 0;
}
#sidebar li {
	margin:1em 0;
	padding:0.5em;
}
#sidebar li li {
	margin:0;
	padding:0.5em;
	background:none;
}
#sidebar li li li {
	margin:0;
	padding:0.5em 1em;
}
#sidebar ul.feeds li {
	background:url('images/feed.png') no-repeat left center;
	margin:1em 0;
	padding-left:1.5em;
	padding-right:1.5em;
	padding-top:0;
	padding-bottom:0
}
#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('images/border2.gif') repeat-x 0 2.5em;
	font-size: 0.86em
}
#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}
#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}
/*comments and their styles*/
#comments, #respond {
	margin: 2em 0 0 5px;
}
#commentform {
	margin:10px;
	padding:10px;
}
#outer .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin: 2em 0;
	padding: 0.5em;
	border-bottom:1px dashed #ddd;
	background:#fcfcfc url('images/border2.gif') repeat-x top;
	;
	list-style-type:none
}
.commentlist li p {
	margin:0 1em;
}
.commentlist li .cmtinfo {
	font-family:Trebuchet MS, Verdana, Tahoma, Serif;
	font-size:0.9em;
	padding:5px;
	margin-bottom: 10px;
	position:relative;
}
.commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;
	color:#999;
}
.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist li.alt {
	background:#fcfcf9 url('images/border2.gif') repeat-x top;
}
textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;
	background:#f9f9f9;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:1em;
	font-family:Verdana, Arial, Serif
}
#outer input.text {
	background:#f9f9f9;
	border:1px solid #ccc;
	padding:2px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:1em;
	font-family:Verdana, Arial, Serif
}
.post h5 em {
	font-style:normal;
	float:right;
	font-weight:normal;
}
#header, #content, #sidebar, #footer, .widget {
	overflow: hidden;
}
