﻿#sidebar .foruminfo,
#sidebar .forumstats,
#sidebar .lastpostinfo {
	display:none;
	
}
	
#sidebar h3 {
	font-size:16px;
}

.fun-facts {
	font-size:12px;
	list-style-type:square;
	line-height:20px;
	margin-left:10px;
	padding-left:10px;
}

.fun-facts li {
	overflow:visible;
}

.selected-topic {
	background: url(nem/images/misc/selected_topic.png) no-repeat;
	width:100px;
	height:100px;
	position:absolute;
	top:-1px;
	right:-1px;
	display:block;
	text-indent:-9999px;
}

#forum-description {
	font-size:14px;
	padding-left:30px;
	background:url(nem/images/icons/reply_small.gif) no-repeat 0 3px;
	line-height:26px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
	margin-bottom:10px;
}

.newthread_link,
.newdebate_link {
	float:left;
	margin-top:3px;	
}

#thoughts textarea {
	width:630px;	
}

#thoughts form p {
	text-align:right;
	margin:5px;
}

#thoughts .thoughtbits {
	height:12em;
	overflow:auto;
	padding:0;
	border:1px solid #ddd;
}

	#thoughts .thoughtbits li {
		border-bottom:1px solid #ccc;
		padding:5px 0;
		margin:0 5px;
		overflow:hidden;
	}
	
	#thoughts .thoughtbits li.coloredbox {
		border:0;	
	}
	
		#thoughts .thoughtbits li.coloredbox a {
			display:block;
			padding:8px;
			text-align:center;
		}
		
		#thoughts .thoughtbits .avatar {
			margin-right:5px;	
		}
		
		#thoughts .thoughtbits .date {
			float:right;	
		}
