﻿@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 tahoma, Georgia, AppleGothic, Sans-serif;
	color : #999;
}
/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #ccc;
	}
	a:visited {
		text-decoration: none;	
		color : #ccc;
	}
	a:hover {
		text-decoration: underline;	
		color : #369;
	}
	a:active {
		text-decoration: none;	
		color : #a0a;
	}	
/* 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 #111;
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font:9px Georgia, Tahoma;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Georgia, Tahoma;
		color : #999;q
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	/* background-color:#131118; */
	background-color:#131118;
	padding:0px 0;
	background:url("./images/bg.jpg") repeat-x #131118;	
	}
hr {
display:none;
}	
/* Structured */
#guestbook {
	width:400px;
}

#container {
	width:800px;
	background:url("images/bg_header.jpg") repeat-x top #000;
	/* background:url("images/bg_footer.gif") repeat-x bottom #000; */
	border:1px solid #222;
	border-bottom:6px solid #222;	
	margin:0 auto; 
	padding:0px 20px 20px 20px;  
	background-color:#000000;

}
#content {
	border-top: 1px solid #191919; 
	float:center;
	width:100%;
	overflow:hidden;
}

#footer {
	clear:both;
}
/* header */
#header {
	padding:0px 0px 16px 0px;/* 윗쪽 0 아랫쪽 왼쪽 */
	/* background:url(images/bg_header.jpg) no-repeat; */
}
/* content common */
#header h1 {    /* Blog title */
	font:30px Georgia, Tahoma;
	padding-top:14px;
	margin:0;
}

/* search */
#header .search {
	text-align:left;
	padding:5px 0;
}
#header .search input{
	width:80px;
	background-color:#222;
	border:1px solid #111;
}
#header .search .submit{
	border:1px solid #999;
	background-color:#aaa;
	font:11px tahoma;
	color:#222;
	width:50px;	
}

/* category, category_list*/
#header .category .box li ul li ul li{
	list-style-image:none;
	padding-left:0px;
	margin-left:0px;
	border-left:0px dotted #999;
}
#header .category .box a{
	font-size:12px;
	color:#999;
}

/* content common */
#content h2 {    /* post title */
	font:24px Georgia, Tahoma;
	padding-top:10px;
	margin:0;
}
#content h2 a:hover{    /* post title mouseover*/
	text-decoration:none;
	color:#f22;
	background:url(images/iconTitleLink.gif) no-repeat top right;
	padding-right:15px;
}
#content h3 {    /* tag, search, location, guestbook title */
	font:24px Georgia, Tahoma;	color:#ccc;

	margin:10px 0;
	border-bottom:0px solid #111;
	padding-bottom:5px;
}
#content ol, #content ul {
	list-style:none;
	padding:0;		
	margin:0;
}
#content .name {
	font-size:12px;
	color:#666;
	letter-spacing:-1px;
}
#content .cnt {
	font:10px Georgia, tahoma;
	color:#666;
}
#content .date {
	font:10px Georgia, tahoma;
	letter-spacing:-1px;	
	color:#666;	
}
#content cite {
	font-size:12px;
	font-style:normal;
	color:#666;
}

/* tag  */
#content .tagcloud ul {
	padding:5px;
	text-align:justify;		
  }
#content .tagcloud li {
	display:inline;
	}		
#content .tagcloud a:hover{
	background-color:#cce5ff;
  color:#000;
  }		
#content .tagcloud li .cloud1 {
	font-weight:bold;
  font-size : 16px;
  color : #f30;
  }
#content .tagcloud li .cloud2 {
	font-weight:bold;	
  font-size : 15px;
  color : #f60;
  }
#content .tagcloud li .cloud3 {
	font-weight:bold;	
  font-size : 14px;
  color : #369;
  }
#content .tagcloud li .cloud4 {
  font-size : 13px;
  color : #690;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }	

/* search list, rplist */	
#content .list, .rplist{
	margin-bottom:14px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
}
/* location */
.location .spot {
	padding-left:30px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 2px;
	margin-bottom:3px;
	}	
.location .info {
	padding-left:15px;
	background:url("images/iconIndentArrow_localinfo.gif") no-repeat 0 50%;
	margin-bottom:3px;
	}	
/* guestbook > write */

.guestbook .write {
	margin-bottom:20px;
}
.guestbook .write p{
	padding:2px;
	margin:0;
}
.guestbook .write input{
	border:0px solid #aaa;
	background-color:#111;
	height:18px;
	width:200px;
}
.guestbook .write .homepage{
	height:18px;
	width:400px;
}
.guestbook .write .submit{
	border:0px solid #aaa;
	background-color:#111;
	height:25px;
	width:98%;
	color:#aaa;
}
.guestbook .write label{
	font:10px tahoma;

}
.guestbook .write textarea{
	width:98%;
	height:150px;
	border:0px solid #aaa;	
	background-color:#111;
	overflow:visible;
}
/* guestbook > list */
.guestbook p{
	padding:5px 0;
	margin:0;
}
.guestbook .list ol li{
	padding:10px 10px 10px 25px;
	background:url("images/iconGuestbook.gif") no-repeat 0 12px;	
}
.guestbook .list li ul li{
	padding-left:30px;
	margin-left:20px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color:#111;
}
.guestbook .list .name a{
	font-size:12px;
	font-weight:bold;
	color:#999;
	padding-right:12px;
	background:url("images/icon_homepage.gif") no-repeat 0px right;
}
.guestbook .control a{
	font:9px tahoma;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:10px;
	color:#999;
	margin-right:5px;
}
.guestbook .control a:hover{
	background-color:#eee;
	color:#333;
}
/* entry > notice */
.entry_notice {
	margin-bottom:30px;
	}
.entry_notice .article {
	padding:10px;
}	
/* entry > protected  */
.entry_protected {
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	}
.entry_protected h2 {
	color:#369;
}
.entry_protected input {
	border:1px solid #999;
	font:10px Tahoma;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#555;
}

/* entry article*/
.entry .article {
	padding:10px 0;
}
.entry .article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
}	
.entry .article a{
	color:#369;
	border-bottom:1px dotted #222;
}	
#content .entry .article ul{
	padding:10px 30px;
	list-style-type:disc;
}	
#content .entry .article ol{
	padding:10px 30px;
	list-style-type:decimal;
}		
.entry .article a:hover{
	color:#369;
	text-decoration:none;
}	
/* entry top button*/
.entry .btn_top{
	text-align:right;
	float:right;
	clear: both;
	margin-top:3px;
}
/* entry tag */
.entry .tagbox{
	padding:20px 0px 0px 0px;
}
.entry .tagtext{
	font:9px tahoma;
	font-weight:bold;
	background-color:#333;
	color:#aaa;
	padding:0px 0px;
	margin-right:8px;
}
/* entry trackback, comment  */
.entry .tbrp_box {
	border-top:1px dotted #141414;
	border-bottom: 1px solid #191919;
	padding:7px 8px;
	font:11px tahoma;
}
.entry .tbrp_box .cnt{
	font:10px tahoma;
	color:#666;
}
/* entry trackback */
.entry .trackback {
	font-family: tahoma;
	background-color:#000;
	padding:10px;
	margin-bottom:4px;
}	
.entry .trackback .add {
	margin:5px;
	font:11px tahoma;
	color:#666;
}	
.entry  .trackback li{
	border-top:1px dotted #999;
	padding:10px 0;
}
.entry .trackback h4{
	font:12px tahoma;
	font-weight:normal;
	margin:0;
}
/* entry comment */
.entry .comment {
	background-color:#000;
	padding:10px;
}	
.entry .comment p{
	margin:0;
}	
.entry .comment ol li{
	padding:15px 10px 0 25px;
	background:url("images/iconGuestbook.gif") no-repeat 0 15px;		
}
.entry .comment li ul li{
	padding:15px 10px 0 25px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color:#000;
}
.entry .control a{
	font:9px tahoma;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:8px;
	color:#999;
	margin-left:5px;
}
.entry .control a:hover{
	background-color:#ddd;
	color:#333;
}
.comment .write {
	margin-bottom:20px;
}
.comment .write p{
	padding:2px;
	margin:0;
}
.comment .write input{
	border:0px solid #aaa;
	background-color:#111;
	width:150px;
}
.comment .write .homepage{
	width:260px;
}
.comment .write .submit{
	border:0px solid #aaa;
	background-color:#111;
	height:25px;
	width:98%;
	color:#aaa;
}
.comment .write label{
	font:10px tahoma;
}
.comment .write textarea{
	width:98%;
	height:150px;
	border:0px solid #aaa;	
	background-color:#111;
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}

/* paging */
.paging{
	padding-top:10px;
	text-align:center;
	font:16px Georgia, Tahoma;
}

/* footer */
#footer {
	text-	:center;
	padding:0px 0px 0px 0px;
	font:11px tahoma;
	color:#999;
}
/* recent posts, recent comment, recent trackback, archive, link */
#footer .listbox {
	font:12px Georgia,'Segoe UI',tahoma;
	padding:5px 0;
}
#footer .listbox ul {
	padding:5px 0;
	margin-left:3px;
}
#footer .listbox li {
	background:url(images/bul.gif) no-repeat 0 5px;
	line-height:16px;
	padding-left:8px;
}	

/* counter */
#footer .counter {
	padding:5px 0;
	text-align:left;
	font:12px  Georgia,tahoma;
	color:#aaa;
}
#footer .ad{
	text-align:center;
	padding:5px 0;
}
#footer.sidemenu {
	font:11px Tahoma,돋음;
	padding:10px 35px 0 0;
	font-weight:bold;
	margin-left:460px;
	text-align:right;
}
#footer.sidemenu a{
	padding-left:10px;
}

/* FootNote */
div.footnotes
{
background-color:#111;
margin : 5px;
padding : 2px;
}
ol.footnotes
{
 	font:11px Dotum;
	line-height:20px;
	color:#AAAAAA;
}

ol.footnotes li{
	list-style-type:decimal;
}
