.coverpost { clear: both; padding:10px; border-bottom:1px dashed #D3E7B0; margin:10px 0; }

.coverpost h2 { font:bold 14px/130% "¸¼Àº °íµñ", "Malgun Gothic"; padding:0 0 5px 0; }
.coverpost h2 a { letter-spacing: -1px; line-height: 125%; color:#085DE7; }
.coverpost h2 a:link, .coverpost h2 a:visited { text-decoration:none; }
.coverpost h2 a:hover { color: #FF3300; text-decoration:none; }

.coverpost_more { font:11px/130% "¸¼Àº °íµñ", "Malgun Gothic"; padding-right: 5px; }
.coverpost_more a { color:#3870BF; }
.coverpost_more a:link, .coverpost_more a:visited {color:#3870BF; text-decoration:none;}
.coverpost_more a:hover { color: #FF0000; text-decoration:none; }

.coverpost .img_preview
{
	float: left;
	margin: 0 7px 7px 0;
	width: 100px;
	height: 100px;
	border: 1px solid #CFE2ED;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.coverpost .img_preview img
{
	width: 90px;
	height: 90px;
	cursor: pointer;
	margin: 4px;
}

.coverpost .post_info .category a
{
	font: 1em "¸¼Àº °íµñ", "Malgun Gothic", Arial, sans-serif;
	color: #027F45;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #888;
}

.coverpost .post_content
{
	margin: 5px 0;
	font:normal 12px "¸¼Àº °íµñ", "Malgun Gothic";
	color:#666;
	overflow: hidden;
}

.coverpost .post_tags {
	padding:0px 0px 0px 40px;
	background: url('./images/entryTag.gif') no-repeat;
	font:normal 11px "¸¼Àº °íµñ", "Malgun Gothic";
	color:#FF8000;
	clear: both;
}
.coverpost .post_tags span {
	display: none;
}

.coverpost_paging {
	font:normal 11px "¸¼Àº °íµñ", "Malgun Gothic";
	color:#666;
}

.clear
{
	clear: both;
}