@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body{
	font : 13px Gulim, Dotum, Verdana, AppleGothic, Sans-serif;
	line-height : 180%;
	padding : 0;
	margin : 0;
	border : 0
	display : block;
	background:/*@background-image=url(images/bg.gif)*/url("images/background.png")/*@*/;
	/*@background-image-position=background-position:;*/background-position: center top;/*@*/
	/*@background-image-repeat=background-repeat:;*/background-repeat: repeat-y;/*@*/
	background-color:/*@background-color=#333*/#333/*@*/;
	overflow-y:scroll;
}
/* 2. 기본 링크 */
	a, input { outline:none; selector-dummy : expression(this.hideFocus=true);}
	a:link {
		text-decoration: none;
		color : #00F;
	}
	a:visited {
		text-decoration: none;
		color : #00F;
	}
	a:hover {
		text-decoration: underline;
		color : #F00;
	}
	a:active {
		text-decoration: none;
		color : #F00;
	}
/* 3. 이미지 */
	img {
		border-width: 0px; border-height: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;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
hr {
display:none;
}
/* Structured */
#structure {
	float:left;
	width:100%;
	padding:0px;
}
#foralign {
	float:left;
	position:relative;
	left:50%;
	margin-left:-450px;
}
#container {
	float:left;
	width:/*@post-width=*/600px/*@*/;
	border:0px;
	margin:0 auto;
	padding:0 40px 0 40px;
}
#content {                              /* 사이드바를 왼쪽으로 옮겨보세요 */
	margin:0;
	width:/*@post-width=*/600px/*@*/;
	overflow:hidden;
}
#sidebar {
	position:relative;
	float:left;
	width:210px;
	margin:0px;
	border:0px;
	padding:5px;
	overflow:hidden;
}
#footer {
	height:20px;
}



/* header */
#header {
	padding: /*@title-height:-43=padding-top:*/7px/*@*/ 0 15px 60px;
	/*@title-background-image=background-image:url(images/bg_header.gif);*/background-image: none;/*@*/
	/*@title-background-image-repeat=background-repeat:no-repeat;*/background-repeat: no-repeat;/*@*/
	/*@title-background-image-position=background-position:;*/background-position: ;/*@*/
	/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
}
#header h1{
	margin:0;
	font-size:20px;
	float:left;
}
#header h1 a{
	font-size: /*@title-font-size=*/32px/*@*/;
	font-family:/*@title-font-family=*/Times New Roman/*@*/;
}
#header a{
	color:/*@title-color=*/#000000/*@*/;     /* 헤더의 배경 이미지에 맞게 블로그 제목을 잘보이는 색으로 바꿔주세요 */
}
#header .sidemenu {
  padding:10px 35px 0 0;
	margin-left:200px;
	text-align:right;
}
#header .sidemenu a{
	padding-left:10px;
}




/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	z-index:100;
	}
#sidebar .name {
	font:11px;
	color:#999;
}
#sidebar .date {
	font-size:12px;
	color:#999;
}
#sidebar .cnt {
	font :10px Tahoma;
	color:#333;
}
#sidebar h3 {      /* 사이드바의 제목을 바꿔보세요 */
	font:20px verdana, batang;
	color:#ccc;
	border-top:1px solid #444;
	padding:10px 0px 0px 0px;
	margin:10px 15px 0px 15px;
}
#sidebar a {
	color:#ccc;
}
#sidebar a:hover {
	color:#fff;
	text-decoration: none;
}
#sidebar .box {
	padding:8px;
}
/* admin menu */
#sidebar .owner {
	font-size:12px;
	text-align:center;
}
/* blog info (desc, image) */

#sidebar .blogimg {
	margin:0 auto;
	width:200px;
	overflow:hidden;
}
#sidebar .bloginfo {
	text-align:center;
}
#sidebar .bloginfo img{
	padding:5px;
}
/* notice list */
#sidebar .notice {
	padding:5px 10px;
	background-color:#eeeeee;    /* 사이드바의 공자사항 배경색을 바꿔보세요 */
	margin:5px 0;
}
#sidebar .notice li {
background:url(images/iconNotice.gif) no-repeat 0 50%;
padding-left:38px;
}
#sidebar .notice li a{
	font-size:12px;
	letter-spacing:-1px;
	color:#333;
}
/* search */
#sidebar .search {
	text-align:center;
	padding:15px 0 5px;
	margin:0 auto;
	vertical-align:middle;
}
#sidebar .search input{
	font-family : batang;
	width:110px;
	height:22px;
	padding:0px 3px;
	background-color:#888;
	border:1px solid #555;
	border-right:0px;
	vertical-align:middle;
}
#sidebar .search input:focus {
	background-color:#ff5a00;
}
#sidebar .search .submit{
	width:60px;
	height:24px;
	border:1px solid #555;
	background-color:#aaa;
	font:12px batang;
	color:#222;
	text-align:center;
	vertical-align:middle;
}
#sidebar .search .submit:hover{
	border:1px solid #888;
	background-color:#ccc;
	cursor:pointer;
}
/* category, category_list*/
#sidebar .category ul li a{
	font:20px verdana;
	line-height:32px;
	color:#ccc;
}

#sidebar .category ul li ul li a{
	font-size:16px;
	line-height:26px;
	color:#aaa;
	margin-left:10px;
}

#sidebar .category a:hover{
	color:#fff;
	text-decoration: none;
}
/* tag cloud*/
#sidebar .tagbox ul {
	padding:5px;
	text-align: justify;
  }
#sidebar .tagbox a {
	letter-spacing:-1px;
	}
#sidebar .tagbox li .cloud1 {       /* 사이드바의 태그 클라우드 스타일을 바꿔보세요 */
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #f30;
  }
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;
  font-size : 15px;
  color : #f60;
  }
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;
  font-size : 14px;
  color : #369;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #690;
  }
#sidebar .tagbox li .cloud5 {
  font-size : 12px;
  color : #999;
  }
#sidebar .tagbox a:hover{
	background-color:#cce5ff;
  color:#000;
  }
/* recent posts, recent comment, recent trackback, archive, link */
#sidebar .listbox {
	padding:5px 0;
}
#sidebar .listbox ul {
	padding:5px 0;
	margin-left:3px;
}
#sidebar .listbox li {
	background:url(images/bul.gif) no-repeat 0 5px;
	line-height:16px;
	padding-left:8px;
}
/* counter */
#sidebar .counter {
	font:14px;
	color:#aaa;
	border-top:1px solid #444;
	padding:10px 0px 0px 0px;
	margin:10px 15px 0px 15px;
	text-align:center;
}
#sidebar .ad{
	text-align:center;
	padding:5px 0;
}




/* content common */
#content h2 a{    /* 글 제목의 스타일을 바꿔보세요 */
	/*@post-title-color=color:;*/color: #333;/*@*/ /*@post-title-font-family=font-family:;*/font-family: '맑은 고딕', 'Malgun Gothic', Dotum;/*@*/ /*@post-title-font-size=font-size:;*/font-size: 18px;/*@*/
}
#content h2 a:hover{    /* post title mouseover*/
	text-decoration:none;
	color:#f00;
}
#content h3 {    /* tag, search, location, guestbook title */
	font-size:14px;
	color:#333;
	border-bottom:1px solid #ddd;
	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 Verdana;
	color:#666;
}
#content .date {
	font:10px Verdana;
	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 {
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #f30;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;
  font-size : 15px;
  color : #f60;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;
  font-size : 14px;
  color : #369;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #690;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }

/* search list, rplist */
#content .list, .rplist{
	margin-bottom:50px;
}
#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:1px solid #999;
	height:18px;
	width:200px;
}
.guestbook .write .homepage{
	height:18px;
	width:400px;
}
.guestbook .write .submit{
	border:1px solid #aaa;
	background-color:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.guestbook .write label{
	font:10px Verdana;
}
.guestbook .write textarea{
	width:98%;
	height:150px;
	border:1px solid #aaa;
	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:#f5f5f5;
}
.guestbook .list .name a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	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:#ddd;
	color:#333;
}
/* entry > notice */
.entry_notice {
	margin-bottom:30px;
	}
.entry_notice .article {
	padding:10px 0;
}
/* 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:#ddd;
}

/* entry article*/
.entry .article {
	padding:10px 0;
	/*@post-body-color=color:;*/color: #333;/*@*/ /*@post-body-font-family=font-family:;*/font-family: gulim;/*@*/ /*@post-body-font-size=font-size:;*/font-size: 13px;/*@*/
}
.entry .article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
}
.entry .article a{
	color:#00f;
	text-decoration: none;
}
.entry .article a:hover{
	color:#f00;
	text-decoration: underline;
}
#content .entry .article ul{
	padding:10px 30px;
	list-style-type:disc;
}
#content .entry .article ol{
	padding:10px 30px;
	list-style-type:decimal;
}

/* entry tag */
.entry .tagbox{
	padding:5px;
}
.entry .tagtext{
	font:9px verdana;
	font-weight:bold;
	background-color:#369;
	color:#fff;
	padding:1px 3px;
	margin-right:8px;
}
/* entry trackback, comment  */
.entry .tbrp_box {
	border-top:1px dotted #ccc;
	border-bottom:1px solid #999;
	padding:7px 8px;
	font:11px verdana;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:#666;
}
/* entry trackback */
.entry .trackback {
	font-family:verdana, dotum;
	background-color:#f5f5f5;
	padding:10px;
	margin-bottom:4px;
}
.entry .trackback .add {
	margin:5px;
	font:11px Verdana;
	color:#333;
}
.entry  .trackback li{
	border-top:1px dotted #ccc;
	padding:10px 0;
}
.entry .trackback h4{
	font:12px Verdana;
	font-weight:normal;
	margin:0;
}
/* entry comment */
.entry .comment {
	background-color:#f5f5f5;
	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:#f5f5f5;
}
.entry .control{
	font:11px dotum;
	color:#999;
	letter-spacing:-1px;
}
.entry .control a{
	font:11px dotum;
	color:#999;
}
.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:1px solid #999;
	width:150px;
}
.comment .write .homepage{
	width:260px;
}
.comment .write .submit{
	border:1px solid #aaa;
	background-color:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.comment .write label{
	font:10px Verdana;
}
.comment .write textarea{
	width:98%;
	height:150px;
	border:1px solid #aaa;
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}

/* paging */
#paging{
	cursor:default;
	margin:20px 0;
	font:12px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
}
#paging .selected{
	color:#FF9900;
}
#paging .numbox{
}
#paging a.num{
	padding:2px 6px;
	border:1px solid #ddd;
}
#paging a:hover.num{
}
#paging a.prev{
	padding:2px 6px;
	border:1px solid #ddd;
}

/* top button */
#btntop {
	position: absolute;
	top: 700px;
	left: 50%;
	width: 180px;
	margin-left: 250px;
	font:20px verdana;
	color:#ccc;
	border-top:1px solid #444;
	padding:10px 0px 0px 0px;
	z-index:0 auto;
}
#btntop.fixed {
	position: fixed;
	top: 20px;
}
#btntop .counter {
	font:12px verdana;
	color:#aaa;
}
#btntop a {
	color:#ccc;
}
#btntop a:hover {
	color:#fff;
	text-decoration: none;
}

/* social button */
#sharebox {
	position: absolute;
	top: 800px;
	left: 50%;
	width: 80px;
	margin-left: 228px;
	background:#fff;
	color:#ccc;
	border:1px solid #aaa;
	border-left:1px solid #fff;
	padding:0;
	z-index:1 auto;
}
#sharebox.fixed {
	position: fixed;
	top: 120px;
}
#sharebox .facebook { background:url("images/skin.png") no-repeat; width:60px;  height:61px; margin:10px auto;}
#sharebox .tweet {  width:55px; height: 63px; margin:10px auto; }
#sharebox .gplus {  margin-left:10px; width:50px; margin:10px auto; }

/* footer */
#footer {
	text-align:center;
	padding:0;
	font:11px verdana;
}