/* Normal, standard links. */
a:link
{
	color: #DFDD4D;
	text-decoration: none;
}
a:visited
{
	color: #DFDD4D;
	text-decoration: none;
}

 a:hover
{
	color: #E0DF8D;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #DFDD4D;
	text-decoration: none;
}
a.nav:hover
{
	color: #E0DF8D;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td
{
	color: #F0EFB6;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
}

body
{
	margin: 0px;
	padding: 0px;
	color: #EFF0B6;
	font-size: 9pt;
	font-family: Verdana, arial, serif;
	background-color: #131200;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 8pt;
	color: #FAFAE8;
	font-family: Verdana, arial, serif;
	background-color: #535605;
}

/* 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: 8pt;
	font-weight: normal;
	color: #FAF9E8;
	font-family: Verdana, arial, serif;
	background-color: #565505;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #E9EA87;
	background-color: #656612;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #FBFBF0;
	background-color: #575602;
	border: 1px solid #A29D14;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #FBFBF0;
	background-color: #575602;
	border: 1px solid #A29D14;
	padding: 1px;
	font-family: Verdana, arial, serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #FBFAC5;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: #E9E7AB;
	font-weight: bold;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #F6F6E8;
	font-weight: bold;
	color: #58570A;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #EBEA95;
	background-color: #373602;
}
.windowbg2
{
	color: #EBEA95;
	background-color: #282801;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #EFEEBF;
	font-style: normal;
	background-color: #5A5B02;
}
.titlebg a:hover
{
	color: #FCFCF8;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg, .catbg2
{
	font-weight: bold;
	background-color: #6E6B0D;
	color: #F8F7C8;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #A2A014;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #A2A014;
	background-color: #494802;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 8pt;
	font-family: Verdana, arial, serif;
}
.normaltext
{
	font-size: 9pt;
}
.largetext
{
	font-size: 10pt;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headerbodies
{
	border: 1px solid #81820D;
	background-color: #4A4B06;
	background-repeat: repeat-x;
	background-position: bottom;
}
.back1
{
	background-color:#323101;
}
.headertext
{
	font-size: 10pt;
}
.logo
{
	width: 280px;
	height: 90px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #F9FAA7;
}
