/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 1. 본문 전체  */
	body, td, input, textarea {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: black;
	}
/* 2. 기본 링크 */
a:link {
	color: #669900;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
/* 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 {
		font-size : 11px;
		height: 18px;
		text-align:center;
		width:100%;
	}
/* 9. 달력 요일 표시 */
	.cal_week1 {m
		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:#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;
	}
/* 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;
	}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */



/* {todo} 위의 css 스타일은 수정해야 합니다 */

		body {
		    text-align:center; /* for IE5 */
		}

/* CONTAINER */

		#container {
			/*width: 80%;*/
			min-width: 960px;
            width: 960px;
			margin: 0 auto;
			text-align: left; /* for IE5 */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
            font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
			border: 1px solid #E9E9E9;
			padding: 10px;
		}
		
/* GENERAL MOJO AND MULA */
		h3 /*포스트 글제목*/ {
			font-family: Helvetica, Verdana, sans-serif, 돋움, "Helvetica Neue";
			font-size: 18px;
			font-weight: bold;
			color: black;
			border-width: 0;
			/*margin: 0 0 3px 0;*/
		}
		a.h33:visited {
			color: black;
			font-weight: normal;
			text-decoration: none;
		}
		a.h33:link {
			color: black;
			font-weight: normal;
			text-decoration: none;
		}
		a.h33:hover {
			/*color: #669900;*/
			color: orangered;
			text-decoration: none;
		}
		a.h33:active {
			color: #FF0000;
			text-decoration: none;
		}
		h6 {
			font-family: Verdana, 굴림, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #999999;
			font-weight: normal;
			text-decoration: none;

		}		
		h1 {
			/*font-family: Georgia, Helvetica, sans-serif;*/
            font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			/*font-size: 32px;*/
            font-size: 18px;
			/*color: #CC6633; 검정*/
            color: #797940;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		/* h11 타이틀 */
		a.h11:visited {
			color: #669900;
			font-weight: normal;
			text-decoration: none;
		}
		a.h11:link {
			color: #669900;
			font-weight: normal;
			text-decoration: none;
		}
		a.h11:hover {
			/*color: #669900;*/
			color: orangered;
			text-decoration: none;
		}
		a.h11:active {
			/*color: #FF0000;*/
            color: #CC6633;
			text-decoration: none;
		}

		.recent {
        /*margin-top: 5px;*/
        border: 1px solid #E9E9E9;
        /*border-bottom: 1px solid #E9E9E9;*/
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: black;
        line-height: 1.6em;
		}
		a.recent:link {
			text-decoration: none;
			color: black;
		}
		a.recent:hover {
			color: black;
			text-decoration: none;
		}
		a.recent:active {
			color: black;
			text-decoration: none;
		}

		a.recent:visited {
			color: black;
			text-decoration: none;
		}

		h2 {
			color: #666666;
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
            margin-top: 10px;
		}
		
		.adForm {
			float:right;
			margin-top: -45px;
		}

		.searchForm {
			font-size: 11px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 10px;
			padding: 3px;
		}
		
		.button {
            font-size: 9px;
			padding: 1px;
		}

		blockquote { 
			background-color: #F5F5F5; 
			border-width: 0px 0px 0px 7px; 
			border-style: solid; 
			border-color: #DDD #DDD #DDD #CCC; 
			margin: 10px 10px 10px 20px; 
			padding-left: 10px;
		} 

		.cite {
			border-left: 7px solid #606;
			margin: 10px 10px 10px 20px;
			padding-left: 10px;
			color: #606;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 1px solid #E9E9E9;
			padding-top: 1px;
            padding-bottom: 3px; /* 타이틀 하단 줄간격 65*/
			clear: both;
			/*margin-bottom: 10px;*/
		}

		#rightsidebar {
			padding-top: 0px;
			padding-right: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		
		#centerebar {
			border-left: 1px solid #E9E9E9;
            border-right: 1px solid #E9E9E9;
			/*padding-top: 0px;*/
			clear: both;
			margin-top: 10px;
		}
		
		#leftsidebar {
			padding-top: 0px;
            /*padding-left: 10px;*/
			clear: both;
			margin-bottom: 10px;
            margin-left: 10px;
            padding-right: 10px;
		}

		#leftrightsidebar {
			padding-top: 0px;
            /*padding-left: 10px;*/
			clear: both;
			margin-bottom: 10px;
            padding-left: 10px;
		}

		/* the slogan */
		#header p { 
            font-size: 11px;
			margin-top: -45px;
			margin-left: 100px;
            color: #888888;
			/*color: #888888; 회색*/
            /*color: #ff9900; 주황색*/
        }
        
        #header h2{ 
            font-size: 11px;
			margin-top: -40px;
			margin-left: 780px;
            color: #888888;
			/*color: #888888; 회색*/
            /*color: #ff9900; 주황색*/
        }

/* NAVIGATION ELEMENTS //원래 130*/

		#navigation { 
			/* 1, 3단 길이 175*/
			width: 175px;
		}

		 #navigation ul {
			margin-left: 0;
            margin-bottom: 0;
			padding-left: 0;
			list-style-type: none;			
			/*float: left;*/
			width: 175px;
		}

		#navigation .menu a{
			display: block;
			padding: 0px;
			width: 125px;			
		}

		#navlist2 {
			padding: 2px;
			border: 1px solid #E9E9E9;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
		}

		#navlist3 {
            margin-top: 5px;
            margin-bottom: 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
		}
		#navlist4 {
            margin-top:12px;
			font-family: helvetica,verdana;
			font-size: 11px;
			line-height: 1.6em;
			font-weight: bold;
		}
		#navlist5 {
            margin-top:10px;
		}

		#navlist4 p {
		    font-weight: bold;
		}
		#navigation .menu a:link, #navlist a:visited {
			color: #669900;
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
		}
		#navigation li {
			color: #669900;
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
		}
		#navigation li a:visited {
			color: #669900;
			text-decoration: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
		}
		#navigation .menu a:hover {
			/*background: #000000 url(arrow.gif) 96% 50% no-repeat;*/
			background-color: #F5F5F5;
			color: #669900;
		}
		#navigation .menu2 a:link {
			text-decoration: none;
			font-family: 돋움,굴림,Verdana,Arial;
            color: #669900;
			font-size: 11px;
			line-height: 1.6em;
		}
		
		#navigation .menu2 a:hover {
            text-decoration: none;
			/*color: #669900;*/
			color: orangered;
		}


/* THE SMALL BOX BELOW NAV */

		#navigation p {
			/*
			margin-top: 5px;
            margin-bottom: 5px;
			padding: 10px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
			*/
		}

            #navigation .notice {
			margin-top: 0px;
            margin-bottom: 0px;
			padding: 5px;
			/*border-bottom: 1px dotted #CCC;*/
			/*border-top: 1px dotted #CCC;*/
        }

		#navigation .ad {
			margin-top: 10px;
		}

/* CATEGORIES */
		#navigation .category {
			padding: 5px;
		}

		#navigation .category li ul li ul li{
			list-style-image: none;
			padding-left: 5px;
			margin-left: 5px;
			border-left: 1px dotted #999;
		}
		#navigation .category a{
			letter-spacing: -1px;
			color: #333;
			border: 0px;
		}


/* CONTENT ELEMENTS */
		/* 가로길이 567 */
		#content {
			/*width: 825px;*/
			/*width: 612px;*/
            width: 567px;
            margin-left: 10px;
            margin-right: 10px;
            font-size: 12px;
		}

		#content .entry {
			padding-bottom: 10px;
			border-bottom: 0px;
		}

		#content .tagbox  {
			padding-bottom: 10px;
		}

		#content .entry_tag li {
			display: inline;
			margin-right: 10px;
		}

		#content .entry_rplist {
			padding-bottom: 10px;
		    border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#content .entry_location {
			padding-bottom: 10px;
		    border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

		#content .entry_guestbook {
			padding-bottom: 10px;
		    border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

		#content .entry_notice {
			padding-bottom: 10px;
		    border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

        #content .entry_notice .article {
            padding-top: 0px;
            padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 10px;
        }

		#content .entry_protected {
			padding-bottom: 10px;
		    border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

        #content .entry_protected .article {
            padding-top: 0px;
            padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 10px;
        }

        #content .entry .article {
            padding-top: 0px;
            padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 10px;
        }

        #content .entry .tbrp_box {
            background-color:#F5F5F5;
            padding: 10px;
            border-top: 1px solid #DDD;
            border-bottom: 1px solid #DDD;
            /*margin-top: 10px;*/
        }

        #content .paging {
			font-family: verdana;
			font-size: 11px;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }

/* SIDEBAR ELEMENTS

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
*/

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 5px;
			clear: both;
			padding: 3px;
            border: 1px solid #E9E9E9;
            font-size: 8pt;
            font-face: helvetica, verdana;
			color: #89817f;
			text-align: center;
		}
		
		#footer p {
			color:#89817f;
			text-align:center;
		}
		
		#footer p a {
			color: green;
		}
		
		#footer p a:hover {
			color: green;
			text-decoratioon:none;
		}
		


/* TagCloud */
		.cloud1 {
		    font-size : 18px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
		    /* color : #ff6600 !important ; */
		    color : #669900 !important ; /*풀색*/
		}

		.cloud2 {
		    font-size : 10px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
		    color : #ff9900 !important ;
		}

		.cloud3 {
		    font-size : 10px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
		    color : #0099CC !important ; /*하늘색*/
		}

		.cloud4 {
		    font-size : 11px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
		    color : orangered !important ; 
  		}

		.cloud5 {
		    font-size : 10px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
		    color : #797940 !important ;
		}

/* And they lived happily ever after. The End. */