@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body 
{
	font: Georgia, '돋움', 'Dotum';
	line-height: 1.2em;
	margin: 0; 
	padding: 0; 
}

.body a:link		{ color:#222; text-decoration:none; }			
.body a:visited 	{ color:#222; text-decoration:none; }
.body a:hover       { color:#222; text-decoration:none;     background-color:#eeeeee; }
.body a:active      { color:#222; text-decoration:none; }
	
a:link          { text-decoration:none; }
a:visited       { text-decoration:none; }
a:hover         { text-decoration:none;     background-color:#eeeeee; }
a:active        { text-decoration:none; }

/* 페이징 - 현재 페이지 */
.selected               { font-weight:bold;  color:#bd7dff; }

/* 카테고리 - 이미지 버튼 */
.ib                     { }
/* 카테고리 - 트리 셀 */
.branch3                { }
/* 카테고리 - 카테고리 옆 개수 스타일 */    
.c_cnt                  { display:none; }
/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general             { }
.rp_admin               { }
.rp_secret              { color:#bd7dff;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general          { }
.guest_admin            { }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
.hiddenComment { }


/* 이미지 아래 캡션 스타일 */
.cap1                   { color:#aaaaaa; text-align: center; }
/* 그림 */
.imageblock             { border:none; }

/* 본문 - more / less */    
.moreless_fold          { background:url(images/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000000;}
.moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000000;}
.moreless_body          { }
.moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999999; 
text-align:right;}

/* -------------------------------------------------- */

h1 		{ font-size: 40px; font-weight: normal; letter-spacing:-1px; }
h1 a	{ font-family: Arial; color: #666666; text-decoration: none;}


blockquote { padding: 10px 15px 10px 15px; border-left:4px solid #dddddd; background-color:#f9f9f9; font-size: 9pt;}

#wrap
{
	position:relative;
}

#container
{
	width: 950px; margin: 0 100;
}


#header
{
	float: left; width: 640px; 
	overflow: hidden;
	padding: 0px 30px 0px 30px;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#content
{
	float: left; width: 640px; 
	overflow: hidden;
	padding:0 30px 10px 30px;
	background:#ffffff;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#sidebar
{
	width: 270px;
	padding-top: 100px;
	padding-left: 20px;
	overflow: hidden;
}

#sidebar h3 { font-family: 'Arial','돋움','Dotum','AppleGothic'; font-size: 10pt; color: #555555; text-decoration: none;}

#sidebar2
{
	font-size: 12px;
	clear: both;
	position: relative;
	width: 700px; 
	padding: 10px 0 15px 0;
}

#footer
{
	font-size: 12px;
	clear: both;
	position: relative;
	width: 700px; 
	padding: 10px 0 15px 0;
}

#footer a { color: #999999;}

.titleWrap
{ 
	font-size: 12px; 
	color: #222222;
	padding: 30px 0 2px 0;
	border-bottom: 1px solid #CCCCCC;
}

.titleWrap a 	{ color: #222222; }

.date 		{ font-size: 22pt; color: green; font-family: 'Bradley Hand ITC TT', 'Lucida Handwriting', 'Stone Sans Sem ITC TT', 'Vladimir Script'; }
.admin		{ font-size: 9pt; color: #BBBBBB;}

.article
{
	font-family: 'Times New Roman', Dotum, '돋움', 'AppleGothic';
	font-size: 9pt;
	color: #555555;
	padding: 15px 0 10px 0;
}

.actionTrail
{
	font-family: 'Trebuchet MS', Verdana, Tahoma;
	font-size: 8pt;
	color: #555555;
	padding: 20px 0px 0px 500px;
}

.actionTrail a { color: #555555; }

.paging
{
	font-family: "Arial,Helvetica,sans-serif";
	font-size: 11px; 
	font-weight: bold;
	color: #555555;
	padding: 15px 0px 10px 0px;
}

.paging a { color: #555555; }
.paging a:hover { text-decoration: underline; }

.numbox { color: #999999; }
.numbox a { color: #999999; }

.copyright { color: #999999; padding: 0 0 0 10px;}
.copyright a { color: #999999;}

.link { color: #006699; font-family: 'Arial','Tahoma', '돋움','Dotum'; font-size: 10pt; line-height: 13pt; }
.link a { color: #006699; }

/* ------ category ----- */
.class { font-size: 9pt; }
.ib
{
	cursor:pointer;
}

.branch3
{
	font-family: 'Tahoma', '돋움','Dotum','AppleGothic'; 
	cursor:pointer;
	font-size: 8pt;
	color: #777777
}

.branch3 a { color: #777777; }

.entry .list
{
	margin: .5em 0 2em;
}

#guestBook .list
{
	margin-top: 2em;
}

/* Comment list */

.list h3
{
	display: none;
}

.list ol
{
	list-style: none;
	margin-bottom: 2em;
}

.list li
{
	margin-bottom: 1em;
	border: 1px solid #f0f0e6;
}

* html .list li
{
	display: inline-block;
}

*:first-child+html .list li
{
	display: inline-block;
}

.list li p
{
	line-height: 22px;
	font-size: 9pt;
	clear: left;
	margin-bottom: .5em;
	padding: 0 1em .3em;
}

.list p.writer
{
	padding: 0 1em 0;
}

.list p.writer a
{
color: black;
	padding: 0 1em 0;
}

.list span.command
{
	float: left;
	display: block;
	margin-bottom: 1em;
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	color: #999;
}

.list span a
{
	text-decoration: underline;
}

.list span a:link, .list span a:visited
{
	color: #999;
}

.list span a:hover, .list span a:active
{
	color: #333;
}

.list cite
{
	display: block;
	margin: .6em 0 -.5em;
}

.list span abbr
{
	border: 0 none;
}

/* Reply */

.list ol li ol
{
	margin: 0;
}

.list ol li ol li
{
	margin: 0;
	padding: 0 0 .3em;
	border: 0 none;
	border-top: 1px solid #f0f0e6;
	background-color: #faf9f8;
}

.list .writer cite img
{
	float: left;
	margin: 0 .5em 10px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

/* special classes
.list ol li.rp_secret p.writer cite, .list ol li.guest_secret p.writer cite
{
	background-image: url('./images/ico_lock.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.list ol li.rp_secret span.hiddenCommentTag_name, .list ol li.guest_secret span.hiddenCommentTag_name
{
	color: #999;
}

.list ol li.rp_secret span.hiddenCommentTag_content, .list ol li.guest_secret span.hiddenCommentTag_content
{
	display: none;
} */

/* Write area */

form legend
{
	font: 1.3em 'Franklin Gothic Medium', Helvetica, sans-serif;
	font-size: 9pt;
}

form fieldset div
{
	font-size: 9pt;
	margin: .3em 0;
	width: 435px;
}

form label
{
	font-size: 9pt;
	padding-left: .2em;
	vertical-align: middle;
	font: 1em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form label em
{
	color: #999;
}

form input
{
	font-size: 9pt;
	width: 180px;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Gulim, '굴림', sans-serif;
	vertical-align: middle;
	color: #666;
}

form textarea
{
	font-size: 9pt;
	width: 435px;
	height: 12em;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	color: #666;
}

form input:focus, textarea:focus
{
	background-color: #fff;
	border-top-color: #aaa;
	border-left-color: #aaa;
}

.checkbox
{
	width: 12px;
	padding: 0;
	border: 0 none;
	background: none;
}

.submit
{
	font-size: 9pt;
	height: 3.2em;
}

.submit input
{
	width: 80px;
	height: 25px;
	margin-top: 1em;
	padding: .3em;
	font-size: 0.92em;
	color: #666;
	cursor: pointer;
}