﻿@charset "utf-8";


/* ------------------------------------------------------------------- */
/* 반드시 들어가야 하는 스타일 시작 */
/* ------------------------------------------------------------------- */

/* 본문 공통 */

body		{ margin:0; padding:0; font-family:verdana, san-sefif; font-size:12px; color:#000;}
a:link		{ color:#000; text-decoration:none;}
a:visited	{ color:#000; text-decoration:none;}
a:hover		{ color:#000; text-decoration:underline;}
a:active		{ color:#000; text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected				{ font-weight:bold; color:#000;}
/* 카테고리 - 이미지 버튼 */
.ib							{ cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3				{ cursor:pointer; font:12px verdana; color:#000;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt					{ font:8px verdana;  color:#666;}
/* 달력 월 표시 */
.cal_month				{ font-size:9px; height:20px;}
/* 달력 요일 표시(th 영역) */
.cal_week1			{ display:none;}
/* 달력 일요일 표시(th 영역) */
.cal_week2			{ display:none;}
/* 달력 Week(tr 영역)  */
.cal_week				{ }
.cal_current_week	{ background-color:#f6f6f3;}
/* 달력 Day(td 영역) */
.cal_day				{ color:#999; text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
.cal_day_sunday	{ color:#b40000 !important;}
.cal_day_sunday a	{ color:#b40000 !important;}
/* 달력 지난 달 날짜 표시(td)   */
.cal_day1				{ color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
.cal_day2				{ color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
.cal_day3				{ color:#000;}
/* 달력 오늘 날짜 표시(td) */
.cal_day4				{ color:#000; font-weight:bold; text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link		{ color:#000; font-weight:bold;}
a.cal_click:visited	{ color:#000; font-weight:bold;}
a.cal_click:hover	{ color:#bbb; font-weight:bold;}
/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general			{ }
.rp_admin				{ }
.rp_secret				{ color:#BE9A9A;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general		{ }
.guest_admin			{ }
/* 비밀 댓글 (로그아웃시 비밀글 표현) */
.hiddenComment 	{ background:url(images/iconSecret.gif) no-repeat; padding-left:20px; font-weight:normal;}
/* 이미지 아래 캡션 스타일 */
.cap1						{ color:#999; text-align:center;}
/* 그림 */
.imageblock			{ border:0px; padding:0px; margin:0px;}
/* 왼쪽 */
.left						{ }
/* 가운데 */
.center					{ }
/* 오른쪽 */
.right						{ }
/* 그림 2개 배치 */
.dual						{ background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
.triple					{ background-color:#fff; margin-bottom:5px;}
/* 본문 - more / less */
.moreless_fold		{ top left no-repeat; color:#bbb;}
.moreless_top		{ top left no-repeat; color:#bbb;}
.moreless_body		{ }
.moreless_bottom	{ top left no-repeat; color:#bbb;}
/* 키워드 */ 
.key1					{ cursor:pointer; border-bottom: 1px dotted #A17866; }


/* ------------------------------------------------------------------- */
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능  */
/* ------------------------------------------------------------------- */

hr						{ display:none;}
img					{ border:0;}
h1,h2,h3,h4		{ margin:0; padding:0;}
h1						{ font-size:24px;}
h2						{ font-size:20px;}
h3						{ font-size:14px;}
h4						{ font-size:12px;}
input					{ border:1px solid #666;}
textarea			{ border:1px solid #666;}


/* ------------------------------------------------------------------- */
/* 블로그 레이아웃 */
/* ------------------------------------------------------------------- */

#container 		{ width:900px; margin:5px 0 0 10px;}
#left			{ float:left; width:200px; position:fixed;}
#header 			{ width:200px; text-align:left; margin-bottom:15px;}
#sidebar 			{ width:160px; padding:0 20px 10px 0; margin-right:20px;}
#content 			{ float:right; width:700px; line-height:160%; overflow:hidden;}
#footer 				{ }


/* ------------------------------------------------------------------- */
/* ***** Header ***** */
/* ------------------------------------------------------------------- */

#header .title h2 a					{ font:12px verdana; color:#000; font-weight:bold; text-transform:uppercase;}
#header .title h2 a:hover		{ }
#header .blogMenu					{ font:9px verdana; display:none;}


/* ------------------------------------------------------------------- */
/* ***** sidebar ***** */
/* ------------------------------------------------------------------- */

#sidebar ul		{ padding:0; margin:0; list-style:none;}
#sidebar li			{ }
#sidebar h3		{ padding:0px; margin-bottom:7px; font:11px verdana; color:#000; font-weight:bold;}
#sidebar .cnt		{ font:8px verdana; color:#666;}
#sidebar .date	{ font:9px verdana; color:#000;}
#sidebar .name	{ font:11px verdana; color:#000;}

#sidebar .search				{ }
#sidebar .search input		{ width:110px; height:14px; font:9pt dotum;   color:#8B8989; border:1px solid #aaa;}
#sidebar .search .submit		{ width:40px; height:18px; background-color:#A17866; font:9px verdana; color:#fff;}

#sidebar .archive		{ font:9px Verdana; color:#000; margin-top:25px; line-height:13px;}
#sidebar .calendar		{ font:9px Verdana; color:#999; margin-top:25px; width:140px;}
#sidebar .recentPost            { font:11px verdana; color:#000; margin-top:15px; line-height:16px;}
#sidebar .link ul			{ padding-bottom:30px;}
#sidebar .link li			{ font:9px Verdana, dotum;}

#sidebar .botton			{ }

#sidebar .counter		{ font:9px verdana; display:inline;}
#sidebar .counter li	{ display:inline;}

#sidebar .rss		{ font:9px verdana;}

/* Categories */
#category		{ text-align:left;}
#category h3            { font:9pt verdana; color:#000;}
#category ul		{ padding:0px;}
#category li  		{ font:10px verdana; color:#000;}
#category li a		{ color:#000;}
#category li a:link     { color:#000;}
#category li a:visited  { color:#000;}
#category li a:hover    { color:#000; text-decoration:underline;}
#category li a:active   { color:#000;}
/* 1 depth */
#category ul li ul li a		       { padding:0px; font:10px verdana; color:#000; line-height:27px; }
#category ul li ul li a:hover          { color:#000; text-decoration:underline;}   

/* 2 depth */
#category ul li ul li ul li		{ }
#category ul li ul li ul li a	{ font:10px verdana; color:#000;} 
#category ul li ul li ul li a:hover     { color:#000; text-decoration:underline;}  

/* selected */
#category .selected				{ color:#66ccff;}
#category .selected ul li		{ }

/* ------------------------------------------------------------------- */
/* ***** content ***** */
/* ------------------------------------------------------------------- */

#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,
#content .guestbook, 
#content .searchList, 
#content .searchRplist		{ margin-bottom:40px;}

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3,
#content .searchList h3, 
#content .searchRplist h3	{ padding-bottom:20px; color:#666; font:12px dotum, verdana; font-weight:bold;}

.searchList ol, 
.searchRplist ol					{ list-style:none; padding:0; margin:0;}
.searchList li, 
.searchRplist li					{ }
.searchList .date, 
.searchRplist .date				{ font:9px Verdana; }
.searchList .cnt					{ font:9px Verdana; color:#A17866;} 
.searchRplist .name			{ font:12px Verdana; color:#999; }

.localog .spot,
.localog .info				{ padding-left:20px; margin-top:3px;}
.localog a					{ color:#A17866; font-weight:bold;}

.taglog ul					{ padding:0; margin:0; text-align:justify;}
.taglog li					{ display:inline;}
.taglog li a:hover		{ color:#A17866;}
.taglog li .cloud1			{ color:#666; font-weight:bold; font-size:12px;}
.taglog li .cloud2			{ color:#666; font-weight:bold; font-size:12px;}
.taglog li .cloud3			{ color:#666; font-weight:bold; font-size:12px;}
.taglog li .cloud4			{ color:#666; font-size:12px;}
.taglog li .cloud5			{ font-size:12px; color:#999; }

.guestbook p					{ padding:2px 0; margin:0;}

.guestWrite					{ font:9px verdana;}
.guestWrite input			{ width:150px; font:9pt dotum; color:#8B8989;}
.guestWrite textarea		{ width:98%; padding:3px; font:9pt dotum; color:#8B8989;}
.guestWrite .homepage   { width:300px; }
.guestWrite .submit			{ width:150px; background-color:#A17866; height:20px; font:9px verdana; color:#fff;}
.guestWrite input.checkbox	{ width:15px; background-color:#fff;  border:none; padding:0; margin:0;}

.guestList							{ width:100%; padding:20px 0 0 0;}
.guestList ol						{ padding:30px 0 0 0; margin:0; list-style:none;}
.guestList ol ul					{ margin:0; padding:0; list-style:none;}
.guestList ol li						{ margin:0; padding:0; overflow:hidden; list-style:none;}
.guestList ol li p					{ padding-top:5px; background:url(images/2.gif)  repeat-x; }
.guestList ol li ul li				{ padding:10px 0 0 60px; border:none; overflow:hidden;}
.guestList ol li .name			{ font-weight:bold;}
.guestList ol li .date				{ font:9px verdana; color:#B0B0B0; }
.guestList .control				{ font:9px verdana; color:#B0B0B0;}
.guestList .control a			{ color:#B0B0B0;}
.guestList .control a:hover	{ font:9px verdana; color:#A17866;}



/* ------------------------------------------------------------------- */
/* entry */
/* ------------------------------------------------------------------- */

.entryNotice h2, 
.entryProtected h2, 
.entry h2								{ font:12px verdana; font-weight:bold; padding-bottom:3px;}
.titleWrap								{ font:9px Verdana; padding-bottom:15px;}
.titleWrap .category a				{ font:11px Verdana, dotum; color:#999;}
.titleWrap .category a:hover	{ color:#000;}
.titleWrap .date						{ color:#999;}
.titleWrap .admin 					{ font:9px Verdana; color:#999; padding-left:5px;}
.titleWrap .admin a					{ color:#999;}
.titleWrap .admin a:hover		{ color:#000;}

.entryProtected p.text				{ padding-left:48px; background:url(images/imgProtected.gif) no-repeat ;}
.entryProtected input				{ width:200px; color:#666; }
.entryProtected .submit			{ font:9px Verdana; width:50px; padding-top:2px; height:20px; color:#fff; background-color:#999;}

.article						{ width:100%; overflow:hidden; padding-bottom:30px; font:12px verdana; color:#000;}
.article dt					{ text-decoration:underline;}
.article dd					{ margin-left:20px; padding-bottom:10px;}
.article blockquote		{ padding-left:28px; margin:10px 20px; background:url(images/iconBlockquote.gif) top left no-repeat;}

.tagTrail               		{ padding:0;}
.tagText						{ }

.actionTrail					{ clear:both; font:12px arial; color:#9e9e9e;}
.actionTrail a					{ clear:both; font:12px arial; color:#9e9e9e;}
.actionTrail a:hover				{ clear:both; font:12px arial; color:#000;}
.actionTrail .cnt			{ color:#000; font-weight:bold;}

.trackback						{ padding-top:2px; margin-bottom:4px; width:100%; overflow:hidden;}
.trackback a					{ color:#666;}
.trackback h3					{ font:12px Verdana; color:#A17866;  margin:5px 0 5px 0;}
.trackback h4					{ font:12px Verdana; font-weight:normal; margin:0; font-weight:bold;}
.trackback ol					{ margin:0;  padding:0; list-style:none;}
.trackback li					{ padding:5px 0 5px 0;}
.trackback .date				{ font:9px Verdana; color:#999;}
.trackback p					{ font:12px Verdana; color:#999; margin:3px 0 0 0; padding:0; letter-spacing: 0px;}
.trackback a.delete span	{font:9px Verdana; color:#999;}

.comment			{ padding-top:15px; margin-bottom:4px; width:100%; 

overflow:hidden;} 
.comment p		{ margin:0 0 1px 0;}
.comment h3		{ display:none;}
.comment ol,
.comment ul		{ margin:0;  padding:0; list-style:none;}
.comment .date	{ font:9px Verdana; color:#999;}
.comment .name{ font:12px verdana; font-weight:bold;}
.comment ol li	{ padding:10px 0; font:12px verdana; line-height:17px;}
.comment li ul li	{ padding:5px 0 10px 40px; font:12px verdana; line-height:17px;}

.comment .control				{ font:9px Verdana; color:#999;}
.comment .control a			{ color:#999;}
.comment .control a:hover	{ color:#000;}

.commentWrite						{ margin-top:20px; font:9px verdana;}
.commentWrite input				{ font:12px verdana; width:110px; color:#000; }
.commentWrite textarea			{ font:12px verdana; width:90%; height:70px; color:#000; padding:5px; line-height:17px;}
.commentWrite .homepage		{ width:200px; font:10px verdana;}
.commentWrite .submit			{ height:20px; width:110px; font:10px verdana; color:#000; background-color:#fff;}
.commentWrite .checkbox		{ width:15px; border:none; padding:0; margin:0; }

.paging					{ padding:0;   text-align:left;  font:9px verdana;}
.paging .numbox	{ border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:9px verdana;}
.paging .num			{ border-right:1px solid #ccc; padding-right:8px; margin-right:5px; font:9px verdana;}
.paging a:visited		{ color:#000; text-decoration:none;}
.paging a:hover		{ font-weight:bold; color:#000;}

.br                     { padding:20px;}

/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */

#footer          { text-align:left; font:9px Verdana; padding:10px 0 40px 0;}


/* ------------------------------------------------------------------- */
/* ***** etc ***** */
/* ------------------------------------------------------------------- */

.imageblock *			{ border:none !important;}
