@charset "euc-kr";
/* enzoy : for firefox cross browsing */
h1 {
  font-size: 36px;
}
/* 2. 기본 링크 */
	a:link, a:visited, a:active {
		text-decoration: none;
		color : black;
	}
	a:hover {
		text-decoration: underline;	
		color : blue;
	}
/* 3. 이미지 */
	img {
		border-width: 0px;
	}
/* 6. 트리 테이블 */
	.branch2 {
	}
/* 7. 트리 셀 */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}
/* 8. 달력 월 표시 */
	.cal_month {
		font-size : 11px;
		height: 18px;
	}
/* 9. 달력 요일 표시 */
	.cal_week1 {
		font-size : 11px;
		height:18px;
		color:black;
	}
/* 10. 달력 일요일 표시 */
	.cal_week2 {
		color: #f30;
		font-size:12px;
		text-align: center;
	}
/* 11. 달력 지난 달 날짜 표시 */
	.cal_day1 {
		color: #fff;
		font-size:12px;
		text-align:center;
	}
/* 12. 달력 다음 달 날짜 표시 */
	.cal_day2 {
		color: #fff;
		font-size : 11px;
		text-align: center;
	}
/* 13. 달력 이번 달 날짜 표시 */
	.cal_day3 {
		font-size : 11px;
		text-align: center;
		color:black;
	}
/* 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 : #369;
	}
/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	font-family: Verdana, AppleGothic, Sans-serif, Dotum;
	padding:0;
	background-color: white;
	color:black;
	margin: 0;
	}
/* Structured */
#container {
	width:950px;
	margin:0px; 
	padding-top:0px;  
	padding-left:30px;  
}
#content {
	float:left;
	width:650px;
	overflow:hidden;
}
#sidebar {
         float:left;
	width:240px;
	margin-top:10px;
	margin-left:10px;
	padding:5px;	
}
#footer {
	clear:both;
}
/* header */
#header {
	width: 950px;
}
#header #title{
	margin: 0px;
	padding-top: 10px;
	font-size:2em;
	float:left;
	width:650px;
	height:150px;
}
#header a{
	color:black;
}
#header #title #desc {
	color:black;
	font-size: 0.4em;
}
#header .sidemenu {
	/*margin-left:460px;*/
	padding:10px 0px 0px 10px;
	text-align:left;
	font-size:0.8em;
	width:240px;
         /* spectrum's tweak */
         float: left;
}
#header .sidemenu a{
	padding-left:10px;
}

.entry {
	font-size:0.75em;
	margin-bottom:120px;
}
/* entry article*/
.entry .article {
	padding:10px 0;
}
.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 .tagbox{
	margin-bottom:15px;
	margin-top: 15px;
}

/* enzoy commented it out */
.entry .article a{
	color:#00C;
	border-bottom:1px solid #00C;
}	
.entry .article a:hover{
	text-decoration:underline;
}	
.entry .tagbox a{
	border-bottom:1px dotted #999;
}

/* guestbook > write */
.guestbook .write {
	margin-bottom:20px;
}
.guestbook .write p{
	padding:2px;
	margin:0;
}
.guestbook .write input{
	border:1px solid #999;
	height:18px;
	width:100px;
}
.guestbook .write .homepage{
	height:18px;
	width:220px;
}
.guestbook .write .submit{
	border:1px solid #aaa;
	background-color:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.guestbook .write label{
	font:10px Verdana;
}
.guestbook textarea{
	width:98%;
	height:150px;
	border:1px solid #aaa;	
	overflow:visible;
}

/* tag  */
#content .tagcloud ul {
	padding:5px;
	text-align:justify;		
  }
#content .tagcloud li {
	display:inline;
	}		
#content .tagcloud a {
	letter-spacing:-1px;
	}	
#content .tagcloud li .cloud1 {
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #f30;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #f60;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #369;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #690;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }	
#content .tagcloud a:hover{
	background-color:#cce5ff;
  color:#000;
  }	

.comment .write {
	margin-bottom:20px;
	color:black;
}
.comment .write p{
	padding:2px;
	margin:0;
}
.comment .write input{
	border:1px solid #999;
	width:100px;
	background-color:clear;
	color:black;
	font-family: verdana, Dutum;
}
.comment .write .homepage{
	width:220px;
	background-color:clear;
	font-family: verdana, Dutum;
}
.comment .write .submit{
	border:1px solid #999;
	background-color:clear;
	height:25px;
	width:98%;
	color:black;
	font-family: verdana, Dutum;
}
.comment .write label{
	font:10px Verdana;
}
.comment textarea{
	width:98%;
	height:150px;
	border:1px solid #aaa;	
	overflow:visible;
	background-color:clear;
	color:black;
	font-family: verdana, Dutum;
}
.write textarea{
	width:98%;
	height:50px;
	border:1px solid #aaa;	
	overflow:visible;
	background-color:clear;
	color:black;
	font-family: verdana, Dutum;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
	}

.description {
	padding-left: 30px;
}

/* paging */
.paging{
	padding-top:10px;
	text-align:center;
	font:10px Tahoma;
}

/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;	
	}
#sidebar .name {
	font:11px dotum;

}
#sidebar .date {
	font-size:12px;

}	
#sidebar .cnt {
	font :10px Tahoma;

}
#sidebar h3 {
	font:12px Tahoma;
	font-weight:bold;
	padding:3px 5px;
	margin:0;
}	
#sidebar a {

}	
#sidebar .box {
	padding:8px;
}
/* admin menu */
#sidebar .owner {
	font-size:12px;
	text-align:center;
}
/* blog info (desc, image) */

#sidebar .blogimg {
	width:200px;
	overflow:hidden;

}
#sidebar .bloginfo {

}
#sidebar .bloginfo img{
	padding:5px;
}
/* notice list */
#sidebar .notice {
	text-align: left;
	padding:5px 0;
}
#sidebar .notice li {
padding-left:38px;
}
#sidebar .notice li a{

}
/* search */
#sidebar .search {
	text-align:left;
	padding:5px 0;
	color:black;
	font-size:0.8em;
}
#sidebar .search input{
	width:120px;
	border:1px solid #aaa;	
	background-color:clear;
	color:black;
	font-family: verdana, Dutum;
}
#sidebar .search .submit{
	border:1px solid #aaa;	
	overflow:visible;
	background-color:white;
	color:black;
	font-family: verdana, Dutum;
	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;

}
/* 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 : #f30;
  }
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #f60;
  }
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #369;
  }
#sidebar .tagbox li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #690;
  }
#sidebar .tagbox li .cloud5 {
  font-size : 12px;
  color : #999;
  }	
#sidebar .tagbox a:hover{
	background-color:#cce5ff;
  color:#fff;
  }	
/* 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;
	font-size:0.86em;
}	
/* counter */
#sidebar .counter {
	background-color:#eee;
	padding:5px 0;
	text-align:center;
	font:10px verdana;
}
#sidebar .ad{
	text-align:center;
	padding:5px 0;
}
/* paging */
.paging{
	padding-top:10px;
	text-align:center;
	font:0.9em Tahoma;
}

#sidebar .ad {
	font-size: 0.8em;
}
#sidebar .ad .by {
	font-size:0.7em;
}
/* footer */
#footer {
	text-align:center;
	padding:50px 10px 10px 10px;
	font:0.8em Verdana, dotum;
	color: white;
}

/* spectrum tweaks */
.clear {
	clear: both;
}

hr {
  color: #aaa;
}

p {
  margin: 0;
  padding: 0;
}

.list p {
margin: 12px;
}
