@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body{
	font-family:Dotum,돋움, 'Lucida Grande', AppleGothic, sans-serif;
	font-size:75%;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.6em;
	color:#454545;
}
textarea, input, td {
	font-family:Dotum,돋움, Verdana, 'Lucida Grande', AppleGothic, Sans-serif;
	font-size:1em;
	color : #666666;
}
/* 2. 기본 링크 */
	a:link { color:#6699CC; text-decoration:none; }
	a:visited { color:#6699CC; text-decoration:none; }
	a:hover { color:#99CCFF; text-decoration:underline; }
	a img{ border:0; }
/* 3. 이미지 */
	img {
		border-width: 0px;
	}
/* 4. 이미지 버튼 */
	.ib {
		cursor: pointer;
	}
/* 5. 입력 텍스트 */
	.text {
	border:1px solid #999;
	}
/* 6. 트리 테이블 */
	.branch2 {
	}
/* 7. 트리 셀 */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}
/* 8. 달력 월 표시 */
	.cal_month {
		font-size : 11px;
		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;
		background-color:#ccc;
		font-weight:bold;
	}
/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:visited {
		font-weight: bold;
		color : #333;
	}
	a.cal_click:hover {
		font-weight: bold;
		color : #369;
	}
/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}
/* 16. 키워드 스타일 */
	.key1 {
		cursor: pointer;
		border-bottom: 1px dotted #ccc;
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font:9px Tahoma, 'Lucida Grande', sans-serif;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Verdana, 'Lucida Grande', sans-serif;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
p{
	margin:0;
	margin-bottom:1.3em;
}

h1,h2,h3,h4,h5,h6,form,fieldset {margin:0;padding:0;}

/* 폰트, 박스 스타일 */

blockquote {
	margin:0 10px;
	padding:0 15px;
	border-left:7px solid #EAEAEA;
	color: #666666;
}

blockquote p{
	margin:0;
	padding:0;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	color: #8E8E8E;
	font-style: normal;
}

pre {
	overflow:auto;
	margin:0 0 18px 0;
	padding:4px;
}
pre, code, kbr {font-family:'Lucida Console',Courier,monospace;}
code, kbr {padding:0 2px;}

/* 레이아웃 */
#entire {
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#FFFFFF;
}

/* 타이틀 */

#titlemenu {
	background:#151515 url(images/b_title_blog.gif) no-repeat; /* 기본으로 표시하는 배경 */
	margin:0;
	padding:0;
}

#title {
	padding:9px 9px 0 0;
	text-align:right;
	font-family:'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	line-height:130%;
	color:#333333;
}
#title a:link { color:#333333; text-decoration:none; }
#title a:visited { color:#333333; text-decoration:none; }
#title a:hover { color:#333333; text-decoration:none; }

/* 메뉴 */

#title_bottom {
	margin:0;
	padding:0;
	margin-top:9px;
	font-size:12px;
	text-align:right;
	line-height:120%;
	height:21px !important;
	height /**/:30px;
}

#title_bottom li {
	display:inline;
	margin:0;
}

#title_bottom li a {
	margin:0;
	padding:0;
	padding-right:10px;
}
#title_bottom li a:link { color:#AAAAAA; text-decoration:none; }
#title_bottom li a:visited { color:#AAAAAA; text-decoration:none; }
#title_bottom li a:hover { color:#AAAAAA; text-decoration:underline; }

/* 페이지별 굵기 변경 */
#tt-body-page #li_blog { font-weight:bold; }
#tt-body-location #li_local { font-weight:bold; }
#tt-body-tag #li_tag { font-weight:bold; }
#tt-body-keylog #li_key { font-weight:bold; }
#tt-body-guestbook #li_guest { font-weight:bold; }

/* 컨텐츠 */

#contents {
	clear:both;
	margin:0;
	padding:15px;
	text-align:justify;
}

#contents .location {
	clear:both;
	letter-spacing:1px;
	font-size:0.9em;
	line-height:1.2;
	margin:0;
	padding:0;
	color:#777777;
}
#contents .location img {
	margin:0;
	margin-right:10px;
	padding:0;
}
#contents .location a:link { color:#777777; text-decoration:none; }
#contents .location a:visited { color:#777777; text-decoration:none; }
#contents .location a:hover { color:#AAAAAA; text-decoration:none; }

#contents h2 {
	font-weight:normal;
	font-family:Dotum,돋움,'Lucida Grande',AppleGothic, sans-serif;
	font-size:2.7em;
	line-height:1.2;
	letter-spacing:-4px;
	color:#666666;
	padding:45px;
	padding-right:0;
}
#contents h2 a:link { color:#333333; text-decoration:none; }
#contents h2 a:visited { color:#333333; text-decoration:none; }
#contents h2 a:hover { color:#666666; text-decoration:none; }

#contents .postinfo {
	margin:0;
	margin-bottom:15px;
	padding:0;
	color:#999999;
	background:#EAEAEA;
	padding:3px;
	font-family:Verdana,'Lucida Grande',sans-serif;
	font-size:0.85em;
	line-height:0.95em;
}

#contents .post {
	margin:0;
	padding:0;
	padding-left:15px;
	overflow:hidden;
}

#contents .post .arti sup { font-family:Georgia, sans-serif; }
#contents .post .btn_top { float:right; text-align:right; }

#contents .postetc {
	background:#DBDBDB;
	color:#666666;
	font-size:0.95em;
	letter-spacing:-1px;
}
#contents .postetc h3 {
	font-family:'Malgun Gothic', '맑은 고딕', 'Segoe UI', 'Lucida Grande', Verdana, sans-serif;
	font-size:1em;
	line-height:1.3em;
	font-weight:normal;
	display:inline;
}
#contents .postetc ul {
	list-style-image:url(images/i_list.gif);
}
#contents .postetc a:link { color:#a3c2e0; text-decoration:none; }
#contents .postetc a:visited { color:#a3c2e0; text-decoration:none; }
#contents .postetc a:hover { color:#6699cc; text-decoration:underline; }

#contents .feedback {
	clear:both;
	text-align:right;
	padding-top:15px;
}
#contents .feedback_b {
	font-family:Gulim,굴림,AppleGothic,sans-serif;
	float:right;
	width:600px;
	background:#F6F6F6;
	border:1px #EAEAEA solid;
	padding:10px;
	margin:0;
	margin-top:15px;
}

#contents .feedback h3 {
	font-size:1em;
	font-weight:bold;
	font-family:Gulim,굴림,AppleGothic,sans-serif;
	margin-bottom:15px;
}
#article .feedback .secondh3 {
	margin-top:15px;
}
#contents .feedback ul {
	margin-left:15px;
	padding:0;
	list-style-image:url(images/i_list.gif);
}
#contents .feedback ul li ul {
	margin-left:15px;
	padding:0;
	list-style-image:url(images/i_list2.gif);
}

#contents .feedback p{
	padding:2px;
	margin:0;
}
#contents .feedback input{ display:none; }
#contents .feedback label{ display:none; }
#contents .feedback textarea{ display:none; }

#contents .feedback .control {
	color:#999999;
}
#contents .feedback .control a:link { color:#999999; text-decoration:none; }
#contents .feedback .control a:visited { color:#999999; text-decoration:none; }
#contents .feedback .control a:hover { color:#999999; text-decoration:underline; }

#contents .taglist ul {
	margin:0;
	padding-left:15px;
	list-style-image:url(images/i_list.gif);
}
#contents .keylog ul {
	margin:0;
	padding-left:15px;
	list-style-image:url(images/i_list.gif);
}

#contents h4 { font-size:100%; }

#contents hr {
	clear:both;
	height:5px;
	color:#EAEAEA;
	background:#EAEAEA;
	border:none;
	margin:15px 0;
	padding:0;
}

/* 블로그 정보 */
#info {
	display:none;
}

/* tag cloud*/
#info_bottom {
	display:none;
}

/* location */
.local { padding:15px; }
.local .spot {
	padding-left:30px;
	background:url("images/i_list.gif") no-repeat 10px 2px;
	margin-bottom:3px;
	}
.local .info {
	padding-left:15px;
	background:url("images/i_list2.gif") no-repeat 0 50%;
	margin-bottom:3px;
	}
/* guestbook > write */
.guestbook { padding:15px; }
.guestbook .write { display:none; }

/* guestbook > list */
.guestbook p{
	padding:5px 0;
	margin:0;
}
.guestbook .list1{
	padding:5px 10px 10px 20px;
	background:url("images/i_list.gif") no-repeat 0 12px;
}
.guestbook .list2{
	padding-left:25px;
	padding-top:5px;
	margin-left:10px;
	background:url("images/i_list2.gif") no-repeat 10px 12px;
	background-color:#f5f5f5;
}
.guestbook .list .name{
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-right:5px;
}
.guestbook .control {
	color:#999999;
	font-size:0.9em;
}
.guestbook .control a:link { color:#999999; text-decoration:none; }
.guestbook .control a:visited { color:#999999; text-decoration:none; }
.guestbook .control a:hover { color:#999999; text-decoration:underline; }

.taglist { padding:15px; }
.keylog { padding:15px; }

/* paging */
.paging{
	clear:both;
	text-align:center;
	font:10px Tahoma;
}

/* footer */
#footer {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#999999;
	clear:both;
	padding:10px 0 0 0;
	text-align:center;
}

#footer p {
	width:850px;
	text-align:left;
	margin:0 auto;
	padding:0;
	padding-bottom:5px;
}

#footer a:link { color:#999999; text-decoration:none; }
#footer a:visited { color:#999999; text-decoration:none; }
#footer a:hover { color:#999999; text-decoration:underline; }