/* This CSS-file is alphabeticaly orderd. */

/* 반드시 들어가야 하는 스타일 시작 */


/* 페이징 - 현재 페이지 */
	.selected {color:#1485bf; font-weight:none; }
	.no-more-prev {display:none;}
	.no-more-next {display:none;}
	
/* 본문 - more / less */
	.moreless_fold, .moreless_top, .moreless_bottom {color:#ff5000;text-decoration:none; }
	.moreless_fold a:hover {color:#555;text-decoration:underline;}
	.moreless_top a:hover {color:#555;text-decoration:underline;}
	.moreless_bottom a:hover {color:#555;text-decoration:underline;}
	.moreless_fold {margin:0;}
	.moreless_top {margin:0;}
	.moreless_content {margin:5px 0 2px 0;}
	.moreless_bottom {margin-top:18px;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general { }
	.rp_admin {}
	.rp_secret {color:#f30;font-weight:bold;}
/* 관리자만 볼 수 있는 글입니다 (로그아웃시 비밀글 표현)    */
	.hiddenComment {font-weight:normal;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general { }
	.guest_admin {}

/* 카테고리 - 이미지 버튼 */
	.ib {cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3 {cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt {font:9px/9px tahoma;letter-spacing:0px;color: #555; }

/* 이미지 아래 캡션 스타일 */
	.cap1 {color:#999;text-align:center;padding:4px 0;margin:0;}
/* 그림 */
	.imageblock {margin:3px 0;padding:3px;}
/* 왼쪽 */
	.left { }
/* 가운데 */
	.center { }
/* 오른쪽 */
	.right { }
/* 그림 2개 배치 */
	.dual { margin-bottom:3px;}
/* 그림 3개 배치 */
	.triple { margin-bottom:3px;}

/* 키워드 */
	.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }




/* 스킨위자드용 - 블로그배경 */
body {
	background-color:/*@background-color=*/ #eee /*@*/;
	background-image:/*@background-image=*/ none /*@*/;
	background-repeat:/*@background-image-repeat=*/ no-repeat /*@*/;
	background-position:/*@background-image-position=*/  /*@*/;
}

/* 스킨위자드용 - 블로그제목 */
#header {
	height:/*@title-height=*/  /*@*/;
	color:/*@title-color=*/ #ff5000 /*@*/;
	font-family:/*@title-font-family=*/ inherit /*@*/;
	font-size:/*@title-font-size=*/ 9px /*@*/;
}

/* 스킨위자드용 - 블로그제목배경 */
#header {
	background-image:/*@title-background-image=*/ none /*@*/;
	background-repeat:/*@title-background-image-repeat=*/ repeat-x /*@*/;
	background-position:/*@title-background-image-position=*/ center /*@*/;
	background-color:/*@title-background-color=*/ transparent /*@*/;
}

/* 스킨위자드용 - 본문 너비, 본문 제목, 본문 내용 */
.article { width:/*@post-width=*/ 600px /*@*/; }
.guest textarea { width:/*@post-width:-50=*/ 550px /*@*/; }
.entry h2 { color:/*@post-title-color=*/ #555 /*@*/;font-family:/*@post-title-font-family=*/ inherit /*@*/;font-size:/*@post-title-font-size=*/ 11px /*@*/; }
.entry .article { color:/*@post-body-color=*/ #555 /*@*/;font-family:/*@post-body-font-family=*/ inherit /*@*/;font-size:/*@post-body-font-size=*/ 11px /*@*/; }

/* 스킨위자드용 끝 */



/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
.banner{
	position: absolute;
	top: 0;
	left:0;
}
body{
	background: #E3E3CB url(./images/bg.gif) repeat-x top left;
	text-align: center;
	font: 0.8em Verdana,sans-serif;
	padding: 25px 0;
	margin: 0;
	color: #666;
	line-height: 1.6em;
}
#boxmain{
	margin: 0px auto;
	text-align: left;
	background: #FFF url(./images/corner.gif) no-repeat top right;
	width:605px;
	padding: 5px;
}
.black{
	background: #000;
	color: #FFF;
	font-size: 0.75em;
	padding: 1px .8em;
	margin: 1px .3em;
}
h1{
	background: #9C3;
	color: #FFF;
	font-size: 0.8em;
	padding: 0 .3em;
	margin: 0;
	font-weight: normal;
	width: 75%;
}
h2{
	background: #1E2B4D;
	color: #FFF;
	padding: 1px 0.8em;
	margin: .7px .3em;
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
}
#navigation{
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: 305px;
	background: #FFF url(./images/nav.gif) no-repeat top right;
	width: 176px;
	padding: 5px;
	text-align: left;
}
#navigation ul{
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#navigation ul li{
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation ul li a{
	display: block;
	color: #FFF;
	margin: 3px 0 1px 0;
	text-decoration: none;
	padding: 0 .9em ;
	font-weight: normal;
}
#navigation ul li a span{
	color: #9C3;
	font-weight: normal;
}	
#navigation ul li a:hover{
	color: #B01216;
}
p{
	margin-right: 2em;
}
p a{
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
.subnav{
	margin: 1em;
	list-style-type: none;
	padding: 0;
	line-height: 1.3em;
}
.subnav li{
	padding: 0;
	margin: 0;
	display: inline;
}
.subnav li a{
	display: block;
	color: #E41016;
	padding: 0 1.3em;
	text-decoration: none;
}
.subnav li a:hover{
	background: #E41016;
	color: #FFF;
}
.subnav li a.more{
	text-align: right;
	font-style: italic;
	font-size: 0.8em;
}
IMG {border: none;}



/* guestbook부분 */
.guestbook {word-break:break-all; word-wrap:break-word;}
.guestbook h2 {margin:20px 0;}
.guestList {}
.guestList ol {margin:20px 0;}
.guestList ol li {margin:0 0 20px 0;}
.guestList ol li ul li {margin:20px 0 20px 20px;list-style-type:decimal;}
.guestList .name {font-weight:bold;}

.guestWrite input {border:1px solid #dbdbdb;padding:2px 0;width:200px;}
.guestWrite .checkbox {border:none;padding:3px 0;width:10px;}
.guestWrite textarea {border:1px solid #dbdbdb;padding:2px 0;width:100%;}
.guestWrite .btn {border:1px solid #999;padding:3px 0;width:100%;background:#999;color:#fff;font-size:11px;}
.guestbook .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:-20px 0 0 155px;}
.guestbook .secretWrap label { font:0.8em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:-17px 0 0 175px; cursor:pointer;}