
@charset "utf-8";


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

/* 본문 공통 */

body			{ margin:0; padding:0; font:12px Georgia, Verdana; color:#666;}
a:link		{ color:#666; text-decoration:none;}
a:visited	{ color:#666; text-decoration:none;}
a:hover		{ color:#666; font-weight:bold;}
a:active		{ color:#666; text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected				{ font-weight:bold; color:#F16F8A;}
/* 카테고리 - 이미지 버튼 */
.ib							{ cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3				{ cursor:pointer; font:11px Georgia;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt					{ font:10px Georgia;  color:#F16F8A;}
/* 달력 월 표시 */
.cal_month				{ font-size:9px; height:18px;}
/* 달력 요일 표시(th 영역) */
.cal_week1			{ font:11px Georgia; height:18px;}
/* 달력 일요일 표시(th 영역) */
.cal_week2			{ font:11px Georgia; height:18px; color:#F16F8A;}
/* 달력 Week(tr 영역)  */
.cal_week				{ }
.cal_current_week	{ background-color:#eee;}
/* 달력 Day(td 영역) */
.cal_day				{ font-size:9px; color:#999; text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
.cal_day_sunday	{ color:#F16F8A !important;}
.cal_day_sunday a	{ color:#F16F8A !important;}
/* 달력 지난 달 날짜 표시(td)   */
.cal_day1				{ color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
.cal_day2				{ color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
.cal_day3				{ color:#666;}
/* 달력 오늘 날짜 표시(td) */
.cal_day4				{ color:#666; font-weight:bold; text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link		{ color:#666; font-weight:bold;}
a.cal_click:visited	{ color:#666; font-weight:bold;}
a.cal_click:hover	{ color:#F16F8A; font-weight:bold;}
/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general			{ }
.rp_admin				{ }
.rp_secret				{ color:#699;}
/* 종류별 코멘트 [##_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		{ background:url(images/iconMore.gif) top left no-repeat; padding-left:25px; color:#F16F8A; font-weight:bold; }
.moreless_top		{ background:url(images/iconLess.gif) top left no-repeat; padding-left:25px; color:#F16F8A; font-weight:bold; }
.moreless_body		{ }
.moreless_bottom	{ background:url(images/iconLess.gif) top right no-repeat; padding-right:25px; color:#F16F8A; text-align:right; font-weight:bold; }
/* 키워드 */ 
.key1					{ cursor:pointer; border-bottom: 1px dotted #F16F8A; }


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

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 #999;}
textarea			{ border:1px solid #999;}


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

#container 		{ width:900px; margin:30px 0 0 30px;}
#header 			{ width:900px; padding-bottom:25px; margin-bottom:25px; background:url(./images/top-border.gif) left bottom no-repeat;}
#sidebar 			{ float:left; width:210px; padding:0 30px 40px 0; margin-right:30px; background:url(./images/middle-border.gif) right top no-repeat;}
#content 			{ float:right; width:630px; line-height:160%; overflow:hidden;}
#footer 				{ }


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

#header .title h2 a					{ font:24px Monotype Corsiva, verdana; font-weight:bold;}
#header .title h2 a:hover		{ }
#header .blogMenu					{ font:12px Georgia; font-weight:bold;}


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

#sidebar ul		{ padding:0; margin:0; list-style:none;}
#sidebar li			{ padding-bottom:2px;}
#sidebar h3		{ padding:20px 0 3px 0; margin-bottom:6px; font:12px Georgia; color:#3EACDA; font-weight:bold; background:url(images/sidebar-border.jpg) bottom no-repeat;}
#sidebar .cnt		{ font:9px times new roman; color:#F16F8A;}
#sidebar .date	{ font:9px Georgia; color:#999;}
#sidebar .name	{ font:12px Georgia; color:#999;}

#sidebar .search				{ }
#sidebar .search input		{ width:150px; height:16px; font:12px verdana;  color:#666;}
#sidebar .search .submit		{ width:50px; height:20px; background-color:#999; font:9px verdana; color:#fff;}

#sidebar .archive		{ font:9px Georgia;}

#sidebar .calendar		{ font:9px Georgia;}

#sidebar .link ul			{ padding-bottom:30px;}
#sidebar .link li			{ font:11px Georgia;}

#sidebar .botton			{ }

#sidebar .counter		{ font:8px Monotype Corsiva; display:inline;}
#sidebar .counter li	{ display:inline;}

#sidebar .rss		{ font:9px Monotype Corsiva;}



/* ------------------------------------------------------------------- */
/* ***** 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:15px; color:#666; font:13px Georgia; font-weight:bold;}

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

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

.taglog ul					{ padding:0; margin:0; text-align:justify;}
.taglog li					{ display:inline;}
.taglog li a:hover		{ color:#699;}
.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:12px Verdana; color:#666;}
.guestWrite textarea		{ width:98%; padding:3px; font:12px Verdana; color:#666;}
.guestWrite .homepage   { width:300px; }
.guestWrite .submit			{ width:150px; background-color:#999; 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:12px Verdana, Georgia; font-weight:bold;}
.guestList ol li .date				{ font:9px Georgia; color:#999; }
.guestList .control				{ font:9px Georgia; color:#999;}
.guestList .control a			{ color:#999;}
.guestList .control a:hover	{ font:9px Georgia; color:#699;}



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

.entryNotice h2, 
.entryProtected h2, 
.entry h2								{ font:22px Monotype Corsiva; font-weight:bold; padding-bottom:4px;}
.titleWrap						%0