@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body{
	font:normal 14px '돋움',sans-serif;
	color:#464646;
	margin:0 auto;

	text-align:left;
        line-height:180%;
}
/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #999;
	}
	a:visited {
		text-decoration: none;	
		color : #999;
	}
	a:hover {
		text-decoration: underline;	
		color : #999;
	}
	a:active {
		text-decoration: none;	
		color : #999;
	}	
/* 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;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
hr {
display:none;
}	
/* Structured */
#container {
	width:/*@post-width:240=*/960px/*@*/;
		margin:0 auto; 
	background-color:#fff;
}
#content {                         
	float:right;
  	
 
padding-bottom:10px;
     
	width:/*@post-width=*/740px/*@*/;
	overflow:hidden;
}
#sidebar {
	float:right;
	width:150px;
	margin-top:15px;
	/*border:5px solid #eee; */
 margin-left:70px;
        padding-top:10px;
	overflow:hidden;
       
	
}
#footer {
	clear:both;
}



/* header */
#header {
	padding: /*@title-height:-43=padding-top:*/50px/*@*/ 0 5px 0px;
	/*@title-background-image=background-image:url(images/bg_header.gif);*/
	/*@title-background-image-repeat=background-repeat:no-repeat;*//*@*/
	/*@title-background-image-position=background-position:;*//*@*/
	/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
}


/* #header {
	padding: /*@title-height:-43=padding-top:*/169px/*@*/ 0 15px 60px;
	/*@title-background-image=background-image:url(images/bg_header.gif);*/background-image: url("images/0001.jpg");/*@*/
	/*@title-background-image-repeat=background-repeat:no-repeat;*/background-repeat: no-repeat;/*@*/
	/*@title-background-image-position=background-position:;*/background-position: right top;/*@*/
	/*@title-background-color=background-color:;*/background-color: transparent;/*@*/
} */


#header h1{
	margin:0;
	
padding:1px 0;
	float:left;
}
#header h1 a{
	font-size: /*@title-font-size=*/20px/*@*/;
	font-family:/*@title-font-family=*/Arial Black/*@*/;
        font-weight:bold;
        color:/*@title-color=*/#9FB4C7/*@*/;     /* 헤더의 배경 이미지에 맞게 블로그 제목을 잘보이는 색으로 바꿔주세요 */   
}

#header .sidemenu {margin:0 0 40px 0;font-size:10px;text-align:left;}
#header .sidemenu li {display:inline;margin-right:7px;;padding-left:5px;}
#header .sidemenu .first {padding:0;background:0 none;}
#header .sidemenu .last {}
 #header .sidemenu a {font:12px/11px Dotum; white-space:nowrap;} 




/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;	
	}
#sidebar .name {
	font:11px dotum;
	color:#999;
}
#sidebar .date {
	font-size:12px;
	color:#999;	
}	
#sidebar .cnt {
	font :10px Tahoma;
	color:#999;
}
#sidebar h3 {      /* 사이드바의 제목을 바꿔보세요 */ 
	font:14px Tahoma;
	font-weight:bold;
	/*background:#eee;*/
	/*border-bottom:1px solid #999;*/
	padding:3px 5px;
	margin:0;
color:#676767;
}	
#sidebar a {        /* 사이드바의 링크 색을 바꿔보세요 */
	color:#999;
}	
#sidebar .box {
	padding:8px;
}
/* admin menu */
#sidebar .owner {
	font-size:12px;
	text-align:center;
}
/* blog info (desc, image) */

#sidebar .blogimg {
	
	max-width:180px;
width: expression(this.width > 180 ? 180: true); 
height: auto;
	float: center; 
}
#sidebar .bloginfo {
	text-align:center;
}
#sidebar .bloginfo img{
	padding:5px;
}
/* notice list */
#sidebar .notice {
	padding:5px 10px;
	
	margin:5px 0;
}
#sidebar .notice li {

padding-left:38px;
}
#sidebar .notice li a{
	font-size:12px;
	letter-spacing:-1px;
	color:#999;
}
/* search */
#sidebar .search {
	text-align:center;
	padding:5px 0;
}
#sidebar .search input{
	width:130px;
}
#sidebar .search .submit{
	border:1px solid #999;
	background-color:#ddd;
	font:11px Verdana;
	color:#222;
	width:50px;	
}
/* category, category_list*/
#sidebar .category .box li ul li ul li{
	list-style-image:none;
	padding-left:10px;
	margin-left:7px;
	list-style-type:none; 



}
#sidebar .category .box a{
	font:14px;
	color:#999;
}
/* tag cloud*/
#sidebar .tagbox ul {
	padding:5px;
	text-align: justify;		
  }
#sidebar .tagbox a {
	letter-spacing:-1px;
	}	
#sidebar .tagbox li .cloud1 {       /* 사이드바의 태그 클라우드 스타일을 바꿔보세요 */
	background-color:#FFFFFF;
	
  font-size : 16px;
  color :#2E2E2E
  }
#sidebar .tagbox li .cloud2 {
	background-color:#FFFFFF;
		
  font-size : 15px;
  color :#2E2E2E
  }
#sidebar .tagbox li .cloud3 {
	background-color:#FFFFFF;
	
  font-size : 14px;
  color : #2E2E2E;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#FFFFFF;
  font-size : 13px;
  color : #2E2E2E;
  }
#sidebar .tagbox li .cloud5 {
  font-size : 12px;
  color : #2E2E2E;
  }	
#sidebar .tagbox a:hover{
	background-color:#FFFFFF;
  color:#2E2E2E;
  }	
/* 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 {

	line-height:16px;
	padding-left:8px;
}	
/* counter */
#sidebar .counter {
	
	padding:5px 0;
	text-align:center;
	font:10px verdana;
}
#sidebar .ad{
	text-align:center;
	padding:5px 0;
}




/* content common */

#content h2 {
 border-bottom:1px solid #d2d2d2; 	
font-size:  13px;
}

#content h2 a{    /* 글 제목의 스타일을 바꿔보세요 */
	
letter-spacing:-1px;
	padding-top:20px;
	margin:0;

	/*@post-title-color=color:;*/color: #333;/*@*/ /*@post-title-font-family=font-family:;*/font-family: sans-serif;/*@*/ /*@post-title-font-size=font-size:;*/font-size:  16px;/*@*/
}
#content h2 a:hover{    /* post title mouseover*/
	text-decoration:none;
	color:#464646;
	background:url(images/iconTitleLink.gif) no-repeat top right;
	padding-right:15px;


}

#content h3 {    /* tag, search, location, guestbook title */
	font-size:13px;
	color:#464646;
	margin:10px 0;
	border-bottom:1px solid #ddd;	
	padding-bottom:5px;
}
#content ol, #content ul {
	list-style:none; 
	
}
#content .name {
	font-size:11px;
	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:10px;
	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{ font-size : 16px; color:#333;
	margin-bottom:50px;
 border-bottom:1px solid #d2d2d2; 
}
#content .list .date, .rplist .date{ text-align:right;
	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:#464646;
}
.entry_protected input {
	border:1px solid #464646;
	font:10px Tahoma;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#ddd;
}

/* entry article*/
.entry .article {
	
}
.entry .article blockquote {
       border:1px dotteed; border-color:#464646;  
       font-color:#464646;
	margin: 30px 100px 0px 100px;
	
}	
.entry .article a{
	color:#464646;
	border-bottom:1px dotted #464646;
}	
#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:#464646;
	text-decoration:none;
}	
/* entry top button*/ 
.entry .btn_top{
	 text-align:right; 
	 margin-top:3px;
	 clear:both; 	
}
/* entry tag */
.entry .tagbox{
	padding:5px;
}
.entry .tagtext{
	font:9px verdana;
	font-weight:bold;
	
	color:#999;
	padding:1px 3px;
	margin-right:8px;
}
/* entry trackback, comment  */
.entry .tbrp_box {
	/* border-top:1px dotted #ccc; */
	/* border-bottom:1px solid #999;*/
 text-align:right; 
	 margin:0px 0px 50px 0px;
	 clear:both; 		
color: #66b4f3 ;

	font:11px verdana;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:color:;
}
/* 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{
	padding-top:10px;
	text-align:center;
	font:10px Tahoma;
}

/* footer */
#footer {
	text-align:center;
	padding:50px 10px 10px 10px;
	font:11px Verdana, dotum;
}