/* ============================================================
whiteBoard, 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 {
	margin: 20px 0;
	padding: 10px;
	border: 10px solid #eee;
	background: transparent url(./images/bg_coverPost.gif) no-repeat right top;
	overflow: hidden;
	clear: both;
	height: 1% /* IE6 KLUDGE */
}
.coverpost:hover {
	border: 10px solid #fd9;
}
/* 커버페이지 글 제목 */
.coverpost h2 {
	font-size: 29px;
	padding-right: 5px;
}
.coverpost h2 a {
	letter-spacing: -3px;
	line-height: 150%;
	color: #555;
}
.coverpost h2 a:after {
	font-size: 10px;
	letter-spacing: 0;
	color: #fc0;
	content: " - NEW."; /* IE의 경우 IE8부터 이해 가능 */
}
.coverpost h2 a:visited:after {
	font-size: 10px;
	letter-spacing: 0;
	color: #888;
	content: " - Visited."; /* IE의 경우 IE8부터 이해 가능 */
}
.coverpost h2 a:visited {
	font-size: 29px;
	letter-spacing: -3px;
	color: #999;
}
.coverpost h2 a:hover {
	color: #222;
}
/* a 앵커 태그 스타일 지정시 순서에 유의, IE6는 :after 무시 */

/* 썸네일 이미지 */
.coverpost .img_preview {
	float: right;
	margin: 65px 10px 0;
	width: 103px; /* IE6 KLUDGE */
}
.coverpost .img_preview a {
	display: block;
	height: 90px;
	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: #555;
}
.coverpost .post_info .date {
	font-family: Georgia, serif;
	color: #996;
}
.coverpost .post_info .author {
	color: #222;
}

/* 본문 내용 */
.coverpost .post_content {
	margin: 10px 0;
	line-height: 150%;
	overflow: hidden;
	font-size: 110%;
}
/* 태그 */
.coverpost .post_tags {
	display: inline;
	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; }
