@charset "utf-8";

/* ------------------------------------------------------------------- */
/* 반드시 들어가야 하는 스타일 시작 */
/* ------------------------------------------------------------------- */

/* 본문 공통 */

body	{ margin:0; padding:0; color:#000; font:12px Verdana, 굴림, Gulim, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;}
a:link,
a:visited,
a:active	{ color:#000; text-decoration:none;}
a:hover	{ color:#f60; text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected	{ font-weight:bold;}

/* 카테고리 - 이미지 버튼 */
.ib	{ cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3	{ cursor:pointer; }
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt	{ color:#999; font-size:9px;}


/* 달력 월 표시 */
.cal_month					{ padding-bottom:5px; font-size:10px; font-weight:bold; text-align:center; height:20px;}
/* 달력 요일 표시("th 영역") */
.cal_week1				{ }
/* 달력 일요일 표시("th 영역") */
.cal_week2				{ color:#f60;}
/* 달력 Week("tr 영역")  */
.cal_week					{ }
.cal_current_week		{ background-color:#eee;}
/* 달력 Day("td 영역") */
.cal_day					{ font-size:9px; text-align:center;}
/* 달력 Day, 일요일 ("td 영역")  */
.cal_day_sunday,
.cal_day_sunday a		{ color:#f60;  height:20px;}
/* 달력 지난 달 날짜 표시("td")   */
.cal_day1					{ }
/* 달력 다음 달 날짜 표시("td")   */
.cal_day2					{ }
/* 달력 이번 달 날짜 표시("td") */
.cal_day3					{ }
/* 달력 오늘 날짜 표시("td") */
.cal_day4					{ color:#f60; font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link,
a.cal_click:visited		{ font-weight:bold;}
a.cal_click:hover		{ color:#f60;}




/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general	{ }
.rp_admin	{ }
.rp_secret	{ color:#f60;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general	{ }
.guest_admin	{ }
.guest_secret	{ color:#f60;}
/* 비밀 댓글 ("로그아웃시 비밀글 표현") */
.hiddenComment 	{ color:#f60; font-weight:normal;}

/* 이미지 아래 캡션 스타일 */
.cap1	{ color:#999; text-align:center; }
/* 그림 */
.imageblock	{ margin:0; padding:0; border:none; vertical-align:top;}
/* 왼쪽 */
.left	{ }
/* 가운데 */
.center	{ }
/* 오른쪽 */
.right	{ }
/* 그림 2개 배치 */
.dual	{ }
/* 그림 3개 배치 */
.triple	{ }



/* 본문 - more / less */
.moreless_fold	{ padding-left:15px; background:url("images/iconMore.gif") top left no-repeat; color:#000; font-weight:bold;}
.moreless_top	{ padding-left:25px; background:url("images/iconLess.gif") top left no-repeat; color:#000; font-weight:bold;}
.moreless_body	{ }
.moreless_bottom	{ padding-right:25px; background:url("images/iconLess.gif") top right no-repeat; color:#000; font-weight:bold; text-align:right;}




/* 메인 글로벌 메뉴 가로 폭/ 기타 가로 폭 설정 */


.w100 {width:100px; }
.w105 {width:109px; }
.w109 {width:109px; }
.w115 {width:109px; }
.w120 {width:100px; }
.w130 {width:130px; }
.w140 {width:140px; }
.w150 {width:150px; }








/* ------------------------------------------------------------------- */
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능  */
/* ------------------------------------------------------------------- */

img	{ border:none;}
h1,
h2,
h3,
h4	{ margin:0; padding:0; font-size: 12px;}
input,
textarea	{ border-top:1px solid #ccc; border-right:1px solid #eee; border-bottom:1px solid #eee; border-left:1px solid #ccc; background-color:#eee; font:12px Verdana, 굴림, Gulim, 'Trebuchet MS', Tahoma, AppleGothic, tahoma;}


/* ------------------------------------------------------------------- */
/* 블로그 레이아웃 */
/* ------------------------------------------------------------------- */

#container { width:960px; margin:auto;}

#header	{ padding-bottom:1px; margin-bottom:25px;}

#sidebar{ float:right; width:270px;  padding:25px; margin-bottom:25px; background-color:#e3e3e3;} 

#content{ float:left; width:620px; background-color:#fff;}

#footer{clear:both; height:50px; margin-top:25px; border-top:3px solid #000; }




 
/* ------------------------------------------------------------------- */
/* ***** Header ***** */
/* ------------------------------------------------------------------- */
#mainimg  {
	
	 display:none;
}

#caption {
	height:167x;
	padding:25px 30px 21px;
}

#title a {
	text-decoration:none;
	color:#FFF;
	/*width:250px;*/
	height:30px;
	display:block;
	font-family:"Trajan Pro";
	letter-spacing:0;
}

#tagline {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	float:left;
	padding:0px;
}

#header .blogMenu {
    clear:both;
    margin-top:0px;
    width:959px;
    height:30px;
    background-color:#aa997b;
}

a {background-color:47474f;}
#header .blogMenu ul {
    margin:0;
    padding:0;
    list-style:none;
}
#header .blogMenu li {
    border-right:#fff ;
    display:block;
    float:left;
    text-align:center;
    height:25px;
}
#header .blogMenu li a {
    display:block;
    padding-left:7px;
	padding-right:7px;
    padding-top:6px;     
    height:24px;
    color:#fff;
    text-decoration:none;
    outline:none;
    font-weight:bold;
    font-size:8pt;
}



#header .blogMenu li a:hover {
    background:#47474f;
    color:#fff;
}

#header .blogMenu li#empty {width:349px;}

#header .blogMenu li#guest {
    width:99px;
    height:40px;
    background:#ff6600;
    color:#fff;
}

/* ------------------------------------------------------------------- */
/* ***** Sidebar ***** */
/* ------------------------------------------------------------------- */

#sidebar ul	{ list-style:none; margin:0; padding:0 0 25px 0;}
#sidebar li	{ list-style:none; padding:3px 0; border-top:1px solid #ccc;}
#sidebar h3 { padding:5px 0; border-top:2px solid #000; cursor:pointer;}
#sidebar h3 a:hover { color:#f60;}
#sidebar .cnt	{ color:#999; font-size:9px;}
#sidebar .name	{ color:#999;}
#sidebar .date	{ color:#999; font-size:9px;}

#sidebar .blogImage img { width:270px;}
.blogDesc { line-height:150%;}
.userID { font-weight:bold;}



#sidebar .achlink              { }
#sidebar .achlink select       { font-size:11px;font-family:"Verdana";width:270px;border:1px solid #afafaf;color:#505050;background-color:#ffffff; margin-bottom:10px;}



/* Categories */
#sidebar .category ul,
#sidebar .category li { padding:0;}
#sidebar .category li a { display:block; padding:3px 0;}
#sidebar .category .selected	{ font-weight:bold;}
#sidebar .category .selected	ul li{ font-weight:normal;}

#category,
#calendar	{ padding-bottom:25px;}
.blogImage	{ padding-bottom:20px;}
#archive,
#link { font-size:11px;}


#rss a { display:block; width:20px; height:20px; background:url("images/rss.gif") top left no-repeat;}
#rss a:hover { background:url("images/rss-on.gif") top left no-repeat;}


#sidebar .tagbox ul { text-align:justify;}
#sidebar .tagbox li {
    background:none;
    display:inline;
    border:0;
    padding:0;
}


#sidebar .tagbox a             { letter-spacing:-1px;}	
#sidebar .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#sidebar .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#sidebar .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:8pt;  color:#888;}	
#sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}


.sidebarsubmit { width:70px; background-color:#47474F; color:#FFFFFF; font-size:11px;
border-left:double 2px #D1D1E8;
border-right:double 2px #8A8A8A;
border-top:double 2px #D1D1E8;
border-bottom:double 2px #8A8A8A;}



/* ------------------------------------------------------------------- */
/* ***** content ***** */
/* ------------------------------------------------------------------- */


#content .blogcover h2		{ margin-bottom:30px; padding:5px 0; border-top:2px solid #000; border-bottom:1px solid #ccc; font-size:12px;}
#content .keylog,
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,
#content .guestbook, 
#content .searchList, 
#content .searchRplist		{ padding-bottom:40px;}


#content .keylog h2, 
#content .localog h2, 
#content .taglog h2, 
#content .guestbook h2		{ margin-bottom:30px; padding:5px 0; border-top:2px solid #000; border-bottom:1px solid #ccc; font-size:12px;}		
#content .medialog h2,
#content .searchRplist h2,
#content .searchList h2		{ margin-bottom:15px; padding:5px 0; border-top:2px solid #000; border-bottom:1px solid #ccc; font-size:12px;}

.searchList ol, 
.searchRplist ol	{ list-style:none; margin:0; padding:0px;}
.searchList li, 
.searchRplist li	{ margin-bottom:4px; padding-bottom:2px; line-height:100%;}
.searchList .date, 
.searchRplist .date	{ margin-left:10px; color:#999; font-size:9px;}
.searchList .cnt	{ color:#f60; font-size:9px;} 
.searchRplist .name	{ }
.searchList .tblist	{ margin-bottom:8px;}
.searchList .tblist a	{ color:#999;}

.localog a { font-weight:bold;}
.keylog ul,
.taglog ul				{ margin:0; padding:0px; text-align:justify;}
.keylog li,
.taglog li				{ display:inline;}
.taglog li .cloud1		{ color:#000; font-weight:bold;}
.taglog li .cloud2		{ color:#222; font-weight:bold;}
.taglog li .cloud3		{ color:#333; font-weight:bold;}
.taglog li .cloud4		{ color:#444; }
.taglog li .cloud5		{ color:#444;}
.taglog li a:hover	{ color:#f60;}

.guestbook p	{ margin:0; padding:2px 0;}

.guestWrite		{ font-size:9px; }
.guestWrite input	{ width:150px; background-color:#eee; color:#000;}
.guestWrite textarea	{ width:588px; padding:5px; color:#000;}
.guestWrite .homepage   { width:300px;}
.guestWrite .submit		{ width:150px; height:20px; font-size:9px;}
.guestWrite input.checkbox	{ width:15px; margin:0; padding:0; border:none; background-color:#fff;}

.guestList	{ width:100%; padding:40px 0 0 0;}
.guestList ol	{ list-style:none; margin:0; padding:30px 0 0 0;}
.guestList ol ul	{ list-style:none; margin:0; padding:0;}
.guestList ol li	{ overflow:hidden;}
.guestList ol li p	{ padding-top:7px; background:url("images/dot.gif") repeat-x;}
.guestList ol li ul li	{ padding:10px 0 0 60px; border:none; overflow:hidden;}
.guestList ol li ul li { text-align:right;}

.guestList ol li .name	{ font-weight:bold;}
.guestList ol li .date,
.guestList .control,
.guestList .control a	{ font-size:9px; color:#999;}
.guestList .control a:hover	{ color:#f60;}


/* ------------------------------------------------------------------- */
/* entry */
/* ------------------------------------------------------------------- */

.entryNotice h2, 
.entryProtected h2, 
.entry h2	{ }

.titleWrap	{ margin-bottom:15px;  padding:5px 0; border-top:2px solid #000; border-bottom:1px solid #ccc; color:#999; font-size:9px;}
.titleWrap .category a	{ color:#999; font-size:11px;}
.titleWrap .date,
.titleWrap .admin a	{ color:#999;}
.titleWrap .category a:hover,
.titleWrap .admin a:hover		{ color:#f60;}
.titleWrap .admin { padding-left:5px;}

.warning	{ margin-bottom:10px; padding-left:45px; background:url("images/imgProtected.gif") no-repeat;}
.entryProtected input	{ width:140px; color:#000; background-color:#eee; }
.entryProtected .submit	{ width:50px; height:18px; background-color:#eee; color:#000; font-size:9px;}

.article	{ width:100%;} 
.article a:link,
.article a:visited,
.article a:active	{ color:#000; border:none;}
.article a:hover	{ color:#f60; border:none;}
.article dt	{ text-decoration:underline;}
.article dd	{ margin-left:20px; padding-bottom:10px;}
.article blockquote	{ margin:10px 20px; padding-left:28px;}
.article a img	{ border:none !important;}

.tagTrail                { font:8pt "Dotum", "돋움";padding:5px 0px 5px 0px;  background:url(images/entry_tag.gif) center left no-repeat; clear:both;}
.tagText                 { font-family:"Tahoma";font-size:8pt;color:#B92828;font-weight:bold}

.actionTrail             { padding:7px 0px 5px 0px;font:8pt "Dotum", "돋움"; clear:both;border-bottom:1px solid #eaeaea}
.actionTrail .cnt        { color:#b92828;}

.trackback               {padding:3px;overflow:hidden;margin-top:10px;border-bottom:1px solid #eaeaea;}
.trackback a             { color:#505050;}
.trackback h3            { font-size:10pt;font-family: "Dotum", "돋움"; color:#505050; margin:3px;}
.trackback h4            { font-size:8pt;font-family:"Dotum", "돋움"; font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #AFAFAF;  padding:5px;}
.trackback .date         { font:8pt "Dotum", "돋움", sans-serif;  color:#777;}
.trackback p             { font:8pt "Dotum", "돋움", sans-serif;  color:#999;  margin:3px 0 0 0; padding:0}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}

.comment	{ width:100%; margin:15px 0 4px 0; padding-top:10px; background:url("images/dot.gif") top repeat-x; overflow:hidden;} 
.commentList p	{ margin:3px 0 0 0; padding:0; }
.commentList p a:hover	{ font-weight:normal;}
.comment ol,
.comment ul	{ list-style:none; margin:0; padding:0;}
.comment .date	{ color:#999; font-size:9px;}
.comment .name	{ font-weight:bold;}
.comment ol li	{ padding:10px 0;}
.comment li ul li	{ padding:5px 10px 10px 60px; text-align:right;}

.comment .control a.address span,
.comment .control a.modify span,
.comment .control a.write span	{ color:#999; font-size:9px;}

.commentWrite	{ margin-top:20px; font-size:9px;}
.commentWrite p	{ margin:3px 0 0 0; padding:0;}
.commentWrite input		{ width:150px; background-color:#eee; color:#000;}
.commentWrite textarea	{ width:588px; padding:5px; top:5px; color:#000;}
.commentWrite .homepage	{ width:300px;}
.commentWrite .submit	{ width:150px; height:20px; color:#000; font-size:9px;}
.commentWrite input.checkbox	{ width:15px; margin:0; padding:0; border:none; background-color:#fff;}

.paging		{ align:center; padding:0px 0 50px 0; line-height:130%;  font-size:9px; }
.paging .numbox	{ margin-left:6px; padding:0 8px 0 2px; border-left:1px solid #000; }
.paging .num	{ padding:0 9px 0 6px; border-right:1px solid #000;}
.paging a	{ color:#000; text-decoration:none;}
.paging a:hover		{ color:#999;}


/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */


#footer .copyright { float:right; padding-top:7px; text-align:right;font-size:9px;}
#footer .copyright span {font-size:9px;}
.letterT	{ color: #009bd5;}
.letterE	{ color: #0083ae;}
.letterX	{ color: #e80478;}
.letterT2	{ color: #b71767;}
.letterC	{ color: #fdc11f;}
.letterU	{ color: #f39424;}
.letterB	{ color: #b1d04d;}
.letterE2	{ color: #8daa41;}

/* ------------------------------------------------------------------- */
/* ***** coverpage ***** */
/* ------------------------------------------------------------------- */

# blogcover .img_preview { float:right; }
# blogcover .img_preview img { width:100px; height:100px; margin:0 0 5px 5px; border-top:2px solid #000;}
# blogcover .content_box h2 { padding:5px 0 0 0; border-top:2px solid #000;}
# blogcover .post_info { margin-bottom:10px; color:#999; font-size:9px;}
# blogcover .post_info .category a	{ color:#999; font-size:11px;}
# blogcover .post_tags	{ clear:both; margin:0px 0 10px 0; color:#999; font-size:12px;}
# blogcover .post_tags a	{ color:#999; font-size:12px;}

