@charset "utf-8";

/* 기본 스타일 */
html {}
body{
	margin:0;
	padding:0;
	color:#333333;
	font-family: "Trebuchet MS", "맑은 고딕", Dotum, Verdana, AppleGothic, Sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background:#867848 url(images/background.jpg) repeat-x scroll 0 0px;
	}

/* 공통 링크 스타일 (본문X)*/
a {text-decoration:none;}
a:link, a:visited {
	color:#6F6B00;
}
a:hover, a:active {
	color:#B7BB00;
}

/* 기본적인 스타일 */
button { border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
h1,h2,h3,h4 {margin:0; padding:0;}
.clear {clear:both;}


/* 이미지 캡션 스타일 */
.cap1 { color:#999;  text-align:center;}

/* Float 버그 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* 레이아웃 */
#wrapper {
	width:860px;
	margin:5px auto;
	clear: both;
	}
	#header {
		height:157px;
		padding:0;
		background:url(./images/header_bg.jpg) repeat-x scroll 0 0;
		margin: 0;
		}
		.header_wrapper {
	width:840px;
	margin: 0 auto;
	padding-left: 0px;
	height: 120px;
			}
	#mBody{
		width:100%;
		clear:both;
		}
		#contentColumn {
			float:left;
			display:inline;
			width:625px;
			padding:20px 0 0 0px;
			overflow:hidden;
			/* margin-right:20px; */
			}
		#sideBar {
			float:left;
			display:inline;
			width:215px;
			padding:0px 0 30px 15px;
			overflow:hidden;
			margin-top:25px;
			}
	#footer {
		clear:both;
		height:41px;
		color: #A5A901;
		font-family: "Lucida Sans", "Eras Medium ITC", Verdana, Tahoma, Arial;
		font-size: 0.8em;
		letter-spacing: 0px;
		background:transparent url(images/footer_bg.png) scroll no-repeat 0 0;
		margin:0px auto 30px;
		padding:0 225px 0 0;
		width:625px;
		}


/*/// 글꼴 /////////////////////////// */

/* 본문제목 */
h1 {
	color:#797300;
	margin-bottom:2px;
	font-family: "Trebuchet MS", "맑은 고딕", "malgun gothic", Verdana, Sans-Serif;
	font-size: 1.5em;
	line-height:35px;
	padding:5px 0 5px 10px;
	border-bottom:2px groove #565300;
	}
h1 a:link, h1 a:visited {
	color:#797300;
} 
h1 a:hover, h1 a:active {
	color:#605B00;
}

/* 댓글 이름 */
h2 { 
	color:#acb7b6;
	font:bold 1.2em;
	letter-spacing:-1px;
	margin:0 0 5px;
	}
h2 a:link, h2 a:visited {color:#797300;}
h2 a:hover, h2 a:active {color:#605B00;}

/* 검색결과 타이틀, 사이트바 타이틀 */
h3 {
	font:1.4em 'Trebuchet MS', Verdana, Sans-Serif;
	margin:0;
	color:#7a7a7a;
	}

/*트랙백 타이틀 */
h4 { 
	font-size:1.2em;
	margin:0;
	}
h4 a:link, h4 a:visited {
	color:#669818;
	}
h4 a:hover, h4 a:active {
	color:#7AB61A;
	}

/* 본문 */	
.article {
	padding:5px 5px 20px;
	text-align:justify;
	letter-spacing:0;
	line-height:1.8em;
	overflow:hidden;
	font-size:0.9em;
	}
.article a {
	border-bottom:1px dashed orange;
} /*본문 링크 밑줄*/
.article a:hover {
	background-color:#FFf8a0;
	color:#787810;
}

/*작은글꼴1*/
.smallText {
	color:#999;
	letter-spacing:0;
	font-family: verdana, "Franklin Gothic Medium", myriad, tahoma;
	font-size: 0.85em;
	}
.smallText a:link, .smallText a:visited  {
	color:#6b8984;
	}
.smallText a:hover, .smallText a:active {
	background-color:#eee;
	color:#35645c;
	}

/*작은글꼴2*/
.smallText2 {
	font-size:0.8em;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light { color:#ccc;}


/* === [ Header ] ================================================ */

/* /// 타이틀 //////////////////// */

/* 타이틀 로고를 텍스트로 할 경우*/
.blogTitle p {
	font-family: "Eras Demi ITC", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 2.2em;
	float:left;
	height:71px;
	line-height:70px;
	margin:20px 0 10px;
	}
.blogTitle p a:link, .blogTitle p a:visited {
	color:#808f30;
	}
.blogTitle p a:hover, .blogTitle p a:active {
	color:#6F6B00;
	}
.desc {
	font-size:1em;
	margin-top: 55px;
	float: right;
	color:#797300;
	line-height:1.8em;
	text-align: right;
	clear: right;
	}

/* 타이틀 로고 이미지로 할 경우 */
#logo {
	width:137px;
	height70px;
	float:left;
	margin:10px 0px 0px;
	}

	#logo a {
		background:transparent url(images/sign5.png) no-repeat scroll 0 50%;
		text-indent:-999px;
		padding:35px 0;
		display:block;
		}

/* 관리자 버튼 */
.loginBtn {
	padding:0;
	float:right;
	font-size:0.8em;
	color:#797300;
	z-index:10;
	}
	.loginBtn ul {
		margin:0px;
		padding:0px 0 0 0;
		text-align:center;
		}
.loginBtn li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
	}
.loginBtn li a:link,.loginBtn a:visited {
	color:#797300;
	}
.loginBtn li a:hover,.loginBtn a:active {
	color:#333;
	}
/* /// 블로그 메뉴 (Home, Notice, guest book...)//////// */
.barMenu {
	height:45px;
	clear:left;
	float: left;
	/*display: block;*/
	z-index: 999;
	margin-top:19px;
	width: 100%;
	}
/* .barMenu * {
	margin:0px;
	padding:0px;
	}
*/
.barMenu ul {
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type: none;

	}
	.barMenu ul li {
	display:block;
	float:left;
	font-size:1em;
	margin-right:5px;

	}
	.barMenu ul li em {
		display:block;
		height:43px;
		padding:5px 20px 5px 15px;
		}

	.barMenu ul li a:link, .barMenu ul li a:visited {
width:.1em; cursor:hand;/* width for the fucking IE6 and under. cursor for all IE */
		text-decoration:none;
		color:#3C3C3C;
		display: block;
		height: 43px;
		font-family: Georgia, "Trebuchet MS", Verdana, Tahoma, sans-serif;
		}
	.barMenu ul > li a:link, .barMenu ul > li a:visited {
width:auto;
}
	.barMenu ul li a:hover {
		background:url(./images/menu_rt.jpg) no-repeat scroll top right;
		}
	.barMenu ul li a:hover em {
		background:url(./images/menu_lt.jpg) no-repeat scroll top left;
		}
/* 활성화된 메뉴 모양 */
#tt-body-page .bar_page a, #tt-body-page .bar_page a:hover,
#tt-body-search .bar_page a, #tt-body-search .bar_page a:hover,
#tt-body-archive .bar_page a, #tt-body-archive .bar_page a:hover,
#tt-body-category .bar_page a, #tt-body-category .bar_page a:hover,
#tt-body-entry .bar_page a, #tt-body-entry .bar_page a:hover,
#tt-body-location .bar_location a, #tt-body-location .bar_location a:hover,
#tt-body-tag .bar_tag a, #tt-body-tag .bar_tag a:hover,
#tt-body-media .bar_media a, #tt-body-media .bar_media a:hover,
#tt-body-notice .bar_notice a, #tt-body-notice .bar_notice a:hover,
#tt-body-guestbook .bar_talk a, #tt-body-guestbook .bar_talk a:hover
	{
		background:url(./images/menu_rt.jpg) no-repeat scroll top right;
	}

/* 활성화된 메뉴 탭 스타일 */
#tt-body-page .barMenu ul li.bar_page em,
#tt-body-search .barMenu ul li.bar_page em,
#tt-body-archive .barMenu ul li.bar_page em,
#tt-body-category .barMenu ul li.bar_page em,
#tt-body-entry .barMenu ul li.bar_page em,
#tt-body-location .barMenu ul li.bar_location em,
#tt-body-tag .barMenu ul li.bar_tag em,
#tt-body-media .barMenu ul li.bar_media em,
#tt-body-notice .barMenu ul li.bar_notice em,
#tt-body-guestbook .barMenu ul li.bar_talk em
	{
		background:url(./images/menu_lt.jpg) no-repeat scroll top left;
	}


/* /// 검색 폼 //////////////////// */
.search_title {
	background-color:#C63200;
	margin-bottom: 10px;
	}
.searchForm {
	height:29px;
	/*line-height:29px;*/
	margin-top:0px;
	padding:4px 0 0 14px;
	float:right;
	background:url(./images/searchForm.jpg) no-repeat scroll 0 0;

	}
.searchForm input.sInput {
	background-color:#f6edce;
	width:140px;
	height:15px;
	border:none;
	padding:4px 9px 0px 0px;
	}

/* 검색 버튼 */
.searchForm .searchSubmit {
	background:url(./images/btn_search.gif) 50% 50% no-repeat;
	margin-right:13px;
	width:20px;
	height:20px;
	padding:0px;
	border:none;
	}
/* === [ Content Column ] ========================================= */

/* /// 검색결과 리스트 //////////////////// */
.searchList {
	margin-bottom:50px;
	}

.searchList ol {
	list-style:none;
	margin:20px 20px 0;
	padding:0;
	}

.searchList ol li {
	border-bottom:1px solid #eee;
	line-height:1.8em;
	}
.searchList ol li a:hover {
	background-color:#FEFEF5;
}
.searchList ol li a {
	display:block;
}

.searchRList {
	margin-bottom:50px;
	}
/* /// 보호글 ///////////////////////////// */
.protectedBody {
	height:150px;
	text-align:center;
	}

.protectedBody .warn {
	margin-top:30px;
	}

.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	vertical-align:bottom;
	}

/*/// 컨텐츠 /////////////////////////////// */

.entry {
	margin:0px 0 20px;
}

.article_top {
	background:transparent url(images/article_top.png) no-repeat center top;
	width:100%;
	height:31px;
	}
.article_wrapper {
	background:transparent url(images/article_mid.png) repeat-y center;
	margin-bottom:-1px;
	padding:0 30px;
	min-height:100px;
	}
.article_bottom {
	background:transparent url(images/article_bot.png) no-repeat center bottom;
	width:100%;
	height:31px;
	}

/* 관리자 메뉴 */
.admin {
	margin-bottom:30px;
	
	}
.adminMenu {
	background-color:#ffffee;
	padding:5px;
	border:1px dashed #ddd;
	font-size:0.9em;
	}

/* 포스트 제목 영역 */
.subject {
	margin-bottom:10px;
	}
/* 포스트 정보 */
.subject p.sInfo {
	font-size:0.9em;
	color:#797300 !important;
	text-align: right;
margin:0;
	}

.sInfo a:visited, .sInfo a:link {
	color:#797300;
	}
.sInfo a:hover, a:active {
	color:#B7BB00;
	}

/* 인용구 스타일 */
blockquote {
	margin:20px 0 20px 40px;
	padding:5px 10px;
	border-left:4px solid #ddd;
	color:#5E4400;
}

/* 이미지 블럭 */
.imageblock {
	border:none;
	margin:0 0 15px;
	padding:0;
	}
.imageblock * {
	border:none !important;
	}

.imageblock img {
	padding:5px;
	background-color:#d5d5d5;
	vertical-align:middle;
	}
.imageblock img:hover {
	padding:5px;
	background-color:#f1f1f1;
	vertical-align:middle;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px; 
	margin:0;
	} 
.moreless_top  {
	padding-left:20px; 
	margin:0;
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#f5f5f5;
	color:#333;
	border-bottom:1px dashed tomato;
	margin:0;
	}
/* 감춰지는 영역 */
.moreless_content {
	padding:5px 10px;
	border-top:groove 3px #cc5;
	border-bottom:groove 3px #cc5;
	margin:0;
	}

/* 본문 리스트 스타일 */
.article ul, .article ol {
	padding-left:20px;
	margin:10px 0 10px 20px;
	}
.article ul li, .article ol li{
	padding:0px;
	}

/* 포스트 등록 정보 */
.postInfo {
	height:50px;
	border-bottom:1px solid #ddd;
	}
.postInfo ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.postInfo ul li{
	margin:0;
	padding-left:24px;
	color:#797300;
	background-attachment: scroll;
	background-image: url(./images/bullet_tag.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	font-size: 0.9em;
	}
.postInfo ul li a {
	border-bottom:1px solid #e3e3e3;
	}
.postInfo ul li a, .postInfo ul li a:visited { color:#797300; }
.postInfo ul li a:hover, .postInfo ul li a:active { color:#333; 	border-bottom:1px dashed tomato; }

/* 포스트 등록 정보 중 댓글,트랙백 버튼부분 */
.cntBtn {
	list-style-type:none;
	}
.cntBtnAlign {
	float:right;
	font-size:inherit;
	}
.cntBtn a { font-weight:bold; }
.cntBtn a:link, .cntBtn a:visited {
	color:#666;
	border:none;
	}
.cntBtn a:hover, .cntBtn a:active {
	color:#333;
	}

/* /// 트랙백 /////////////////////// */

/* 트랙백 주소 표시 */
.trackbackUrl {
	background:url(./images/bullet_uri.gif) 4px 6px no-repeat;
	margin:0;
	padding:0 0 0 20px;
	font-size:0.9em;
	}
.trackbackUrl span.url {
	text-decoration:underline;
	}

/* 트랙백 리스트 */
.trackback ol {
	margin:10px 0 0px 0;
	padding:0;
	list-style:none;
	border-bottom:1px dashed #ddd;
	}
.trackback ol li{
	background:url(./images/bullet_trackback.gif) left 10px no-repeat;
	margin-bottom:5px;
	padding:5px 0 5px 25px;
	}
.trackback ol li p {
	margin:0;
	padding:0;	
	}
	
/* /// 댓글, 방명록 리스트 /////////////////// */

/* 댓글, 방명록 리스트 */
.commentList {
	margin-bottom:20px;
}
.commentList ol img {
	vertical-align:middle;
	}
.guestList { margin-top:20px; }

.commentList ol, .guestList ol {
	margin:0;
	padding:0;
	list-style:none;
	}
.commentList ol li, .guestList ol li {
	margin:0px;
	padding:5px 0 5px 25px;
	border-bottom: 1px solid #ddd;
	background-image: url(images/bullet_comment.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	}
.commentList ol li p, .guestList ol li p {
	margin: 5px 0;
	font-size:0.9em;
	}

/* 답변 부분 */
.commentList ol li.odd, .guestList ol li.odd {
	background:url(./images/bullet_reply.gif) 30px 5px no-repeat;
	padding:5px 5px 5px 50px;
	}
.commentCntOdd, .guestOdd {
	padding-left:7px;
	border-left:5px solid #e8e9c5;
	}

/* /// 댓글, 방명록 작성폼 /////////////// */
.writeForm {
	/* margin:20px 0 30px; */
	}
.writeForm span.message {
	background:url(./images/bullet_message.gif) left 50% no-repeat;
	padding-left:15px;
	}

.writer { margin:5px 0;}

/* 입력 칸 설명 라벨 */
label {
	padding-left:2px;
	width:85px;
	font-size:0.8em;
	}
label span {
	color:#F0003D;
	}

/* 등록자 정보 입력 폼 */
input{
	background-color:white;
	padding:0px 5px 0 5px;
	width: 150px;
	height:20px;
	font-size:12px;
	color:#666;
	border:1px solid #ddd;
	}
/* 글 입력상자 */
textarea {
	margin-top:10px;
	padding:5px 0;
	width:530px;
	height:100px;
	overflow:auto;
	border:1px solid #ddd;
	background:#fff;
	font-size:12px;
	color:#666;
	}
/* 비밀글 체크박스 */
.checkbox {border:0; background:none; width:15px;margin:0 0 0 2px; padding:0;}

/* Submit 버튼 */
.submit input {
	background-color:white;
	margin:5px 0;
	width:80px;
	height:25px;
	border:1px solid #aaa;
	}

/* 댓글 입력 폼 */
.rContent { 
	margin: 0 7px; 
	padding:10px; 
	}

/* == 방명록 배경 == */
.guest_top {
	background:transparent url(images/guest_top.png) no-repeat center top;
	width:100%;
	height:20px;
	}
.guest_mid {
	background:transparent url(images/guest_mid.png) repeat-y center;
	margin-bottom:-1px;
	padding:0 30px;
	min-height:100px;
	}
.guest_bottom {
	background:transparent url(images/guest_bot.png) no-repeat center bottom;
	width:100%;
	height:20px;
	}


/* 위치 로그 */
.location .place {
	border-bottom:dashed 1px #eee;
	color:#ccc;
	overflow:hidden;
	}

.location .info {
	border-bottom:solid 1px #eee;
	overflow:hidden;
	}

/* 위치에 따른 스타일 */
.location .color0 {color:#808080; font-weight:bold; background-color:#f9f9f9; border-bottom:1px dotted white;}
.location .color20 {color:#808080;}
.location .color40 {color:#999; }
.location .color60 {color:#999;}


/* 태그 구름 */
.taglog ul { 
	padding:5px 5px 10px; 
	margin:0; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family:'Franklin Gothic Medium', Verdana, Sans-Serif; 
	vertical-align:middle;
	}

.taglog li a.cloud1 { font-size: 2.2em; color:##757510;line-height:1.5em; }
.taglog li a.cloud2 { font-size: 2em; color:#808010;}
.taglog li a.cloud3 { font-size: 1.8em; color:#8e8e20;}
.taglog li a.cloud4 { font-size: 1.4em; color:#909020;}
.taglog li a.cloud5 { font-size: 1em; color:#a0a020;}
.taglog li a:hover { color:#606010; border-bottom:1px dashed tomato;}


/* 페이지 네비게이션 */
.paging {
	margin:20px 0 30px;
	color:#A2AE00;
	font:0.8em tahoma;
	text-align:center;
	}

.paging a:link, .paging a:visited {
	color:#BDCC00;
	}
.paging a:hover, .paging a:active {
	color:#D6DB00;
	}

/* 페이지 네비게이션 (활성화) */
.paging .selected {
	font-weight:bold;
	border-bottom:2px solid orange;
	color:#FCCE00;
	}


/* === [ Right Column (Side bar) ] ========================================= */

.side_top {
	background:transparent url(images/sidebar_top.png) no-repeat scroll center top;
	height:42px;
	line-height:42px;
	padding:0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
.side_mid {
	background:transparent url(images/sidebar_mid.png) repeat-y scroll center top;
	padding:0 15px;
	margin: 0;
	}
.side_bot{
	background:transparent url(images/sidebar_bot.png) no-repeat scroll center bottom;
	margin-bottom:10px;
	margin-top:0px;
	height: 17px;
	}




/* /// 태그 (사이드바) /////////// */
.tagtitle {
	background-color:#2698FF;
	}
.tagbox ul { 
	padding:15px 0 0 4px; 
	margin:0;
	}
.tagbox li { 
	display:inline;
	}

.tagbox a { letter-spacing:-1px;}	
.tagbox li a.cloud1 {
	font-weight:bold;
	font-size:1.4em;
	color:#757510;
}
.tagbox li a.cloud2 {
	font-weight:bold;
	font-size:1.2em;
	color:#808010;
}
.tagbox li a.cloud3 { font-weight:bold; font-size:1em; color:#8e8e20;}
.tagbox li a.cloud4 {
	font-size:0.9em;
	color:#909020;
}
.tagbox li a.cloud5 { font-size:0.85em; color:#a0a020;}	
.tagbox li a:hover { text-decoration:underline; color:#606010;}


/* /// 카테고리 리스트 ////////////// */

/* 분류 전체보기 부분 */
.category ul {
	margin:10px 0 0 0;
	padding:5px 0 0;
	margin:0px;
	list-style:none;
	width:98%;
	line-height:2em;
	}
.category ul li {
	margin:0;
	list-style:none;
	font-size:0.95em;
	}
.category ul li a {
	display:block;
	padding-left:5px;
	}
.category ul li a:link, .category ul li a:visited {
	color:#899300;
	}
.category ul li a:hover, .category ul li a:active{
	color:#605B00;
	background-color:#F0E9D0;
	}

/* 1단 분류 */
.category ul li ul {
	margin:0;
	padding:0px;
	border-top:1px solid white;
	}
.category ul li ul li{
	font: bold 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0;
	border-bottom:1px solid #eee;
	padding-left:10px;
	}
.category ul li ul li a {
	display: block;
	line-height: 14px;
	height:16px;
	padding:2px 0 2px 5px;
	}
.category ul li ul li a:link, .category ul li ul li a:visited {
	color:#899300;
	}
.category ul li ul li a:hover, .category ul li ul li a:active{
	color: #605B00;
	background-color:#F0E9D0;
	}

/* 2단 부류 */
.category ul li ul li ul {
	margin:0;
	padding:0 0 0 3px;
	border-top:1px solid #eee;
	}
.category ul li ul li ul li {
	margin:0;
	border:none;
	}
.category ul li ul li ul li a {
	padding-left:20px;
	background:url(images/bullet_arrow.gif) 10px 50% no-repeat;
	}
.category ul li ul li ul li a:link, .category ul li ul li ul li a:visited {	
	font-weight:normal;
	color:#899300;
	border:none;
	}
.category ul li ul li ul li a:hover, .category ul li ul li ul li a:active{
	font-weight:normal;
	color: #605B00;
	background-color:#f0e9d0;
	}

/* 활성화된 스타일 */
.category ul li .selected a {
	background:#f5f5f5;
	}
.category ul li ul li .selected a {
	background:#f5f5f5 url(./images/bullet_arrow.gif) 25px 50% no-repeat;
	}

/* 카테고리 등록 글 수  */
.c_cnt {
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A0A520;
}


/* /// 최근게시글 공통부분 //////////////// */

.recent ul,.recentPost ul, .notice ul {
	margin:0px 0 0 0px;
	padding-top:5px;
	padding-left:0px;
	list-style:none;
	width:98%;
	}

.recent ul li,.recentPost ul li, notice ul li {
	font-size:12px;
	border-bottom:1px solid #eee;
	padding-right:5px;
	overflow:hidden;
	}
.recent ul li a:link, .recent ul li a:visited,.recentPost ul li a:link, .recentPost ul li a:visited  {
	color:#899300;
	}

.recent ul li a:hover, .recent ul li a:active,.recentPost ul li a:hover, .recentPost ul li a:active {
	color:#605B00;
	border-right:#b5b540 solid 5px;
	background-color:#f0e9d0;
	}

.recent ul li a,.recentPost ul li a{
	display:block;
	width:100%;
	padding:5px 0 3px;
	}
.recent a:link .sbName, .recent a:visited .sbName {
	color:#bbb;
	}
.recent a:hover .sbName, .recent a:active .sbName {
	color:#859940;
	}
.recent a:link .sbDate, .recent a:visited .sbDate {
	color:#cacaca;
	}
.recent a:hover .sbDate, .recent a:active .sbDate {
	color:#666;
	}

/* /// 달력 //////////////////// */

.calendar table {
	font-size:0.75em;
	border:2px solid #DADDA0;
	}
.calendar table caption {
	margin-top:10px;
	font-size:1em;
	}
/*셀 정렬*/
.cal_week1, .cal_week2, .cal_day  {
	text-align:center;
	}
/* 달 표시 부분 */
.cal_month { 
	padding-left:4px; 
	text-align:left;
	}
/* 요일 표시 부분 */
.cal_week1, .cal_week2 {
	border-top:1px solid #eee; 
	height:15px;
	}
	.cal_week2 {
		color:#CC3300;
		}
/* 각 날짜 */
.cal_week { 
	height: 15px;

	}
/* 이번 주 */
.cal_current_week {
	background-color:#ededed;
	}

/* == 날짜별 설정 == */
/* 평범한 날 */
.cal_day {
	color:#AAB001;
	background-color:#FAF9EA;
	}
/* 빈 날짜 */
.cal_day1 {
	background-color:#fefef9;
	}
/* 일요일 */
.cal_day_sunday {
	color:#c30;
	}
/* 오늘 날짜 */
.cal_day4 {
	background-color:#fff; 
	font-weight:bold;
	font-size:1.4em;
	color:#6F6E00;
	}
/* 링크 스타일 */
a.cal_click:link, a.cal_click:visited {
	display:block;
	text-decoration:underline;
	font-size:1.2em;
	font-weight:bold;
	}
a.cal_click:hover, a.cal_click:active {
	color:#DB4200;
	background-color:#EFF5A0;
}

/* bookmark */

/* /// 라이센스 //////////////////// */
.license {
	margin:0px;
	text-align: center;
	line-height: 41px;
	}
.license p {
	margin:10px 0;
	padding-left:5px;
	}
.license a {
	color:#5e9510;
	}
.license a:hover {
	text-decoration:underline;
	}

/* /// 방문자 카운터 ///////////////////// */
.counter {
	}
.counter ul {
	margin:0px;
	padding:5px 0px;
	list-style:none;
	}
.counter ul li {
	color:#847D00;
	}
.counter ul li.cloudy {
	color:#a0a500;
	font-size:1em;
	padding-left:10px;
	}
.counter .total {
	font-size:1.2em;
	font-weight:bold;
	border-top:1px #FFFEDF solid;
	margin-top:5px;
	padding:5px 0 0 20px;
	}


/*/// RSS 버튼 /////////////////////////*/
.btn_rss {
	background: url(images/rss.gif) left 50% no-repeat;
	margin:0px 10px 0 2px;
	padding:2px 0 0 15px;
	width:65px;
	color:#666;
	height: 16px;
	float:right;
	}
