@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
	color : #666;
}
body {
	/*@background-image=background-image:;*/background-image: url("images/black.jpg");/*@*/
	/*@background-image-position=background-position:;*/background-position: left top;/*@*/
	/*@background-image-repeat=background-repeat:;*/background-repeat: repeat;/*@*/
	/*@background-color=background-color:;*/background-color: #B9A58C;/*@*/
}
/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #c00;
	}
	a:visited {
		text-decoration: none;
		color : #c00;
	}
	a:hover {
		text-decoration: underline;
		color : #f00;
	}
	a:active {
		text-decoration: none;
		color : #c00;
	}
/* 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 : #333;
	}
/* 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;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	background-color:#999;
	padding:10px 0;
	}
hr {
display:none;
}
/* Structured */
#container {
	width:/*@post-width:210=*/740px/*@*/;
	border:1px solid #777;
	border-bottom:6px solid #777;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
}
#content {
	float:left;
	width:/*@post-width=*/530px/*@*/;
	overflow:hidden;
	margin-top:0;
}
#sidebar {
	width:190px;
	float:right;
	margin-right:4px;
	margin-top:0;
	overflow:hidden;
}
#footer {
	clear:both;
}
/* header */
#header {
	padding:35px 0 5px 65px;
	height:/*@title-height=90px*/90px/*@*/;
	background:/*@title-background-image=url(images/title_worldcup.gif)*/url("images/part1.jpg")/*@*/ /*@title-background-image-repeat=repeat-x*/no-repeat/*@*/ /*@title-background-image-position=top*/left top/*@*/ /*@title-background-color=#c00*/#c00/*@*/;

}
#header h1 a{
	margin:0;
	padding:0;
	font-size:20px;
	/*@title-font-family=font-family:;*/font-family: inherit;/*@*/ /*@title-font-size=font-size:;*/font-size: inherit;/*@*/
}
#header a{
	color:/*@title-color=*/#fff/*@*/;
}
#header .sidemenu {
  padding:0 10px 0 0;

}
#header .sidemenu a{
	padding-right:10px;
	color:#eee;
}

#header .worldcuptag{
padding-top:7px;
padding-left:2px;
font:10px verdana;
color:#F90;
}

#header .worldcuptag a{
padding-right:10px;
font:11px dotum;
color:#F90;
}
/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#sidebar .name {
	font:11px dotum;
	color:#999;
}
#sidebar .date {
	font-size:10px;
	font-family:Verdana;
	color:#999;
}
#sidebar .cnt {
	font :10px Tahoma;
	color:#333;
}
#sidebar h3 {
	font:12px dotum;
	font-weight:bold;
	padding:10px 0px 3px 0;
	margin:0;
	color:#c00;
	border-bottom:1px solid #ccc;
}
#sidebar a {
	color:#666;
}
#sidebar a:hover {
	color:#c00;
}
#sidebar .box {
	padding:8px;
}
#sidebar .calender{
font-family:Verdana;
}
/* admin menu */
#sidebar .owner {
	font-size:11px;
	text-align:center;
}
/* blog info (desc, image) */

#sidebar .blogimg {
	width:190px;
	overflow:hidden;
	text-align:center;
	margin-bottom:3px;
}
#sidebar .bloginfo {
	text-align:center;
	font:11px dotum;
	letter-spacing:-1px;
}
#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:5px 0;
}
#sidebar .search input{
	width:130px;
}
#sidebar .search .submit{
	border:1px solid #999;
	background-color:#ddd;
	font:12px dotum;
	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;
	border-left:1px dotted #999;
}
#sidebar .category .box a{
	font-size:12px;
	color:#333;
}
/* 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 : #c00;
  }
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;
  font-size : 15px;
  color : #f00;
  }
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;
  font-size : 14px;
  color : #f30;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #f60;
  }
#sidebar .tagbox li .cloud5 {
  font-size : 12px;
  color : #999;
  }
#sidebar .tagbox a:hover{
	background-color:#eee;
	text-decoration:none;
  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 {
	background-color:#eee;
	padding:5px 0;
	text-align:center;
	font:10px verdana;
}
#sidebar .ad{
	text-align:center;
	padding:5px 0;
}

/* content common */
#content .titleinfo{
border-bottom:1px solid #ddd;
padding-bottom:5px;
margin-bottom:5px;
}
#content h2 {    /* post title */
	font-size:14px;
	padding-top:5px;
	margin:0;
}
#content h2 a{    /* post title mouseover*/
	text-decoration:none;
	color:#c00;
	/*@post-title-color=color:;*/color: ;/*@*/ /*@post-title-font-family=font-family:;*/font-family: inherit;/*@*/ /*@post-title-font-size=font-size:;*/font-size: inherit;/*@*/
}
#content h2 a:hover{    /* post title mouseover*/
	text-decoration:none;
	color:#000;
}
#content h3 {    /* tag, search, location, guestbook title */
	font-size:14px;
	color:#333;
	margin:10px 0;
	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{
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
}
#content .tagcloud ul {
	padding:5px;
	text-align:justify;
  }
#content .tagcloud li {
	display:inline;
	}
#content .tagcloud a:hover{
	background-color:#eee;
  color:#000;
  }
#content .tagcloud li .cloud1 {
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #c00;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;
  font-size : 15px;
  color : #f00;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;
  font-size : 14px;
  color : #f30;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #f60;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }

/* search list, rplist */
#content .list, .rplist{
	margin-bottom:10px;
	border:5px solid #eee;
	padding:10px;
}
#content .rplist{
	color:#999;
	font-size:11px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
}
/* location */
.location{
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
}
.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;
	}
.location a{
color:#a2348f;
}
.location a:hover{
color:#333;
}
/* guestbook > write */
.guestbook {
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
}
.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 .clist{
	border:0;
}
.guestbook .clist ol li{
	padding:10px 10px 10px 15px;
	background:url("images/iconGuestbook.gif") no-repeat 0 12px;
}
.guestbook .clist li ul li{
	padding-left:30px;
	margin-left:20px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color:#f5f5f5;
}
.guestbook .clist li .name{
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.guestbook .control a{
	font:11px dotum;
	color:#999;
	letter-spacing:-1px;
}
.guestbook .control a:hover{
	color:#000;
}



.entry {
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
}
/* entry > notice */
.entry_notice {
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
	}
.entry_notice .article {
	padding:10px 0;
}
/* entry > protected  */
.entry_protected {
	border:5px solid #eee;
	padding:10px;
	margin-bottom:10px;
	}
.entry_protected h2 {
	color:#333;
	background:url(images/icon_protected.gif) no-repeat center left;
	padding-left:20px;
}
.entry_protected input {
	border:1px solid #999;
	font:11px Tahoma;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#ddd;
}

/* entry article*/
.entry .article {
	padding:10px 0;
	overflow:hidden;
	/*@post-body-color=color:;*/color: ;/*@*/ /*@post-body-font-family=font-family:;*/font-family: inherit;/*@*/ /*@post-body-font-size=font-size:;*/font-size: inherit;/*@*/
}
.entry .admin{
font:11px dotum;
letter-spacing:-1px;
color:#999;
}
.entry .admin a{
font:11px dotum;
letter-spacing:-1px;
color:#999;
}
.entry .article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
}
.entry .article a{
	color:#512323;
}
.entry .article a:hover{
	color:#c00;
	text-decoration:underline;
}
#content .entry .article ul{
	list-style: disc;
	padding:10px 30px;
}
#content .entry .article ol{
	list-style:decimal;
	padding:10px 30px;
}


.entry .name a{
	color:#888;
}
.entry .date{
	color:#888;
}
/* entry top button*/
.entry .btn_top{
	text-align:right;
	float:right;
	clear: both;
	margin-top:3px;
}
/* entry tag */
.entry .tagbox{
	padding:5px 5px 5px 40px;
	background:url(images/entry_tag.gif) center left no-repeat;

}

/* entry trackback, comment  */
.entry .tbrp_box {
	border-top:1px dotted #ccc;
	padding:7px 8px;
	font:11px verdana;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:#f60;
}
/* entry trackback */
.entry .trackback {
	border-top:1px solid #ddd;
	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 {
	border-top:1px solid #ddd;
	background-color:#f5f5f5;
	padding:10px;
}
.entry .comment .name{
	color:#222;
	font-weight:bold;
}
.entry .comment .name a{
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}
.entry .comment p{
	margin:0;
}
.entry .comment ol li{
	padding:15px 10px 0 15px;
	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 .commentlist p{
color:#222;
}
.entry .control{
	font:11px dotum;
	color:#777;
	letter-spacing:-1px;
}
.entry .control a{
	font:11px dotum;
	color:#777;
	letter-spacing:-1px;
}
.entry .control a:hover{
	color:#000;
}
.comment .write {
	margin:20px 0;
}
.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:11px dotum;
}
.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:20px 10px 10px 10px;
	font:11px Verdana, dotum;
	color:#666;
}
#footer a{
color:#666;
}
#footer a:hover{
color:#333;
}