/* --------------- Mainnav ------------------- */
/* CSS Document */
/* CH-Freelance */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
	

#forum {
	margin-top:10px;
	/* border:1px solid white; */
	}
	
#forum h3.header {
	margin:0;
	padding-left:10px;
	height:30px;
	color:#BFA577;
	background-color:#5F5E47;
	border:0;
	border:1px solid #3F3E2B;
	border-top:1px solid #7F7D5F;
	border-bottom:1px solid #7F7D5F;
	line-height:30px;
	font-weight:bold;
	clear:both;
	}
#forum h4.breadcrumb  {
	margin:0;
	padding-left:10px;
	height:20px;
	color:#BFA577;
	background-color:#5F5E47;
	border:0;
	border:1px solid #3F3E2B;
	border-top:1px solid #7F7D5F;
	/*border-bottom:1px solid #666666;*/
	line-height:20px;
	font-size:.8em;
	font-weight:normal;
	clear:both;
	}
#forum h4.breadcrumb a {
	text-decoration: none;
	color:#BFA577;
	font-weight:normal;
	}

#forum .error {
	margin:0;
	padding:10px;
	color:#e32d2d;
	background-color:#5F5E47;
	border:0;
	border-top:1px solid #7F7D5F;
	border-bottom:1px solid #7F7D5F;
	clear:both;
	}
	
.activity_highlight {
	color:#ed460c;
	font-weight:bold;
}	
	
.highlight {
}
	
		
/* --------------- BBcode ------------------- */
	
.big { font-size:12px; }
.bigger { font-size:14px; }
.small { font-size:9px; }

.MsgQuote {
	padding:5px;
	color:#BFA577;
	background-color:#5F5E47;
	border:1px solid #7F7D5F;
	border-top:1px solid #3F3E2B;
	border-left:1px solid #3F3E2B;
}
	
		
/* --------------- Forums ------------------- */

.forums {
	float:left;
	width:100%;
	}
.forums, .forums * {
	margin:0px;
	padding:0px;
	list-style: none;
	}
.forums li ul {
	padding:10px 20px;
	background-color:#444331;
	border:1px solid #32322b;
	border-top:1px solid #5d624e;
	border-bottom:1px solid #32322b;
	}
.forums li li {
	margin:0px !important;
	height:auto;
	border:0px;
	}
.ForumRow {
	height:1%;
	line-height:18px;
	}
.ForumName {
	font-weight:bold;
	}
.ForumCategory, .ForumTopicCnt, .ForumNewTopicCnt, .ForumReplyCnt, .ForumNewReplyCnt {
	width: auto;
	display:inline;
	font-size:10px;
	color:#9F9481;
	margin-right:10px !important;
	padding-right:20px;
	}
.forums a {
	color:#BFA577;
	}


/* --------------- Topic/Reply navigation ------------------- */



/* --------------- Topics ------------------- */

#topics {
	margin-top:0px !important;
	float: left;
	width: 100%;
	}
#topics, #topics * {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#topics li ul {
	padding:10px 20px;
	background-color:#444331;
	border:1px solid #32322b;
	border-top:1px solid #5d624e;
	border-bottom:1px solid #32322b;
	}
#topics li li {
	margin-top:0px !important;
	height:auto;
	border:0px;
	}
.TopicRow {
	height:1%;
	line-height:18px;
	}
.TopicName {
	font-weight:bold;
	}
.TopicAuthor, .TopicPosted, .TopicLastPost, .TopicLastAuthor, .TopicReplies, .TopicNewReplies {
	width: auto;
	display:inline;
	font-size:10px;
	color:#9F9481;
	margin-right:10px !important;
	padding-right:20px;
	}
#topics a {
	color: #BFA577;
	}


/* --------------- Replies ------------------- */

#replies {
	margin:0px;
	padding:0px;
	list-style:none;
	}
#replies li {
	margin:0px;
	padding:10px 0px;
	}
.ReplyRow {
	height:1%;
	margin-bottom:1px;
	background-color:#444331;
	border:1px solid #32322b;
	border-top:1px solid #5d624e;
	border-bottom:1px solid #32322b;
	}
.ReplyHeader {
	margin:0 10px;
	border:0px dotted yellow;
	}
.ReplyHeader ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	}
.ReplyHeader li {
	margin-right:10px !important;
	padding:0px;
	padding-right:7px;
	display:inline;
	color:#8F826B;
	font-size:11px;
	border-bottom:0px;
	}
.ReplyBody {
	margin:20px 20px;
	color:#BFA577;
	line-height:150%;
	}


/* --------------- Highlights ------------------- */

.TopicActivityHL {
	background-color:#3e3d2b;
}

.TopicStickyHL {
	background-color:#3e3d2b;
	border:1px dotted orange;
}

.TopicLockedHL {
	background-color:#3e3d2b;
}
