@charset "utf-8";
/* CSS Document */

/* static START */
* {
	margin:0;
	padding:0;
}
body {
	background:#c4bfa9;
	color:#000;
	font-family:"Lucida Sans", Arial, verdana, Helvetica, Sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:"Lucida Sans", Arial, verdana, Helvetica, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}

p{
padding-left:5px;
}
ul, ol{
padding:5px 5px 5px 15px;
margin:0;
}

ol{
padding-left:25px;
}
ol li{
padding:5px 0;
}
img {border:0;}
form{
padding:0;
margin:0;
}
big{
font-size:14px;
}
small {font-size:10px;}
a {	color:#000000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
}
.more-link {
	font-size:11px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield, 
textarea {
	background:#FFF;
	border:1px solid #9e616f;
	padding:2px 2px;
	font-size:11px;
}
/* static END */
/* layout START */
#container {
	margin:0 auto;
	width:900px;
}
/* layout END */

/*=======================================================*/
/* header START */
#header {
	width:900px;
}
#header #logopart{
background:url(../../img/logobg.gif) repeat-x top left;
height:92px;
border-left:3px solid #FFFFFF;
border-right:3px solid #FFFFFF;
}
#logopart #logo{
	width:320px;
	padding:30px 0 0 20px;
	margin:0 60px 0 0;
	float:left;
}
#logopart #loginpart{
float:left;
width:447px;
}
.loginbg{
background-color:#f6f7cf;
}
.padlogin{
	padding:15px 8px 2px 8px;
}
.txtyellow{
color:#f6f7cf;
}
#loginpart a{
color:#f6f7cf;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
#loginpart a:hover{
text-decoration:none;
}
.main_banner{
width:900px;
height:340px;
}
/* header End */
/*=======================================================*/
#profile-menu{
background:url(../../img/contentbg.gif) repeat-y top left;
}
/*=======================================================*/
/* Content Start */
#content{
background:url(../../img/contentbg.gif) repeat-y top left;
padding:10px;
width:880px;
}
#main{
float:left;
width:632px;
}
#discussions{
width:632px;
}
#content h2{
	background:url(../../img/h2bg.gif) no-repeat top left;
	font-weight:bold;
	color:#faf9c9;
	font-size:18px;
	padding:8px 8px 8px 10px;
	margin-bottom: 8px;
}
#content h2 a{
color: #FFBA75;
}

#content h1{
	background:url(../../img/h2bg.gif) no-repeat top left;
	font-weight:bold;
	color:#faf9c9;
	font-size:18px;
	padding:8px 8px 8px 10px;
	margin-bottom: 8px;
}
#content h1 a{
color: #FFBA75;
}

#content h3{
	background:url(../../img/h3bg.gif) no-repeat top left;
	font-weight:bold;
	color:#faf9c9;
	font-size:18px;
	padding:8px 8px 8px 10px;
	margin-bottom: 8px;
}
.boxbg{
background-color:#e9e1b2;
margin-bottom: 2em;
line-height:10px;
}
.lineheight20{
line-height:20px;
}
.boxpad{
padding:0 15px;
line-height:16px;
}
.boxpad-height{
line-height:15px;
}
#latest td, #forumlist td, #favorites td, #no_over td { padding: 5px 10px; font-size:11px; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #cbc8b2; }
#no_over { background-color:#FFFFFF;}
#no_over tr:hover{ background-color: #FFFFFF; } 
#latest th, #forumlist th, #favorites th, th {
	background:#EDEDED url(../../img/thbg.gif) repeat-x scroll left bottom;
	font:normal 12px "Lucida Sans", Arial, verdana, Helvetica, Sans-serif;
	padding: 9px 10px;
	color:#990426;	
	}
#sticky, #latest, #forumlist, #favorites {
	background-color: #ffffff;
	width: 100%;
}
.sticky { background-color: #aaa68b; color:#ffffff;  font-weight:normal; }
.alt { background-color: #f0eee4; }
.redsmall{
font-size:10px;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
}
.greensmall{
font-size:10px;
color:#037603;
font-family:Arial, Helvetica, sans-serif;
}
.bluesmall{
font-size:10px;
color:#005aff;
font-family:Arial, Helvetica, sans-serif;
}
.topic_icons {
	text-decoration:none;
	border: 0;
	padding: 1px;
	background:none;
	vertical-align: text-bottom;
}
a.new-topic{
color:#990426;
font-weight:bold;
text-decoration:none;
}
a.new-topic:hover{
text-decoration:underline;
}
a.whitelink{
color:#ffffff;
}

#sidebar{
float:right;
width:228px;
}
.tag-cloud{
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #948e6b;
}
.advertise{
margin-bottom:10px;
}

#footer{
border-top:1px solid #948e6b;
padding-top:2px;
color:#948e6b;
font-size:11px;
}
/* Content End */
/*=======================================================*/
.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}
#hottags {
	width: 632px;
	overflow: hidden;
}
.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}
#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}
tr.bdrbot td{
border-bottom:1px dashed #D2CBAE;
}
.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}
#content .infobox li { margin-bottom: 2px; }
input.button{
background:#5f2431 url(../../img/btnbg.gif) repeat-x left top;
overflow:visible;
font:bold 11px tahoma, Arial, verdana, Helvetica, Sans-serif;
color:#FFFFFF;
text-transform:uppercase;
border:1px solid #8e4b5a;
padding:2px 3px;
letter-spacing:1px;
}
#othertags ul#yourtaglist{
padding:8px;
margin:0;
}
#othertags ul#yourtaglist li{
padding:5px 5px 5px 0;
}

ol#thread li{
padding:8px 5px;
}
#loginpart td.loginlink a{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Tabs css ============================================= */
#tabs {
background:url(../../img/contentbg.gif) repeat-y top left;
padding:10px 10px 0 10px;
}
#tabs .tab_bdrbot{
border-bottom:1px solid #e9e1b2;
}
#tabs ul {
	margin:0 0 0 15px;
	padding:0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	font-size:14px;
	color:#550e1e;
	font-weight:bold;
	background:url(../../img/tab_left.gif) no-repeat left 3px;
}
#tabs li a span {
	display:block;
	padding:8px 9px 5px 0px;
	margin-right:5px;
	background:url(../../img/tab_right.gif) no-repeat right 3px;
}
#tabs li a:hover {
	background:url(../../img/tab_left_over.gif) no-repeat left 3px;
	color:#e9e1b2;
}
#tabs li a:hover span {
	background:url(../../img/tab_right_over.gif) no-repeat right 3px;
}
#tabs li.current a{
	color:#e9e1b2;
	background:url(../../img/tab_left_over.gif) no-repeat left 3px;
}
#tabs li.current a span {
	background:url(../../img/tab_right_over.gif) no-repeat right 3px;
}
.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url(../../img/feed-icon-16x16.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}