/* Forums */

/* Create Topics button  - This is used in forums, nowhere else */
.widgets a.create {
	text-indent: -5000em; 
	overflow: hidden; 
	display: block; 
	width: 126px; 
	height: 24px; 
	background: url(http://static.soyhincha.com/img/btn_forumCreateThr.gif) no-repeat 50% 50%;
}

/* Forum landing pages */
#threadList {
	padding: 0;
}

.forumLanding {
	background-color: #0a131e; 
	/* margin-bottom: 10px; ? */
	background: url(http://static.soyhincha.com/img/border_horiz_blackGrey.gif) repeat-x bottom; 
	overflow: auto; 
	padding-bottom: 2px;
}

/* Slight changes for forum landing page */
.forumLanding.featuredThread {
	margin-bottom: 2px; 
}

.forumLanding.featuredThread .forumSummary {
	height: 3em; /* Shorter for thread list pages */
}

.forumPosts {
	background-color: #000; 
	width: 48px; 
	/*height: 48px; */
	padding-top: 5px; 
	margin: 5px; 
	float: left; 
	position: absolute; 
	text-align: center; 
	font-size: 120%; 
	color: #acd3e4; 
	background: url(http://static.soyhincha.com/img/bg_forumPosts.jpg) no-repeat 50% 50%;
}

.postCount {
	color: #fabf28; 
	font-weight: bold;
}

.reverse {
	top: 86px;
}

.forumPostsUserimg {
	position: absolute;
	margin: 5px;
}

.forumPostsUserimg a img {
	border: solid 1px #0c2b4a;
}

.forumPostsUserimg a:hover img {
	border-color: #fff;
}

.forumTitle {
	padding: 3px 10px 3px 65px; 
	background-color: #0d1b28; 
	border-top: 1px solid #000;
	font-size: 120%;
	font-weight: bold;
	color: #fabf28; 
}

.forumTitle a { 
	text-decoration: none; 
	color: #fabf28; 
}

.forumTitle a:hover { 
	text-decoration: underline; 
}

.forumFoot {
	background-color: #080e13; 
	padding: 5px 10px;
	overflow: auto;
	*height: 1%;
}

.forumFoot .detailByline {
	float: left;
}

.forumFoot .bylineRight {
	float: right;
}

.forumFoot strong {
	color: #b7dbea;
	font-weight: bold;
}

.forumFoot span {
	padding-right: 5px;
}

.forumSummary {
	padding: 5px 10px  0 65px; 
	height: 4em;
	background-color: #0a131e;
}
/* Combine with forumSummary */	
.forumContent {
	padding: 5px 10px  0 65px;
	min-height: 78px;
	*height: 1%;
	*min-height: 78px;
	_height: 78px;
	background: bottom;
	padding-bottom: 10px;
	background-color: #0a131e;
	line-height: 130%;
}

/* Forum Thread Detail */
.section.threadDesc {
	margin-bottom: 0; 
	border-bottom: none;
}

/* removes border if in forums */
.section.forums {
	border: none;
}