	/* NEWS CSS by stemei.de */

.posts-container {
	width:99%;
}

.post_entry {
	padding-bottom:6px;
	margin-bottom: 12px;
	border-bottom:1px double #555555;

}

.post_date {
	width:80px;
	text-align:right;
	float: right;
	font-size: 12px;
}

.post_title {
	margin:0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom:2px solid #560000;


}

.post_short p {
	margin: 4px 0 4px 0;
}

.post_readmore {
	display: block;
	margin:0 0 5px 0;

	}
	
.post_footer {
	font-size: 11px; 
	
}
.post_footer div {
	float:left; 
	width:33%;
}

.post_footer span {
	visibility:hidden;
}

.post_footer  .post_f1 {	
	text-align: left;
}
.post_footer  .post_f2 {	
	text-align: center;
}
.post_footer  .post_f3 {	
	text-align: right;
}

.postdetail_head {
	font-size: 16px;
	font-weight: bold;
	border-bottom:2px solid #560000;
	color: #204E01;
}

.postdetail_head h2 {
	font-size: 18px;
	margin:0;
	padding:0;
}

.postdetail_head h4  {
	font-size: 11px;
	margin:5px 0 5px 0;
}

.postdetail_crumbs {
	text-align:right;

}

.postdetail_image {
	clear:left;
	float:left;
	margin: 0 8px 4px 0;
}

.postdetail_footer {
	font-size: 11px;
	padding:10px 0;
	margin: 5px 0;
}
.postdetail_back {
	border-bottom:1px double #555555;
}

.selected_group_title {
	font-size: 11px;
	margin-bottom:10px;
} 

.comment_container blockquote {
	width:95%;
	padding:6px;
	margin: 10px 0 10px 0;
	border-left:4px solid #dddddd;

  background-color: #FAFAFA;


}


.comment_container h4 {

	margin: 0 0 8px 0;
	font-size: 12px;
	background-color: #560000;
	color: #FFFFFF;
}

.comment_top {

	font-weight: bold;
	font-size: 14px;
	color: #660000;
	border-bottom: 1px double #560000;

}

.comment_info {

	text-align:right;
	float: right;
	font-size: 10px;
	color: #111111;

}

.comment_add {
	display:block;
	font-weight: bold;
	font-size: 16px;
	margin:8px 0;
	padding:4px 0;
}

.comment_addfirst {
	font-weight: bold;
	font-size: 14px;
	color: #660000;
	border-bottom: 1px double #560000;
}

.comment_addsec {
	font-weight: bold;
	font-size: 14px;
	color: #DF7E00;
	border-bottom: 2px solid #560000;
}

