.post-list{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}
.entry_post{
	height:85px;
	overflow: hidden;
	text-overflow: ellipsis; 
	width: 100%;
}
.entry_post img{display: none;}
.post-img{padding-top:25px;}
#post-pagination{margin-top: 15px;}
#post-pagination a{color: rgb(243, 138, 70);}
#post-pagination a:hover{color: #999;}
#post-pagination span{padding:10px;}
#post-pagination .next a,#post-pagination .pre a{
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
#post-pagination .next a:hover,#post-pagination .pre a:hover{
	text-decoration: none;
	background-color: #eee;
}
.pika-title{
	padding: 0;
	font-size: 14px;
	background-repeat: repeat;
	background-position: 0 0;
	border-radius: 5px;
	margin-bottom: 0;
	color:  rgb(244, 92, 128);
	font-style: italic;
	background-image: url(../img/blog/caption-bg.png);
}
.tools{margin-bottom: 50px;}
.tools h3 {
	color:  #AB2125;
	margin-bottom: 20px;
}

.read_more {margin-top:5px;}
.read_more a{color:  rgb(244, 92, 128);}
.tools li {
	margin: 3px 0 0;
	
}
.tools li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 0 14px 24px;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-radius: 4px;
	position: relative;
	background-color: #6a6a6a;
	
}
.tools li a:hover {
	background-color: #464646;
}
.cat-item span{
	padding-right:10px;
	display: inline-block;
}
.info{padding-bottom: 5px;}
.main h1{color: rgb(244, 92, 128);}
.fb-comments,.comments{margin-top: 10px;}

/****标签 start****/
.tag ul li{
	float: left;
	padding:0 5px 5px 5px;
	
}
.tag ul li a{color:  rgb(244, 92, 128);}
.cloudTag a{
	background-color: #6a6a6a;
	color: #fff;
	display: inline-block;
	padding: 0 7px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 1px 4px 0;
	font-size: 11px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}
.cloudTag a:hover {
	background-color: #464646;
}
/*****标签 end*****/