@charset "utf-8";
/*   
Theme Name: papaerbook_default
Theme URI: http://blog.paperbook.co.kr/
Description: 이 스킨은 Michael Tyson의 elegant-grung 테마를 기초로하여 디자인을 수정하였습니다. 원본 테마는 http://michael.tyson.id.au/elegant-grunge-wordpress-theme 에서 받으실 수 있습니다. 또한 http://www.wordpress.org/ 에서 테마명으로 검색을 하시면 다운 받으실 수 있습니다.

모든 기능적 구현은 위 테마의 기능를 기초로 하고 있으며 제가 한 것은 이 테마의 디자인만 수정하였습니다. 프로그램을 전혀 모르므로.. 그냥 카피 해서 딴 곳으로 옮긴거 몇 줄은 있습니다. ㅜ.ㅡ

디자인은 수정하여 사용하실 수 있으나 부분적으로 차용하여 다른곳에 사용하는것은 금합니다.

Author: paperbook
Author URI: http://blog.paperbook.co.kr/
Version: 0.1
Tags: blue, custom-footer, pinglist, threaded-trackback light, one-column, two-columns, three-columns, fixed-width, custom-header, right-sidebar, theme-options, threaded-comments, photoblogging
*/


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	background:#ffffff url(images/paper_bg_header_01.jpg) repeat-x;
	margin: 0;
	padding: 0;
	/*font-family: AppleGhothic, "Malgun Gothic", dotum, batang, arial, "Palatino", "Georgia", "Baskerville", serif;*/
	font-family: AppleGhothic, "Malgun Gothic", dotum, batang, arial, "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
}

a {
	color: #000;
}

img {
	border: 0;
}


ul, ol, li, dl, dd, dt { list-style:none outside; padding:0; margin:0; }


/****************************
 **   Layout
 ****************************/

/* 트위터 링크 */
a.tweeter {
	background-image:url(images/follow_me.gif);
	display:block;
	width:210px;
	height:75px;
	margin-bottom:30px;
}

/* Menu */

#menu {
	background:#242424 url(images/paper_bg_menu_01.gif) repeat-x;
	width:923px;
	height:45px;
	margin:0 auto;
	padding:0 7px 0 70px;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
}

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	font: normal 16px Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 40px;
	line-height: 40px;
	color: #868686;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	text-decoration: underline;
	color: #fff;
}

/*메뉴부분 상단검색*/
#main_search { 
	background:url(images/searchform_top.gif) no-repeat right center;
	float:right;
	width:293px;
	height:45px;
	margin-top:20px;
}

#main_search form { padding-top:7px; }

#main_search input { background:none; float:left; border:none; }

#main_search .searchform_text {
	width:230px;
	height:16px;
	padding:8px 6px 6px 6px;
	color:#70a8b7;
	font-size:12px;
	font-family:AppleGothic, "Malgun Gothic", dotum, Arial;
}

#main_search input#searchsubmit {
	width:48px;
	height:29px;
	text-indent:-9000px;
}
/*메뉴부분 상단검색 끝*/

/* Header */

#header-wrap { }

#header { }

.no-sidebar div #header { }

.double-right-sidebar div #header { }

#header div {
	width: 1000px;
	margin: 0 auto;
}

.double-right-sidebar #header div {
	width: 947px;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header .rss_wrap { position:relative; }

#header .rss_wrap #subscribe a {
	display: block;
	position: absolute;
	right:93px;
	top:63px;
	background-image: url(images/rss.png);
	width: 114px;
	height: 108px;
	text-indent: -2000px;
	overflow: hidden;
	z-index:10;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	text-shadow: #000 0 1px 2px;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

/* Content */

#content-container {
	clear:both;
}

.no-sidebar div #content-container {
	clear:both;
}

.double-right-sidebar div #content-container {
	clear:both;
}

/*일반 컨텐츠 영역 넓이(2단구성)*/
#content {
	background: url(images/paper_bg_body.gif) repeat-y center top;
	clear:both;
	width: 1000px;
	margin:0 auto;
	padding:40px 0;
}

/*3단구성 컨텐츠 영역 넓이*/
.double-right-sidebar #content {
	background-image: url(images/paper_bg_body_double.gif);
	width: 1000px;
}

/*1단구성 컨텐츠 영역 넓이*/
.no-sidebar div #content {
	background:#ffffff;
	width: 1000px;
}

/*1단구성 바디 영역 넓이*/
.no-sidebar div #body {
	width: 910px;
	padding:0 45px;
}

/* Sidebar */

/*2단구성*/
#body {
	float: left;
	width: 630px;
	padding:0 35px;
}
#sidebar {
	position: relative;
	float: right;
	font-size: 0.9em;
	width: 220px;
	/*left: -15px;*/
	padding:0 40px;
}
/*2단구성 끝*/


/*3단구성*/
.double-right-sidebar #body {
	width: 510px;
	padding:0 45px;

}
.double-right-sidebar #sidebar {
	font-size: 0.8em;
	float: left;
	position: relative;
	/*left: 28px;*/
	width: 180px;
	padding:0 10px;
}

.double-right-sidebar #sidebar2 {
	font-size: 0.8em;
	float: right;
	position: relative;
	/*left: -8px;*/
	width: 180px;
	padding:0 10px;
}
/*3단구성 끝*/

/*******************************/
/* 사이드바 백드라운드 등 옵션 */
/*******************************/


/*카테고리 링크관련*/
.widget_categories li a {
	background:url(images/icon_side_cate_01.gif) no-repeat left 2px;
	padding-left:10px;
}
/*최근 댓글 링크관련*/
#recentcomments li.recentcomments {
	background:url(images/icon_side_comment.gif) no-repeat left 7px;
	font-size:11px;
	padding-left:15px;
}

#recentcomments li.recentcomments a {
	background-image:none;
}

.widget_recent_entries li {
	background:url(images/icon_side_comment.gif) no-repeat left 7px;
	font-size:11px;
}

.widget_recent_entries a {
	display:block;
	padding-left:15px;
}

/**********************************/
/* 사이드바 백드라운드 등 옵션 끝 */
/**********************************/


/* Footer */

#footer-wrap-outer {
	/*margin-top: -51px;*/
	background:#484848 url(images/footer_bg_top.gif) repeat-x;
}

#footer-wrap {
	width: 100%;
	background:url(images/footer_bg_bottom.gif) repeat-x left bottom;
	/*padding-top: 91px;*/
	/*padding-bottom: 30px;*/
}

.no-sidebar div #footer-wrap {
	/*background-image: url(images/footer-no-sidebar.jpg);*/
}

.double-right-sidebar div #footer-wrap {
	/*background-image: url(images/footer-double-sidebar.jpg);*/
}

#footer {
	width: 1000px;
	margin: 0 auto;
	/*
	padding-left: 7px;
	padding-right: 7px;
	*/
	padding-top: 50px;
	min-height: 30px;
}


/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font:normal 24px AppleGothic, "Malgun Gothic", batang;
	color: #157cb7;
	width:90%;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #157cb7;
}

.post { position:relative; width:100%; margin-bottom:50px; }

.post .entry {
	font:normal 13px AppleGothic, "Malgun Gothic", dotum;
	color:#666;
	line-height: 20px;
	clear: both;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	margin-top:10px;
	padding-bottom:30px;
}

.post .entry img { max-width:600px; width:auto; height:auto; margin:10px; border:10px solid #fff; box-shadow:2px 2px 10px #ddd; }
.post .entry a { color:#18A1C1; text-decoration:underline; }

.post .entry h1, .post .entry h1 a { font:bold 2em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }
.post .entry h2, .post .entry h2 a { font:bold 1.85em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }
.post .entry h3, .post .entry h3 a { font:bold 1.7em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }
.post .entry h4, .post .entry h4 a { font:bold 1.55em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }
.post .entry h5, .post .entry h5 a { font:bold 1.4em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }
.post .entry h6, .post .entry h6 a { font:bold 1.25em AppleGothic, "Malgun Gothic", dotum; color:#18A1C1; line-height:normal; text-decoration:none; }

.post .entry blockquote {
	background:#f0f5f7 url(images/quote_01.png) no-repeat 10px 10px;
	font-size:11px;
	border:1px solid #dbe4e7;
	border-radius:10px;
	box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-webkit-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-o-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-webkit-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	-o-box-shadow:inset 3px 3px 7px rgba(0, 0, 0, .05);
	padding:10px 10px 10px 40px;
 }
 
.post .entry blockquote div { background:url(images/quote_02.png) no-repeat right bottom; padding:0 0 20px 0; }

.post .info {
	font-size:12px; 
	color: #999999;
	line-height:20px;
}

.post .info .date {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post .info .author {
	font-family:AppleGothic, "Malgun Gothic", dotum;
	color: #999999;
}

.post .info .post_cats a {
	background:url(images/icon_cate_01.gif) no-repeat;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum;
	color:#999;
	text-decoration:none;
	padding-left:15px;
}

.post .info .post_tag {
	background:url(images/icon_tag_01.gif) no-repeat left 5px;
	padding-left:35px;
}

.post .info .trackback_copy a {
	background:url(images/icon_trackback_01.gif) no-repeat;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum;
	color:#999;
	text-decoration:none;
	padding-left:15px;
}

.post .info .post_tag a {
	font:normal 11px AppleGothic, "Malgun Gothic", dotum;
	color:#999;
	text-decoration:none;
}

.post .comment {
	background-image: url(images/paper_bg_comment_01.jpg);
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	right:0;
	top:-14px;
	color:#fff;
	width: 64px;
	height: 56px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .comment a { color:#fff; text-decoration:none; }

.post .comment .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .comment .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .comment .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	background: url(images/bg_read_more_01.gif) no-repeat left center;
	clear: both;
	display: block;
	/*margin-top: 10px;*/
	font:bold 12px tahoma;
	color: #777;
	line-height:12px;
	text-decoration:none;
	padding:5px 0 5px 25px;
}

a:hover.more-link  { color:#e88010; }

.navigation {
	width: 100%;
	margin-top: 30px;
}

.navigation a {
	text-decoration: none;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, arial;
	color:#999;
}

.navigation a:hover { color:#157cb7; }

.navigation .previous {
	float: right;
	font-size: 11px;
}

.navigation .next {
	float: left;
	font-size: 11px;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}

/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Frame */

/***********/
/*큰 썸네일*/
/***********/

.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.gif) no-repeat left top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.gif) no-repeat right bottom;
	padding: 16px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

/*************/
/*작은 썸네일*/
/*************/


.frame-outer.small span {
	background: url(images/frame-top-left-small.gif) no-repeat left top;
}

.frame-outer.small span span {
	/*background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;*/
	background:none;
}

.frame-outer.small span span span {
	/*background: url(images/frame-top-right-small.jpg) no-repeat right top;*/
	background:none;
}


.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.gif) no-repeat right bottom;
	padding: 11px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	margin-top: 10px;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	background:url(images/bg_side_title_01.gif) no-repeat center bottom;
	/*font: bold 16px batang, georgia;*/
	font: bold 16px AppleGothic, "Malgun Gothic", arial, georgia;
	color: #505050;
	padding:0 0 15px 10px;
}

.sidebar a {
	/*background:url(images/bullet_side_01.gif) no-repeat left 3px;*/
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, arial;
	color: #999;
	line-height:20px;
	text-decoration:none;
}
.sidebar a:hover {
	color:#000;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin:0 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	background: url(images/searchform.gif) no-repeat 10px center;
	width: 220px;
	height: 31px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-left: 20px;
	width: 140px;
	height: 16px;
	color: #909090;
	font-size:11px;
	font-family:AppleGothic, "Malgun Gothic", dotum;
	color:#70a8b7;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: lowercase;
	text-indent:-3000px;
}

.double-right-sidebar .sidebar #searchform div {
	background-image: url(images/searchform-double-sidebar.jpg);
	width: 190px;
	height: 45px;
	margin-left: -3px;
}
.double-right-sidebar .sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 117px;
	height: 16px;
	color: #909090;
	font-size: 0.9em;
	outline: none;
}

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	background:#000000;
	font:bold 12px AppleGothic, "Malgun Gothic", dotum;
	color:#ffffff;
	line-height:25px;
	width: 100%;
}

#wp-calendar th {
	font-size:12px;
	/*text-align: left;*/
	padding-top: 10px;
}

#wp-calendar td {
	font:normal 11px AppleGothic, "Malgun Gothic", tahoma, dotum;
	text-align: center;
}

#wp-calendar td a {
	font:bold 11px AppleGothic, "Malgun Gothic", tahoma, dotum;
	color:#157cb7;
}
/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 114px;
	height: 108px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer-bottom {
	clear:both;
	/*background:#222222 url(images/footer_bg_bottom.gif) repeat-x;*/
	line-height:60px;
	height:60px;
}

#footer-bottom .legal, #footer-bottom .credit {
	font-size:11px;
	font-family:AppleGothic, "Malgun Gothic", tahoma, dotum;
	color: #707070;
}

#footer-bottom .legal {
	float: left;
}

#footer-bottom .credit { color:#4e4e4e; }
#footer-bottom .credit a {
	color:#707070;
	text-decoration: none;
}

#footer-bottom .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 250px;
	margin-bottom: 36px;
}


#footer .widget {
	margin:0 5px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
	text-decoration:none;
}

#footer h2 {
	background:url(images/bg_footer_title_01.gif) no-repeat center bottom;
	font: bold 16px /*batang,*/AppleGothic, "Malgun Gothic", dotum, georgia;
	color: #c6d201;
	/*margin-bottom: 10px;*/
	padding:0 0 7px 5px;
}

/*푸터 최근 댓글 링크관련*/
#footer .widget-wrap { text-shadow:1px 1px 0 #333; -moz-text-shadow:1px 1px 0 #333; -webkit-text-shadow:1px 1px 0 #333; -o-text-shadow:1px 1px 0 #333; }

#footer .widget-wrap #recentcomments li.recentcomments {
	background:url(images/icon_footer_comment.gif) no-repeat left 7px;
	font-size:11px;
	line-height:20px;
	padding-left:15px;
}

#footer .widget-wrap #recentcomments li.recentcomments a {
	background-image:none;
	color:#a0a0a0;
	text-decoration:none;
}

#footer .widget-wrap #recentcomments li.recentcomments a:hover { color:#fff; }

#footer .widget-wrap .widget_recent_entries li {
	background:url(images/icon_footer_comment.gif) no-repeat left 7px;
	font-size:11px;
	font-size:11px;
	line-height:20px;
}

#footer .widget-wrap .widget_recent_entries a {
	display:block;
	color:#a0a0a0;
	text-decoration:none;
	padding-left:15px;
}

#footer .widget-wrap div.tagcloud a { line-height:normal; padding:3px 4px; }
#footer .widget-wrap div.tagcloud a:hover {
	background:#333;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5), 1px 1px 2px rgba(256, 256, 256, .3);
	-webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5), 1px 1px 2px rgba(256, 256, 256, .3);
	-moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5), 1px 1px 2px rgba(256, 256, 256, .3);
	-o-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5), 1px 1px 2px rgba(256, 256, 256, .3);
	background-image:none;
	text-shadow:-1px -1px 0 #111; -webkit-text-shadow:-1px -1px 0 #111; -moz-text-shadow:-1px -1px 0 #111; -o-text-shadow:-1px -1px 0 #111;
	text-decoration:none;
}

#footer .widget-wrap a:hover { color:#fff; }

/****************************
 **   Footer End
 ****************************/



/* Begin Comments*/

/* 코맨트, 트랙백관련 public */
h2#comments{
	font-size:30px;
	margin:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#83b106;
	font-weight:normal;
	/*border-bottom:1px solid #aababe;*/
	padding:0 0 10px 5px;
	margin:0;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.comment-author { float:left; }

/* 코맨트, 핑백관련 public 끝 */

/*트랙백관련*/
#pinglist_title { font:normal 18px georgia; color:#a49366; }

.pinglist { /*트랙백(핑백)전체 감싸기*/
	padding: 0;
	text-align: justify;
}

.pinglist, .pinglist div, .pinglist li, .pinglist a {
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, tahoma;
	text-decoration:none;
	color:#666666;
}

.pinglist cite { font:bold 12px AppleGothic, "Malgun Gothic", dotum, tahoma; }

.pinglist cite a { font:bold 12px AppleGothic, "Malgun Gothic", dotum; color:#157cb7; }

.pinglist strong { line-height:18px; color:#404040; }

.pinglist .trackback { /*트랙백(핑백) 한 블럭 감싸기 첫번째*/
	margin: 15px 0 0 0;
	padding: 10px;
	list-style: none;
	background:#f4f1e9;
	border:1px solid #e5e1d5;
	}

.pinglist .alt { /*트랙백(핑백) 한 블럭 감싸기 두번째*/
	background:#f4f1e9;
	/*border:1px solid #ffde00;*/
	}

.pinglist p {
	clear:both;
	line-height:18px;
	margin: 0 5px 0 0;
	}
	
.pinglist .reply { display:none; }	
/*트랙백 관련 끝*/

/*코맨트 관련*/
.commentlist {
	font-size:11px;
	font-family:AppleGothic, "Malgun Gothic", dotum, tahoma;
	padding: 0;
	text-align: justify;
	}

.commentlist, .commentlist div, .commentlist li, .commentlist a {
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, tahoma;
	text-decoration:none;
}

.commentlist cite { font:bold 12px AppleGothic, "Malgun Gothic", dotum, tahoma; }

.commentlist cite a { font-weight:bold; color:#157cb7; }

.commentlist p { clear:both; }

.commentlist .comment { /*코맨트 한 블럭 감싸기 첫번째*/
	margin: 15px 0 0 0;
	padding: 10px;
	list-style: none;
	background:#fff;
	border:1px solid #eaeaea;
	}

.commentlist .alt { /*코맨트 한 블럭 감싸기 두번째*/
	background:#fdfdfd;
	}

.commentlist .comment .comment { /* 댓글 한 블럭 내부에 생성되는 댓글 */
	/*margin: 15px 15px 15px 15px;*/
	padding: 10px;
	width:auto;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

.commentmet_data{
	width:100%;
	overflow:hidden;
}
.commentmet_data td{
	vertical-align:top;
	text-align:left;
}
.commentmet_avatar{
	width:102px;
	padding:15px 0 0 0;
}
.commentmet_text{
}
.commentmet_avatar img{
	border:1px solid #2c0202;
}

#commentform p {
	margin: 5px 0;
	}

.commentmet_replay{
	width:100%;
	overflow:hidden;
}
.commentmet_replay a{
	float:right;
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/btn_comment_reply.gif) no-repeat;
	width:79px;
	height:20px;
}

.reply a{
	/*float:right;*/
	display:block;
	text-indent:-9999px;
	text-transform:capitalize;
	background:url(images/btn_comment_reply.gif) no-repeat;
	width:51px;
	height:15px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	float:left;
	margin: 0;
	display: block;
	padding:0 0 5px 0;
	color:#636363;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
	}
.commentmetadata a{
	color:#999;
	text-decoration:none;
	padding-left:5px;
}

.pinglist .commentmetadata a{
	color:#999;
	text-decoration:none;
	padding-left:5px;
}

.commentmetadata span{
	color:#0076a3;
}

.commentmet_text{
	font-size:12px;
	color:#000;
}

#respond{
	margin:20px 0 0 0;
}

h3#respond_title{
	font-size:20px;
	font-family:Georgia, batang;
	color:#157cb7;
	font-weight:normal;
	margin:0 0 20px 5px;
}

#commentform{
	margin-left:10px;
	/*color:#000;*/
	font-size:12px;
	width:90%;
}

#commentform small{
	position:relative;
	top:-1px;
	font-size:11px;
	font-family:AppleGothic, "Malgun Gothic", tahoma, dotum;
}
#cancel-comment-reply-link {
	background:url(images/btn_comment_cancel.gif) no-repeat 10px top;
	display:block;
	width:150px;
	height:15px;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum;
	color:#000;
	text-indent:-9000px;
}

#commentform a, #commentform small{ }

#commentform input{
	background:#ffffff;
	border:1px solid #e4e4e4;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, tahoma;
	color:#999999;
	padding:4px;
}

#commentform textarea{
	background:#ffffff;
	border:1px solid #e4e4e4;
	font:normal 11px AppleGothic, "Malgun Gothic", dotum, tahoma;
	color:#999999;
	line-height:18px;
	padding:4px;
	margin:5px 0 0 0;
	width:100%;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

