/* ============================================================
simpleCheck, MT_Meta_RecentPS_Default PLUGIN styleSheet
---------------------------------------------------------------
Version :     1.0
Author :      hi8ar.net
Email :       admin@hi8ar.net
Author Blog : http://hi8ar.net/
---------------------------------------------------------------
Last Date Modified : 2008. 11. 13.
============================================================== */

/* 커버페이지 글상자 */
.coverpost {
	float:left;
	width:280px;
	margin-bottom: 45px;
	padding: 0 10px;
	border: 1px solid #fff;
	height: 310px;
	overflow: hidden;
}
.coverpost:hover {
	background-color: #eee;
	border: 1px solid #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
/* 커버페이지 글 제목 */
.coverpost h2 {
	font: 500 24px Georgia, 나눔명조, 바탕, Serif;
	padding: 15px 0 0 5px;
	border-left: 10px solid #A69176;
}
.coverpost h2 a {
	letter-spacing: -3px;
	line-height: 1.0;
	color: #050505;
}
.coverpost h2 a:after {
	font-family: arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fc0;
	content: " - NEW."; /* IE의 경우 IE8부터 이해 가능 */
}
.coverpost h2 a:visited:after {
	font-family: arial, sans-serif;
	font-size: 9px;
	letter-spacing: 0;
	color: #555;
	content: ""; /* IE의 경우 IE8부터 이해 가능 */
}
.coverpost h2 a:visited {
	font-size: 24px;
	letter-spacing: -3px;
	color: #333;
}
.coverpost h2 a:hover {
	color: #FF9601;
}
/* a 앵커 태그 스타일 지정시 순서에 유의, IE6는 :after 무시 */

/* 썸네일 이미지 */
.coverpost .img_preview {
}
.coverpost .img_preview a {
	display: block;
	margin: 5px 0;
	padding: 6px;
	background-color: #f6f6f6;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.coverpost .img_preview a:hover {
	background-color: #212121;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/* 글 정보 */
.coverpost .post_info {
	border-bottom: 1px solid #eee;
}
.coverpost .post_info .category a {
	margin-right: 10px;
	color: #443c39;
}
.coverpost .post_info .date {
	font-family: Georgia, serif;
	color: #996;
}
.coverpost .post_info .author {
	color: #111;
}

/* 본문 내용 */
.coverpost .post_content {
	margin: 10px 0;
	line-height: 150%;
	overflow: hidden;
	color: #555
}
.coverpost .post_content:hover {
	color: #222
}
.coverpost .post_content a,
.coverpost .post_content a:visited { color: #FF9601; }
.coverpost .post_content a:hover { color: #443c39; }
/* 태그 */
.coverpost .post_tags {
	display: none;
	padding: 0 0 0 20px;
	background: transparent url(./images/tag.gif) no-repeat center left;
}
.coverpost .post_tags a { color: #996; }
.coverpost .post_tags span { display: none; }

