.rc_item {
	list-style:none;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 2px;
}

.rc_nav   {
	list-style:none;
}
.rc_item .rc_excerpt {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	display: block;
	text-align: left;

}
.rc_item .rc_info {
	width: 305px;
	overflow: hidden;
}
.rc_item .rc_info .author_name {
	font-size: 11px;	
	color: #57884f;
	text-decoration: none;

}

.rc_item  .rc_info .post_title {
	height: 15px;
	}

.rc_item  .rc_info .post_title a{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.rc_item .rc_avatar {
	line-height:1px;
}
.rc_item .rc_avatar img {
	background:#FFF;
	padding:1px;
	border:1px solid #333;
}
.rc_item .rc_left {

	display:inline;
	float:left;
	padding-right:7px !important;
	padding-right:4px;
}
.rc_item .rc_right {
	display:inline;
	float:right;
	padding-left:7px !important;
	padding-left:4px;
}


#rc_newest {
	float:left;
	padding-right:10px;
}
#rc_newer {
	float:left;
}
#rc_older {
	float:right;
}
.rc_fixed {
	clear:both;
}
.rc_label {
	font-weight:bolder;
}
.rc_back {
	float:left;
}
.rc_datetime {
	float:right;
}
