@charset "utf-8";

/* 반드시 들어가야 하는 스타일 시작 */
* {margin:0; padding:0; border:0; }
body {background-color:#EAE8E1; color:#988b81; font-size:12px; line-height:1.5; }
a {color:#988b81; text-decoration:none; }
a:hover {color:#988b81; text-decoration:underline; }

/* 페이징 - 현재 페이지 */
	.selected			{font-weight:bold; text-decoration:underline; }
	.no-more-prev		{background:url(images/icon_prev_no.gif) no-repeat left 4px !important; color:#988B81 !important; }
	.no-more-next		{background:url(images/icon_next_no.gif) right 4px no-repeat !important; color:#988B81 !important; }
	.no-more-prev:hover, .no-more-next:hover	{text-decoration:none; }

/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt					{font: 9px/9px verdana, sans-serif; color: #ec6e1f; }

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; }
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif; }
/* 달력 Week(tr 영역)  */
	.cal_week               { }
	.cal_current_week       { }
/* 달력 Day(td 영역) */
	.cal_day                { display:block; float:left; width:18px; height:18px; margin:0 2px 2px 0; background-color:#DEDBCF; color:#A5968C; font:9px/18px verdana, sans-serif; text-align:center; }
/* 달력 Day, 일요일 (td 영역)  */
	.cal_day_sunday         { }
	.cal_day_sunday a       { }
/* 달력 지난 달 날짜 표시(td)   */
	.cal_day1               { display:none; }
/* 달력 다음 달 날짜 표시(td)   */
	.cal_day2               { display:none; }
/* 달력 이번 달 날짜 표시(td) */
	.cal_day3               { }
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { font:9px/18px verdana, sans-serif; background-color:#DC8532 !important; color:#fff !important; }
	.cal_day4 a.cal_click { color: #fff; }
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click	{ color:#A5968C; font:9px/18px verdana, sans-serif; text-decoration:underline; }
	a.cal_click:link        { }
	a.cal_click:visited     { }
	a.cal_click:hover       { }

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             { }
	.rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px !important; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px !important;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
	.imageblock             { margin:5px 0; }
/* 왼쪽 */
	.left                   { }
/* 가운데 */
	.center                 { }
/* 오른쪽 */
	.right                  { }
/* 그림 2개 배치 */
	.dual                   { margin-bottom:5px;}
/* 그림 3개 배치 */
	.triple                 { margin-bottom:5px;}

/* 본문 - more / less */
	.moreless_fold, .moreless_top, .moreless_bottom {font:12px georgia, serif; text-decoration:underline; }
	.moreless_fold          { padding-left:20px; background:url(images/iconMore.gif) no-repeat left top; }
	.moreless_top           { padding-left:20px; background:url(images/iconLess.gif) no-repeat left top; }
	.moreless_content		{ margin:5px 0 2px 0; }
	.moreless_bottom        { padding-right:20px; background:url(images/iconLess.gif) no-repeat right top; text-align:right; }

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

hr {display:none; }
#taglog ul, #tagbox ul {text-align:justify; }
#blogMenu li, #tagbox li, #taglog li {display:inline; }
.nonEntry li, .listEntry li, #sidebar li, #conter li, .trackback li, .commentList li {list-style-type:none; }

/* 포스트 본문 마크업 */
#content .entry .article ol, #content .entry .article ul, #content .entry .article il {padding-left:25px; }
.article dt {padding-top:5px; text-decoration:underline; }
.article dd {padding-left:25px; padding-bottom:5px; }

/* 표만들기 color */
.article table th {background-color: transparent; }
.article table td {background-color: transparent; }

/* 이미지를 둘러싼 테이블 bg */
.dual table td, .triple table td {background-color:transparent; }

/* 블로그 레이아웃 */
#header {width:100%; height:32px; background-color:#430F08; }
#header .floatWrapper {width:990px; padding-left:20px; }
#blogMenu {float:left; margin-top:0px; }
#body {width:1012px; margin-top:36px; }
#content {float:left; width:583px; padding-left:16px; }
#footer {width:556px; padding-left:4px; }
#sidebar {float:right; width:382px; margin-top:18px; }
#sidebar-one {float:left; width:160px; margin-right:30px; overflow:hidden; }
#sidebar-two {float:left; width:190px; overflow:hidden; }

/* 공통 레이아웃 */
input.text {height:15px; padding-left:5px; padding-top:2px; border-top:1px solid #CECBBF; border-left:1px solid #CECBBF; color:#988B81; font:11px/11px dotum; }
textarea {width:490px; height:80px; padding:5px; border-top:1px solid #CECBBF; border-left:1px solid #CECBBF; color:#BCB3AD; font:11px/15px dotum; }
.submit {text-indent:-5000px; overflow:hidden; cursor:pointer; }

/* 블로그 메뉴 */
#blogMenu li {display:block; float:left; height:19px; padding:0px 22px; border-left:1px solid #754F49; }
#blogMenu li a {display:block; float:left; height:8px; margin-top:11px; background-repeat:no-repeat; line-height:5000px; overflow:hidden; }
#blogMenu li.tab_write {border-right:1px solid #754F49; } /* 마지막 메뉴 */

.tab_home a {width:32px; background-image:url(images/tab_home.gif); }
.tab_tag a {width:21px; background-image:url(images/tab_tag.gif); }
.tab_media a {width:61px; background-image:url(images/tab_media.gif); }
.tab_location a {width:83px; background-image:url(images/tab_location.gif); }
.tab_key a {width:48px; background-image:url(images/tab_key.gif); }
.tab_guestbook a {width:69px; background-image:url(images/tab_guestbook.gif); }
.tab_admin a {width:36px; background-image:url(images/tab_admin.gif); }
.tab_write a {width:35px; background-image:url(images/tab_write.gif); }
#tt-body-page .tab_home, #tt-body-tag .tab_tag, #tt-body-media .tab_media, #tt-body-keylog .tab_key, #tt-body-location .tab_location, #tt-body-guestbook .tab_guestbook {background:url(images/tab_on.gif) repeat-x 0px 0px; }
#tt-body-page .tab_home a, #tt-body-tag .tab_tag a, #tt-body-media .tab_media a, #tt-body-keylog .tab_key a, #tt-body-location .tab_location a, #tt-body-guestbook .tab_guestbook a {background-position:0px -8px; }

/* counter */
#counter {margin-top:9px; color:#8E776F; font: 11px georgia, serif; text-transform:lowercase; }
#counter li { height: 17px; }
#counter strong {color:#ec6e1f; padding-left: 5px; font: 10px verdana, sans-serif;}
#counter span {color:#7B5D55; padding-left:4px; padding-right:2px; }

/* 콘텐츠 레이아웃 */
#userLocalDate, .post-info {height:20px; }
#userLocalDate, .post-info, .post-info a {color:#988b81; font:11px/16px georgia; }
.post-info .category, .post-info .category a {color:#CD7726; font-family:dotum, georgia; text-transform:lowercase;}
#userLocalDate, .post-info .date {padding-left:23px; background:url(images/icon_date.gif) no-repeat 10px 4px; }
.content-wrap {width:583px; margin-bottom:12px; background:url(images/content_mid.gif) repeat-y 0px 0px; }
.content-top {width:520px; padding:24px 38px 20px 25px; background:url(images/content_bx.gif) no-repeat 0px -16px; word-break:break-all; word-wrap:break-word; overflow:hidden; }
.content-btm {height:16px; background:url(images/content_bx.gif) no-repeat 0px 0px; font-size:0px; }
.entry, .article {width:520px; word-break:break-all; word-wrap:break-word; overflow:hidden; }

/* sidebar 레이아웃 */
#sidebar-header {margin-bottom:12px; }
#blogImage {float:left; width:70px; margin-right:6px; }
#sidebar-header .wrap {float:left; width:300px; }
#blogTitle h1 a {color:#D27414; font: bold 18px/18px dotum, "돋움", sans-serif; letter-spacing:-1px; }
#blogDesc, userID {padding: 10px 0 0 2px; color:#937771; font:11px/14px dotum, sans-serif; letter-spacing:-1px; }
/* search */
#searchBox {float:left; width:306px; height:37px; padding:15px 0 0 16px; background:url(images/bg_search.gif) no-repeat; font-size:0px; margin-top: 12px; }
#searchBox .text {width:225px; height:17px; font:12px/12px dotum; vertical-align:middle; }
#searchBox .submit {width:51px; height:20px; margin-left:8px; background:url(images/btn_search.gif) no-repeat; vertical-align:middle; }

#btnRSS {float:left; width:52px; height:52px; margin-left:6px; background:url(images/rss.gif) no-repeat; text-indent:-5000px; overflow:hidden; margin-top: 12px; }

/* calendar */
#calendar {margin-top: 15px; margin-bottom:38px; }
#calendar h4 {float:left; width:60px; height:30px; margin-right:2px; padding-top:8px; background:url(images/calendar_head.gif) no-repeat; text-align:center; }
#calendar h4 .this-month {display:block; color:#846C49; font:bold 11px arial, sans-serif; }
.prev-month {background:url(images/btn_prev.gif) no-repeat right 0; padding: 0 0 0 10px; }
.next-month {background:url(images/btn_next.gif) no-repeat left 0; padding: 0 10px 0 0; }
.prev-month:hover, .next-month:hover { text-decoration: none; }
#calendar .wrap {float:left; width:320px; }

/* blogImage */
#blogImage .frame .frameline {position:relative; border:1px solid #D5CDBF; }
#blogImage .frame .frametl, .frame .frametr, .frame .framebl, .frame .framebr {
	position:absolute;
	width:2px;
	height:2px;
	background-image:url(images/frame.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#blogImage .frame .frametl{background-position:0px 0px; top:-1px; left:-1px; }
#blogImage .frame .frametr{background-position:-2px 0px; top:-1px; right:-1px; }
#blogImage .frame .framebl{background-position:0px -2px; bottom:-1px; left:-1px; }
#blogImage .frame .framebr{background-position:-2px -2px; bottom:-1px; right:-1px; }
#blogImage .frame .content img {width:60px; height:60px; }

/* footer 레이아웃 */
#footer {margin-top:60px; margin-bottom:20px; }
#adTistory {float:left; }
#footer .wrap {float:right; text-align:right; }

/* nonEntry title */
.nonEntry h3 {height:35px; background-repeat:no-repeat; line-height:5000px; overflow:hidden; }
#taglog h3 {background-image:url(images/title_tag.gif); }
#localog h3 {background-image:url(images/title_location.gif); }
#guestbook h3 {background-image:url(images/title_guestbook.gif); }

/* 태그로그 */
#taglog li {line-height:20px; font-family:dotum, sans-serif; vertical-align:middle; }
#taglog li .cloud1 {background-color:#DE9850; color:#FCFBFA; font-weight:bold; font-size:14px; }
#taglog li .cloud2 {color:#DE9850; font-weight:bold; font-size:14px; }
#taglog li .cloud3 {background-color:#B4AAA3; color:#FCFBFA; font-weight:bold; font-size:12px; }
#taglog li .cloud4 {color:#937771; font-weight:bold; font-size:12px; }
#taglog li .cloud5 {color:#ACA199; font-size:12px; }

/* 지역로그 */
#localog, #localog a {color:#988B81; font:12px/18px dotum; }
#localog .spot {padding-left:14px; background:url(images/iconIndentArrow_local.gif) no-repeat 3px 3px; }
#localog .info {padding-left:16px; background:url(images/iconIndentArrow_localinfo.gif) no-repeat 0px 3px; }

/* 방명록 댓글 */
/* 쓰기 */
#guestWrite, .commentWrite {width:500px; padding:8px 10px 10px 10px; background-color:#F3F2ED; }
.head label {display:block; margin-bottom:3px; color:#c9c1bc; font:10px georgia, serif; text-transform:lowercase; }
.head {float:left; }
.name, .password {width:133px; }
.name input.text, .password input.text {width:122px; }
.homepage input.text {width:228px; }
.secretWrap {clear:both; height:20px; margin-top:0px; padding-top:2px; }
.secretWrap label {color:#c9c1bc; font:9px/9px georgia, serif; text-transform:uppercase; }
.secretWrap label, .secretWrap input {vertical-align:middle; }
.btn-write {width:500px; height:20px; margin-top:5px; text-align:right; }
.btn-write input.submit {float:right; width:57px; height:20px; background:url(images/btn_confirm.gif) no-repeat; }
/* 읽기 */
#guestList, .commentList {width:520px; overflow:hidden; margin-top:10px; margin-bottom:10px; }
#guestList .name, #guestList .name a, .commentList .name, .commentList .name a {color:#988B81; font:bold 11px/15px dotum, sans-serif; }
#guestList .date, .commentList .date {color:#BCB3AD; font:9px/15px georgia, serif; }
#guestList p, .commentList p {padding-top:5px; color:#BCB3AD; font:11px/15px dotum, sans-serif; }
.control {float:right; color:#DFDBD7; font:10px/15px georgia, serif; }
.control a {color:#BCB3AD; font:10px/15px georgia, serif; }
#guestList .wrap, .commentList .wrap {padding: 0 5px 5px 0; }
#guestList ul, .commentList ul {margin-bottom:10px; border-top:1px solid #F3F2ED; }
#guestList ul li, .commentList ul li {
	padding: 5px 0 0 31px;
	border-bottom:1px solid #F3F2ED;
	background:url(images/iconIndentArrow_re.gif) no-repeat 5px 5px;
}

/* 트랙백 */
.trackback h3 {height:23px; margin-top:14px; padding-left:85px; background:#F3F2ED url(images/txt_trackback.gif) no-repeat; color:#e2a465; font:11px/22px georgia, serif; }
.trackback h4 {margin-right:16px; color:#BCB3AD; font:11px/14px dotum, sans-serif; }
.trackback li {width:520px; padding:18px 0 0 0; border-bottom:1px solid #F3F2ED; color:#C9C1BC; }
.trackback .date {font:9px/12px georgia, serif; }
.trackback .from {font:10px/12px georgia, serif; }
.trackback .name {font:11px/12px dotum, sans-serif; }
.trackback p {padding:5px 0; font:11px/17px dotum, sans-serif; }
.trackback .delete {display:block; float:right; width:7px; height:7px; margin:4px 5px 0 0; background:url(images/iconDelete.gif) no-repeat 0px 0px; text-indent:-5000px; overflow:hidden; }

/* 보호글 */
.protected-top, .protected-btm {width:520px; height:6px; background-image:url(images/bx_protected.gif); background-repeat:no-repeat; background-position:0px 0px; font-size:0px; }
.protected-top {background-position:0px -6px; }
.protected-mid {width:520px; padding:19px 0 16px 0; background-color:#F3F2ED; color:#988b81; font:12px/18px dotum; text-align:center; }
.entryProtected p {padding:5px; }
.entryProtected label {padding:0px 6px; background:url(images/bul_protected.gif) no-repeat 0px 6px; color:#e2a465; font:12px/12px georgia; }
.entryProtected input.text {height:17px; font:12px/12px dotum; }
.entryProtected input.submit {width:57px; height:20px; margin-left:2px; background:url(images/btn_confirm.gif) no-repeat; }

/* 검색결과 */
.listEntry h3 {color:#723931; font:14px/18px batang; }
.listEntry .date {display:block; float:left; width:80px; margin-top:1px; margin-right:7px; border-right:1px solid #f0cead; color:#e2a465; font:11px/11px georgia, serif; }
.listEntry .list {float:left; width:432px; }
.listEntry, .listEntry a, listEntry span {color:#988b81; font:12px/16px dotum, sans-serif; }
.listEntry li {margin-bottom:2px; }

/* 포스트 */
.titleWrap h2, .listEntry h3 {margin-bottom:15px; }
.titleWrap h2 a, .listEntry h3 b {color:#723931; font:bold 16px/18px batang; }
.admin {margin-bottom:12px; }
.admin, .admin a, .admin a:hover {color:#bcb3ad; font:11px/18px dotum; }
.article {color:#988b81; font:12px/1.7 dotum;  }
.article a {text-decoration:underline; }
.entry .article {margin-bottom:15px; padding-bottom:26px; background:url(images/line_dot.gif) repeat-x bottom; }
.article blockquote {padding-left:16px; background:url(images/iconBlockquote.gif) no-repeat; }

/* 테그트레일 */
.tagTrail {margin-bottom:4px; padding-left:40px; background:url(images/txt_tag.gif) no-repeat 0px 0px; color:#988B81; font:11px/14px dotum; }
/* 액션트레일 */
.actionTrail, .actionTrail a, .actionTrail a span, .actionTrail b {color:#988B81; font:11px/14px georgia, serif; }
.actionTrail a span.cnt {color:#DC8532; font-weight:bold; }
.actionTrail b {font-weight:bold; }
.author {float:right; color:#BCB3AD; font:11px/20px dotum, sans-serif; }
.author .text {font:10px/20px georgia, serif; }

/* 페이지 */
#paging {margin-top:2px; text-align:center; }
.numbox {padding:0 10px 0 5px; }
.numbox a {padding-left:5px; }
#paging, #paging a, #paging a:hover {color:#A1746D; font:11px georgia, serif; }

/* 이전 다음 버튼 */
a#prevPage, a#prevPage:hover, a#nextPage, a#nextPage:hover {color:#723931; }
#prevPage {padding-left:9px; background:url(images/icon_prev.gif) no-repeat left 4px; }
#nextPage {padding-right:9px; background:url(images/icon_next.gif) no-repeat right 4px; }

/* footer /*/
#adTistory {display:block; height:18px; padding-top:7px; padding-left:100px; background:url(images/tistory.gif) no-repeat 0px 0px; }
#adTistory, #adTistory:hover {color:#9B8B80; font:12px/12px dotum; }
#footer .wrap {margin-top:7px; }
#footMenu {color:#C8C2BB;  font:11px/15px dotum, sans-serif; }
#footMenu a, #footMenu a:hover {color:#B0A69D; font:11px/15px dotum, sans-serif; }
#copyright, #copyright a {color:#988b81; font:10px/15px georgia, serif; text-transform:uppercase; }

/* 사이드바 //*/
/* 타이틀 */
#sidebar h3 {height:20px; background-repeat:no-repeat; line-height:5000px; overflow:hidden; }
#category h3 {background-image:url(images/stit_category.gif); }
#tagbox h3 {background-image:url(images/stit_tag.gif); }
#notice h3 {background-image:url(images/stit_notice.gif); }
#recentPost h3 {background-image:url(images/stit_recentpost.gif); }
#recentComment h3 {background-image:url(images/stit_recentcomment.gif); }
#recentTrackback h3 {background-image:url(images/stit_recenttrackback.gif); }
#archive h3 {background-image:url(images/stit_archive.gif); }
#link h3 {background-image:url(images/stit_link.gif); }
#sidebar .list h3 {border-bottom:1px solid #DBD4C8; }

.module { padding: 8px 0 25px 0; }
.module_widget h3, .module_plugin h3 {margin-top:25px; color:#856a40; font:bold 14px batang, georgia, serif; line-height:16px !important; overflow:visible; } /* 플러그인 위젯 타이틀 */
#sidebar-one .module_widget li, #sidebar-one .module_plugin li, #sidebar-two .module_widget li, #sidebar-two .module_plugin li {background:none; }

/* 목록 */
#sidebar .sidebarBody, #sidebar .sidebarBody a {color:#968273; font:12px/16px dotum; }
#sidebar .list li {padding:1px 0 1px 6px; background:url(images/bul.gif) no-repeat 0px 6px; }
#sidebar ul {margin-top:8px; margin-bottom:25px; }
#sidebar-one .cnt, #sidebar-one .date, #sidebar-two .cnt, #sidebar-two .date { font: 9px/9px verdana, sans-serif; color: #ec6e1f; }
#tagbox ul {margin-top:2px; }
#notice ul {margin-top:0px; }
/* 카테고리 */
#category {margin-bottom:30px; }
#category ul {margin:0; }
/*1depth*/
#category ul {border-top:1px solid #DBD4C8; border-bottom:1px solid #DBD4C8; }
#category li a {display:block; padding:3px 0 2px 0; }
/*2depth*/
#category ul li ul {border:0px; }
#category ul li ul li {border-top:1px solid #DBD4C8; }
/*3depth*/
#category ul li ul li ul {border:0px; }
#category ul li ul li ul li a {
	padding-left:7px;
	background:url(images/iconDepth3.gif) no-repeat 1px 9px;
}

/* 태그박스 */
#tagbox li {padding:0; background:none; }
#tagbox li .cloud1, #tagbox li .cloud2 {color:#E6905A; }

/* 공지사항 */
#notice li {padding:1px 0 1px 14px; background:url(images/bul_notice.gif) no-repeat 0px 3px; }

.hide { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; } /* display:none */
.clear {clear:both; }
/* Float 버그 */
.floatWrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.floatWrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html .floatWrapper {height: 1%;}
/* End hide from IE-mac */