@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
 font: 12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
 color : #999;
}
/* 2. 기본 링크 */
 a:link {
  text-decoration: none;
  color : #999;
 }
 a:visited {
  text-decoration: none;
  color : #999;
 }
 a:hover {
  text-decoration: none;
  color : #AAA;
 }
 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 : 10px;
  text-align: center;
 }
/* 13. 달력 이번 달 날짜 표시 */
 .cal_day3 {
  font: 10px Futura BK;
 }
/* 14. 달력 오늘 날짜 표시 */
 .cal_day4 {
  text-align: center;
  font-size : 10px;
  background-color:#ccc;
  color:#AAA;
  font-weight:bold;
 }
/* 15. 달력 글쓴 날 링크 스타일 */
 a.cal_click:link {
  font-weight: bold;
  color : #444;
 }
 a.cal_click:visited {
  font-weight: bold;
  color : #444;
 }
 a.cal_click:hover {
  font-weight: bold;
  color : #444;
 }
/* 16. 이미지 아래 캡션 스타일 */
 .cap1 {
  color: #876;
  text-align: center;
 }
/* 16. 키워드 스타일 */
 .key1 {
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
 }
/* 16. 카테고리 옆 개수 스타일 */
 .c_cnt {
  font:9px Futura BK;
  color : #999;
 }
/* 17. 최신글 옆 개수 스타일 */
 .ps_cnt {
  font:10px Futura BK;
  color : #999;
 }
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
 background-color:#111;
 padding:0px 0;
 margin:5px 0px 20px 0px;
 }
hr {
display:none;
} 
/* rss */
#header_rss {
 width:990px;
 padding:0px 0px 3px 0px;
 margin:0 auto;
 text-align:right;
}
.sidemenu {
 font:10px Futura BK;
 font-weight:bold;
}
.sidemenu a{
 color:#ccc;
 text-decoration:none;
}
.sidemenu a:hover{    /* post title mouseover*/
 color:#999;
 text-decoration:none;
}
.sidemenu a:visited {
 color:#ccc;
 text-decoration:none;
}

/* Structured */
#container {
 width:970px;
 background:url("images/bg_footer.gif") repeat-x bottom #666;
 border:1px solid #666;
 border-bottom:3px solid #555;
 margin:0 auto; 
 padding:0px 10px 0px 10px;
 background-color:#1A1A1A;
}
#content {
 float:left;
 width:970px;
 overflow:hidden;
 margin-top:10px;
}
#sidebar {
 float:left;
 width:930px;
 overflow:hidden;
 margin:0px 10px 0px 10px;
}
#footer {
 clear:both;
}
/* header */
#header {
 width:990px;
 padding:5px 0 5px 0px;
 background-color:#333;
 border-top:3px solid #444;
 margin:0 auto;
}
#header .bloginfo {
 font:11px, Futura BK;
 letter-spacing:-1px;
 color:#666;
}
#header h1{
 font-family:HY동녘M;
 margin:0;
 font-size:18px;
 float:left;
 font-weight:bold;
 letter-spacing:-1px;
 padding-left:10px;
 color:#999;
}
#header h1 a:hover{    /* post title mouseover*/
 text-decoration:none;
 color:#999;
}
#header h1 a:visited{    /* post title mouseover*/
 text-decoration:none;
 color:#999;
}
#header a{
 color:#666;
}
#header .sidemenu {
 font:10px Futura BK;
 padding:10px 20px 0 0;
 margin-left:460px;
 text-align:right;
 font-weight:bold;
}
#header .sidemenu a{
 padding-left:5px;
 padding-right:5px;
 color:#ccc;
 text-decoration:none;
}
#header .sidemenu a:hover{    /* post title mouseover*/
 text-decoration:none;
 color:#999;
}
/* header2 */
#header2 {
 width:990px;
 padding:10px 0px 0px 0px;
 margin:0 auto; 
 text-align:left;
}
/* sidebar common*/
#sidebar ul {
 margin:0;
 padding:0;
 list-style:none; 
}
#sidebar .name {
 font:12px Dotum;
 font-weight:bold;
/* color:#426997; */
color:#34608F;
} 
#sidebar .name2 {
 font:11px Dotum;
 color:#888;
}
#sidebar .date {
 font-size:10px;
 font-family:Verdana;
 color:#999; 
} 
#sidebar .cnt {
 font :10px Futura BK;
 color:#999;
}
#sidebar h3 {
 font:12px Dotum;
 font-weight:bold;
 padding:10px 0px 3px 0;
 margin:0;
 color:#426997;
 border-bottom:1px solid #ccc;
} 
#sidebar a {
 color:#666;
}
#sidebar a:hover {
  text-decoration: none;
  color : #999;
}
#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;
}
/* 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 {
 padding:0px;
} 
#sidebar .tagbox a {
 letter-spacing:-1px;
} 
#sidebar .tagbox a:hover{
 background-color:#666;
 text-decoration:none;
 color:#CCC;
}
#sidebar .tagbox ul {
 padding:0px;
 text-align: justify;
}
#sidebar .tagbox ul .cloud1 {
 background-color:#333;
 font-weight:bold;
 font-size : 16px;
 color : #a2348f;
}
#sidebar .tagbox ul .cloud2 {
 background-color:#333;
 font-weight:bold; 
  font-size : 15px;
  color : #5a5194;
  }
#sidebar .tagbox ul .cloud3 {
 background-color:#333;
 font-weight:bold;
  font-size : 14px;
  color : #7870ab;
  }
#sidebar .tagbox ul .cloud4 {
 background-color:#333;
  font-size : 13px;
  color : #666;
  }
#sidebar .tagbox ul .cloud5 {
  font-size : 12px;
  color : #999;
  } 
/* content common */
#content .titleinfo{
background:url("images/copyright.gif") no-repeat 100% 90%;
border-bottom:1px solid #666;
padding-bottom:5px;
margin-bottom:5px;
font-weight:bold;
}
#content h2 {    /* post title */
 font-family:HY강M;
 font-size:30px;
 padding-top:0px;
 margin:0;
 font-weight:150;
 letter-spacing:-1px;
}
#content h2 a:hover{    /* post title mouseover*/
 text-decoration:none;
 color:#AAA;
}
#content h3 {    /* tag, search, location, guestbook title */
 font:30px HY강M;
 font-weight:bold;
 color:#999;
 margin:10px 0;
 border-bottom:1px solid #666; 
 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:0px solid #444;
 padding:10px;
 margin-bottom:10px;
}
#content .tagcloud ul {
 padding:5px;
 text-align:justify;  
  }
#content .tagcloud li {
 display:inline; 
 }  
#content .tagcloud a:hover{
 background-color:#444;
 color:#CCC;
 text-decoration:none; 
 }  
#content .tagcloud li .cloud1 {
 background-color:#444;
 font-weight:bold;
 font-size : 16px;
 color : #a2348f;
  }
#content .tagcloud li .cloud2 {
 background-color:#444;
 font-weight:bold; 
  font-size : 15px;
  color : #5a5194;
  }
#content .tagcloud li .cloud3 {
 background-color:#444;
 font-weight:bold; 
  font-size : 14px;
  color : #7870ab;
  }
#content .tagcloud li .cloud4 {
 background-color:#444;
  font-size : 13px;
  color : #777;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  } 
/* search list, rplist */ 
#content .list, .rplist{
 margin-bottom:10px;
 border:0px solid #eee;
 padding:10px;
}
#content .rplist{
 color:#999;
 font-size:11px;
}
#content .list .date, .rplist .date{
 padding-right:8px;
}
/* notice list */
.notice {
background:url("images/iconNotice.gif") no-repeat 100% 3px;
padding-right:40px;
}
.notice li a{
 font-size:12px;
 letter-spacing:-1px;
 color:#777;
}
/* location */
.location{
 border:0px 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:#0075EA;
}
.location a:visited{
color:#0075EA;
}
.location a:hover{
color:#3C9DFF;
}
/* guestbook > write */
.guestbook {
 border:0px solid #eee;
 padding:10px;
 margin-bottom:10px;
}
.guestbook .box {
 width:750px;
 border:0px solid #FFF;
 margin:0 auto; 
 padding:10px 0px 10px 0px;
 background-color:#1A1A1A;
}
.guestbook .name{
 color:#AAA;
 font-weight:bold;
}
.guestbook .comment_text{
 font-family: Futura BK;
 font-size:8pt;
 padding-top:2px;
 border:solid 1px #333;
 background-color:#222;
 color:#AAA;
}
/* guestbook > list */
.guestbook p{
 padding:5px 0;
 margin:0;
}
.guestbook .clist{
 padding:0px 50px 0px 50px;
 border:0;
}
.guestbook .clist ol li{
 padding:10px 10px 10px 15px;
 background:url("images/comment.gif") no-repeat 0 15px;
}
.guestbook .clist li ul li{
 padding-left:30px;
 margin-left:20px;
 background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
}
.guestbook .name a{
 font-size:12px;
 font-weight:bold;
 color:#0075EA;
}
.guestbook .name a:hover{
 color:#3C9DFF;
}
.guestbook .control a{
 font:11px HY나무B;
 color:#666;
 letter-spacing:-1px;
}
.guestbook .control a:hover{
 color:#999;
}

.entry {
 border:0px solid #eee;
 padding:10px;
 margin-bottom:10px;
}
/* entry > notice */
.entry_notice {
 border:0px solid #eee;
 padding:10px;
 margin-bottom:10px;
 }
.entry_notice .article {
 padding:10px 0;
} 
/* entry > protected  */
.entry_protected {
 border:0px solid #eee;
 padding:10px;
 margin-bottom:10px;
 }
.entry_protected h2 {
 color:#999;
 background:url("images/icon_protected.gif") no-repeat center left;
 padding-left:20px;
}
.entry_protected input {
 font-family: Futura BK;
 font-size:8pt;
 padding-top:2px;
 border:solid 1px #333;
 background-color:#222;
 color:#AAA;
}
.entry_protected .submit {
 font-family: Futura BK;
 font-size:8pt;
 padding-top:2px;
 border:solid 1px #333;
 background-color:#222;
 color:#AAA;
}
/* entry article*/
.entry .article {
 padding:10px 0;
 overflow:hidden;
}
.entry .article a{
 color:#999;
 border-bottom:0px dotted #6699FF;
} 
.entry .article a:hover{
 color:#0076EC;
 text-decoration:none;
} 
.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;
} 
#content .entry .article ul{
 padding:10px 30px;
 list-style-type:disc;
} 
#content .entry .article ol{
 padding:10px 30px;
 list-style-type:decimal;
}  
.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 #444;
 padding:7px 8px;
 font:11px verdana;
}
.entry .tbrp_box .cnt{
 font:10px verdana;
 color:#f60;
}
/* entry trackback */
.entry .trackback {
 width:600px;
 border-top:1px dotted #333;
 font-family:verdana, Dotum;
 background-color:#222;
 padding:10px;
 margin:0 auto;
} 
.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 #333;
 background-color:#1A1A1A;
 padding:10px 50px 0px 50px;
} 
.entry .comment .name{
 color:#AAA;
 font-weight:bold;
}
.entry .comment .name a{
 color:#AAA;
 font-weight:bold;
 text-decoration:none;
}
.entry .comment p{
 margin:0;
} 
.entry .comment ol li{
 padding:15px 10px 0 15px;
 background:url("images/comment.gif") no-repeat 0 18px;  
}
.entry .comment li ul li{
 padding:15px 10px 0 25px;
 background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
 background-color:#1D1D1D;
}
.entry .commentlist p{
color:#999;
}
.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:#999;
 text-decoration:none;
}
/* Comment Box */
.comment .box {
 width:750px;
 border:0px solid #FFF;
 margin:0 auto; 
 padding:10px 0px 0px 0px;
 background-color:#1A1A1A;
 }
.entry .comment .comment_text{
 font-family: HY동녘M;
 font-size:8pt;
 padding-top:2px;
 border:solid 1px #333;
 background-color:#222;
 color:#AAA;
 }
/* paging */
.paging{
 padding-top:10px;
 text-align:center;
 font:10px Futura BK;
}

/* footer */
#footer {
 text-align:center;
 padding:20px 10px 15px 10px;
 font:11px Verdana, HY나무L;
 color:#666;
}
#footer a{
color:#888;
}
#footer a:hover{
color:#AAA;
}