@charset "utf-8";

/*/// 기본 스타일 /////////////////////*/
html {font-size: 62.5%}
body{
	margin:0;
	padding:0;
	font:1.2em/1.3em Dotum, Verdana, AppleGothic, Sans-serif;
	background:white;
	color:#666;
	}

/* 공통 링크 스타일 */
a {text-decoration:none;}
a:link, a:visited { color:#af3281;}
a:hover, a:active { color:#b6447c;}

/* 기본적인 스타일 */
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;
	}
* html .clearfix {height: 1%;}

/* 레이아웃 */
#wrapper {width:720px; margin:0;
	}
	#header {height:60px; background-color:white; padding:0; 
		}
	#mBody{background-color:white; width:100%;
		}
		#contentColumn {width:640px; padding:0; overflow:hidden;
			}
		#sideBar {display:none; 
			}
	#footer {display:none;
		}


/*/// 글꼴 /////////////////////////// */

/* 본문제목 */
h1 { 
	font:2.4em 'Trebuchet MS', Verdana, Sans-Serif;
	letter-spacing:-1px;
	color:#edbed7;
	margin-bottom:0;
	}
h1 a:link, h1 a:visited {color:#edbed7;} 
h1 a:hover, h1 a:active {color:#b6447c;}

/* 댓글 이름 */
h2 { 
	color:#acb7b6;
	font:bold 1.2em dotum;
	letter-spacing:-1px;
	margin:0 0 5px;
	}
h2 a:link, h2 a:visited {color:#B77695;}
h2 a:hover, h2 a:active {color:#b6447c;}

/* 검색결과 타이틀, 사이트바 타이틀 */
h3 { 
	font:1.4em 'Trebuchet MS', Verdana, Sans-Serif;
	margin:25px 0 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 {
	text-align:justify;
	letter-spacing:-1px;
	line-height:1.5em;
	padding-bottom:20px;
	width:640px;
	overflow:hidden;
	}
.article a {border-bottom:1px dashed tomato;} /*본문 링크 밑줄*/

/*작은글꼴1*/
.smallText {
	font:0.75em 'Franklin Gothic Medium', myriad, tahoma;
	color:#999;
	letter-spacing:0;
	margin-top:0;
	}
.smallText a:link, .smallText a:visited  {
	color:#6b8984;
	}
.smallText a:hover, .smallText a:active {
	background-color:#eee;
	color:#35645c;
	}

/*작은글꼴2*/
.smallText2 {
	font:0.8em 'Franklin Gothic Medium', dotum, tahoma;
	letter-spacing:0;
	}

/* date 부분, 밝은 글씨 */
.light { color:#ccc;}


/* === [ Header ] ================================================ */

/* /// 타이틀 //////////////////// */

/*타이틀 이미지가 삽입되는 영역*/
.blogTitle { height:100px; border-bottom:1px solid #ddd; }

/* 타이틀 로고를 텍스트로 할 경우*/
.blogTitle h1 {font-size:2.6em; }
.blogTitle h1 a:link, .blogTitle h1 a:visited {
	color:#b6447c;
	}
.blogTitle h1 a:hover, .blogTitle h1 a:active {
	color:#912b5d;
	}
.desc {
	font-size:0.9em;
	}

/* 타이틀 로고 이미지로 할 경우 */
.btn_title {
	background:url(./images/btn_title.gif) 0 0 no-repeat;
	width:200px;
	height:70px;
	}

/* /// 검색결과 리스트 //////////////////// */
.searchList {
	margin-bottom:50px;
	}

.searchList ol {
	list-style:none;
	margin:0;
	padding:0;
	}

.searchList ol li {
	border-bottom:1px solid #eee;
	}

/* /// 보호글 ///////////////////////////// */
.protectedBody {
	height:150px;
	text-align:center;
	}

.protectedBody .warn {
	margin-top:30px;
	}

.protectedBody input.submitBtn {
	width:50px;
	height:19px;
	}

/*/// 컨텐츠 /////////////////////////////// */

/* 포스트 제목 영역 */
.subject {
	margin-bottom:20px;
	}
/* 등록 날짜 */
.subject .pDate {
	padding-left:15px;
	background:url(./images/bullet_clock.gif) left 50% no-repeat;
	}

/* 본문 영역 */
.article {
	padding:10px 0 20px;
	}


/* 인용구 스타일 */
blockquote {
	margin:20px 0;
	padding:5px 10px;
	border-left:4px solid #ddd;
	font-size:0.9em;
	color:#a77795;
	letter-spacing:-1px;
}

/* 이미지 블럭 */
.imageblock {
	border:none;
	margin:0;
	padding:0;
	}
.imageblock a {
	border:none;
	}

/* pre 태그 속성 */
pre {
	letter-spacing:0;
	background-color:#f1f1f1;
	width:430px;
	overflow:auto;
	padding:10px 8px 20px 8px;
	margin-top:5px;
	border:1px solid #ddd;
	font:0.9em 'Franklin Gothic Medium', myriad, tahoma;
	color:#a77795;
	}

/* More/Less 버튼 스타일 */
.moreless_fold {
	padding-left:20px; 
	background:url(./images/ico_plus.gif) left 4px no-repeat;
	margin:0;
	} 
.moreless_top  {
	padding-left:20px; 
	background:url(./images/ico_minus.gif) left 50% no-repeat;
	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 {
	background-color:#f7f7f7;
	padding:15px 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	margin:0;
	}

/* 본문 리스트 스타일 */
.article ul, .article ol {
	padding:0;
	margin:0 0 0 15px;
	}
.article ul li, .article ol li{
	padding:10px 0;
	}

/* 포스트 등록 정보 */
.postInfo {
	background:url(./images/bg_postBottom.gif) 0 bottom repeat-x;
	height:90px;
	}
.postInfo ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.postInfo ul li{
	background: url(./images/bullet_postInfo.gif) 2px 50% no-repeat;
	margin:0;
	padding-left:24px;
	font-size:0.9em;
	letter-spacing:-1px;
	color:#aaa;
	}
.postInfo ul li a {
	border-bottom:1px solid #e3e3e3;
	}
.postInfo ul li a, .postInfo ul li a:visited { color:#999; }
.postInfo ul li a:hover, .postInfo ul li a:active { color:#333; 	border-bottom:1px dashed tomato; }


/* /// 댓글, 방명록 리스트 /////////////////// */

.guestList { margin-top: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; 
	margin:0; 
	text-align:justify;
	}
.taglog li { 
	display:inline; 
	font-family:'Franklin Gothic Medium', Verdana, Sans-Serif; 
	}

.taglog li a.cloud1 { font-size: 3em; color:#b6447c;line-height:1em; }
.taglog li a.cloud2 { font-size: 2.4em; color:#CC7BA3;}
.taglog li a.cloud3 { font-size: 2.2em; color:#DBB2C6;}
.taglog li a.cloud4 { font-size: 1.5em; color:#D4C6CD;}
.taglog li a.cloud5 { font-size: 1em; color:#999;}
.taglog li a:hover { color:#A03469; border-bottom:1px dashed tomato;}

/*---*/

.trackback,
.paging,
.commentList,
.writeForm,
.tabMenu,
.admin,
.cntBtn,
.desc,
.postInfo
{display:none;}
