@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
body, td, input, textarea {
		font-size:10pt;
		font-family: 굴림, 돋움;
		line-height:150%;
		color: #000000;
}

/* 2. 기본 링크 */
	A:link { color:#59AAC8; text-decoration:none; }	
	A:visited { color:#59AAC8; text-decoration:none; }
	A:hover { color:#DC4D6E; text-decoration:none; } 
	A:active { color:#59AAC8;text-decoration:none; }	
/* 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 {
		color: #bbb;
		font-size : 11px;
		height: 18px;
                display:none;
	}
/* 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 {
		color: #888;
		font-size : 9pt;
		text-align: center;
                font-family:verdana
	}
/* 14. 달력 오늘 날짜 표시 */
	.cal_day4 {
		color: #888;
		font-size : 9pt;
		text-align: center;
                font-family:verdana
	}
/* 15. 달력 글쓴 날 링크 스타일 */
	a.cal_click:link {
		font-size : 15pt;
		color : #59aac8;
                font-family:verdana
	}
	a.cal_click:visited {
		font-size : 15pt;
		color : #59aac8;
                font-family:verdana
	}
	a.cal_click:hover {
		font-size : 15pt;
		color : #DC4D6E;
                font-family:verdana
	}
/* 16. 이미지 아래 캡션 스타일 */
	.cap1 {
		color: #876;
		text-align: center;
	}
/* 16. 키워드 스타일 */
	.key1 {
		cursor: pointer;
		border-bottom: 1px dotted #ccc;
	}
/* 16. 카테고리 옆 개수 스타일 */
	.c_cnt {
		font:9px Tahoma;
		color : #999;
	}
/* 17. 최신글 옆 개수 스타일 */
	.ps_cnt {
		font:10px Tahoma;
		color : #999;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */
body {
	background-color:#ffffff;
	padding:0;
	margin:0 0 0 0;
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	background-position: 0% 0;
}
hr {
display:none;
}	
/* Structured */
#container {
	width:100%;
	background-color:#ffffff;
	background-image:url('');
	background-repeat:repeat-x;
	background-position: 50% 10px;
	margin:8px auto 0 auto;
}
#content {
	margin : 0 100px 10px 100px;
}
#sidebar {
	background-color:#eee;
	padding:30px;
	margin-top:80px;
	text-align:center;
}
#footer {
	margin:0;
}
/* header */
#header {
	padding:150px 0 0 100px;
}
#header h1{
	margin:0;
	font-size:20px;
	float:left;
}

#header .sidemenu {
  padding:10px 20px 0 0;
	margin-left:460px;
	text-align:right;
}
#header .sidemenu a{
	padding-left:10px;
	color:#eee;
}

#header .bigtitle {color: #59AAC8;font-family:verdana,돋움;font-size: 35pt;}
#header A.bigtitle:link {color: #59AAC8;font-family:verdana,돋움;font-size: 35pt;}
#header A.bigtitle:visited {color: #59AAC8;font-family:verdana,돋움;font-size: 35pt;}
#header A.bigtitle:hover {color: #90D0F1;font-family:verdana,돋움;font-size: 35pt;text-decoration:none;}

#header .bigtitle2 {color: #8C9DA4;font-family:verdana,돋움;font-size: 25pt;}
#header A.bigtitle2:link {color: #BD9C9C;font-family:verdana,돋움;font-size: 25pt;}
#header A.bigtitle2:visited {color: #BD9C9C;font-family:verdana,돋움;font-size: 25pt;}
#header A.bigtitle2:hover {color: #A87D7D;font-family:verdana,돋움;font-size: 25pt;text-decoration:none;}

.small {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
A.small:link {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
A.small:visited {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
A.small:hover {color: #D3C2C2;font-family:verdana,돋움;font-size: 15pt;text-decoration:none;}

.smallrp {color: #cccccc;font-family:verdana,돋움;font-size: 10pt;}
A.smallrp:link {color: #cccccc;font-family:verdana,돋움;font-size: 10pt;}
A.smallrp:visited {color: #cccccc;font-family:verdana,돋움;font-size: 10pt;}
A.smallrp:hover {color: #D3C2C2;font-family:verdana,돋움;font-size: 10pt;text-decoration:none;}

/* sidebar common*/
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;	
	}
#sidebar .name {
	font:11px dotum;
	color:#999;
}
#sidebar .date {
	font-size:10px;
	font-family:Verdana;
	color:#999;	
}	
#sidebar .cnt {
	font :10px Tahoma;
	color:#333;
}
#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 .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;
}
/* 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:#333;
}
/* 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:12px dotum;
	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:10px;
	text-align: center;
  }
#sidebar .tagbox a {
	letter-spacing:-1px;
	}	
#sidebar .tagbox li .cloud1 {
	font-family:verdana;
  font-size : 15pt;
  color : #555;
  }
#sidebar .tagbox li .cloud2 {
	font-weight:bold;
	font-family:verdana;	
  font-size : 16px;
  color : #666;
  }
#sidebar .tagbox li .cloud3 {
	font-weight:bold;
	font-family:verdana;
  font-size : 15px;
  color : #777;
  }
#sidebar .tagbox li .cloud4 {
	font-family:verdana;
	font-weight:bold;
  font-size : 14px;
  color : #aaa;
  }
#sidebar .tagbox li .cloud5 {
	font-family:verdana;
  font-size : 12px;
  color : #bbb;
  }	

#sidebar .tagbox li .tgmenu {
	font-family:verdana;
  font-size : 12px;
  color : #aaa;
  }

#sidebar .tagbox li .tgnotice {
	font-family:verdana;
  font-size : 12px;
  color : #aaa;
  }

#sidebar .tagbox li .tglink {
	font-family:verdana;
  font-size : 12px;
  color : #ccc;
  }

#sidebar .tagbox li .tgtb {
	font-family:verdana;
  font-size : 15pt;
  color : #90D0F1;
  }	

#sidebar .tagbox li .tgrp {
	font-family:verdana;
  font-size : 12px;
  color : #aaaaaa;
  }

#sidebar .tagbox li .tgstarred {
	font-family:verdana;
  font-size : 15pt;
  color : #337E9A;
  }

#sidebar .tagbox a:hover{
	text-decoration:none;
	font-family:verdana;
  color:#59AAC8;
  }

#sidebar .tagbox a:visited{
	text-decoration:none;
	font-family:verdana;
  }	

/* 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;
	text-align:center;
	font:10px verdana;
}
#sidebar .ad{
	text-align:center;
	padding:5px 0;
}

/* content common */
#content .titleinfo{
border-bottom:0 solid #fff;
padding-bottom:5px;
margin-top:10px;
margin-bottom:5px;
text-align:left;
}
#content h2 {    /* post title */
	font-size:14px;
	padding-top:5px;
	margin:0;
}
#content h2 a:hover{    /* post title mouseover*/
	text-decoration:none;
	color:#000;
}
#content h3 {    /* tag, search, location, guestbook title */
	color: #777;
	font-size: 15pt;
	font-family:verdana,바탕;
	line-height:170%;
	margin:10px 0 10px 0;
	padding-bottom:10px;
	border-top:5px solid #eee;
	font-weight:normal;
}
#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;
	color:#666;
}

#content .bigdate {color: #eeeeee;font-family:verdana,돋움;font-size: 30pt;line-height:100%;}
#content A.bigdate:link {color: #59AAC8;font-family:verdana,돋움;font-size: 30pt;line-height:100%;}
#content A.bigdate:visited {color: #59AAC8;font-family:verdana,돋움;font-size: 30pt;line-height:100%;}
#content A.bigdate:hover {color: #90D0F1;font-family:verdana,돋움;font-size: 30pt;text-decoration:none;line-height:100%;}

#content .smalldate {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
#content A.smalldate:link {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
#content A.smalldate:visited {color: #cccccc;font-family:verdana,돋움;font-size: 15pt;}
#content A.smalldate:hover {color: #59AAC8;font-family:verdana,돋움;font-size: 15pt;text-decoration:none;}

#content .tl {
		color: #5C7983;
		font-size: 15pt;
		font-weight:bold;
		font-family:'Trebuchet MS', 'Lucida Grande',돋움, verdana;
		line-height:170%;
	}
#content A.tl:link {color: #5C7983;font-family:'Trebuchet MS', 'Lucida Grande',돋움,verdana;font-weight:bold;font-size: 15pt;line-height:170%;}
#content A.tl:visited {color: #5C7983;font-family:'Trebuchet MS', 'Lucida Grande',돋움,verdana;font-weight:bold;font-size: 15pt;line-height:170%;}
#content A.tl:hover {color: #B79E9E;font-family:'Trebuchet MS', 'Lucida Grande',돋움,verdana;font-weight:bold;font-size: 15pt;line-height:170%;text-decoration:none;}

#content cite {
	font-size:12px;
	font-style:normal;
	color:#666;
}
/* tag  */
#content .tagcloud{
	border:0 solid #fff;
	padding:10px;
	margin-bottom:10px;
}
#content .tagcloud ul {
	padding:10px;
	text-align:justify;		
  }
#content .tagcloud li {
	display:inline; 
	}		
#content .tagcloud a:hover{
	text-decoration:underline;
	color:#90D0F1;
  }

#content .tagcloud li .cloud1 {
	background-color:#eee;
	font-weight:bold;
  font-size : 16px;
  color : #a2348f;
  }
#content .tagcloud li .cloud2 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 15px;
  color : #5a5194;
  }
#content .tagcloud li .cloud3 {
	background-color:#eee;
	font-weight:bold;	
  font-size : 14px;
  color : #7870ab;
  }
#content .tagcloud li .cloud4 {
	background-color:#eee;
  font-size : 13px;
  color : #555;
  }
#content .tagcloud li .cloud5 {
  font-size : 12px;
  color : #999;
  }	

/* search list, rplist */	
#content .list, .rplist{
	width:480px;
	margin:0 auto 10px 0;
	border:0 solid #fff;
	padding:0;
}
#content .rplist{

}
#content .list .date, .rplist .date{
	font:12pt Verdana;
	color:#aaa;

}
/* location */
.location{
	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:#59AAC8;
}
.location a:hover{
color:#DC4D6E;
}
/* guestbook > write */
.guestbook {
	padding:10px;
	margin-bottom:10px;
}
.guestbook .write {
	margin-bottom:20px;
}
.guestbook .write p{
	padding:2px;
	margin:0;
}
.guestbook .write input{
	width:150px;
	font-family: 굴림;
	font-size:10pt;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
	padding:4px;
}
.guestbook .write .homepage{
	width:375px;
	font-family: 굴림;
	font-size:10pt;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
	padding:4px;
}
.guestbook .write .submit{
	border:0px solid #aaa;
	background-color:#59AAC8;
	height:40px;
	width:100%;
	color:#fff;
	font-size: 15pt;
	font-family:verdana;
	margin:0;
}
.guestbook .write label{
	color:#ccc;
	font-size: 15pt;
	font-family:verdana;
}
.guestbook .write textarea{
	width:100%;
	height:150px;
	overflow:visible;
	font-family: 굴림;
	font-size:10pt;
	margin-top:2px;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
}
/* guestbook > list */
.guestbook p{
	padding:5px 0;
	margin:0;
	color:#000;
}
.guestbook .clist{
	border:0;
}
.guestbook .clist ol li{
	padding:15px;
	background-color:#f5f5f5;
	margin-top:10px;
}
.guestbook .clist li ul li{
	padding:15px;
	background-color:#f5f5f5;
	margin-top:10px;
}
.guestbook .clist li .name{
	color:#bbb;
	font-size: 15pt;
	font-family:verdana;
}
.guestbook .clist li .name a{
	color:#59AAC8;
	font-size: 15pt;
	font-family:verdana;
	text-decoration:none;
}
.guestbook .control{
	color:#ccc;
	font-size: 10pt;
	font-family:verdana;
	margin-left:10px;
}
.guestbook .control a{
	color:#ccc;
	font-size: 10pt;
	font-family:verdana;
}
.guestbook .control a:hover{
	color:#59AAC8;
	font-size: 10pt;
	font-family:verdana;
}

.entry {
	padding:10px 0 10px 0;
	text-align:left;
	margin-bottom:0;
}
/* entry > notice */
.entry_notice {
	padding: 10px 0 10px 0;
	margin-top:40px;
	margin-bottom:50px;
	text-align:left;
	}
.entry_notice .article {
	padding:10px 30px;
}	
/* entry > protected  */
.entry_protected {
	padding: 10px 0 10px 0;
	margin-top:40px;
	margin-bottom:50px;
	text-align:left;
	}
.entry_protected h2 {
	color:#333;
	background:url(images/icon_protected.gif) no-repeat center left;
	padding-left:20px;
}
.entry_protected input {
	width:150px;
	font-family: 굴림;
	font-size:10pt;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
	padding:4px;
}
.entry_protected .submit {
	border:0px solid #aaa;
	background-color:#59AAC8;
	color:#fff;
	width:80px;
	font-size: 10pt;
	font-family:verdana;
	margin:0;
}
.entry_protected label{
	font-size: 15pt;
	font-family:verdana;
	color:#ccc;
}

/* entry article*/
.entry .article {
	padding: 10px 0 10px 0;
	overflow:hidden;
	line-height:150%;	
}
.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;
}	
.entry .article a{
}	
#content .entry .article ul{
	padding:10px 30px;
}	
#content .entry .article ol{
	padding:10px 30px;
}		
.entry .article a:hover{
	text-decoration:none;
}

#content .entry .taglist {width:430px;background-color:#F9F9F9;	background-image:url('http://rimy.ivyro.net/skin/rimy_cloud/images/tags.gif');background-repeat:no-repeat;padding:10px 0 10px 10px;margin-left:270px;text-align:right;color: #ddd;font-family:verdana,돋움;font-size: 9pt;line-height:150%;}
#content .entry A.taglist:link {color: #ddd;font-family:verdana,돋움;font-size: 9pt;}
#content .entry A.taglist:visited {color: #ddd;font-family:verdana,돋움;font-size: 9pt;}
#content .entry A.taglist:hover {color: #555;font-family:verdana,돋움;font-size: 9pt;text-decoration:none;}

.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 0;
	
}

/* entry trackback, comment  */
.entry .tbrp_box {
	border-top:0 dotted #FFF;
	padding:7px 8px;
}
.entry .tbrp_box .cnt{
	color:#f60;
}
/* entry trackback */
.entry .trackback {
	border-top:0 solid #FFF;
	font-family:verdana;
	background-color:#fff;
	padding:10px;
	margin-top:10px;
	text-align:left;
}	
.entry .trackback .add {
	font-size: 15pt;
	font-family:verdana;
	color:#ccc;
	text-align:center;
}	
.entry  .trackback li{
	padding:15px;
	background-color:#f5f5f5;
	margin-top:15px;
}
.entry .trackback h4{
	color:#59AAC8;
	font:15pt Verdana;
	margin:0;
}
/* entry comment */
.entry .comment {
	border-top:0 solid #FFF;
	background-color:#fff;
	padding:10px;
	text-align:left;
}	
.entry .comment .name {
	color:#bbbbbb;
	font-size: 15pt;
	font-family:verdana;
	text-decoration:none;
}
.entry .comment .name a{
	color:#59AAC8;
	font-size: 15pt;
	font-family:verdana;
	text-decoration:none;
}
.entry .comment p{
	margin:0;
}	
.entry .comment ol li{
	padding:15px;
	background-color:#f5f5f5;
	margin-top:10px;
}
.entry .comment li ul li{
	padding:15px;
	background-color:#f5f5f5;
	margin-top:10px;
}
.entry .commentlist p{
	color:#000;
	font-size: 10pt;
	font-family:verdana;
}
.entry .control{
	color:#ccc;
	font-size: 10pt;
	font-family:verdana;
	margin-left:10px;
}
.entry .control a{
	color:#ccc;
	font-size: 10pt;
	font-family:verdana;
}
.entry .control a:hover{
	color:#59AAC8;
	font-size: 10pt;
	font-family:verdana;
}
.comment .write {
	margin:20px 0;
	text-align:left;
}
.comment .write p{
	padding:2px;
	margin:0;
}
.comment .write input{
	width:150px;
	font-family: 굴림;
	font-size:10pt;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
	padding:4px;
}
.comment .write .homepage{
	width:375px;
	font-family: 굴림;
	font-size:10pt;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
	padding:4px;
}
.comment .write .submit{
	border:0px solid #aaa;
	background-color:#59AAC8;
	height:40px;
	width:100%;
	color:#fff;
	font-size: 15pt;
	font-family:verdana;
	margin:0;
}
.comment .write label{
	font-size: 15pt;
	font-family:verdana;
}
.comment .write textarea{
	width:100%;
	height:150px;
	overflow:visible;
	font-family: 굴림;
	font-size:10pt;
	margin-top:2px;
	background-color:#EAF1F6;
	color:#000000;
	border:0px solid #000000;
}
.comment .write .checkbox{
	border:none;
	padding:0;
	margin-left:85px;
	width:25px;

	}

/* paging */
.paging{
	margin:50px auto 0 auto;
        text-align:center;
}
.paging1{
	float:left;
}
.paging2{
	float:right;
}
.pagenum {color: #59AAC8;font-family:tahoma;font-size: 20pt;text-decoration:none;}
A.pagenum:link {color: #aaaaaa;font-family:tahoma;font-size: 20pt;text-decoration:none;}
A.pagenum:visited {color: #aaaaaa;font-family:tahoma;font-size: 20pt;text-decoration:none;}
A.pagenum:hover {color: #59AAC8;font-family:tahoma;font-size: 20pt;text-decoration:none;}

.shortcuts {color: #cccccc;font-family:verdana;font-size: 15pt;}
A.shortcuts:link {color: #cccccc;font-family:verdana;font-size: 15pt;}
A.shortcuts:visited {color: #cccccc;font-family:verdana;font-size: 15pt;}
A.shortcuts:hover {color: #59AAC8;font-family:verdana;font-size: 15pt;text-decoration:none;}


/* footer */
#footer {
	text-align:right;
	padding:30px;
	color:#ddd;font-size: 15pt;font-family:verdana;
}
#footer a{
	color:#ddd;font-size: 15pt;
}
#footer a:hover{
	color:#59AAC8;font-size: 15pt;
}
h3 {    /* tag, search, location, guestbook title */
	color: #777;
	font-size: 15pt;
	font-family:verdana,바탕;
	line-height:170%;
	margin:10px 0 10px 0;
	padding-bottom:10px;
	border-top:5px solid #eee;
	font-weight:normal;
	text-align:right;
}
.list, .rplist{
	width:440px;
	margin:0 auto 10px auto;
	border:0 solid #fff;
	padding:0 280px 0 0;
}			