@charset "utf-8";

/*==기본 스타일 ==================================*/
html {font-size: 62.5%}
body{
	margin:0;
	padding:0;
	font:1.2em/1.5em Dotum, Verdana, AppleGothic, Sans-serif;
	background:white;
	color:#808080;
	}

/* 공통 링크 스타일 (본문X)*/
a {text-decoration:none;}
a:link, a:visited { color:#3d544c;}
a:hover, a:active { color:#5c8376;}

/* 카테고리 (포스트 개수 스타일) */
.c_cnt { display:none;}

/* 이미지 캡션 스타일 */
.cap1 { color:#999;  text-align:center;}

/* 기타 */
button { border:none; cursor:pointer;}
img {border:none;}
br {letter-spacing:0;}
h1,h2,h3,h4 {margin:0; padding:0;}
.clear {clear:both;}
.checkbox {border:0; background:none;}
.png24 {tmp:expression(setPng24(this));}


/*==레이아웃 ===================================*/
#container {
	}
	#wrapper1{width:650px;
		}
	#wrapper2{width:610px; margin:0 auto;
		}
		#contentColumn { width:420px; padding-left:90px;
			}

			#header {height:80px;margin:0;
			}
				.title {margin:0;padding-top:10px; border-bottom:1px solid #eee; background:url(./images/bg_bodyPattern.gif) 0 0;
					}
					.desc {padding-left:2px; width:200px;
						}
				.sMenu {display:none;
					}
				#blogMenu {display:none;
					}

			#contentBody {
				}
				.titleWrap { margin-bottom:30px;border-bottom:1px dashed #ccc; padding-bottom:8px;
					}
				#footer { margin-top:50px; height:160px;
					}

	.bottomWrapper {display:none;
		}

/*== 버튼 ======================================= */

/*Comment 오픈버튼 */
span.openComment {
	background:url(./images/ico_comment.gif) left 50% no-repeat;
	padding-left:15px;
	font:bold 0.8em arial, tahoma;
}

/* Trackback 오픈버튼 */
span.openTrackback {
	background:url(./images/ico_trackback.gif) left 50% no-repeat;
	padding-left:15px;
	margin-left:10px;
	font:bold 0.8em arial, tahoma;
}

/*태터툴즈 버튼*/
.btn_tt {
	width:31px;
	height:31px;
	background:url(./images/btn_tattertools.gif) top left no-repeat;
	float:left;
	margin:2px 10px 0 0;
	}

/*== 글꼴 ======================================== */
/* 블로그타이틀 */
h1 {
	font:bold 1.6em dotum;
	letter-spacing:-1px;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {color:white;}

/* 본문 제목 */
h2 {
	color:#749a1b;
	font:bold 1.6em dotum;
	letter-spacing:-1px;
	margin:0 0 5px;
	}
h2 a:link {color:#749a1b;}
h2 a:visited {color:#749a1b;}
h2 a:hover {color:#9ac82c;}
h2 a:active {color:#9ac82c;}

/* 검색결과 타이틀 */
h3 {
	font:1.3em 'Franklin Gothic Medium', myriad, tahoma;
	margin:25px 0 5px;
	color:#8e8128;
	}

/*트랙백 타이틀 */
h4 {
	font-size:11px;
	margin:0;
	}

/* 본문 */
.article {
	text-align:justify;
	letter-spacing:-1px;
	line-height:19px;
	}
.article a {border-bottom:1px dashed tomato;} /*본문 링크 밑줄*/


/*작은글꼴1*/
.smallText {
	font:0.8em myriad, arial, sans-serif;
	color:#6b8984;
	letter-spacing:0;
	}
.smallText a {
	color:#6b8984;
	}

/*작은글꼴2*/
.smallText2 {
	font:0.75em 'Franklin Gothic Medium', myriad, tahoma;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light { color:#ccc;}

/*이름 링크*/
.name {display:block;}
.name a:link {color:#768f3f;}
.name a:visited {color:#768f3f;}
.name a:hover {color:#97b458;}
.name a:active {color:#97b458;}

/* 블로그 설명 */
.desc {
	font:0.75em 'Franklin Gothic Medium', myriad, tahoma;
	}


/*== 검색결과 리스트 ================================ */
.searchList {
	margin-bottom:50px;
	}

.searchList ol {
	list-style:none;
	margin:0;
	padding:0;
	}

.searchList ol li {
	border-bottom:1px solid #eee;
	}

/*== 보호글 스타일 ====================================*/
.entryProtected {
	height:200px;
	}

.entryProtected input.submit {
	width:50px;
	height:19px;
	}
/*== 본문 스타일 ====================================== */

.article {
	margin-bottom:30px;
	}

.imageblock {
	border:none;
	margin:0;
	padding:0;
	}
.imageblock a {
	border:none;
	}

/* 인용구 스타일 */
blockquote {
	margin:0 0 0 10px;
	padding:11px 20px 20px 30px;
	background:url(./images/bg_blockquote.gif) left top no-repeat;
	color:#b0b0b0;
	font-size:11px;
	}

/* 게시물 정보의 bullet */
.sqr {
	padding-left:15px;
	background: url(./images/bullet_sqr.gif) 3px 50% no-repeat;
	}

.admin {display:none;}

/* 본문에 표시될 Tag 스타일 */
.tagTrail {
	margin-bottom:10px;
	padding:0 0 5px 20px;
	background: url(./images/ico_tag.gif) left top no-repeat;
	}

/* comment, trackback 버튼부분 */
.actionTrail {
	font:bold 1.4em arial;
	margin-bottom:20px;
	border-top:1px dashed #ccc;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px;
	background:url(./images/ico_plus.gif) left 50% no-repeat;
	color:#bbb;
	}
.moreless_top, .moreless_bottom {
	padding-left:20px;
	background:url(./images/ico_minus.gif) left 50% no-repeat;
	color:#bbb;
	}

/*== 트랙백 리스트 ==================================== */
/*트랙백 주소 표시*/
.trackbackUrl {display:none;
	}

#trackback ol {
	list-style:none;
	margin:0 0 10px 0;
	}
#trackback ol li{
	border-top:1px solid #eee;
	padding:15px 0;
	margin-bottom:10px;
	}

/*== 댓글, 방명록 리스트 ================================= */
.commentList ol,
.guestList ol{
	margin:0;
	padding:0;
	list-style:none;
	}

.guestList {
	margin-top:20px;
	}

.commentList ol li, .guestList ol li {
	margin:0 0 5px 0;
	}

/*Float 버그*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.cListLeft {
	float:left;
	display:inline;
	width:80px;
	text-align:left;
	padding:4px 10px 4px 0;
	min-height:45px;
	}
* html .cListLeft {height:45px;}

.cListRight {
	float:left;
	display:inline;
	width:305px;
	padding:4px 10px;
	min-height:45px;
	letter-spacing:-1px;
	}
* html .cListRight {height:45px;}

.odd {
	background-color:#f7f7f7;
	}

/*== 댓글, 방명록 작성폼=================================== */
.commentWrite{display:none;}
.guestWrite {display:none;}
.submit input{display:none;}
input, textarea {display:none;}
.writer {display:none;}
.submit input {	display:none;}


/*==페이지 네비게이션=========================== */
#paging {
	margin:0 0 10px;
	color:#ccc;
	font:0.8em tahoma;
	}

/* 페이지 네비게이션 (활성화) */
.selected {
	font-weight:bold;
	color:#066;
	border-bottom:1px solid orange;
	}

/*== 검색 폼 =========================================== */
.search {display:none;
	height:50px;
	text-align:center;
	}

/*== 방문자 카운터 ======================================= */
.counter {margin-bottom:20px;}

.counter ul {
	list-style:none;
	margin:0;
	padding:0;
	}

.counter ul li {
	font:0.75em/1.2em 'Franklin Gothic Medium', myriad, tahoma;
	color:#5a5a5a;
	}

/*== 라이센스 =============================================*/
.copyright {
	width:270px;
	margin-top:30px;
	}

.copyright a:link, .copyright a:visited {
	color:#666;
	}
.copyright a:hover, .copyright a:active {
	background-color:#eaeaea;
	color:#000;
	}