/*
	Theme Name: WaterColor
	Theme URI: http://www.templatelite.com/watercolor-free-wordpress-theme/
	Description: Take your theme to the next level with this artistic Watercolor theme.
	Version: 1.02
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: red, fixed width, two columns, widget ready, valid xhtml, valid css
*/

body{
	margin : 0 auto;
	font-size : 12px;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	color : #000000;
	background : #d9d7a6 url("images/bg_repeat.jpg") repeat-y top center;
}

img {
	border : 0;
	padding : 5px;
	max-width : 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this. but it will cause safari problem*/
}

a {
	color : #9e7b22;
	text-decoration : none;
}

a:hover {
	color : #9e7b22;
	text-decoration : underline;
}

h1 {
	font-size : 30px;
}

h2 {
	font-size : 26px;
}

h3 {
	font-size : 21px;
}

h4 {
	font-size : 17px;
}

h5 {
	font-size : 14px;
}

h6 {
	font-size : 12px;
}

p {
	margin : 0 0 12px 0;
}

hr {
	height : 1px;
	border : none;
	border-top : 1px dashed #acacac;
	width : 90%;
}

del {
	color : red;
}

ins {
	color : green;
}

blockquote {
	clear : left;
	text-align : justify;
	padding : 0 0 0 10px;
	margin : 20px 20px 10px 20px;
	border-left : 2px solid #acacac;
}

input, select, textarea {
	font-size : 11px;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
}

.inputClass {
	font-size : 11px;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	color : #000000;
	padding-left : 2px;
	vertical-align : middle;
	border : 1px solid #b1a074;
}

code {
	font : 1.1em 'Courier New', 'Courier', Fixed;
}

.alignleft {
	float : left;
}

.alignright {
	float : right;
}

.aligncenter, div.aligncenter {
	display : block;
	margin-left : auto;
	margin-right : auto;
}

img.alignleft {
	padding : 5px;
	margin : 0 7px 2px 0;
	display : inline;
}

img.alignright {
	padding : 5px;
	margin : 0 0 2px 7px;
	display : inline;
}

img.centered {
	display : block;
	margin-left : auto;
	margin-right : auto;
}

.clear {
	clear : both;
}

.spacer {
	height : 40px;
}

/*************** layout ***************/
#base_top {
	position : relative; 
	background : url("images/bg_top.jpg") no-repeat top center;
	margin : 0;
	padding : 0;
}

#base_bottom {
	position : relative;
	background : url("images/bg_bottom.jpg") no-repeat bottom center;
	margin : 0;
	padding : 0;
}

#base {
	position : relative;
	width : 980px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	background : url("images/bg_center_repeat.jpg") repeat-y top center;
	border : 0 solid red;
}

#header {
	position : relative;
	height : 200px;
	background : url("images/bg_header.jpg") no-repeat top center;
	margin : 0;
	padding : 0;
	border : 0 solid red;
}

#container {
	position : relative;
	width : 980px;
	background : url("images/bg_container.jpg") no-repeat top center;
	margin : 0;
	padding : 0;
	border : 0 solid blue;
}

#content {
	position : relative;
	float : left;
	display : inline;
	width : 588px;
	border : 0 solid red;
	margin : 8px 0 0 67px;
	padding : 0 10px 0 10px;
	/*background:url(images/transparent.png);*/
}

#sidebar {
	float : right;
	overflow : hidden;
	display : inline;
	width : 177px;
	margin : 50px 96px 0 0;
	border : 0 solid red;
}

#footer {
	height : 149px;/*bg=471px;*/
	background : transparent url("images/bg_footer.jpg") no-repeat bottom center;
	font-size : 11px;
	margin : -189px 0 0 0;
	padding : 322px 100px 0 350px;
	border : 0 solid yellow;
	text-align : right;
}

#footer a, #footer a:hover {
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
}

/************** Header **************/
#blogtitle {
	position : relative; 
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	margin : 0 250px 0 100px;
	padding : 20px 0 0 0;
	text-align : center;
	font-size : 32px;
	font-weight : bold;
	border : 0 solid red;
}

#blogtitle a, #blogtitle a:hover {
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	color : #000000;
	text-decoration : none;
}

#subtitle {
	position : relative;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	margin : 0 300px 0 150px;
	padding : 10px 0 0 0;
	text-align : center;
	font-size : 12px;
	color : #000000;
	font-style : italic;
	font-weight : bold;
	border : 0 solid red;
}

#menu {
	position : absolute;
	overflow : hidden;
	left : 0;
	bottom : 0;
	padding : 0;
	margin : 0 0 0 75px;
	width : 450px;
	height : 40px;
	border : 0 solid red;
}

#menu ul {
	float : left;
	width : 100%;
	height : 40px;
	padding : 0;
	margin : 0;
}

#menu ul li {
	display : inline;
	font-size : 11px;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	font-weight : bold;
	height : 40px;
	margin : 0;
}

#menu ul li a { /*145x70*/
	float : left;
	display : block;
	height : 25px;
	width : 87px;
	line-height : 12px;
	color : #000000;
	text-align : center;
	padding : 15px 10px 0 8px;
	margin : 0 2px 0 0;
	text-decoration : none;
	background : url("images/bg_menu1.png") no-repeat top center;
}

#menu ul li a:hover, #header ul li.current_page_item a {
	color : #b01115;
	cursor : pointer;
	background : url("images/bg_menu2.png");
}

#header img.home {
	position : absolute;
	margin : 0;
	padding : 0;
	left : 65px;
	top : 0;
	width : 800px;
	height : 130px;
	border : 0 solid red;
}

#mainsearch {
	position : absolute;
	top : 166px;
	left : 758px;
	width : 170px;
	height : 23px;
	margin : 0;
	padding : 0;
	border : 0 solid red;
}

#mainsearch .input {
	position : absolute;
	text-align : center;
	top : 1px;
	left : 1px;
	height : 16px;
	width : 102px;
	padding : 4px 5px 1px 5px;
	margin : 0 0 0 0;
	font-size : 12px;
	font-family : '맑은 고딕', '맑은고딕', '굴림';
	color : #999999;
	border : none;
	background : transparent;
	border : 0 solid red;
}

#mainsearch .submit {
	cursor : pointer;
	border : none;
	background : transparent;
	position : absolute;
	top : 0;
	right : 0;
	height : 23px;
	width : 55px;
}

img.rss {
	position : absolute;
	left : 622px;
	bottom : 0;
	height : 45px;
	width : 50px;
}

/*************** content ***************/
.archivetitle {
	color: #351E00;
	text-align:left;
	font-size: 12px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 15px 30px;
}

.post {
	position:relative;
	padding:0 0 30px 0;
	margin:0 20px 0 20px;
	/*background:transparent url(images/bg_post_bottom.png) no-repeat bottom right;*/
	border:0px red solid;
	min-height:100px;

}
.post_bottom{
	height:100px;
	width:550px;
	margin:-100px 20px 30px 20px;
	background:transparent url("images/bg_post_bottom.png") no-repeat bottom right;
	border:0px blue dotted;
}

.date {
	position:absolute;
	left:-77px;
	top:0;
	height:43px;
	width:47px;
	padding:0 0px 0 0px;
	margin:0 0 0 0px;
	background:transparent url("images/bg_date.jpg") no-repeat;
	border:0px red solid;
}
.date_d {
	font-size: 18px;
	font-family:'맑은 고딕', '맑은고딕', '굴림';
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:0px 0 0 0;
}
.date_m {
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	padding:5px 0 0 0;
}
.title{
	margin:0;
	padding:0px 0 0px 0;
	font-size:20px;
}
.title a{
	color:#9E7B22;

}
.title a:hover{
	color:#9E7B22;
	text-decoration:underline;
}
.author a, .author a:hover{
	color:#000000;
	margin:0;
	padding:0px 0 20px 0;
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
.author_a {
	float: left;
}
.author_b {
	float: right;
}
.entry {
	position:relative;
	overflow:hidden;
	width:528px;
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	margin:0;
}
.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 1px 20px 0px;
	padding: 4px 0px 1px 1px;
}
.category {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url("images/category.jpg") no-repeat top left transparent;
}

.tags {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url("images/tags.jpg") no-repeat top left transparent;
}

.bubble {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url("images/bubble.jpg") no-repeat top left transparent;
}
.navigation {
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #ACACAC;
}

.sorry {
	font-size: 12px;
	font-style: italic;
	margin: 8px 0px 0px 10px;
	padding: 3px 0px 3px 0px;
}

/*************** comment ***************/
.postmetadata {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}

.nocomments {background: none; color: #000000;}

#comments {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-variant: normal;
	border-bottom: 2px dotted #D7D5A4;
}

.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #D7D5A4;
}

.commentlist {
	list-style: none;
	margin:0px ;
	padding:0 5px 10px 5px;
}
.comment,.trackback,.pingback{
	clear:both;
	margin:10px 0px 0px 0;
	padding:0px 0px 0px 0px;
	
}
.comment .children{
	list-style: none;
	padding:0px 0 0 0;
	margin:0px 0 0px 15px;
	border:0px red solid;
}
.comment div, .trackback div, .pingback div{
	height:100%;
	background:#E0E0B7;
	border:2px #D7D5A4 solid;
	padding:5px;
}
.trackback div, .pingback div{
	border:1px #D7D5A4 dashed;
}
.comment div div,.trackback div div, .pingback div div{
	background:none;
	padding:0;
	border:0px;
}

.comment .says, .trackback .says, .pingback .says{
	display:none;
}
.comment .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{
	margin-left:0px;
	color:#000000;
	text-decoration:none;
	font-size: 11px;
}	
.byuser .fn a{
	font-weight:normal;
	text-decoration:underline;
}
.bypostauthor .fn a{
	font-weight:bold;
	text-decoration:underline;
}
.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{
	border-bottom: 1px dashed #B1A074;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
.trackback .comment-meta{
	padding:2px 0 2px 0;
}
.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {
	color:#000000;
	text-decoration:none;
}

.comment .reply{
	margin:5px 0 0px 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
.comment .reply a{
	color:#000000;
	text-decoration:none;
}
.trackback .reply, .pingback .reply{
	display:none;
}
	/**comment paging WP2.7**/
.commentnavi{
	position:relative;
	padding-right:20px;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	padding-left:5px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 15px 5px 5px;
	margin:10px 0px 0px 20px;
	font-size:11px;
}	
.cancel-comment-reply{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #B1A074;
	font-family: '맑은 고딕', '맑은고딕', '굴림';
}
.textareaClass {
	width: 98%;
	color: #000000;
	font-size: 11px;
	font-family: '맑은 고딕', '맑은고딕', '굴림';
	border: 1px solid #B1A074;
	padding: 2px 2px 2px 2px;
}
.submitClass {
	vertical-align: middle;
	height: 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #B1A074;
	font-family: '맑은 고딕', '맑은고딕', '굴림';
}

/***** sidebar *****/
#sidebar {color:#666666;}
#sidebar a{color:#000000;}
#sidebar a:hover {color:#ED1B23;}
#sidebar h1 {
	color: #ffffff;
	height:30px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 0px 10px;
	background: url("images/bg_sb1.gif") no-repeat right;
}

#sidebar select{
	margin:5px 0px 0px 3px;
	font-size:11px;
	width:170px;
}


#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 24px 0px;
	padding: 2px 0px 2px 0px;
}
#sidebar ul li{
	padding-bottom:20px;
	background: url("images/bg_sb2.gif") no-repeat bottom center;
}

#sidebar ul ul li{
	line-height: 1.7em;
	list-style-type: none;
	font-size:11px;
	border:0px red solid;
	font-family:'맑은 고딕', '맑은고딕', '굴림';
	margin: 0px 0px 0px 0px;
	padding:2px 2px 0 20px; /*padding-bottom:0;*/
	background: url("images/bg_sb_pin1.gif") no-repeat 0px 3px;
}

#sidebar ul ul ul li {
	list-style-type: none;
	font-size:11px;
	border:0px; 
	margin: 0px 0px 0px -5px; 
	line-height: 1.7em; 
	font-family:'맑은 고딕', '맑은고딕', '굴림';
	padding: 0px 0px 0px 20px;
}

#sidebar .tagbox ul            { padding:5px 2px;	text-align:justify;}
#sidebar .tagbox li            { background:none;  display:inline;}
#sidebar .tagbox a             { letter-spacing:-1px;}	
#sidebar .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#sidebar .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#sidebar .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:12px;  color:#888;}	
#sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}


#sidebar .adminMenu            { padding:8px 5px 6px 5px;  text-align:center; margin:5px 0 10px 0;}
#sidebar .adminMenu li         { background:none;  display:inline; width:100px;}
#sidebar .adminMenu a          { padding:3px 20px 1px 20px;  border:1px solid #999;  color:#666;  text-decoration:none;  background-color:#fff;}


#sidebar .botton          { text-align:center;  padding:5px;}

/* 달력 월 표시 */
    .cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#f30; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background-color:#fff;}
    .cal_current_week       { background-color:#eee;}

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a        { color:#f30 !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#f30;  font-weight:bold;}
/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#f30;}
    .no-more-prev,
	.no-more-next { color:#ccc;}



/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f30;}
    
    /* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}
/* 그림 */
    .imageblock             { border:1px solid #ddd;  padding:5px;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
    .moreless_fold          { background:url("images/iconMore.gif") top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_top           { background:url("images/iconLess.gif") top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url("images/iconLess.gif") top right no-repeat;  padding-right:20px; color:#999; text-align:right;}

/* 키워드 */ 
    .key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


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


#sidebar .counter              { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  padding:5px 0;  margin:20px 0;  text-align:center;  background:none;  letter-spacing:0;}
.counter_total     { color:#000;}

#sidebar .blogImage img        { width:177px; padding-bottom:6px;}
#sidebar .blogDesc             { color:#888;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;}
#sidebar .userID               { color:#888;  background:url("images/iconBy.gif") 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}