/* Normal, standard links. */
a:link
{
	color: #2E1908;
	text-decoration: none;
}
a:visited
{
	color: #2E1908;
	text-decoration: none;
}
a:hover
{
	color: #EF4723;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #F4F0E9;
	text-decoration: none;
	text-indent: 5px;
}

.nav a { color: #EF4723; }

a.nav:hover {
	color: #584C46;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 135%;
}

/* The main body of the entire forum. */
body {
	background: #5D2003 url(./images/modulus/gradient.gif) repeat-x fixed 0 0;
	color: #2E1908;
	font-family: Arial,Tahoma;
	font-size: 1em;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #2E1908;
	font-family: verdana, sans-serif;
}

input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	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: #2E1908;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #F4F0E9;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #F4F0E9;
	background-color: #dddddd;
	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: #F4F0E9;
	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, #preview_body
{
	color: #2E1908;
	background-color: #F4F0E9;
}
.windowbg2
{
	color: #2E1908;
	background-color: #F4F0E9;
}
.windowbg3
{
	color: #2E1908;
	background-color: #F4F0E9;
}
/* the today container in calendar */
.calendar_today {
	color: white;
	letter-spacing: 2px;
	font-family: impact;
	font-weight: 500;
	text-align: center;
	background-color: #C9C2B2;
}

/* 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
{
	background:#2E1908 none repeat scroll 0 0;
	color:#F4F0E9;
	font-style:normal;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: normal;
	color: #F4F0E9;
	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: #FDC38E none repeat scroll 0 0;
	color: #2E1908;

}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.gif) #D8D0BF repeat-x;
	color: #989178;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #2E1908;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #2E1908;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #2E1908;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;

}

table.titlebg22 td {
	color: #F4F0E9;
}

.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, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a, .mirrortab_back a
{
	padding: 5px;
	background: #F1EAE0;
	display: block;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
	border: solid 1px #D2CABD;
}
.maintab_active_back a, .mirrortab_active_back a
{
	padding: 5px;
	background: #e4e0d7;
	display: block;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	margin-right: 1px;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	background: #e4e0d7;
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	background: #e4e0d7;
}
/* 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;
}

#pages {
	background:#2E1908 none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
ul#pages-nav {
	float: left;
	list-style-image: none;
	padding: 4px 0 9px;
	margin: 0;
}

#pages-nav ul li a {
	text-decoration: none;
}

ul#pages-nav li {
	display: inline;
	margin: 0 0.8em;
}

#pages-nav li a {
	color: #DA511F;
	font-size: 0.9em;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
}

#pages-nav li a:active {
	color: #fff;
}

#pages-nav li.chosen a {
	color: #fff;
	text-decoration: none;
}

#pages-nav li.chosen {
}

a {
	outline: none;
}
#linktree {
	float: left;
	padding: 0;
	margin: 0.5em 0;
	font-weight: bold;
	font-family: georgia, serif, times;
	font-style: italic;
}
#linktree, #linktree a:link, #linktree a:visited {
	font-weight: 600;
}
#linktree, #linktree a:hover {
	color: #EF4723;
	font-weight: 600;
}

#linktree a {
	font-size: 0.9em;
	color: #EF4723;
}

#wrapper {
	 width: 100%;
	 margin: 0 auto;
	 padding: 0;
	 background: transparent url(./images/modulus/stripe.gif) repeat 0 0;
}

#body-strip-bg {
	background: none;
	margin: 0 auto;
	width: 53em;
}

#logo {
	background: #2E1908 url(./images/modulus/logo-inner.gif) no-repeat scroll 14px 0;
	display: block;
	height: 141px;
	width: 53em;
}
#userarea {
	background: #EF4723 none repeat scroll 0 0;
	padding: 4px 4px 4px 14px;
	font-size: 0.8em;
}

#userarea a { text-decoration: underline; color: #2E1908;}

/*#userarea form {
position:relative;
float: right;
right:14px;
top:-2.6em;
}*/

#userarea form input {
	border: 1px solid #2E1908;
}

#userarea #smf-avatar img {
	height: 65px;
	width: auto;
}

#smf-avatar {
	float: left;
	margin-right: 1em;
	/*border: 1px solid #643315;*/
	padding: 4px;
}
#news {
	clear: both;
	float: right;
	height: 24px;
	padding-right: 1em;
}
.clr {
	clear: both;
}

#bodyarea {
	 padding: 10px;
	 margin: 0;
	 clear: both;
	 background: #2E1908 none repeat scroll 0 0;
}
/* popup fix */
.popuptext {
	color: #36B3E8;
}
.popuptext a:link, .popuptext a:visited {
	color: #FF9900;
}
.popuptext a:hover {
	color: #FF0000;
}
#footer {
	 background:#2E1908 none repeat scroll 0 0;
	 padding:10px;
	 margin-top: 15px;
	 overflow: hidden;
}

#footer p {
	color:#EF4723;
	font-size:0.7em;
	line-height:1.2em;
	margin:0;
	padding:0;
	float: left;
}

#footer p a { color: #EF4723; }

#foot-r {

}
#foot-l {
	float: right;
	}
#footerarea {
	font-family: Arial, Helvetica, sans-serif;
	 text-align: center;
	 color: #643315;
}
#footerarea a:link, #footerarea a:visited {
	color: #643315;
}
#footerarea a:hover {
	 color: #686868;
	 text-decoration: underline;
}

a#home-link {
display:block;
height:130px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
text-decoration:none;
top: 0;
width:200px;
z-index:100;
}

body p.forum { margin: 0; overflow: hidden; color:#EF4723;}

body p.forum a {
	color:#EF4723;
	float:left;
	font-size:1.6em;
	left:40%;
	margin:74px 0 0 134px;
	padding: 4px;
	position:absolute;
	top:0;
	text-decoration: none;
	}

p.forum a:visited, p.forum a:hover, p.forum a:active { color:#EF4723; text-decoration: none; }

td.smalltext { color: #F4F0E9; }

