﻿@charset "utf-8";
/* 차후 FAZZ님이 수정하시기 편하도록 각 부문마다 최대한 주석처리 했습니다 */
/* All rights reserved (C) http://fazz.tistory.com 
skin by http://skysummer.com */

/* 1. 본문 전체  */
body, td, input, textarea {
	font: 12px/1.5 Dotum, Verdana;
	color : #B1CEAF;
}
/* 2. 기본 링크 */
	a:link {
		text-decoration: none;
		color : #507B4D;
	}
	a:visited {
		text-decoration: none;	
		color : #507B4D;
	}
	a:hover {
		text-decoration: none;	
		color : #fff;
	}
	a:active {
		text-decoration: none;	
		color : #507B4D;
	}	
/* 3. 이미지 */
	img {
		border-width: 0px;
	}
/* 4. 이미지 버튼 */
	.ib {
		cursor: pointer;
	}
/* 5. 입력 텍스트 */
	.text {
	border:1px solid #ddd;
	}
/* 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:#eee;
		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 #ddd;
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font:9px Tahoma;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

body {
	background-color:#000;
	}
hr {
display:none;
}	

/* 전체 레이아웃 */
#container {
	width:800px;
	margin:0 auto;
	background-color:#000;
	background:url(images/header_img.jpg) 20px 0 no-repeat;
	padding:100px 25px 20px 20px;	
}
#precontent {
	float:right;
	text-align:right;
	width:595px;
	font:12px Verdana;
	color:#91bf91;
	font-weight:bold;
	padding:3px 3px 3px 3px;
	margin-bottom:1px;
}
#header .precontent  a{
	color: #ffffff;
	font-weight:bold;
}
#content {
	float:right;
	width:600px;
	overflow:hidden;
}
#sidebar {
	width:180px;
	float:left;
	margin-top:-70px;
}
#footer {
  clear: both;
}
/* header */
#header {
	padding:3px 0px;
}
#header h1{
	margin:0;
	font:28px batang;
	float:left;
	font-weight:bold;
	letter-spacing:-2px;
	padding-left:200px;	
}
#header a{
	color:#ACF6A7;
}
#header .topmenu {
 	padding:20px 5px 0 0px;
	margin-left:350px;
	margin-bottom:10px;
	text-align:right;
	font:12px Tahoma;
}
#header .topmenu a{
	color: #507B4D;
	font-weight:bold;
}

/* 사이드바 메뉴 전체 */
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;	
	}
#sidebar .name {
	font:11px dotum;
	color:#999;
}
#sidebar .date {
	font-size:11px;
	color:#999;	
}	
#sidebar .cnt {
	font :11px Tahoma;
	color:#999;
}

#sidebar h3 {
	font:12px Tahoma;
	font-weight:bold;
	background:url(images/silkscreen_side_title.jpg) 0 0 no-repeat;
	padding:5px 25px;
	margin:0;
}	
	
#sidebar .box {
	padding:8px;
}

/* 블로그 정보 */
#sidebar .blogimg {
	width:180px;
	height:180px
	overflow:hidden;
	text-align:center;
	background:url(images/logoimg_bg.png);
	background-repeat: no-repeat;
}
#sidebar .bloginfo {
	padding:15px 15px 15px 15px;
	margin-bottom:10px;
	border:1px solid #28492A;
	text-align:center;
}
#sidebar .bloginfo img{
	padding:5px;
}

/* 공지사항 */
#sidebar .notice {
	padding:5px 0px 5px 5px;
	margin-top:5px;
	margin-left:3px;
}
#sidebar .notice li {
	background:url(images/bul.gif) no-repeat 0 5px;
	padding-left:8px;
}
#sidebar .notice li a{
	font-size:12px;
	letter-spacing:-1px;
	color:;
}

/* 검색 */
#sidebar .search {
	padding-left:0px;
	padding-bottom:5px;
	margin-left:0px;
}
#sidebar .search input{
	width:130px;
	border:1px solid #999;
	background-color:#353535;
}
#sidebar .search .submit{
	border:1px solid #999;
	background-color:#353535;
	font:10px Verdana;
	color:#B1CEAF;
	width:30px;	
}
	
/* 메뉴 타이틀 */
#sidebar .menu0 {
	padding-left:0px;
	padding-top:5px;
	margin-left:0px;
}
#sidebar .menufirst {
	padding-left:0px;
	padding-top:5px;
	margin-left:0px;
}
#sidebar .menu {
	padding-left:0px;
	margin-left:0px;
}
#sidebar .search {
	padding-left:0px;
	padding-bottom:5px;
	margin-left:0px;
	border-bottom:1px dotted #ccc;
}

/* 카테고리 리스트 */
#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;
}

/* 좌측 사이드바 태그 클라우드 */
#sidebar .taglist ul {
	padding:7px 0;
	text-align: justify;
	margin-left:7px;		
  }
#sidebar .taglist a {
	letter-spacing:0;
	}	
#sidebar .taglist li .cloud1 {
	font-weight:bold;
	font-size : 16px;
	color : #FF9933;
  }
#sidebar .taglist li .cloud2 {
	font-weight:bold;	
	font-size : 15px;
	color : #B3A585;
  }
#sidebar .taglist li .cloud3 {
	font-size : 14px;
	color : #96A196;
  }
#sidebar .taglist li .cloud4 {
	font-size : 13px;
	color : #697374;
  }
#sidebar .taglist li .cloud5 {
	font-size : 12px;
	color : #8B8A72;
  }	
#sidebar .taglist a:hover{
	color:#ffffff;
}

/* 최근포스팅, 댓글, 트랙백, 자주가는 곳 */
#sidebar .listbox {
	padding:3px 0 3px 2px;
}
#sidebar .listbox ul {
	padding:3px 0;
	margin-left:3px;
}
#sidebar .listbox li {
	background:url(images/bul.gif) no-repeat 0 5px;
	line-height:16px;
	padding-left:8px;
}	

/* 카운터 */
#sidebar .counter {
	margin-top:10px;
	margin-bottom:5px;
	padding:7px;
	text-align:left;
	font:11px verdana;
}
#sidebar .supported{
	text-align:center;
	padding:10px 0;
	font:12px verdana;
}

/* 본문 포스팅 */
#content h2 {    /* post title */
	font:14px tahoma;
	font-weight:bold;
	padding-top:0px;
	margin:0;
	color:#91BF91;
}
#content h2 a:link{    /* post title 링크*/
	text-decoration:none;
	color:#91BF91;
}
#content h2 a:visited{    /* post title 방문했던*/
	text-decoration:none;
	color:#91BF91;
}
#content h2 a:hover{    /* post title 마우스오버*/
	text-decoration:none;
	color:#FFFFFF;
}
#content h3 {    /* tag, search, location, guestbook title */
	font:20px dotum;
	font-weight:bold;
	color:#91BF91;
	margin:10px 0;
	padding-bottom:5px;
}
#content ol, #content ul {
	list-style:none;
	padding:0;		
	margin:0;
}
#content .meta {
	float:right;
}
#content .name {
	font-size:12px;
	text-align:right;
}

#content .cnt {
	font:12px Verdana;
	color:#B1CEAF;
}
#content .date {
	font:11px Verdana;
	letter-spacing:-1px;	
	color:#9f9f9f;
	text-align:right;	
}
#content cite {
	font-size:12px;
	font-style:normal;
	color:#666;
}

/* 본문 태그클라우드 */
#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 {
	font-weight:bold;
 	font-size : 12px;
 	color :  #000000;
  }
#content .tagcloud li .cloud2 {
	font-weight:bold;	
 	font-size : 12px;
 	color : #6A6A6A;
  }
#content .tagcloud li .cloud3 {
	font-weight:bold;	
 	font-size : 12px;
 	color : #a2a2a2;
  }
#content .tagcloud li .cloud4 {
 	font-size : 12px;
 	color : #9BA3AC;
  }
#content .tagcloud li .cloud5 {
 	font-size : 12px;
 	color : #CFD9E6;
  }	

/* 검색 리스트 */	
#content .list, .rplist{
	margin-bottom:50px;
}
#content .list .date, .rplist .date{
	padding-right:8px; 
}

/* 위치로그 */
.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 {
	margin-bottom:20px;
}
.guestbook .write p{
	padding:2px;
	margin:0;
}
.guestbook .write input{
	border:1px solid #91bf91;
	background-color:#353535;
	height:18px;
	width:200px;
}
.guestbook .write .homepage{
	height:18px;
	width:400px;
}
.guestbook .write .submit{
	border:1px solid #91bf91;
	background-color:#353535;
	height:25px;
	width:98%;
	color:#B1CEAF;
}
.guestbook .write label{
	font:10px Verdana;
}
.guestbook .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}
.guestbook .write textarea{
	width:98%;
	height:150px;
	border:1px solid #91bf91;
	background-color:#353535;
	overflow:visible;
}

/* 방명록 리스트 */
.guestbook p{
	padding:5px 0;
	margin:0;
}
.guestbook .list ol li{
	padding:15px;
	background-color:#353535;
	border:1px solid #91bf91;
	margin-bottom: 15px;
	margin-right:10px;
}
.guestbook .list li ul li{
	padding:15px;
	margin-left:30px;
	border:1px solid #666;
	background-color:#353535;
}
.guestbook .list .name {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.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;	
	color:#666;
	margin-right:5px;
}
.guestbook .control a:hover{
	background-color:#eee;
	color:#333;
}

/* 본문 공지 */
.entry_notice {
  	margin-top:20px;
	margin-bottom:20px;
	}
.entry_notice .article {
	margin-top:20px;
	padding:10px 0;
}

/* 본문 보호된 글 */
.entry_protected {
	border:1px solid #DFDFDF;
	margin-bottom:15px;
	}
.entry_protected h2 {
	color:#000;
}
.entry_protected input {
	border:1px solid #999;
	font:10px Tahoma;
}
.entry_protected .submit {
	border:1px solid #DFDFDF;
	background-color:#eee;
}

/* 본문 포스팅 부분 */
.entry {
	background:url("images/article_bg.png") no-repeat top right;
	padding:38px 38px 0px 38px; 
 	border:1px solid #28492A; 
	margin-bottom: 30px;
}
.entry .article {
	margin-bottom: 5px;
}

/* 본문 인용구 부분 */
.entry .article blockquote {
	display: block;border-left:5px solid #FC7925; 
	padding-left: 10px;  
	margin-left: 10px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	color:#8e8e8e;
}	
.entry .article a{
	color:#9F9F9F;
	text-decoration:none;
}	
#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:#fff;
	text-decoration:none;
}
	
/* 본문 상단 버튼 */
.entry .btn_top{
	text-align:right;
	margin-top:0px;
}

/* 본문 태그 */
.entry .tagbox{
	padding:5px;
}
.entry .tagimg{
	padding:1px 3px;
	margin-right:5px;
}
/* 본문 트랙백과 코멘트  */
.entry .tbrp_box {
	padding:7px 8px;
	font:11px verdana;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:#333;
}

/* 본문 트랙백 */
.entry .trackback {
	font-family:verdana, dotum;
	padding:5px;
}	
.entry .trackback .tbbg {
	font:11px Verdana;
	margin:0;
	color:#B1CEAF;
	padding:5px 5px 5px 15px; 
 	border:1px solid #28492A;
	background-color:#353535;
}	
.entry  .trackback li{
	padding:15px 10px 15px 15px;
	border:1px solid #DFDFDF;
	margin-top: 10px;
	background-color:#f9f9f9;
}
.entry .trackback h4{
	font:12px Verdana;
	font-weight:normal;
	margin:0;
}

/* 본문 댓글 부분 */
.entry .comment {
	padding:5px;
}

.entry .commentlist .name {
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.entry .commentlist .name a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-right:5px;
}	
.entry .comment p{
	margin:0;
}	
.entry .comment ol li{
	padding:15px 10px 15px 15px;
	border:1px solid #28492A;
	margin-bottom: 10px;
	background-color:#353535;
}
.entry .comment li ul li{
border:none;
	padding:15px 5px 0 25px;
	margin-right:10px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
}
.entry .control a{
	font:9px tahoma;
	color:#999;
	margin-left:5px;
}
.entry .control a:hover{
	background-color:#fff;
	color:#333;
}
.comment .write {
	margin-bottom:0px;
}
.comment .write p{
	padding:2px;
	margin:0;
}
.comment .write input{
	border:1px solid #666;
	background-color:#353535;
	color:#B1CEAF;
	width:150px;
}
.comment .write .homepage{
	width:260px;
	border:1px solid #666;
	background-color:#353535;
	color:#B1CEAF;
}
.comment .write .submit{
	border:1px solid #666;
	background-color:#353535;
	color:#B1CEAF;
	height:25px;
	width:99%;
}
.comment .write label{
	font:10px Verdana;
}
.comment .write textarea{
	width:99%;
	height:150px;
	border:1px solid #666;
	background-color:#353535;
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}

/* 본문하단 페이지 표시 */
.paging{
	padding-top:1px;
	text-align:center;
	font:11px Tahoma;
}

/* 본문 하단 licence */
#licence {
	text-align:center;
	padding:15px 0px 0px 250px;
	font:12px Verdana;
	color:#666;
	width:500px;
	
}
/* All rights reserved (C) http://fazz.tistory.com 
skin by http://skysummer.com */