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

/* 1. 본문 전체  */
	body, table, td, input, textarea {
		font:12px Tahoma;
		color:#555; 
		margin:0px;
		line-height:140%;
}
/* 2. 기본 링크 */
	a:link, a:visited { color : #555; text-decoration: none; }
	a:hover { color : #369;	text-decoration: underline;}

/* 3. 이미지 */
	img { border-width: 0px; }
	
/* 4. 이미지 버튼 */
	.ib { cursor: pointer; }

/* 5. 입력 텍스트 */
	.text { border:1px solid #999; }

/* 6. 트리 테이블 */
	.branch2 {	}
	
/* 7. 트리 셀 */
	.branch3 { cursor: pointer; }

/* 8. 달력 월 표시 */
	.cal_month { font-size : 11px; font-weight : bold; height: 18px; }

/* 9. 달력 요일 표시 */
	.cal_week1 { font-size : 11px; height:18px; }

/* 10. 달력 일요일 표시 */
	.cal_week2 { color: #f30; font-size:12px; text-align: center; }

/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {	color: #000; font-size:12px; text-align:center; }

/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {	color: #000; font-size : 11px; text-align: center; }

/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {	font-size : 11px; text-align: center; }

/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFCC;
	background-color: #B8AA92;
}
	#sidebar .cal_day4 a.cal_click:link, #sidebar .cal_day4 a.cal_click:visited{
	color: #FFFFCC;
}

/* 15. 달력 글쓴 날 링크 스타일 */
	#sidebar a.cal_click:link, #sidebar a.cal_click:visited {	color : #777; font-weight: bold; }
	#sidebar a.cal_click:hover {font-weight: bold; }

/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
	color: #8C8364;
	text-align: center;
	font: 11px "돋움", "돋움체";
	margin: 4px;
}

/* 17. 키워드 스타일 */
	.key1 {	cursor: pointer; border-bottom: 1px dashed #ccc; }

/* 18. 카테고리 옆 개수 스타일 */
	.c_cnt { font: 9px Tahoma; color : #AD966B; }

/* 19. 최신글 옆 개수 스타일 */
	.ps_cnt {
	font:10px Tahoma;
	color : #AD966B;
}


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

/* body 설정 */
body {
	margin:3px;
}


/* container 설정 */
#container {
	width:960px;
	margin:25px auto 8px;
	text-align: left;
	height: 20px;
    }

/* header 설정 */
#header {
	margin-right: 95px;
}

#header0 {
	margin-left: -4px;
}

#header1 {
	margin-left: -4px;
}

h1, h2, h3, h4 {
	margin: 0px;
}
.blog_title {
	font: bold 15px Verdana;
	letter-spacing: 1px;
	padding-left: 20px;
}
.blog_title a {
}
.blog_info {
	font-family:Dotum;
	font-size:11px;
	color:#87805C;
	padding-left: 21px;
	float: left;
}

/* 블로그 메뉴 설정 */
.top_menu {
	position:absolute;
	height:/*@title-height*/54px/*@*/;
	font-size:9px;
	color: #968B65;
	float: right;
	margin-bottom: 4px;
         margin-left:125px;
         top:86px;
}
.top_menu a:link, .top_menu a:visited {
	color: #4A4633;
	font: bold 12px Verdana;
	padding-right: 4px;
	padding-left: 4px;
	letter-spacing: -1px;
}
.top_menu a:hover {
	border-top: 1px solid #999966;
	text-decoration: none;
	color: #666666;
}
.top_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top_menu li {
	display: inline;
	margin-bottom: 6px;
	margin-right: 6px;
}

/* roll-over menu */
a.rollover img {display:inline;}
a.rollover img.over { display:none;} 

   a.rollover:hover { border:0px }
   a.rollover:hover img { display:none; }
   a.rollover:hover img.over { display:inline; } 


/* 블로그 메뉴 Body Id 기능 추가 */
#tt-body-location .location a:link, #tt-body-location .location a:visited,
#tt-body-tag .tag a:link, #tt-body-tag .tag a:visited,
#tt-body-media .media a:link, #tt-body-media .media a:visited,
#tt-body-guestbook .guestbook a:link, #tt-body-guestbook .guestbook a:visited,
#tt-body-keylog .keylog a:link, #tt-body-keylog .keylog a:visited
{
	color: #000;
	border-top: 3px solid #999966;
 }

/* 관리, 포스팅 메뉴 */
.admin {
	border-left: 1px solid #AAA484;
	padding-left: 8px;
}
.admin a:link, .admin a:visited, .post a:link, .post a:visited {
	color: #AAA484;
}
.admin a:hover {
	color: #837C5A;
}


/* 왼쪽Side 설정 */
#sidebar {
	float:left;
	width:18%;
	overflow:hidden;
	clear: both;
}

#sidebar ul {
	list-style: none;
         padding:5px;
	margin-left: 16px; 
	margin-right: 16px;
         border-bottom: 1px solid #DEDACC;
}

#sidebar A:link, #sidebar A:visited { color:#555; text-decoration:none;}


/*사이드바 마우스오버시*/
#sidebar A:hover { color:#4559e9; text-decoration:underline;}

#sidebar h3 {
	font: bold 10px Verdana;
	color: #333333;
	cursor: pointer;
	margin-top: -2px; 
	margin-bottom: -1px;
	padding: 2px;
                text-align: left;

	/* border-bottom: 1px dashed #777; */
}


#sidebar h5 {
	font: bold 11px Verdana;
	color: #333333;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 2px;
                text-align: left;
	/* border-bottom: 1px dashed #777; */
}

#sidebar .blog_img {
	text-align: center;
	margin-top: -3px;
	margin-bottom: 2px;
         overflow:hidden;
         
}



/* 오른쪽 Side  설정 */
#sidebar1 {

	float:right;

	width:137px;
                background-color:#ffffff;
	overflow:hidden;

}

#sidebar1 img {
                margin-left:2px;
	margin-top:5px;
	list-style: none;
}

#sidebar1 ul {
                font: 12px "돋움";
	color: #8e8e8e;
	margin-left: 8px;
	margin-right:5px;
	list-style: none;
}

#sidebar1 A:link, #sidebar1 A:visited { color:#8e8e8e; text-decoration:none;}
#sidebar1 A:hover { color:#4990CC; text-decoration:none;}

#sidebar1 h3 {
	font: bold 10px Verdana;
	color: #cbae94;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 2px;
	text-align: left;
	/* border-bottom: 1px dashed #777; */

}

#sidebar1 h5 {
	font: 11px "돋움";
	color: #333333;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: -2px;
                margin-left: 8px;
	padding: -2px;
	text-align: left;
	/* border-bottom: 1px dashed #777; */
}

#sidebar1 .blog_img {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 2px;
}

/* 사이드 리스트 설정 */
.side_list, .notice { 
	word-break:break-all;
	padding-left:2px;
}
/* 최신글, 최신트랙백 info */
.recentInfo {
	font: 11px "돋움";
         color: #000000;
         margin-left:2px;
         margin-right:2px;
         /*border-bottom: 1px solid #DEDACC;*/
}

/* 사이드 태그 설정 */
.side_tagbox { text-align: justify; word-break:break-all; line-height:20px; }
.side_tagbox a { letter-spacing:-1px; }	

/* 태그 클라우드 스타일 */
.cloud1 {
	font-family:Tahoma;
	font-weight: bold;
	font-size :12px;
	color :#CC3300!important ;
}
	
.cloud2 {
	font-family:돋움;
	font-weight: bold;
	font-size :11px;
	color :#FF6600!important ;
}

.cloud3 {
	color :#0099CC!important;
	font: bold 11px "돋움";
}

.cloud4 {
	font-family:돋움;
	font-size :11px;
	color :#009966!important ;
}
	
.cloud5 {
	font-family:돋움;
	font-size :11px;
	color :#888888!important ;
}

.side_tagbox a:hover{
	background-color:#5B4F4A;
	color:#999;
}

.side_tagbox a:visited {color:#777}

/* 검색폼 설정 */
.s_search {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.search {
	width: 180px;
	margin:0px;
	text-align: center;
}
.search_input {
	width:100px;
	height:18px;
	color:#716A4D;
	font-size: 11px;
	padding-left: 4px;
	background: #E9E7DE;
	border-top: 1px solid #A2A086;
	border-right: 1px solid #DEDACC;
	border-bottom: 1px solid #DEDACC;
	border-left: 1px solid #A2A086;
}
.submit {
	border:1px solid #BBB59D;
	font:bold 7pt Verdana;
	color:#87805C;
	width:55px;
	height:18px;
	background: #D0CCBB;
	cursor: pointer;
	text-transform: uppercase;
}

/* 보관함 */
#sidebar .archive li {
	display: inline;
	list-style: circle;
	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}

/* 링크 */
#sidebar .link li {
	list-style: circle;
	padding-left: 8px;
	margin-left: 2px;
	background: url(images/bul.gif) no-repeat left center;
}


/* 카운트 설정 */
.side_counter {
	font:11px/16px impact;
	color: #666666;
	text-align: center;
	background: #ffffff;
	border: 1px solid #B0A88A;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
                margin-left : 5px;
                width:145px;
}

/* 배너 및 rss버튼 박스 설정 */
.side_button {
	text-align: center;
	margin-bottom: 8px;
	margin-top: 10px;
}

/* 컨텐츠 설정 */
#content {
	overflow:hidden;
	width:650px;
}


#content img {
         margin-left:-5px;
	margin-bottom:-1px;
	margin-top:6px;
	list-style: none;
}


#content ul {
         margin-left:8px;
}

#content2 {
         margin-left:8px;
	margin-bottom:5px;
	margin-top:-2px;
	list-style: none;
}

#content3 img {
	margin-left:3px;
	margin-top:1px;
	list-style: none;
}


/* 전체 리스트 공통 설정 */

ul, li, p {
	margin: 0px;
	padding: 0px;
}

/* 라운드 박스 - ncloud님 */
		.c_table { width:100%;}
		.c_table_lefttop {width:8px; height:8px; background-image: url(./images/contentbg_lefttop.gif); background-repeat:no-repeat;}
		.c_table_top {height:8px; background-image: url(./images/contentbg_top.gif); background-repeat:repeat-x;}
		.c_table_righttop {width:8px; height:8px;  background-image: url(./images/contentbg_righttop.gif); background-repeat:no-repeat;}
		.c_table_left {width:8px;background-image: url(./images/contentbg_left.gif); background-repeat:repeat-y;}
		.c_table_main {
	background-color:white;
	vertical-align:top;
	padding: 15px 10px;
	overflow: hidden;
}
		.c_table_right {width:8px;background-image: url(./images/contentbg_right.gif); background-repeat:repeat-y;}
		.c_table_leftbottom {width:8px; height:8px; background-image: url(./images/contentbg_leftbottom.gif); background-repeat:no-repeat;}
		.c_table_bottom {height:8px;  background-image: url(./images/contentbg_bottom.gif); background-repeat:repeat-x;}
		.c_table_rightbottom {width:8px; height:8px; background-image: url(./images/contentbg_rightbottom.gif); background-repeat:no-repeat;}





/* 컨텐츠 내용 설정*/
.article {
	width:/*@post-width:-40*/550px/*@*/;
	word-break:break-all;
	margin-left: 30px;

	word-wrap:break-word;
	overflow:hidden;
	text-align: justify;
}
.article p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.article ul, .article li {
	margin-left: 10px;
}
.article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
	word-break:break-all;	
}	
.article a:link, .article a:visited {
	color:#0066CC;
}	
.article a:hover{ 
	color:#FF0000;
	text-decoration:underline;
}	
.article_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 16px;
	margin-bottom: 8px;
}
/* 날짜 설정*/
.date, .notice_date {
	font:bold 11px Tahoma;
	color: #BDAF9B;
	text-align: right;
}
.list_box .date, .rplist_box .date, .list_box .notice_date, .rplist_box .notice_date {
	color: #BDAF9B;
}
.cnt { 
	font:10px Tahoma; 
}

/* 이름 설정*/
.name {
	font:bold 12px Tahoma;
	color:#444;
}
.name a:link, .name a:visited { color:#444; text-decoration:none;}
.name a:hover { color:#4990CC; text-decoration:none;}

/* 댓글 등 글내용 설정*/
.desc {
	padding-left:5px;
	word-break:break-all;
}

.opt { 
	font:normal 10px Verdana;
	color:#777;
	letter-spacing:-1px;
}
.opt a:link, .opt a:visited { color:#777; text-decoration:none;}
.opt a:hover{ color:#D93343; text-decoration:none;}

/* 댓글 등 기본 박스 설정*/
.box {
	padding:10px;
	border-bottom:1px solid #e9e9e9;
}
.reply_box {
	margin-top:10px;
	margin-left:40px;
	padding:10px;
	background-color:#FBFAF9;
	border:1px dashed #E3DFD5;
	}	

/* 입력폼 설정 */
.form_input {
	margin-top:4px;
	padding:1px;
	height:18px;
	border:1px solid #ddd;
	font-size: 11px;
}
.form_textarea {
	font-weight:normal;
	margin-top:4px;
	height:120px;
	width:99%;
	border:1px solid #ddd;
	overflow:visible;
	clear: both;
}
.form_submit {
	font:11px tahoma;
	color:#444;
	margin-top:4px;
	border:1px solid #D0CCBB;
	background-color:#E7E3DA;
	height:25px;
	width:99%;
	cursor: pointer;
}

/* 태그 설정*/
.tag_cloud {
	font:13px Dotum;
	line-height:24px;
	text-align: justify;
	margin: 20px;
	}
	
.tag_cloud .cloud1 {
	background-color:#eee;
	font-weight:bold;
  	font-size : 20px;
	color : #657700;
    }
.tag_cloud .cloud2 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 18px;
         color : #5E7E7D;
    }
.tag_cloud .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  	font-size : 16px;
  	color : #6B5E7E;
    }
.tag_cloud .cloud4 {
	background-color:#eee;
  	font-size : 14px;
  	color : #84604E;
    }
.tag_cloud .cloud5 {
	font-size : 12px;
  	color : #777;
    }	
.tag_cloud a:hover {
	background-color:#f5f5f5;
	color:#555;
    }	
.tag_cloud a:visited {
	color:#777
}
.tag_cloud li {
	display: inline;
}

/* title, info 설정, 관리자 */
.head_title {
	color:#000000;
	word-spacing:4px;
	padding: 2px 0px 0px 12px;
	font: bold 14px "돋움";	
	background: url(images/content_seq_t.gif) no-repeat left top;
	height: 20px;
	border-bottom:1px solid #eee;
}

.head_title a:link, .head_title a:visited {color:#000; text-decoration:none;}
.head_title a:hover{
	text-decoration:none;
	color: #CC0000;
}

/* 포스팅 head 설정 */
.articleHead {
	background: url(images/content_seq_t.gif) no-repeat;
	border-bottom: none;
}
/* 
따로 설정 가능.tagHead, .noticeHead, .localHead, .guestHead, .mediaHead {  
}
*/
.info {
	font:11px "돋움";
	color:#fff;
	/* background: url(images/content_seq.gif) no-repeat left bottom; */
	height: 16px;
	margin: 0px 4px 6px;
	padding: 0px 0px 0px 12px;
	/* border-bottom: 1px dashed #DAD5C7; */
}
.owner {
	color:#777;
	font:11px "돋움";
	color:#777;
	letter-spacing: -1px;
	text-align: right;
	margin-right: 8px;
}
.info a:link, .info a:visited {color:#339900; text-decoration:none;}
.owner a:link, .owner a:visited {color:#666; text-decoration:none;}
.info a:hover, .owner a:hover{color:#D93343; text-decoration:none;}

/* 리스트 & 검색 결과 설정*/
.list_box {
	margin-top: 10px;
}

.rplist_box {
	margin: 10px;
}

.list {
	color:#777;
	word-break:break-all;
	padding-left:10px;
	padding-bottom:4px;
	background:url(images/bul.gif) no-repeat 0px 6px;
}
.list a:link, .list a:visited { color:#777; text-decoration:none;}
.list a:hover{ color:#D93343; text-decoration:none;}
	
.rplist {
	color:#777;
	word-break:break-all;
	border-bottom:1px solid #eee;
	margin-bottom: 10px;
	padding: 8px;
}
.rplist a:link, .rplist a:visited { color:#777; text-decoration:none;}
.rplist a:hover{ color:#D93343; text-decoration:none;}


/* 위치로그 설정 */
#location {
	margin: 10px;
}

.location_spot {
	color:#777;
	margin-top: 4px;
}	
.location_info { color:#B75959; }	
.location_info a:link, .location_info a:visited { color:#B75959; text-decoration:none;}
.location_info a:hover{ color:#FF3300; text-decoration:none;}


/* 방명록 설정*/
.guestbook_form_box {
	font:11px tahoma;
	color:#555;
	border-bottom:1px solid #eee;
	padding: 10px;
	background: #FBFAF9;
}


/* 엔트리 설정*/
.tag_box {
	font :8pt Dotum;
	background:url('images/entry_tag.gif') no-repeat left;
	float: left;
	padding-left: 32px;
	padding-top: 2px;
}
.tag_box a:link, .tag_box a:visited { color:#A95671; text-decoration:none;}
.tag_box a:hover{ color:#D93343; text-decoration:none;}

/* 트랙백, 코멘트 버튼 설정*/
.tb_cmt_btn {
	font:11px tahoma;
	color:#369;
	text-align:right;
	float: right;
}
.tb_cmt_btn a:link, .tb_cmt_btn a:visited { color:#777; text-decoration:none;}
.tb_cmt_btn a:hover{ color:#D93343; text-decoration:none;}


.actionTrail {padding-bottom:0px; }
.actionTrail a, .actionTrail a span { /* 폰트 지정시 필수 */
	color:#A1A1A1;
	font:bold 10px tahoma;
}
.actionTrail a .cnt {color:#7683E6; }
.actionTrail a.tb {padding-left:13px; background:url(images/icon_trackback.gif) no-repeat 0px 1px }
.actionTrail a.rp {padding-left:19px; background:url(images/icon_comment.gif) no-repeat 5px 2px }





/* 트랙백 설정*/
.tb_box {
	padding-left:6px;
	padding-right:6px;
	background-color:#FAFAFA;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tb_address {
	font: 11px tahoma;
	color:#666;
	text-align:center;
	padding:12px;
	clear: both;
	background: #FBFAF9;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 8px;
}
.tb_list_box {
	padding:10px;
	border-top:1px dashed #ccc;
}
.tb_name {
	font:11px Tahoma;
	letter-spacing:0px;
	padding-left:10px;
}
.tb_title {
	color:#444;
	font-weight:bold;
	font-size: 12px;
}
.tb_title a:link, .tb_title a:visited { color:#444; text-decoration:none;}
.tb_title a:hover { color:#369; text-decoration:none;}

/* 코멘트(댓글/방명록 설정*/
.cmt_form_box { 
		font:11px tahoma;
		color:#555;
		padding:10px;
		background-color:#FBFAF9;
		margin-bottom:20px;
    border-bottom:1px solid #eee;
}
.cmt_box {
		border-top:1px solid #eee;
}
.secret {
	margin-top: -19px;
	position: absolute;
	margin-left: 520px;
color:#d41a01;
}

/* 코멘트, 트랙백, 방명록의 리스트 설정 */
.cmt_box ul, .box ul, .tb_list_box ul, .list_box ul, .rplist_box ul {
	list-style: none;
}
/* 페이징 - 현재 페이지 */
#paging .selected {font-weight:bold; color:#029dc4;}
#paging .no-more-prev {}
#paging .no-more-next {}

/* 페이징 */


#paging {width:100%; height:25px; margin:0px 0 0; padding:10px 0 0; text-align:center; font-size:10px; clear:both; background:#ffffff;}
#paging .numbox {padding-bottom:20px;}
#paging .num {color:#96a0a4; font:11px tahoma; margin:0 -1px;}
#paging .num span {padding:0 7px 0 11px; background:url(images/bar_paging.gif) no-repeat 0 2px;}
#paging .bar {padding:0 0 0 2px; background:url(images/bar_paging.gif) no-repeat 0 2px;}
#paging #prevPage {background:url(images/ico_prev.gif) no-repeat 0 0; padding-left:48px;}
#paging #nextPage {background:url(images/ico_next.gif) no-repeat 3px 0; padding-left:48px;}
#paging #prevPage span,
#paging #nextPage span {display:none;}



/*.paging{
	font:11px Tahoma;
	font-size: 12px;
	color:#777;
	margin-top:7px;
	margin-bottom:13px;
	text-align:center;
}
.paging a:link, .paging a:visited { color:#7C6D49; text-decoration:none;}
.paging a:hover { color:#D93343; text-decoration:none;}*/

/* 푸터 설정 */
#footer {
	padding-bottom: 20px;
	padding-top:10px;
	padding-left: 150px;
height:25px;
}
#footer a {
	color: #978F79;

}


/* 이올린 설정 */
.EolinBmVote {
	font-size: 11px;
	color: #777;
}

/* 애드센스 설정  */
.gga {
	width:600px;
	text-align: center;
	padding-bottom: 0px;
}
.c_table { width:100%; }