/* Normal, standard links. */
a:link
{
	color: #740900;
	text-decoration: none;
}
a:visited
{
	color: #740900;
	text-decoration: none;
}
a:hover
{
	color: #785C59;
	text-decoration: underline;
}

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

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
.popuptext {
	color: #FEFEFE;
}
.popuptext a:link, .popuptext a:visited {
	color: #575757;
	text-decoration: none;
}
.popuptext a:hover {
	color: #4EC6F8;
	text-decoration: underline;
}
/* By default (td, body..) */
body, td, th , tr
{
	color: #575757;
	font-size: small;
	font-family: 'Trebuchet MS',Tahoma,Arial,sans-serif;
}
/* The main body of the entire forum. */
body
{
	background: #f0ebd2 url(images/img/textured9.jpg) no-repeat;
	margin: auto 0px;
	padding: 0px;
}

/* 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: 0;
	color: #282520;
	background-color: #282520;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #666666;
	background: #F1EBDB url(images/quote.gif) no-repeat left top;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 4px solid #8C7754;
	font-size: 11px;
	line-height: 1.4em;
	padding: 8px 8px 8px 40px;
}

.quote div.quote
{
	background: #F1EBDB url(images/blank.gif) no-repeat bottom right;
}

.code {
	border-top: 1px solid #7A6E5E;
	border-right: 1px solid #E3C494;
	border-bottom: 1px solid #E3C494;
	border-left: 1px solid #7A6E5E;
	color: #7A6E5E;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #FDEDD3;
}


/* A code block - maybe even PHP ;). */
.code {
	font-family: arial, "courier new", "times roman", monospace;
	line-height: 1.3em; /* 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: #000;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	padding: 1px;
	margin-left: 15px;
	vertical-align: middle;
}
/* 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 {
	/*background: #2C2924;*/
	background: #ffffff;
	/*color: #fefefe;*/
	color: #999999;
}
.windowbg2 {
	background: #eaeaea;
	color: #999999;
}
.windowbg3 {
	color: #999999;
	background: #ffffff;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #eaeaea;
}

/* 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
{
	font-style: normal;
	/*background: url(images/titlebg.gif) #3D3A34 repeat-x;*/
	background:#EAEAEA url(images/board-title-bg.png) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #575757;
	font-style: normal;
}
.titlebg a:hover
{
	color: #785C59;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #575757;
	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: url(images/catbg2.png) #2F2C27 repeat-x;*/
	background:#EAEAEA url(images/board-title-bg.png) repeat-x scroll 0 0;
	color: #35291D;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	/*background: url(images/catbg2.png) #2F2C27 repeat-x;*/
	background: #EAEAEA url(images/board-title-bg.png) repeat-x;
	/*color: #35291D;*/
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	font-weight: bold;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #575757;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #575757;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #575757;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #333;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	background: #f2f2f2;
	color: #000000;
	border: 1px solid #999;
}

/* 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;
	max-height:400px;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
.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{vertical-align:top; text-transform:uppercase}

.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back{text-decoration:none; font-size:10px; padding:5px}

.maintab_first, .mirrortab_first{ display:none}

.maintab_back, .mirrortab_back{}

.maintab_last, .mirrortab_last{display:none}

.maintab_active_first, .mirrortab_active_first{display:none}

.maintab_active_back, .mirrortab_active_back{text-decoration:overline}

.maintab_active_last, .mirrortab_active_last{display:none}

.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited{color:#333333; text-decoration:none}

.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited{color:#575757; text-decoration:none; font-weight:bold}

.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover{color:#861710; text-decoration:overline}

/* 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;
}
#wrapper {
	width: 95%;
	min-width: 720px;
	max-width: 1600px;
	margin: 0;
	padding: 0;
}

.ie #wrapper {
	width:expression(document.body.clientWidth < 720? "720px" : document.body.clientWidth > 1600? "1600px" : "auto");
}


#header {
	 position: relative;
	 height: 160px;
	 /*height: 181px;*/
	 overflow: hidden;
	 /*background: #3d3a34 url(images/img/hdr-bg.gif) 0 0 repeat-x;*/
}
#head-r {
	height: 160px;
	/*height: 181px;*/
	/*background: url(images/img/hdr-r.gif) 100% 0 no-repeat;*/
	/*background: url(images/img/header-bg_02.png) 100%;*/ 
}
#head-l {
	 /*background: url(images/img/hdr-l.gif) 0 0 no-repeat;*/
}
#logo {
	 position: absolute;
	 top: 0px;
	 left: 40px;
	 display: block;
	 width: 383px;
	 height: 160px;
	 cursor: pointer;
	 /*background: url(images/img/logo.png) no-repeat;*/
	 background: url(images/img/header-logo2.png) no-repeat;
}

.ie #logo {
	background: url(images/img/header-logoIE.gif) no-repeat;
}



#linktree {
	clear: both;
	padding: 7px 7px 7px 80px;
	font-weight: bold;
	letter-spacing: -1px;
	background: transparent;
}
#linktree, #linktree a {
	font-weight: normal;
	color: #666666 !important;
}
#userarea {
	 height: 83px;
	 letter-spacing: 1px;
	 float: right;
	 padding: 20px 25px 0 0;
	 text-align: right;
	 font-size: 0.93em;
	 color: #f1e0c0;
	 /*font-family: tahoma, sans-serif;*/
}
#userarea a:link, #userarea a:visited {
	 color: #FEFEFE;
}
#userarea a:hover {
	 color: #999999;
	 text-decoration: underline;
}
#headernav {
	position: absolute;
	top: 8.9em;
	left: 19.5em;
	float:left;
	font-size:12px;
	letter-spacing:1px;
	text-transform:lowercase;
}
#headernav a {
	color:#FFF;
	/*font-weight:bold;*/
	text-decoration:none;
	padding-right:0px;
}
#headernav ul {
	 margin: 0;
	 list-style-type: none;
	 width: auto;
	 float: left;
}
#headernav ul li {
	 margin: 0;
	 padding: 0;
	 display: inline;
}
#headernav ul li a {
	 float: left;
	 display: block;
	 margin: 0 0 0 2px;
	 padding: 0 10px 0 10px;
	 text-decoration: none;
	 line-height: 22px;
}
#headernav ul li a.chosen {
	 /*color: #000;*/
	 font-weight: bold;
}
#headernav ul li.chosen a {
	 /*color: #000;*/
	 display: block;
	 width: auto;
	 background:#AB9F88 none repeat scroll 0 0;
	 color:#FFFFFF;
}
#headernav a:hover {
  /*color: #FFF;
  text-decoration:underline;*/
  background:#AB9F88 none repeat scroll 0 0;
}
#bodyarea {
	padding: 0px 25px 0 10px;
	margin-left: 270px;
	/*float:left;*/
	/*background-color: #3D3A34;
	border-right: 1px solid #6e6555;
	border-left: 1px solid #6e6555;*/
}

#sidebar-wrapper {
	/*margin-left:20px !important;*/
}

#sidebar1 {
	/*border:1px solid; */
	float:left; 
	width:245px; 
	margin-left:-100%; 
	margin-top:22px;
	position:relative;
}

#whos-online {
	margin:28px 0 0 20px;
	height:110px;
	overflow: auto;
	display:block;
	font-size:11px;
}

#birthdays {
	margin:7px 0 0 15px;
	height:55px;
	overflow: auto;
	display:block;
	font-size:11px;
	text-align:right;
	width:auto;
}

#birthdays h3 {
	margin: 0 0 0 5px !important;
	display:inline;
}

#ar-shoutbox {
	margin:50px 0 0 20px;
	/*height:150px;
	overflow: auto;*/
	display:block;
	font-size:11px;
	height:440px;
}

#footer {
	 background: url(images/img/footer-bg.jpg) no-repeat top left;
	 height:210px;
}
#foot-r {
	
}
#foot-l {
	 
}
#footerarea {
	 text-align: right;
	 padding: 5px;
	 color: #e3e3e3;
	 /*background-color:#333333;*/
	 /*height:200px;*/
}
#footerarea a:link, #footerarea a:visited {
	 color: #999999;
}
#footerarea a:hover {
	 color: #ffffff;
	 text-decoration: none;
}

#copybox {
	margin-top:10px;
}

.clearit {
	clear: both;
}


/* yshout shoutbox styling */

#yshout {
 font-size: 11px;
 overflow: hidden;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts { /* main shouts area */
border: 1px solid #999999;
padding: 5px;
background-color:#FFFFFF;
}
#yshout .shout { /* one shout */
 margin: 0 0 0; /* Top Bottom Linespacing */
 line-height: 1.1;
 border-bottom:1px solid #CCCCCC;
}
#yshout .shout-timestamp {
 font-style: normal;
 font-weight: normal;
 color: #333333;
}
#yshout .shout-adminlinks { /* del and ban buttons */
 font-size: 6pt;
 color: #141414;
}
#yshout #shout-form {
 margin: 0;
 padding: 0;
}
#yshout #shout-form fieldset {
 border: none;
 padding: 5px 0 0 0;
}
#yshout #forum-name {
 width: 70px;
 margin-right: 5px;
 display:none;
}
#yshout #shout-text {
 width: 200px;
 margin-right: 5px;
}
#yshout #shout-button {
 width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
 background: #FFFDD1;
}

/*fader*/
#smfFadeScroller {
width: 90%;
height:125px;
padding: 2px;
font-style:normal !important;
color:#fff !important;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
line-height:1;
font-size:16px;
}

/* button wall */
.buttons {
	width:66%; /*adjust this as you add buttons to keep three rows */
	height:140px;
	float:left;
}

#footer-right {
	float:left;
	width:33%;" 
}


.buttons p{
	clear:both;
	margin:0;
	padding:.5em 0;
}

.buttons ul,.buttons li{
	margin:0;
	padding:0;
}

.buttons ul {
	margin-top:5px;
	list-style:none;
	list-style-type:none;
}

.buttons li{
	float:left;	
	margin-right:2px;
	cursor: pointer;
}

.buttons #preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

a.imgPop 			{ position:relative; z-index:20; }
a.imgPop:hover 		{ display:inline; z-index:30; }
a.imgPop span 		{ display:none; }
a.imgPop:hover span { display:block; position:absolute; top:-250px; left:0px; width:200px; height:200px; text-align:center; font-weight:bold; }