@charset "utf-8";


/* ------------------------------------------------------------------- */
/* 반드시 들어가야 하는 스타일 시작 */
/* ------------------------------------------------------------------- */

/* 본문 공통 */

body			{ padding:0; margin:0; font-family: "Book Antiqua", Georgia, palatino, 맑은고딕, 돋움체, 고딕; font-size:12px; color:#666; background: #000 url(images/bg.jpg) repeat-x scroll left top;}
 a:link		{ text-decoration:none;}
 a:visited	{ text-decoration:none;}
 a:hover		{ text-decoration:none;}
 a:active	 	{ text-decoration:none;}

#content  a:link		{ color: #666; text-decoration:none;}
#content  a:visited	{ color: #666; text-decoration:none;}
#content  a:hover		{ color: #7aa;text-decoration:none;}
#content  a:active	 	{ color:#666; text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected					{ color:#7aa;}

/* 카테고리 - 이미지 버튼 */
.ib								{ cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3					{ cursor:pointer; }
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt						{ font-size:9px; color:#7aa; font-weight:normal;}

/* 달력 월 표시 */
.cal_month					{ font:11px verdana; height:18px; font-weight:bold; }
/* 달력 요일 표시(th 영역) */
.cal_week1				{ font:12px dotum; height:18px; font-weight:normal; }
/* 달력 일요일 표시(th 영역) */
.cal_week2				{ font:12px dotum; height:18px; font-weight:normal; color:#7aa; }
/* 달력 Week(tr 영역)  */
.cal_week					{ }
.cal_current_week		{ }
/* 달력 Day(td 영역) */
.cal_day					{ font:9px verdana; color:#999; text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
.cal_day_sunday		{ color:#7aa !important;}
.cal_day_sunday a		{ color:#7aa !important;}
/* 달력 지난 달 날짜 표시(td)   */
.cal_day1					{ color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
.cal_day2					{ color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
.cal_day3					{ color:#666;}
/* 달력 오늘 날짜 표시(td) */
.cal_day4					{ color:#666; font-weight:bold; text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link			{ color:#666; font-weight:bold;}
a.cal_click:visited		{ color:#666; font-weight:bold;}
a.cal_click:hover		{ color:#7aa; font-weight:bold;text-decoration:underline;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general				{ }
.rp_admin					{ }
.rp_secret					{ color:#7aa;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general			{ }
.guest_admin				{ }

/* 비밀 댓글 (로그아웃시 비밀글 표현) */
.hiddenComment 		{ font-weight:normal;}

/* 이미지 아래 캡션 스타일 */
.cap1							{ color:#999; text-align:center;}
/* 그림 */
.imageblock				{ border:0px; padding:0px; margin:0px;}
/* 왼쪽 */
.left							{ }
/* 가운데 */
.center						{ }
/* 오른쪽 */
.right							{ }
/* 그림 2개 배치 */
.dual							{ margin-bottom:5px;}
/* 그림 3개 배치 */
.triple						{ margin-bottom:5px;}

/* 본문 - more / less */
.moreless_fold			{ background:url(images/iconMore.gif) top left no-repeat; padding-left:25px; color:#666; font-weight:bold; }
.moreless_top			{ background:url(images/iconLess.gif) top left no-repeat; padding-left:25px; color:#666; font-weight:bold; }
.moreless_body			{ }
.moreless_bottom		{ background:url(images/iconLess.gif) top right no-repeat; padding-right:25px; color:#666; text-align:right; font-weight:bold; }

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


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


/* 여백제거 */
p{ margin:0; margin-bottom:1.3em; }
h1,h2,h3,h4,h5,h6,form,fieldset {margin:0;padding:0;}
fieldset { border:0; }


hr						{ display:none;}
img					{ border:0;}
h1, h2, h3, h4	{ margin:0;  padding:0; }
h1						{ font-size:18pt;}
h2						{ font-size:14px;}
h3						{ font-size:12px;}
h4						{ font-size:9px; font-weight:normal;}
textarea, input { font-family:Arial,'Lucida Grande',sans-serif; font-size:1em; }
textarea			{ background-color:#eee; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #fff; border-bottom:1px solid #fff;}



/* ------------------------------------------------------------------- */
/* 블로그 레이아웃 */
/* ------------------------------------------------------------------- */

#container 		{ width:910px; margin:0 auto;}
#header 			{ width:690px; margin:30px 0 0 0;
}

#content 			{ width:690px; float:left;  line-height:160%; overflow:hidden; }
#content h2 {
	 font-size:1.3em; line-height:1.3; background: url(images/b_atitle.gif) no-repeat left 15px;
	padding: 30px 0 0 16px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 0;
	color: #999;
}

#content h2 a:link		{ color: #999; text-decoration:none;}
#content h2 a:visited	{ color: #999; text-decoration:none;}
#content h2 a:hover		{ color: #7aa;text-decoration:none;}
#content h2 a:active	 	{ color:#666; text-decoration:none;}

.cal_month a:link		{ color: #999; text-decoration:none;}
.cal_month a:visited	{ color: #999; text-decoration:none;}
.cal_month a:hover		{ color: #7aa;text-decoration:none;}
.cal_month a:active	 	{ color:#666; text-decoration:none;}

#content input					{ background-color:#eee; border-top:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #fff; border-bottom:1px solid #fff;}

#content .location { margin: 0; padding:0; font-size:0.9em; color:#666666; line-height:30px; background:url(images/b_location.gif) 0 50% no-repeat; padding-left: 15px; }
#content .location a:link { color:#666666; text-decoration:none; }
#content .location a:visited { color:#666666; text-decoration:none; }
#content .location a:hover { color:#333333; text-decoration:underline; }
#content .location_spot { padding-left:25px; background:url("images/i_list.gif") no-repeat 10px 2px; margin-bottom:3px; }	
#content .location_info { padding-left:15px; background:url("images/i_list2.gif") no-repeat 0 50%; margin-bottom:3px; }

#content a:link		{ color: #000; text-decoration:none;}
#content a:visited	{ color: #000; text-decoration:none;}
#content a:hover		{ color: #7aa;
	text-decoration: underline;
}
#content a:active	 	{ color:#666; text-decoration:none;}


.bg-lt					{ width:100%; height:10px; background:url(images/bg-lt.gif) top left no-repeat; }
.bg-rt				{ width:100%; height:10px; background:url(images/bg-lt.gif) top right no-repeat; }
.bg					{ padding: 0 30px 20px 30px; min-height:500px; background-color:#fff; }
.bg-lb				{ width:100%; height:10px; background:url(images/bg-lb.gif) bottom left no-repeat; }
.bg-rb				{ width:100%; height:10px; background:url(images/bg-rb.gif) bottom right no-repeat; }

#sidebar			{ width:220px; float:left; height:100%;  }
.bg-sidebar-top			{ width:100%; height:10px; background:url(images/bg-rt.gif) top right no-repeat;}
.bg-sidebar-bottom		{ width:100%; height:10px; background:url(images/bg-rb.gif) bottom right no-repeat;}
.bg-sidebar-m			{ width:100%; height:10px; background:url(images/bg-m.gif) top left no-repeat; }

/* ------------------------------------------------------------------- */
/* ***** Header ***** */
/* ------------------------------------------------------------------- */

#header h2					{
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
}
#header h2 a					{ color:#999;}
#header h2 a:hover		{ color:#7aa;text-decoration:none;}
#header span				{ float:left; font:9px verdana; color:#999;
	padding: 3px;
	background-color: #000;
}
#header span a				{ font:9px verdana; color:#999; }
#header span a:hover	{ color:#7aa;text-decoration:none; }
#header span.switch		{ float:right; margin-bottom:10px; padding-right:5px;}
#header span.switch a:hover	{ cursor:pointer;text-decoration:none;}

/* ------------------------------------------------------------------- */
/* ***** sidebar ***** */
/* ------------------------------------------------------------------- */


#sidebar ul						{ padding:0; margin:0; list-style:none;}

 #sidebar li							{ padding-bottom:2px; list-style:none;
	font-size: 9px;
}

#sidebar h3						{ padding-left:20px; padding-top:5px; padding-bottom:5px; font-size:12px;
	color: #666;
}
#sidebar h3.category			{ background-color:#fff;}
#sidebar h3 span:hover		{ color:#7aa; cursor:pointer;text-decoration:none;}
#sidebar .cnt						{ font-size:9px; color:#7aa; font-weight:normal;}
#sidebar h3.rss					{ padding-bottom:30px;}



#sidebar .searchit	{width: 190px; text-align: center;
	background-color: #fff; vertical-align: middle;height:35px !important; height /**/:50px;
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
	float: right;
}
#sidebar .searchfield {
	background:url(images/b_search.gif) right 50% no-repeat; vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sidebar input {
	background-color: #e3e3e3;
	text-align: center;
	vertical-align: top;
	color: #666;
}
#sidebar .searchtext { width:136px !important; width /**/:140px; height:16px !important; height /**/:20px; padding:2px; border:0;
	font: bold 16px/16px AppleGothic, 고딕;
	text-align: left;
}

#sidebar .search {
	padding:0; vertical-align:top;
}

/* Categories */
#category							{ background-color:#fff; padding-bottom:13px; font-size:11px; font-weight:bold; padding-left:20px;}
#category ul						{ list-style:none;}
#category li a					{ }
/* 1 depth */
#category ul li ul li a			{ }
/* 2 depth */
#category ul li ul li ul li		{ }
#category ul li ul li ul li a		{ padding-left:10px; font:11px verdana, dotum; font-weight:normal;}
/* selected */
#category .selected			{ font-weight:bold;}
#category .selected ul li		{ font-weight:normal;}

#category  a:link		{ color: #666; text-decoration:none;}
#category  a:visited	{ color: #666; text-decoration:none;}
#category  a:hover		{ color: #7aa;text-decoration:none;}
#category  a:active	 	{ color:#666; text-decoration:none;}


#link  a:link		{ color: #666; text-decoration:none;}
#link  a:visited	{ color: #666; text-decoration:none;}
#link  a:hover		{ color: #7aa;text-decoration:none;}
#link  a:active	 	{ color:#666; text-decoration:none;}


#recentPost,
#recentComment,
#recentTrackback,
#tagcloud	{ padding-left:29px; padding-bottom:10px;}
#calendar				{ width:180px; padding-left:20px; padding-bottom:10px;}
#archive				{ font-size:11px; padding-left:29px; padding-bottom:10px;}
#link						{ font:11px verdana, dotum; padding-left:29px; padding-bottom:20px;}

.recentstf a:link {	color: #aaa;}
.recentstf a:active {	color: #f30;}
.recentstf a:hover {	color: #fff;}
.recentstf a:visited {	color: #aaa;}
/* ------------------------------------------------------------------- */
/* ***** content ***** */
/* ------------------------------------------------------------------- */

#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,
#content .guestbook, 
#content .searchList, 
#content .searchRplist		{padding-top:0px; }

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3,		
#content .medialog h3,		
#content .searchRplist h3,
#content .searchList h3		{ padding-bottom:20px; font:17px dotum; font-weight:bold;
	padding-top: 10px;
}

#content .textwrap { overflow:hidden; text-align:justify; line-height:1.8; }

#content .article .writecomment .secret label { margin:0; margin-right:10px; font-weight:normal; font-family:AppleGothic,굴림,Arial,'Lucida Grande',AppleGothic,sans-serif; letter-spacing:-1px; }

.searchList ol, 
.searchRplist ol			{ list-style:none; padding:0px; margin:0;}
.searchList li, 
.searchRplist li			{ line-height:100%; padding-bottom:2px; margin-bottom:4px;}
.searchList .date, 
.searchRplist .date		{ font-size:9px; margin-left:10px; }
.searchList .cnt			{ font-size:9px; color:#7aa;} 
.searchRplist .name	{ font-size:12px; color:#999; padding-left:8px;}

.taglog					{ padding-bottom:30px;}
.taglog ul				{ padding:0px; margin:0; text-align:justify;}
.taglog li				{ display:inline;}
.taglog li a.cloud1		{ color:#f30; font-weight:bold; font-size:14px;}
.taglog li a.cloud2		{ color:#f60; font-weight:bold; font-size:13px;}
.taglog li a.cloud3		{ color:#369; font-weight:bold; font-size:12px;}
.taglog li a.cloud4		{ color:#690; font-size:11px;}
.taglog li a.cloud5		{ color:#999; font-size:10px;  }
.taglog li a:hover	{ color:#7aa;text-decoration:none;}

#sidebar #tagcloud li .cloud1		{ color:#f30; font-weight:bold; font-size:14px;}
#sidebar #tagcloud li .cloud2		{ color:#f60; font-weight:bold; font-size:13px;}
#sidebar #tagcloud li .cloud3		{ color:#999; font-size:10px;}
#sidebar #tagcloud li .cloud4		{ color:#690; font-size:12px;}
#sidebar #tagcloud li .cloud5		{ color:#999; font-size:10px;  }
#sidebar #tagcloud li a:hover	{ color:#7aa;text-decoration:none;}


.guestbook p			{ padding:2px 0; margin:0;}

.guestWrite					{ font:9px verdana;
	background-color: #e6e6e6;
	padding: 15px;
	text-align: center;
	border: 1px solid #369;
}
.guestWrite .secret { text-align:right; }
.guestWrite .secret input { width:20px !important; border:none; margin:none; background:none; }
.guestWrite .secret label { margin:0; margin-right:10px; font-weight:normal; font-family:AppleGothic,굴림,Arial,'Lucida Grande',AppleGothic,sans-serif; letter-spacing:-1px; }
.guestWrite input			{ margin: 0px 0px 5px; border:1px #dddddd solid; background:#ffffff; padding:3px; width:87px !important; width /**/:90px; }
.guestWrite textarea		{ margin:0; margin-right:2px; padding:3px; border:1px #dddddd solid; padding:3px; width:480px !important; width /**/:486px; height:75px; vertical-align:top;}
.guestWrite .homepage   { width:210px !important; width /**/:226px;}
.guestWrite .submit			{ background:#eaeaea; width:92px; height:82px;
	border: 1px solid #b3b3b3;
}
.guestWrite .checkbox		{ width:15px; background-color:#fff; border:none; padding:0; margin:0; }
.guestWrite label {
	margin:0 5px; font-weight:bold; font-family:Arial,'Lucida Grande',sans-serif;
}

.guestList					{ width:630px; padding:30px 0 0 0;}
.guestList ol				{ padding:30px 0 0 0; margin:0; list-style:none;}
.guestList ol ul			{ margin:0; padding:0; list-style:none;}
.guestList ol li				{ overflow:hidden;}
.guestList ol li p			{ padding-top:5px; border-top:1px solid #ddd; }
.guestList ol li ul li		{ padding:10px 0 0 50px; border:none; overflow:hidden;}
.guestList ol li .name	{ color:#666; font-weight:bold;}
.guestList ol li .date		{ font-size:9px; color:#999; }
.guestList .control				{ font-size:9px; color:#999;}
.guestList .control a			{ color:#999;}
.guestList .control a:hover	{ font-size:9px; color:#7aa;text-decoration:none;}


/* ------------------------------------------------------------------- */
/* entry */
/* ------------------------------------------------------------------- */

.entryNotice h2, 
.entryProtected h2, 
.entry h2								{ padding-top:20px; font:17px dotum; font-weight:bold; }
.titleWrap								{ font:verdana, dotum; color:#999; padding-bottom:20px;}
.titleWrap .category a				{ font: 9px verdana, dotum; color:#999;}
.titleWrap .category a:hover	{ font: 9px verdana, dotum; color:#7aa;text-decoration:none;}
.titleWrap .date						{
	font-size: 9px;
}
.titleWrap .admin 					{ padding-left:5px;
	font-size: 9px;
}
.titleWrap .admin a					{ color:#999;}
.titleWrap .admin a:hover		{ color:#7aa;text-decoration:none;}

.entryProtected				{ margin-bottom:15px;}
.warning						{ background: url(images/i_protect.gif) no-repeat; padding-left: 118px; margin-bottom:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.warning .pwbox {
	 margin:0; border:1px #dddddd solid; background:#ffffff; padding:2px; width:124px !important; width /**/:130px; margin-bottom:2px; 
}
.warning .pwsubmit {
	vertical-align:top; margin:0; padding:0; width:52px; height:20px;
}
.warning img { vertical-align:top; }

.st_error { background:url(images/i_protect.gif) top left no-repeat; padding:40px 0 0 118px; height:57px !important; height /**/:97px; }

.entryProtected input		{ width:140px; color:#666; border:1px solid #999;}
.entryProtected .submit	{ font:9px Verdana; width:50px; height:20px; color:#fff;  background-color:#aaa;}

.article						{ width:100%; padding-bottom:30px; } 
.article a:link, 
.article a:visited			{ color:#7aa; border-bottom:1px dotted #7aa;}
.article dt					{ text-decoration:underline;}
.article dd					{ margin-left:20px; padding-bottom:10px;}
.article blockquote		{ background:url(images/iconBlockquote.gif) top left no-repeat; padding-left:28px; margin:10px 20px;}
.article img				{ border:none;}


.tagTrail					{ padding:0px 5px 0px 0px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
.tagTrail	a:link				{ 	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
.tagTrail	a:active				{ padding:0px 5px 0px 0px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #f60;
}
.tagTrail	a:hover			{ padding:0px 5px 0px 0px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #f30;
	text-decoration: none;
}
.tagTrail	a:visited				{ padding:0px 5px 0px 0px;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}
.tagText					{
	color: #ddd;
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.actionTrail				{ clear:both;
	font-size: 9px;
}
.actionTrail .cnt		{ color:#7aa;}

.trackback					{ padding-top:2px; margin-bottom:4px; width:100%; overflow:hidden;}
.trackback a				{ color:#666;}
.trackback h3				{ font-size:9px; color:#7aa;  margin:0px 5px 10px 0px;}
.trackback h4				{ font-size:12px; font-weight:normal; margin:0; font-weight:bold;}
.trackback ol				{ margin:0;  padding:0; list-style:none;}
.trackback li				{ padding:5px;}
.trackback .date			{ font:9px Verdana; color:#999;}
.trackback p				{ color:#999; margin:3px 0 0 0; padding:0; letter-spacing: 0px;}
.trackback a.delete span	{font:9px Verdana; color:#999;}

.comment				{ border-top:1px dashed #ccc; padding-top:15px; margin-top:25px;  width:100%; overflow:hidden;} 
.comment p			{ margin:3px 0 0 0; padding:0;}
.comment h3			{ display:none;}
.comment ol,
.comment ul			{ margin:0;  padding:0; list-style:none;}
.comment .date		{ font:9px Verdana; color:#999;}
.comment .name	{ font-weight:bold;}
.comment ol li		{ padding:10px 0px;}
.comment li ul li		{ padding:5px 10px 10px 50px; }

.comment .control a	{ font:9px Verdana; color:#999;}
.comment .control a:hover	{ color:#7aa;text-decoration:none;}

.commentWrite						{ margin-top:20px; font:9px verdana;}
.commentWrite input				{ font:12px verdana; width:150px; color:#666; }
.commentWrite textarea			{ font:12px verdana; width:618px; color:#666; padding:5px; top:5px; }
.commentWrite .homepage		{ width:300px;}
.commentWrite .submit			{ height:20px; width:150px; font:9px verdana; color:#666; }
.commentWrite .checkbox		{ width:15px; background-color:#fff; border:none; padding:0; margin:0; }

.paging						{ padding:20px 0px 20px 0px; text-align:center;  font:9px verdana;}
.paging .numbox		{ border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:9px verdana;}
.paging .num				{ border-right:1px solid #ccc; padding-right:8px; margin-right:5px; font:9px verdana;}
.paging a:visited			{ color:#999; text-decoration:none;}
.paging a:hover			{ color:#7aa;text-decoration:none;}




/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */

#footer					{ text-align:center; line-height:130%; padding:20px 0 40px 0; font-size:9px;
	height: 185px;
	vertical-align: top;
}
#footer .counter		{ }		
#footer .counter	a:link	{color: #666;}															
#footer .counter	a:visited	{color: #666;}		
#footer .counter	a:hover	{color: #999;}			
#footer .counter	a:active	{color: #900;}				

/* ------------------------------------------------------------------- */
/* ***** etc ***** */
/* ------------------------------------------------------------------- */

.imageblock *			{ border:none !important;}
#mediaLogLimit			{ display:none !important;}
div .box						{ width: 610px; height: auto;	margin: 0; padding: 8px; border:1px dotted #7aa;}
div .gallery				{ margin: 0; }		
div .gallery a:link, 
div .gallery a:visited	{ border:none !important;}

img, div { behavior: url(http://beang.com/iepngfix.htc);}

#themeDiv1 {}

#themeDiv2 {}

