.coverPage h3 {
  display:none;
}
.coverpost
{
	clear: both;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;
	padding: 10px 0;
}

.coverpost h2
{
	font-size: 120%;
	padding-right: 5px;
}

.coverpost h2 a
{
	letter-spacing: -1px;
	line-height: 125%;
}

.coverpost .img_preview
{
	float: left;
	margin: 0 7px 7px 0;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.coverpost .img_preview img
{

	cursor: pointer;
}

.coverpost .post_info,
.coverpost .post_info a {
  color: #999;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.coverpost .post_tags
{
	clear: both;
}



.clear
{
	clear: both;
}
