@charset "utf-8";
/* Styles Required */
/* 1. Pages  */
body{
	font: 12px/1.5 Malgun Gothic,Apple SD Gothic Neo,Dotum,AppleGothic,Segoe UI,Tahoma;
	background:url(images/bg.gif) repeat;
	background-color:#CCC;
	background-attachment:fixed;
	padding:20px 0;
	color : #333;
}
/* 2. Links */
	a:link {
		text-decoration: none;
		color : #690;
	}
	a:visited {
		text-decoration: none;
		color : #690;
	}
	a:hover {
		text-decoration: underline;
		color : #666;
	}
	a:active {
		text-decoration: none;
		color : #666;
	}
/* 3. Images */
	img {
		border-width: 0px;
	}
/* 4. Image Buttons */
	.ib {
		cursor: pointer;
	}
/* 5. Input text */
	.text {
	border:1px solid #999;
	}
/* 6. Tree table */
	.branch2 {
	}
/* 7. Tree Cell */
	.branch3 {
		cursor: pointer;
		height: 10px;
	}
/* 8. Calander-month */
	.cal_month {
		font-size : 11px;
		height: 18px;
	}
/* 9. Calander-day */
	.cal_week1 {
		font-size : 11px;
		height:18px;
	}
/* 10. Calander-sunday */
	.cal_week2 {
		color: #f30;
		font-size:12px;
		text-align: center;
	}
/* 11. Calander-Lastmonthdate */
	.cal_day1 {
		color: #000;
		font-size:12px;
		text-align:center;
	}
/* 12. Calander-Nextmonthdate */
	.cal_day2 {
		color: #000;
		font-size : 11px;
		text-align: center;
	}
/* 13. Calander-Thismonthdate */
	.cal_day3 {
		font-size : 11px;
		text-align: center;
	}
/* 14. Calander-today */
	.cal_day4 {
		text-align: center;
		font-size : 11px;
		background-color:#ccc;
		font-weight:bold;
	}
/* 15. Calander-Articlelink */
	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 : #690;
	}
/* 16. Caption */
	.cap1 {
		color: #666;
		text-align: center;
	}
/* 16. Keywords */
	.key1 {
		cursor: pointer;
		border-bottom: 1px dotted #ccc;
	}
/* 16. Category ArticleNumber */
	.c_cnt {
		font:9px Tahoma;
		color : #999;
	}
/* 17. New Article CommentNumber */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}
/* /Styles Required */
hr {
display:none;
}	
/* Structured */
#container {
	width:800px;
	margin:10px auto;
	clear: both; 
}
#translogo {
	width: 800px;
	clear: both;
	text-align: left;
}
#header {
	width: 800px;
	height: 14px;
	clear: both;
	background: url('images/conline.gif') left top repeat-y;
}
#conmid {
	float: left;
	width: 800px;
	clear: both;
	text-align: left;
	background: url('images/conmid.gif') left top repeat-y;}
#content {
	float:center;
	width:750px;
	clear:both;
	overflow:hidden;
	margin:0 12px;
	padding:12px;
}
#sidebar {
	float:right;
	width:210px;
	margin:10px;
	padding:10px;
}
#sidebarbox {
	float:center;
	width:750px;
	clear:both;
	margin:5px 12px 0;
	padding:12px;
}
#cop {
	width: 800px;
	clear: both;
	padding:25px 0px;
	text-align:center;
	font:11px Verdana, dotum;
}
#conbot {
	width: 800px;
	height: 65px;
	clear: both;
	background: url('images/conline.gif') left top repeat-y;
}
/* header */
#menutop {
	width: 306px;
	float: left;
	text-align:left;
	margin:15px 0;
	background-color:#c1d202;
}
#menutop a{
	padding:0 0 0 15px;
	color:#000;
}
#menutop a:hover{
	color:#c1d202;
	background-color:#000;
}
/* sidebar common*/
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;	
}
#sidebar .name {
	font:11px dotum;
	color:#999;
}
#sidebar .date {
	font-size:12px;
	color:#999;	
}	
#sidebar .cnt {
	font :10px Tahoma;
	color:#333;
}
#sidebar h3 {
	font:12px Tahoma;
	background:#fff;
	border-bottom:1px solid #ccc;
	padding:3px 5px;
	margin:0;
}	
#sidebar a {
	color:#666;
}	
#sidebar .box {
	padding:8px;
}
/* admin menu */
#sidebar .owner {
	font-size:12px;
	text-align:center;
}
/* blog info (desc, image) */
#sidebar .blogimg {
	width:100px;
	overflow:hidden;
	text-align:center;
	margin:50px;
}
#sidebar .bloginfo {
	text-align:center;
}
#sidebar .bloginfo img{
	padding:5px;
}
/* notice list */
#sidebar .notice {
	padding:5px 10px;
	background-color:#eeeeee;
	margin:5px 0;
}
#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:#666;
}
/* search */
#sidebar .search {
	text-align:center;
	padding:5px 0;
}
#sidebar .search input{
	width:130px;
}
#sidebar .search .submit{
	border:1px solid #999;
	background-color:#ddd;
	font:11px Verdana;
	color:#222;
	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;
	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 : #06F;
}
#sidebar .tagbox li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 15px;
	color : #09F;
}
#sidebar .tagbox li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 14px;
	color : #0CF;
}
#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:#cce5ff;
	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 {
	background-color:#eee;
	padding:5px 0;
	margin:10px 0 0 0;
	text-align:center;
	font:10px verdana;
}
#sidebar .ad{
	text-align:center;
	margin:20px 0 10px 0;
}
/* content common */
#content h2 {
	font-size:20px;
	padding-top:10px;
	margin:0;
}
#content h2 a:hover{
	text-decoration:none;
	color:#666;
	background:url(images/iconTitleLink.gif) no-repeat top right;
	padding-right:15px;
}
#content h3 {
	font-size:14px;
	color:#333;
	margin:10px 0;
	border-bottom:1px solid #ddd;	
	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 ul {
	padding:5px;
	text-align:justify;		
}
#content .tagcloud li {
	display:inline;
}		
#content .tagcloud a:hover{
	background-color:#cce5ff;
	color:#000;
}		
#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 : #690;
}
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
	font-size : 14px;
	color : #690;
}
#content .tagcloud li .cloud4 {
	background-color:#eee;
	font-size : 13px;
	color : #690;
}
#content .tagcloud li .cloud5 {
	font-size : 12px;
	color : #999;
}	
/* search list, rplist */	
#content .list, .rplist{
	margin-bottom:50px;
}
#content .list .date, .rplist .date{
	padding-right:8px;
}
#pagingbanner {
	text-align:center;
	margin-top:10px;
}
/* location */
.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 */
.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:#ddd;
	height:25px;
	width:98%;
	color:#333;
}
.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 .list ol li{
	padding:10px 10px 10px 25px;
	background:url("images/iconGuestbook.gif") no-repeat 0 12px;	
}
.guestbook .list li ul li{
	padding-left:30px;
	margin-left:20px;
	background:url("images/iconIndentArrow_local.gif") no-repeat 10px 12px;
	background-color:#f5f5f5;
}
.guestbook .list .name a{
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-right:12px;
	background:url("images/icon_homepage.gif") no-repeat right;
}
.guestbook .control a{
	font:9px tahoma;
	background:url("images/iconControl.gif") no-repeat center right;	
	padding-right:10px;
	color:#999;
	margin-right:5px;
}
.guestbook .control a:hover{
	background-color:#ddd;
	color:#333;
}
/* entry > notice */
.entry_notice {
	margin-bottom:30px;
}
.entry_notice .article {
	padding:10px 0;
}
/* entry > protected  */
.entry_protected {
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
.entry_protected h2 {
	color:#690;
}
.entry_protected input {
	border:1px solid #999;
	font:10px Tahoma;
}
.entry_protected .submit {
	border:1px solid #bbb;
	background-color:#ddd;
}
/* entry article*/
.entry .titleinfo {
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
}
.entry .articlebanner {
	float:center;
	overflow:hidden;
	text-align:center;
}
.entry .famouslist {
	float: center;
	height: 280px;
	width: 336px;
	text-align:center;
	margin: 10px;
	padding: 11px;
	border:1px solid #ccc;
}
.entry .articlesuggest {
	text-align:center;
	font-size:12px;
	color:#333;
	background-color:#ddd;
	margin:10px 0;
	padding-bottom:5px;
}
.entry .article {
	padding:10px 0;
}
.entry .article blockquote {
	border-left: 7px double #ccc;
	margin: 10px 10px 10px 20px;
	padding-left: 10px;
}	
.entry .article a{
	color:#690;
}	
#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:#690;
	text-decoration:none;
}	
/* entry top button*/ 
.entry .btn_top{
	text-align:right;
	margin-top:3px;
	clear:both;	
}
/* entry tag */
.entry .tagbox{
	padding:5px;
}
.entry .tagtext{
	font:9px verdana;
	font-weight:bold;
	background-color:#690;
	color:#fff;
	padding:1px 3px;
	margin-right:8px;
}
/* entry trackback, comment  */
.entry .tbrp_box {
	border-top:1px dotted #ccc;
	border-bottom:1px solid #999;
	padding:7px 8px;
	font:11px verdana;
}
.entry .tbrp_box .cnt{
	font:10px verdana;
	color:#666;
}
/* entry trackback */
.entry .trackback {
	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 {
	background-color:#f5f5f5;
	padding:10px;
}	
.entry .comment p{
	margin:0;
}	
.entry .comment ol li{
	padding:15px 10px 0 25px;
	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 .control{
	font:11px dotum;
	color:#999;
	letter-spacing:-1px;
}
.entry .control a{
	font:11px dotum;
	color:#999;
}
.entry .control a:hover{
	background-color:#ddd;
	color:#333;
}
.comment .write {
	margin-bottom:20px;
}
.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:10px Verdana;
}
.comment .write textarea{
	width:98%;
	height:150px;
	border:1px solid #aaa;	
	overflow:visible;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin:0;
	width:25px;
}
/* paging */
.paging{
	padding:15px 0;
	text-align:center;
	font:12px Tahoma;
}