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

/* 본문 공통 */
body{
		font:11px/18px Dotum, Tahoma, Verdana, AppleGothic, Sans-serif;
		background:url(images/bg.gif) top left repeat; 		
		background-color:#D5D5D5;
		color:#333;
		line-height:18px;
		padding:0px;
		margin:0px;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#c45050;  text-decoration:none;}
a:active        { color:#333;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected               { font:11px tahoma, dotum; font-weight:bold;  color:#f30;}
.no-more-prev,
.no-more-next { font:11px; color:#858585;}
.paging           { padding-top:11px;  text-align:center;  font-size:11px;}
.paging .numbox   { border-left:1px solid #B5B5B5; padding-left:6px; margin-left:6px;  font:11px verdana;}
.paging .num      { border-right:1px solid #B5B5B5; padding-right:8px; margin-right:5px;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { font:11px tahoma, dotum; cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { font:11px tahoma, dotum; cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f30;}

/* 달력 월 표시 */
	.cal_month { font-size:100%; height:20px; font-family:tahoma; text-align:center; color:#e1cdbd;}
/* 달력 요일 표시 */
	.cal_week1 {font-size:100%; font-weight:normal; font-family:dotum; font-size:11px;  height:18px; text-align:center;}
/* 달력 일요일 표시 */
	.cal_week2 {font-size:100%; font-weight:normal; font-family:dotum; color: #ff845e; text-align:center;}
/* 달력 지난 달 날짜 표시 */
	.cal_day1 {	font-size:100%; font-family:tahoma; color:#000; text-align:center;}
/* 달력 다음 달 날짜 표시 */
	.cal_day2 {font-size:100%; font-family:tahoma; color: #000; text-align:center;}
/* 달력 이번 달 날짜 표시 */
	.cal_day3 {	font-size:100%; font-family:tahoma;   text-align:center;}
/* 달력 오늘 날짜 표시 */
	.cal_day4 {	font-size:100%; font-family:tahoma; text-decoration:underline; text-align:center; }
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click{ font-weight:bold; color:#fff;}
	a.cal_click:link { color:#fff; text-align:center;}
	a.cal_click:visited {	color:#fff;	 text-align:center;}
	a.cal_click:hover {	color : #fff;	 text-align:center;}


/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { color:#333; }
    .rp_secret              { color:#f30; }
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          {  }
    .guest_admin            {  color:#333; }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { color:#c45050;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}
/* 그림 */
    .imageblock             { }
/* 왼쪽 */
    .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:20px; color:#000;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { display:none; }
/*	.moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;} */

/* 키워드 */ 
    .key1 { cursor:help; border-bottom: 1px dotted #ccc; }


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

.admin,
control         { font-size:11px; }

hr              { display:none; }
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.8em;}
h2              { font-size:12px; padding-bottom:5px;}
h3              { font-size:12px; padding-bottom:5px;}
h4              { font-size:11px; padding-bottom:5px;}
input           { border:1px solid #aaa; font-size:11px; }
textarea        { border:1px solid #aaa; font-size:11px; }

.dot_line        { width:100%; height:1px; border-bottom:1px dotted #ccc; }

/* 블로그 레이아웃 */
#tool      {
		width:100%;
		min-height:10px;
		clear:both;

		   }
#container {		
		width:730px;
		border:0px ;
		margin:0px auto; 
		padding:0px;  		
}
#header {
		clear:both;
		overflow:hidden;		
}
#content {
		padding-top:10px;
		float:left;
		width:540px;
		overflow:hidden;
		/*background-color:#ffffff;*/
}
#sidebar {
		padding-top:10px;
		float:right;
		width:180px;
		
}


#footer {
		clear:both;		
		width:540px;
		overflow:hidden;
}

/* ***** BG BOX ***** */
.bg_box_top {padding:0px; padding-top:4px; margin:0px; background-image:url(images/content_top_bg.gif);}
.bg_box_bottom {padding-top:4px; margin:0px;  background-image:url(images/content_bottom_bg.gif);margin-bottom:10px;}


/* ***** BG SIDE BOX ***** */
.bg_side_top {padding:0px; padding-top:4px; margin:0px; margin-top:0px;  background-image:url(images/side_top_bg.gif);}
.bg_side_bottom {padding-top:4px; margin:0px;  background-image:url(images/side_bottom_bg.gif);}

/* ***** Header ***** */
#header .blogTitle     { font:15px verdana,dotum; font-weight:bold; float:left; text-align:left;  padding: 32px 0px 0px 5px;}
#header .blogTitle  a:hover { background-color:#ffffff; color:#000000;}
#header .blogMenu      { float:right;text-align:right; padding: 32px 0px 0px 5px;}

#header .blogMenu ul   { margin:0; padding:0;  list-style:none;}
#header .blogMenu li   { display:inline;  background:url(images/bullBar.gif) no-repeat;  margin-left:3px;  padding-left:7px;}
#header .blogMenu li a { color:#000000; font:12px dotum;}
#header li.tab_prologue{ background:none;}
#header li.tab_prologue a { font-weight:bold; }
#header li.tab_blog    { background:none;  }
#header li.tab_blog a  { font-weight:bold; }


/* ***** content *****  */


/* ***** profile_box ***** */
.profile_box  { cursor:pointer; width:540px; height:110px; background:url(images/profile_red.gif) no-repeat; margin-bottom:10px; }
.blogDesc { padding:58px 20px 10px 34px; overflow:inline }

body#tt-body-entry .profile_box ,
body#tt-body-page .profile_box ,
body#tt-body-category .profile_box ,
body#tt-body-search .profile_box ,
body#tt-body-archive .profile_box  {
background:url(images/profile_red.gif) no-repeat;
}

body#tt-body-location .profile_box,
body#tt-body-tag .profile_box {
background:url(images/profile_green.gif) no-repeat;
}

body#tt-body-keylog .profile_box,
body#tt-body-notice .profile_box,
body#tt-body-guestbook .profile_box {
background:url(images/profile_blue.gif) no-repeat;
}

/* ***** title_wrap **** */
.titleWrap               {  padding-left:20px; padding-bottom:5px;  margin-bottom:10px;}

body#tt-body-entry .titleWrap  ,
body#tt-body-page .titleWrap  ,
body#tt-body-category .titleWrap  ,
body#tt-body-search .titleWrap  ,
body#tt-body-archive .titleWrap {
background:url("images/title_wrap_left.gif") no-repeat;
}

body#tt-body-notice .titleWrap { 
background:url("images/title_wrap_left_blue.gif") no-repeat 0px 0px;  padding-left:20px; padding-bottom:5px;  margin-bottom:10px;
}

/* ***** artice_title : h2 hover**** */
body#tt-body-entry h2 a:hover ,
body#tt-body-page  h2 a:hover ,
body#tt-body-category  h2 a:hover ,
body#tt-body-search h2 a:hover ,
body#tt-body-archive h2 a:hover {
color:#c45050;
}
body#tt-body-location h2 a:hover,
body#tt-body-tag h2 a:hover {
color:#649564;
}
body#tt-body-keylog h2 a:hover,
body#tt-body-notice h2 a:hover,
body#tt-body-guestbook h2 a:hover {
color:#3D8EC1;
}


#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .main_box, 
#content .entry             { padding:18px;  border-left:1px solid #999999; border-right:1px solid #999999; background:url("images/bg_entry_top.jpg") repeat-x 0px 0px; background-color:#ffffff;}
#content .guestbook, 
#content .searchList, 
#content .searchRplist      { padding:18px;  border-left:1px solid #999999; border-right:1px solid #999999; background:url("images/bg_entry_top.jpg") repeat-x 0px 0px; background-color:#ffffff;  }



#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3   { border-bottom:1px dotted #ccc;  margin-bottom:10px;  color:#222;}

.searchList ol, 
.searchRplist ol            { list-style:none;  padding:0px;  margin:0;}
.searchList li, 
.searchRplist li            { border-bottom:1px dotted #DCDCDC;  padding-bottom:2px;  margin-bottom:4px;}
.searchList .date, 
.searchRplist .date         { font:11px Tahoma;  margin-right:10px; }
.searchList .cnt            { font:11px Tahoma;  color:#f60;} 
.searchRplist .name         { font:11px Dotum, Tahoma;    color:#999;  padding-left:8px;}

.localog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  padding-left:20px;  margin-top:5px;}
.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  padding-left:15px;  margin-top:2px;}
.localog a:link             { color:#649564;}
.localog a:visited          { color:#649564;}
.localog a:hover            { color:#1AC11A;  text-decoration:none; }

.taglog ul                  { margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.taglog li .cloud1          { font-weight:bold;  color:#649564}
.taglog li .cloud2          { font-weight:bold;  color:#1AC11A}
.taglog li .cloud3          { font-weight:bold;  color:#7FB57F;}
.taglog li .cloud4          { }
.taglog li .cloud5          { }



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

.guestWrite                 { width:479px; padding:10px;  background-color:#F6F4F0;  border:1px solid #ddd;}
.guestWrite input           { width:120px;}
.guestWrite textarea        { text-align:justify; width:467px;  height:100px;}
.guestWrite .homepage       { width:150px;}
.guestWrite .submit         { width:474px;  height:22px;  background-color:#ccc;  font:11px Dotum, Arial, sans-serif; padding-top:3px; }
.guestWrite .checkbox       {	border:none; padding:0;	margin:0; width:25px;}

.guestList                  { padding:10px 0 0 0;}
.guestList ol,
.guestList ul               { list-style:none; font:11px Dotum, Tahoma; line-height:18px; margin:0px; padding:0px; margin-top:10px;margin-bottom:0px;}
.guestList li p             { margin-top:5px; padding-top:5px;}
.guestList ol li            { border:5px solid #eee;  padding:10px;  margin-bottom:10px;  width:472px; overflow:hidden;}
.guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  background-color:#f5f5f5;  padding-left:25px; padding-bottom:10px; border:none;  width:415px; overflow:hidden;}
.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .name   a:hover { color:#3D8EC1;  text-decoration:none;}
.guestList li .date         { font:11px Tahoma;}
.guestList .control a.modify       { background:url(images/iconModify.gif) no-repeat;  padding:0 0 2px 53px;  text-decoration:none;}
.guestList .control a.modify span  { display:none;}
.guestList .control a.write        { background:url(images/iconWrite.gif) no-repeat;  padding:0 5px 2px 53px;  text-decoration:none;}
.guestList .control a.write span   { display:none;}


/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { }
.titleWrap .admin        { padding-top:5px; }
.titleWrap .category     { font:11px Dotum, Tahoma, sans-serif;  color:#888;  margin-right:10px;}
.titleWrap .date         { font:11px Tahoma;  color:#888;}
.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}

.article                 { text-align:justify; font-size:12px; font-family: 돋움,tahoma; width:100%; margin:0px 0px 20px 0px; overflow:hidden; background-color:#ffffff; clear:both}
.article  a:link         { color:#c45050;     text-decoration:none;}
.article  a:visited      { color:#c45050;     text-decoration:none;}
.article  a:hover        { color:#c45050;     text-decoration:none;}
.article  a:active       { color:#c45050;     text-decoration:none;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { font-size:12px; background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin-left:5px;}
.notice_article          { font-size:12px; background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin-left:5px; margin-bottom:15px;}
.notice_article  a:link         { color:#3D8EC1;     text-decoration:none;}
.notice_article  a:visited      { color:#3D8EC1;     text-decoration:none;}
.notice_article  a:hover        { color:#053C5E;  text-decoration:none;}
.notice_article  a:active       { color:#3D8EC1;     text-decoration:none;}

.goup                    { float:right; width:43px; text-align:right; }
.tagTrail                { padding:5px 5px 10px 40px;  background:url(images/tag.gif) 0px 7px no-repeat; }
.tagText                 { display:none;}
.tagItem                 { font:11px Dotum, Tahoma; }

.actionTrail             { font:11px Dotum, Tahoma; border-top:1px dotted #ccc;  padding-top:12px; padding-bottom:25px; }
.tbcm					 { float:left; width:auto;padding-top:3px; }
.actionTrail .cnt        { color:#f60;}

.trackback               { padding:0px; padding-top:5px; margin-bottom:5px;  width:100%;  overflow:hidden;}
.taackback ol,ul,li      { margin:0;  padding:0;   }
.trackback_address       { background:url(images/clip_tb.gif) 10px no-repeat; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd; background-color:#F6F4F0;font:11px tahoma; padding:10px 10px 10px 110px; margin:0px;}
.trackback a             { color:#000;}
.trackback .from         { font-weight:normal;  padding:0px; margin:0px;}
.trackback h4            { font-weight:normal;  padding:0px; margin:0px;}
.trackback ol            { padding:0px; margin:0;  padding-top:5px; padding-bottom:5px;  list-style:none;}
.trackback li            { margin-bottom:5px; margin-top:0px; padding-top:5px; padding-bottom:10px; border-bottom:1px dotted #ccc;}
.trackback .date         { font:11px Tahoma;  color:#777;}
.trackback p             { font:11px Dotum, Tahoma; line-height:18px; margin:0px; margin-top:5px; padding:0px; padding-top:0px;color:#999;}

.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                          { text-align:justify; padding-top:5px; margin-bottom:5px;  line-height:18px; width:100%; overflow:hidden;} 
.comment_title                    { background:url(images/clip_reply.gif) 10px no-repeat; border-top:1px dotted #ddd; border-bottom:1px dotted #ddd; background-color:#F6F4F0;font:11px tahoma; padding:10px 10px 10px 110px; }
.comment p                        { font:11px Dotum, Tahoma; line-height:18px; margin:0px; padding:0px; margin-top:10px;margin-bottom:10px;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font:11px Tahoma;  color:#777;}
.comment .name                    { font-weight:bold;}
.comment ol li			          { border-bottom:1px dotted #ddd; padding-top:10px;}
.comment li ul li                 { border:0px; padding:0px 0px 0px 35px;  background:url("images/iconIndentArrow_local.gif") no-repeat 18px 2px;}
.comment .control a.address       { font-size:14px;background:url(images/iconAddress.gif) 0px 0px no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { font-size:14px;background:url(images/iconModify.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { font-size:14px;background:url(images/iconWrite.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { width:475px; margin:0px; padding:10px;  margin-top:10px; background-color:#F6F4F0;  border:1px solid #ddd;}
.commentWrite input               { width:120px; }
.commentWrite textarea            { width:475px;  height:100px;}
.commentWrite .homepage           { width:130px;}
.commentWrite .submit             { width:475px;  height:22px;  background-color:#ccc;  font:11px Dotum, Arial, sans-serif; padding-top:3px; }
.commentWrite .secretWrap         {  }
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}



/* ***** sidebar ***** */
#sidebar                       { }
#sidebar .side_item		       { padding:9px;  border-left:1px solid #999999; border-right:1px solid #999999; background-color:#ffffff;}

#sidebar a:link          { color:#333;  text-decoration:none;}
#sidebar a:visited       { color:#333;  text-decoration:none;}
#sidebar a:hover         { color:#C45050;  text-decoration:none;}
#sidebar a:active        { color:#333;  text-decoration:none;}
         
#sidebar ul                    { list-style:none;}
#sidebar li                    { padding-left:0px;}
#sidebar h3                    { font-family:tahoma,dotum; font-size:11px;  font-weight:bold; color:#C45050; border-bottom:1px dotted #ccc; margin-bottom:5px;}
#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f60;}
#sidebar .date                 { font:11px Tahoma;  color:#888;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#888;}

#sidebar .blogImage            { }
#sidebar .blogImage img        { width:160px;  padding-bottom:0px;}
#sidebar .userID               { color:#888;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}

#sidebar .adminMenu            { margin-top:5px;}
#sidebar .adminMenu ul         { }
#sidebar .adminMenu li         { background:none;  display:inline; }
#sidebar .adminMenu a          { }

#sidebar .notice               { margin-top:10px; padding:0;}
#sidebar .notice li            { margin:0px; padding:0px; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:2px 0 5px 27px;}
#sidebar .notice a:hover       { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:2px 0 5px 27px;}

#sidebar .search               { margin-top:10px; background-color:#f9f9f9;padding-top:5px;padding-bottom:2px;padding-left:5px; border:1px dotted #ccc }
#sidebar .search input         { margin-bottom:4px; font:11px dotum,tahoma; width:90px;  height:12px;}
#sidebar .search .search_btn   { }

#sidebar .category             { font-size:11px; margin-top:10px;background:none;}
#sidebar .category h3          { margin-bottom:10px;}
#sidebar .category li          { background:none;}
#sidebar .category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#sidebar .category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#sidebar .category li ul li ul li a{ color:#999;}

#sidebar .tagbox               { margin-top:10px; background:none;}
#sidebar .tagbox ul            { padding:5px 2px;	text-align:justify;}
#sidebar .tagbox li            { background:none;  display:inline;}
#sidebar .tagbox a             { letter-spacing:-1px;}	
#sidebar .tagbox li .cloud1    { font-weight:bold;  color:#B80D0D}
#sidebar .tagbox li .cloud2    { font-weight:bold;  color:#0D66B8}
#sidebar .tagbox li .cloud3    { font-weight:bold;  color:#C45050;}
#sidebar .tagbox li .cloud4    { }
#sidebar .tagbox li .cloud5    { }	

#sidebar .recentPost           { margin-top:10px;background:none;}

#sidebar .recentComment        { margin-top:10px;background:none; overflow:hidden; }
#sidebar .recentTrackback      { margin-top:10px;overflow:hidden;}


#sidebar .archive              { margin-top:10px;font-family:tahoma;}
#sidebar .archive select       { margin-top:5px;font-size:10px;font-family:tahoma;width:100%; background-color:#f7f7f7; }
#sidebar .calendar             { margin-top:10px;font-family:tahoma;}
#sidebar .link                 { margin-top:10px;font-family:tahoma,dotum;}

#sidebar .counter              { font-size:10px; margin-top:10px;  font-family:tahoma;}
#sidebar .detail               { margin-top:5px;  line-height:20px; }
#sidebar .counter .detail .total {  font-size:18px;  font-weight:bold; color:#C45050; }
#sidebar .counter .detail .tynum { color:#C45050 }

#sidebar .botton               { margin-top:15px; padding-left:0px;}

/* ***** footer ***** */
#footer          { margin-bottom:20px;margin-top:15px; text-align:left;  	color:#666; }
#footer .copyright { background:url(images/ttlogo.gif) 5px 6px no-repeat; padding:11px; padding-top:5px; padding-left:50px;padding-bottom:5px;   }
#footer .license {  font:11px dotum; color:#666; line-height:15px;  }
#footer .copystr {  font:11px verdana; color:#666; line-height:15px;  }

div.footnotes {
background-color: #f7f7f7;
margin-top: 25px;
}

ol.footnotes
{
font-size:.9em;
color:#666666;
}