div.crumblepath {
	margin-bottom: 10px;
}

span.crumblepath_sign {
	font-size: 14px;
}

/*------------------CATEGORIES------------------*/

.category_description {
	margin-bottom: 5px;
}

/*------------------TOPICS------------------*/

#topic_h1 {
	float: left;
	padding-bottom: 10px;
}

div.categories{
	float: left;
	margin-bottom: 5px;
	margin-top: 31px;
	margin-left: 20px;
}

div.create_topic {
	float: right;
	margin-bottom: 5px;
	margin-top: 40px;
}

div.title_header {
	width: 300px;
	margin-left: 20px;
}

div.creator_header {
	width: 140px;
}

div.replies_header {
	width: 100px;
}

div.lastreply_header {
	width: 240px;
}

div.topic {
	width: 100%;
	border: 1px solid #CCC;
	padding: 5px 0px;
	clear: both;
	margin-top: 5px;
	/*margin-bottom: 10px;*/
}

div.title {
	float: left;
	width: 300px;
	margin-left: 20px;
}

div.creator {
	float: left;
	width: 140px;
}

div.replies {
	float: left;
	width: 100px;
}

div.lastreply {
	float: left;
	width: 240px;
}

.topic_title{
	width: 250px;
	margin-left: 20px;
	margin-right: 10px;
}

.topic_category{
	width: 150px;
}

.topic_creator{
	width: 140px;
}

.topic_replies{
	width: 80px;
}

.topic_lastreply{
	width: 240px;
}

/*------------------POSTS------------------*/

#post_h1 {
	padding-bottom: 0px;
	float: left;
}

div.post {
	clear: both;
	margin-top: 10px;
	/*margin-bottom: 20px;*/
	border: 1px solid #CCC;
	padding: 5px;
	width: 588px;
}

div.post_left {
	float: left;
}

div.post_userimage {

}

div.post_right {
	float: right;
	/*margin-left: 8px;*/
}

div.postwriter {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
}

div.postdate {
	float: left;
	font-size: 10px;
	color: #959595;
	margin-left: 10px;
	margin-top: 4px;
}

div.posttext {
	clear: both;
	width: 550px;
	margin-bottom: 8px;
}

.tagholder{
	clear: both;
}

.admintag{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 10px;
	background: #00c870;
	padding: 2px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('pie.htc');
}

div.replypost, div.replypost_upper {
	float: right;
}

div.replypost_upper{
	margin-bottom: 10px;
}


div.posts_browse {
	float: right;
	margin: 10px 0px;
}

div.post_edit {
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}

div.post_edit a{
	font-size: 10px;
	color: #959595;
}

div.post_delete{
	float: right;
	width: 17px;
}

/*------------------CREATE NEW TOPIC------------------*/

div.create_left {
	clear: both;
	/*float: left;*/
	width: 100px;
	/*font-size: 14px; */
	/*font-weight: bold; */
}

div.create_right {
	/*float: left;*/
	
	margin-bottom: 10px;
	font-size: 14px;
}

#create_right_category {
	
}

input.create_newtopic {
	width: 345px;
}

textarea.create_newpost {
	width: 350px;
	height: 150px;
}

div.create_submit {
	clear: both;
	width: 220px;
}


/*------------------POST A REPLY------------------*/

div.reply_left {
	clear: both;
	float: left;
}

div.reply_right {
	float: left;
}

textarea.reply_newpost {
	width: 350px;
	height: 150px;
}

div.reply_submit {
	clear: both;
	width: 220px;
}

.reply_submit div {
  margin-right: 5px;
}

#website{
	display: none;
}

.post_header {
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}

.postbox{
	width: 350px;
	padding: 10px;
}

.post_text{
	padding: 10px;
}

.post_submit{
	clear: both;
	margin-left: 10px;
}

.post_submit div{
	margin-right: 5px;
}

#replyform{
	margin-left: 110px;
}
