@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body{
	font: 12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
	color : #666;
	padding:0;
        margin:0;
	/*@background-image=:;*/ /*@*/
	/*@background-image-position=:;*/ /*@*/
	/*@background-image-repeat=:;*/ /*@*/
	/*@background-color=:#ddd;*/ background-color: #fff; /*@*/
}
/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #333;
	}
	a:visited {
		text-decoration: none;	
		color : #333;
	}
	a:hover {
		text-decoration: underline;	
		color : #666;
	}
	a:active {
		text-decoration: none;	
		color : #666;
	}	
/* 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;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
hr {
display:none;
}	



.forBgLeft {
	width:/*@post-width:220*/900px/*@*/;
	margin:0 auto;
	padding:0;
	background:#fae491;
}
.forBgRight {
	width:/*@post-width:230*/900px/*@*/;
	margin:0 auto;
	padding:0px; 
	background:#fae491;	
}


/* Structured */
#container {
	width:/*@post-width:210*/900px/*@*/;
	margin:0 auto;
	background-color:#fae491;
	padding:0;
}


#content {
	float:right;
	width:/*@post-width*/700px/*@*/;
	overflow:hidden;
	margin-bottom:20px;
	margin-top:10px;
}

#sidebar {
	width:190px;
        background:#970909;
        padding-left:1px;
        padding-right:1px;
        padding-bottom:10px;
} 
#footer {
	clear:both;
}
/* header */
#header {
	width:/*@post-width:210*/900px/*@*/;
        height:264px;
	margin:0 auto; 
	padding:0;
	/*@title-background-color=:;*/ /*@*/
	background-image:url(images/header.png); /*@*/
	/*@title-background-image-position=:;*/ /*@*/
	/*@title-background-image-repeat=:;*/ /*@*/
}
#header h1{
	font:/*@title-font-size=24px*/24px/*@*/ /*@title-font-family=batang*/batang/*@*/;
	letter-spacing:-1px;
	margin:0;
        padding:30px 0 10px 60px;
        width:200px;
        height:80px;
}
#header a{
	color:/*@title-color*/#fff/*@*/;
        width:200px;
        height:80px;
}
#header a:hover{
color:#6cf;
text-decoration:none;
}
.sidemenu {
  width:/*@post-width:210*/900px/*@*/;
  height:25px;
  margin:0;  
  padding:0;
  padding-top:6px;
  background-image:url(images/sidemanu_bg.png);
  text-align:center;
}
.sidemenu a, .sidemenu a:visited{
	color:#fff;
        padding:9px;
	font:12px dotum;
	letter-spacing:-1px;	
}
.sidemenu a:hover{
        background:#fff;
	color:#240409;
        text-decoration:none;
}
.sidemenu2 {
  width:/*@post-width:210*/900px/*@*/;
  margin:0;  
  padding:0;
  padding-top:11px;
  background-color:#240409;
  background-image:url(images/sidemanu2_bg.png);
  text-align:center;
  height:30px;
}
.sidemenu2 a{
  background:transparent;
  color:#240409;
  padding:14px;
  font:12px dotum;
  letter-spacing:-1px;
}
.sidemenu2 a.sidemenu2_1 {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  padding-left:25px;
  padding-right:25px;
  letter-spacing:0px;
  background-image:url(images/sidemanu2_bg_over.png); 
}
.sidemenu2 a:hover {
  color:#fff;
  text-decoration:none;
  background-image:url(images/sidemanu2_bg_over_2.png); 
}
.sidemenu2 a.sidemenu2_1:hover {
  background-image:url(images/sidemanu2_bg_over_2.png); 
}
/* search */
.search {
	 /* text-align:left;   */
  	 /* padding:5px 0; */
}
.search input{
  background-color:#FFFFFF;
  border:1px solid #970909;
  color:#333333;
  height:18px;
  margin-left:5px;
  width:170px;
}
.search .submit{
-x-system-font:none;
background-color:#970909;
border:1px solid #CCCCCC;
color:#FFFFFF;
font-family:dotum;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:20px;
line-height:normal;
padding-top:3px;
width:50px;
}
/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	padding-left:10px;
	list-style:none;
        width:175px;	
	}
#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 .mouseout {
    width:180px;
    height:20px;
    background:url(images/side_header_2.png);
	padding:3px 0 3px 10px;
	margin:0 0 5px;
}
#sidebar .mouseover {
    width:180px;
    height:20px;
    background:url(images/side_header_2_over.png);
	padding:3px 0 3px 10px;
	margin:0 0 5px;
}
#sidebar h3 {
	font:13px verdana;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#b4260b;
        width:180px;
        height:20px;
}
#sidebar .mouseover h3 {
	color:#fff;
}
#sidebar a {
	color:#666;
}	
#sidebar .module{
   background:#fff;
   background-image:url(images/module_bg.png);
   background-repeat:repeat-x;
   background-position:left bottom;
   padding-bottom:15px;
   margin-bottom:7px;
}
#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;
        color:#a77601;
}
#sidebar .bloginfo img{
	padding:5px;
}

/* notice list */

#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;
}

/* 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 : #a2348f;
  }
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #5a5194;
  }
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #7870ab;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #666;
  }
#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 {
	font:10px verdana;
}

#sidebar .ad{
	text-align:center;
	padding:5px 0;
}

/* content common */
#content .titleinfo{
padding-left:5px;
padding-bottom:5px;
margin-bottom:5px;

background:transparent url(images/post_header.png) repeat-x scroll 0 0;
/*@title-font-family=:;*/ /*@*/ /*@title-color=:;*/ /*@*/
}
#content h2 a, #content h2 a:visited {    /* post title */
	padding-top:5px;
	margin:0;
	font-size:16px;
       color:#B4260B;
}

#content h2 a:hover{
	text-decoration:none;
       color:#2793cc;
}

#content h3 {    /* tag, search, location, guestbook title */
	font-size:14px;
	color:#B4260B;
	margin:10px 0;
	border-bottom:1px solid #fff;	
	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{
	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 : #a2348f;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #5a5194;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #7870ab;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #666;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }	

/* search list, rplist */	
#content .list, .rplist{
	margin-bottom:10px;
	padding:10px;
}
#content .rplist{
	color:#999;
	font-size:11px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
}
/* location */
.location{
	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 {
	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:#970909;
	height:25px;
	width:668px;
	color:#fff;
}
.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 {
        background:#FFFFFF;
        margin-right:10px;
        margin-top:10px;
        padding:10px;
}
/* entry > notice */
.entry_notice {
	padding:10px;
	margin-bottom:10px;
	}
.entry_notice .article {
	padding:10px 0;
}	
/* entry > protected  */
.entry_protected {
	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:0;
	padding-bottom:10px;
	overflow:hidden;	
	/*@post-body-color=:;*/ /*@*/ /*@post-body-font-family=:;*/ /*@*/ /*@post-body-font-size=:;*/ /*@*/
}
.entry .admin{
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:#5a5194;
}	
.entry .article a:hover{
	color:#7870ab;
	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:#970909 url(images/entry_tag.gif) no-repeat scroll left center;
        color:#fff;	
}
.entry .tagbox a, .entry .tagbox a:visited{
        color:#fff;
}

/* 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:90%;
	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;
        color:#970909;
}
.paging a, .paging a:visited{
        color:#970909;
}

/* footer */
#footer {
	text-align:center;
	padding:10px;
	font:11px Verdana, dotum;
	color:#970909;
        background:#f57b23;
}
#footer a{
color:#fff;
}
#footer a:hover{
color:#fff;
}



#ttDesk_Container {
color:#240409;
font-size:11px;
padding-right:10px !important;
width:690px !important;
}

.td_list3rd {
background:#FDDB5A none repeat scroll 0 0;
border:1px solid #FFFFFF;
height:250px;
margin:10px !important;
margin-left:0 !important;
width:217px !important;
}

.TD_more {
background:url(images/sidemanu2_bg_over.png) repeat-x scroll 0 0;
height:20px;
margin:0 !important;
padding:5px !important;
width:666px;
}

.td_list3rd .TD_more {
background:transparent url(images/sidemanu2_bg_over.png) repeat-x scroll 0 -3px;
padding:6px 8px 7px !important;
_padding:5px 8px 7px !important;
#padding:5px 8px 7px !important;
margin:0 !important;
}

.TD_more_title a, .TD_more_title a:visited{
color:#B4260B;
}

.TD_toparticle {
border:1px solid #FFFFFF !important;
padding:5px 5px 10px !important;
width:665px !important;
margin:0px !important;
margin-bottom:10px !important;
}

.TD_thumbnail {
background:#FFFFFF;
}

.TD_headline a, .TD_headline a:visited {
color:#B4260B;
}

.TD_slide {
margin-left:0px !important;
margin-right:5px !important;
margin-bottom:15px !important;
}

.TD_slide .TD_thumbnail {
border:1px solid #FEB40F !important;
}

.td_list2nd {
width:680px !important;
}
