.coverpost
{
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 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;
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.coverpost .img_preview img
{
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.coverpost .post_info .category a
{
	font: 1em Dotum, Arial, sans-serif;
	color: #888;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #888;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.coverpost .post_tags
{
	padding: 5px 5px 5px 40px;
	background: url('./images/entryTag.gif') center left no-repeat;
	clear: both;
}

.coverpost .post_tags span
{
	display: none;
}

.clear
{
	clear: both;
}
