@charset "utf-8";
/* CSS Document */

/*

컬러셋

---기본---
배경회색: e9e9e9
회색테두리: c1c1c1

본문 배경용 파랑: 4f8cc3
글자색용 파랑: 003060

사이드바배경 1a528b
사이드바하이라이트 4f8cc3
사이드바 흐린 글자색 acc0d4
사이드바 흐린 외곽선 5f86ae

하단 배경: 3e3e3e
하단 음영: 1f1f1f
하단 하이라이트: 787878
하단 글자색: b2b2b2

메뉴 글자색: 888888 

*/

body{
	margin:0;
	font:13px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;
	color:#1f1f1f;
	background-color:#3e3e3e;
	text-align:center;
}

a:link	{text-decoration:none; color:#1f1f1f;}
a:hover	{text-decoration:none; color:#777}
a:visited	{text-decoration:none; color:#1f1f1f;}
a:active	{text-decoration:none; color:#1f1f1f;}

/*기본*/
ul, ol, ul li, ol li	{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5	{margin:0; padding:0;}
img	{border:none;}
input, textarea	{font:12px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;}
.grey	{color:#999;}

/* 가로길이설정*/
#container, #header, #blogTitle, #menu, #wrapper, #footer	{width:919px;}
#content, .article, article pre	{width:604px;}
#header h1	{width:619px;}
.commentWrite textarea.textarea, .commentWrite textarea.textarea_on	{width:548px}


/* 레이아웃 */
#containerWrap{
	background:#FFF url(./images/bg.gif) repeat-x;
	border-bottom:1px solid #1f1f1f;
}
#container{
	margin:0 auto;
	text-align:left;
}
#header{
}
	#blogTitle{
		height:91px;
	}
	#menu{
	}
#wrapper{
	background:url(./images/bg_wrapper.gif) repeat-y right top;
}
	#content{
		float:left;
	}
	#sidebar{
		margin-top:-1px;
		padding-right:1px;
		width:300px;
		border-top:1px solid #4f8cc3;
		border-left:1px solid #FFF;
		float:right;
	}
#footerWrap{
	border-top:1px solid #787878;
}
#footer{
	clear:both;
	margin:0 auto;
	padding:15px 0 30px;
	font:11px Verdana;
	color:#b2b2b2;
	text-align:left;
}


/*************header***************/
#header h1{
	padding-top:25px;
	font:36px NanumGothic Bold;
	float:left;
}
#header h1 a{
	color:#FFF;
}
#header a.rss{
	display:block;
	margin-top:16px;
	width:158px;
	height:74px;
	background:url(./images/bt_rss.gif) no-repeat;
	float:right;
}
#header a:hover.rss{
	background-position:0 -74px;
}
#header a.rss span{
	display:none;
}

#menu a{
	display:block;
	padding:6px 18px 0;
	height:22px;
	border-top:1px solid #363636;
	font:10px Verdana;
	color:#888;
	text-transform:uppercase;
	float:left;
}
#menu a:hover{
	color:#ccc;
}
body#tt-body-page #menu a.blog, body#tt-body-category #menu a.blog, body#tt-body-notice #menu a.notice, body#tt-body-tag #menu a.tag, body#tt-body-location #menu a.location, body#tt-body-media #menu a.media, body#tt-body-guestbook #menu a.guestbook{
	background-color:#e9e9e9;
	border-top:1px solid #FFF;
	color:#1f1f1f;
}

/*************content***************/
#guide{
	padding-top:9px;
	height:24px;
	font:11px Verdana;
	text-transform:uppercase;
}
#guide span{
	display:none;
}
body#tt-body-page #guide span.gdBlog, body#tt-body-category #guide span.gdBlog, body#tt-body-notice #guide span.gdNotice, body#tt-body-tag #guide span.gdTag, body#tt-body-location #guide span.gdLocation, body#tt-body-media #guide span.gdMedia, body#tt-body-guestbook #guide span.gdGuestbook{
	display:block;
}
#guide a.cr{
	color:#00368f;
}

/*본문*/
#entry{
}
#entry h2{
	margin:15px 0;
}
#entry h2 a{
	font:24px NanumGothic Bold;
}
.titleWrap{
}
.titleWrap .info{
	padding:3px;
	background-color:#4f8cc3;
	color:#FFF;
	font:11px Verdana, Dotum, 돋움;
}
.titleWrap .info a{
	color:#FFF;
}
.titleWrap .admin{
	margin:10px 0 0;
	padding:5px;
	border:1px solid #ddd;
	background-color:#f7f7f7;
	font-size:12px;
}

.article{
	padding:20px 0;
	line-height:180%;
	overflow:hidden;
}
.article a:link	{color:#00368f;}
.article a:hover	{color:#cc0000; background-color:#f0f0f0;}
.article a:visited	{color:#8ca8c5;}

.article h1	{margin:10px 0; font:24px NanumGothic Bold;}
.article h2	{margin:10px 0; padding:3px; border-bottom:1px solid #ddd; background-color:#f0f0f0; font-size:18px;}
.article h3	{margin:10px 0; font-size:16px; color:#cc0000;}
.article h4	{margin:10px 0; font-size:16px; border-bottom:2px solid #4f8cc3;}

.article ol{
	margin:10px 0 10px 25px;
	list-style:decimal;
}
.article ol li{
	margin:0;
	padding:0;
	list-style:decimal;
}
.article ul.list{
	margin-left:25px;
	margin-bottom:20px;
}
.article ul.list li{
	margin:0;
	padding-left:15px;
	background:url(./images/hd_list.gif) no-repeat 5px 8px;
}

.article img{
	padding:3px;
	background-color:#FFF;
	border:4px solid #e9e9e9;
}
.article img:hover{
	padding:0;
	border:7px solid #e9e9e9;
}
.article .box{
	padding:10px;
	margin:10px 0;
	border:1px solid #ddd;
	background-color:#f7f7f7;
}

.article pre{
	padding:10px;
	margin:10px 0;
	overflow-x:auto;
	overflow-y:hidden;
	border:1px solid #ddd;
	background:url(./images/bg_pre.gif);
	font:12px/180% Lucida Console;
}

.article table.tb{
	width:100%;
	border-collapse:collapse;
	font:11px Verdana;
}
.article table.tb th, .article table.tb td{
	padding:5px 7px;
	border:1px solid #c1c1c1;
	text-align:center;
}
.article table.tb th{
	background-color:#e9e9e9;
}
.cap1{
	margin:5px 0;
	padding:0;
	color:#888;
}
blockquote{
	margin:15px 0;
	padding:0 0 0 27px;
	background:url(./images/bg_block.gif) no-repeat;
	font-style:italic;
}
.moreless_fold span{
	padding-left:17px;
	background:url(./images/icon_more.gif) no-repeat 0 2px;
}
.moreless_top span{
	padding-left:17px;
	background:url(./images/icon_less.gif) no-repeat 0 2px;
}
.moreless_bottom span{
	padding-right:17px;
	background:url(./images/icon_less.gif) no-repeat right 2px;
}
.moreless_fold{
}
.moreless_top{
}
.moreless_content{
	padding:15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.moreless_bottom{
	text-align:right;
}

.tagTrail{
	padding:5px 5px 5px 27px;
	margin-bottom:15px;
	border:1px solid #ddd;
	background:#f7f7f7 url(./images/icon_tag.gif) no-repeat 7px 6px;
}
.actionTrail{
	height:35px;
	font:bold 11px Verdana;
}
.actionTrail a{
	display:block;
	float:left;
}
.actionTrail a.atComment{
	padding-left:25px;
	padding-right:10px;
	height:18px;
	background:url(./images/hd_comment.gif) no-repeat;
}
.actionTrail a.atTrackback{
	padding-left:25px;
	padding-right:10px;
	height:18px;
	background:url(./images/hd_trackback.gif) no-repeat;
}
.actionTrail .cnt{
	color:#FF9900
}

/*트랙백*/
.trackback{
	clear:left;
	margin-bottom:15px;
}
.trackback h3{
	padding:0 5px 0 10px;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	background-color:#e9e9e9;
	font:11px/30px Verdana;
	text-transform:uppercase;
}
.trackback ol{
	margin-left:25px;
	margin-top:5px;
	list-style:decimal;
}
.trackback ol li{
	padding:5px 0;
	list-style:decimal;
}

/*코멘트*/
.comment{
	clear:left;
}
.commentList ol li{
	padding:0;
	margin-bottom:15px;
	border:1px solid #c1c1c1;
	background-color:#e9e9e9;
}
.commentList ol li .commentListWrap{
	margin:15px;
	background:url(./images/blog_icon.gif) no-repeat right top;
}
.commentList ol li.rp_secret .commentListWrap, .commentList ol li.guest_secret .commentListWrap{
	margin:15px;
	background:none;
}

.commentList ol li.guest_secret ul li.guest_secret .commentListWrap{
	background:none;
}
.commentList ol li ul li{
	padding:15px 15px 15px 50px;
	margin:0;
	background-color:#FFF;
	border-right:none;
	border-bottom:none;
	border-left:none;
}
.commentList ol li ul li .commentListWrap, .commentList ol li.rp_secret ul li .commentListWrap, .commentList ol li.guest_secret ul li .commentListWrap{
	margin:0;
	background:url(./images/blog_icon.gif) no-repeat right top;
}
.commentList img{
	padding:2px;
	width:48px;
	height:48px;
	border:2px solid #c1c1c1;
	background-color:#FFF;
	float:right;
}
.commentList .name{
	font-weight:bold;
	color:#003060;
}
.commentList .name a{
	color:#003060;
}
.commentList .date{
	font:11px Verdana;
}
.commentList p{
	padding:0 66px 0 0;
	margin:10px 0 0;
	line-height:140%;
}
.commentList p img{
	padding:0;
	width:auto;
	height:auto;
	border:none;
	background:none;
	float:none;
}
.commentList p.info{
	margin:3px 0;
	font-size:12px;
	color:#888;
}
.commentList p.info a{
	color:#888;
}
.commentList p.info a:hover{
	color:#1f1f1f;
}

.commentWrite{
	margin-bottom:15px;
	padding:15px;
	border:1px solid #ddd;
}
.commentWrite h3{
	margin:0 0 7px;
	font-size:18px;
}
.commentWrite p{
	padding:5px 0;
	margin:0;
}
.commentWrite label{
	font:11px Verdana;
}
.commentWrite input.input, #entryProtected input.input{
	width:150px;
	height:18px;
	border:1px solid #c1c1c1;
	background-color:#f7f7f7;
}
.commentWrite input.input_on, #entryProtected input.input_on{
	width:150px;
	height:18px;
	border:1px solid #888;
	background-color:#FFF;
}
.commentWrite textarea.textarea{
	padding:10px;
	height:100px;
	border:1px solid #c1c1c1;
	background-color:#f7f7f7;
}
.commentWrite textarea.textarea_on{
	padding:10px;
	height:100px;
	border:1px solid #888;
	background-color:#FFF;
}
.commentWrite input.submit{
	margin-top:3px;
	float:right;
	boder:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) repeat-x;
	color:#1f1f1f;
	font:10px/19px Verdana;
	text-transform:uppercase;
	cursor:pointer;
}

/*nonEntry*/
#nonEntry h3, #entryNotice h3, #entryProtected h3{
	margin:15px 0;
	font:24px NanumGothic Bold;
}

#searchList{
	margin-bottom:15px;
}
#searchList h3 .cnt{
	color:#FF6600;
	font:24px Georgia;
}
#searchList ol{
}
#searchList ol li{
	margin-bottom:10px;
	border:1px solid #c1c1c1;
}
#searchList ol li a{
	display:block;
	padding:5px;
	border-left:10px solid #4f8cc3;
	color:#1f1f1f;
}
#searchList ol li a:hover{
	background-color:#e9e9e9;
}
#searchList ol li a:visited{
	border-left:10px solid #c1c1c1;
}
#searchList ol li .date{
	color:#888;
	font:11px Verdana;
}
#searchList ol li .cnt{
	color:#FF6600;
	font:11px Verdana;
}

#taglog ul			{padding:15px 0;margin:0; border-top:5px solid #e9e9e9; border-bottom:5px solid #e9e9e9; text-align:justify; line-height:250%;}
#taglog li			{background:none;  display:inline;}
#taglog a			{padding:3px 5px; color:#333;}
#taglog a:hover		{color:#333; text-decoration:underline;}
#taglog a:visited	{color:#999;}	
#taglog li a.cloud1	{font-weight:bold;  background-color:#83cb11; color:#FFF;}
#taglog li a.cloud2	{font-weight:bold;  background-color:#70c5d4; color:#FFF;}
#taglog li a.cloud3	{font-weight:bold;  background-color:#f7f7f7;}
#taglog li a.cloud4	{font-weight:bold; }
#taglog li a.cloud5	{}

#localog{
}
#localog #localogWrap{
	padding:15px 0;
	border-top:5px solid #e9e9e9; 
	border-bottom:5px solid #e9e9e9;
}
#localog .spot{
	margin-bottom:5px;
	padding:5px 0 5px 20px;
	background:url(./images/icon_location.gif) no-repeat 0 5px;
}
#localog .info{
	margin-bottom:5px;
	padding:5px 0;
	border:1px solid #c1c1c1;
}
#localog .info a{
	padding:5px 0 5px 15px;
	background:url(./images/bg_location_info.gif) repeat-y;
}
#localog .info a:visited{
	background:url(./images/bg_location_info2.gif) repeat-y;
}

#entryProtected .protectedWrapper{
	margin:15px 0;
	padding:20px 0;
	background:url(./images/bg_protected.gif);
}
#entryProtected .article{
	background-color:#FFF;
}
#entryProtected p{
	margin:7px 0;
	padding:0;
	line-height:140%;
}
#entryProtected p.hdProtected{
	padding-left:35px;
	background:url(./images/hd_protected.gif) no-repeat;
}
#entryProtected input.submit{
	margin-top:3px;
	boder:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) repeat-x;
	color:#1f1f1f;
	font:10px/19px Verdana;
	text-transform:uppercase;
	cursor:pointer;
}

/*************paging****************/
#paging{
	padding-bottom:15px;
}
#paging .selected{
	color:#FF9900;
}
#paging .numbox{
}
#paging a.num{
	padding:4px 8px;
	border:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) repeat-x;
	font:10px Verdana;
}
#paging a:hover.num{
}
#paging a.prev{
	padding:4px 8px;
	border:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) repeat-x;
	font:10px Verdana;
}

/*************sidebar***************/
.search{
	height:33px;
	background:url(./images/bg_search.gif) no-repeat center center;
}
.search input.searchinput{
	margin:6px 0 0 17px;
	width:230px;
	height:16px;
	background:none;
	border:none;
	color:#FFF;
}
.search input.btSearch{
	border:none;
	background:none;
	width:30px;
	cursor:pointer;
}


.module{
	padding:10px;
	border-top:1px solid #356fa7;
}
#sidebar, #sidebar a{
	color:#4f8cc3 !important;
	color:#FFF;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar ul li:hover, #sidebar ul li:hover a{
	color:#FFF !important;
}
#sidebar h3{
	padding-left:5px;
	background:url(./images/bg_sidebarH3.gif) repeat-x;
	font:24px/53px Trebuchet MS;
	text-transform:uppercase;
	color:#4f8cc3 !important;
	color:#FFF;
}
#sidebar ul li:hover h3{
	background-position:0 -53px;
	color:#FFF !important;
}
#sidebar .date{
	font:11px Verdana;
}
#blogImage{
	padding:10px 20px;
	color:#FFF;
}
#blogImage img{
	width:260px;
}
#blogImage .bloger{
	color:#4f8cc3;
}
#sidebar ul li ul{
	padding:10px 10px 15px;
}
#sidebar ul li ul li{
	padding-bottom:5px;
	padding-top:5px;
	border-top:1px solid #356fa7;
}
*html #sidebar ul li ul li{
	border-top:none;
	border-bottom:1px solid #356fa7;
}
#sidebar ul li ul li:first-child{
	border-top:none;
}
#sidebar #recentPost ul li a, #sidebar #archive ul li a, #sidebar #link ul li a{
	display:block;
	padding-left:15px;
	background:url(./images/icon_latest.gif) no-repeat 0 4px !important;
	background:url(./images/icon_latest_on.gif) no-repeat 0 4px;
}
#sidebar #recentPost ul li a:visited, #sidebar #archive ul li a:visited, #sidebar #link ul li a:visited{
	background:url(./images/icon_latest_check.gif) no-repeat 0 4px !important;
	background:url(./images/icon_latest_check_on.gif) no-repeat 0 4px;
}
#sidebar li:hover #recentPost ul li a, #sidebar li:hover #archive ul li a, #sidebar li:hover #link ul li a{
	background:url(./images/icon_latest_on.gif) no-repeat 0 4px !important;
}
#sidebar li:hover #recentPost ul li a:visited, #sidebar li:hover #archive ul li a:visited, #sidebar li:hover #link ul li a:visited{
	background:url(./images/icon_latest_check_on.gif) no-repeat 0 4px !important;
}
#sidebar #recentComment ul li a{
	display:block;
	padding-left:17px;
	background:url(./images/icon_comment.gif) no-repeat 0 4px !important;
	background:url(./images/icon_comment_on.gif) no-repeat 0 4px;
}
#sidebar li:hover #recentComment ul li a{
	background:url(./images/icon_comment_on.gif) no-repeat 0 4px !important;
}
#sidebar #recentTrackback ul li a{
	display:block;
	padding-left:19px;
	background:url(./images/icon_trackback.gif) no-repeat 0 5px !important;
	background:url(./images/icon_trackback_on.gif) no-repeat 0 5px;
}
#sidebar li:hover #recentTrackback ul li a{
	background:url(./images/icon_trackback_on.gif) no-repeat 0 5px !important;
}

#sidebar ul li #category ul{
}
#sidebar ul li #category ul li ul{
	padding:0;
}
#sidebar ul li #category ul li{
	padding:0;
	border:none;
}
#category ul li a{
	display:block;
	padding:5px 0 5px 20px;
	background:url(./images/icon_folder.gif) no-repeat 0 7px !important;
	background:url(./images/icon_folder_on.gif) no-repeat 0 7px;
}
#sidebar li:hover #category ul li a{
	padding:5px 0 5px 20px;
	background:url(./images/icon_folder_on.gif) no-repeat 0 7px !important;
}
#category ul li ul li a{
	border-top:1px solid #356fa7;
}
#category ul li ul li ul li a{
	padding-left:20px;
	background:none !important;
	border:none;
}
#sidebar li:hover #category ul li ul li ul li a{
	padding-left:20px;
	background:none !important;
}

#tagbox ul					{ text-align:justify; line-height:250%; font-size:12px; }
#sidebar ul li #tagbox li 					{ display:inline; border:none;}
#tagbox li a	{padding:3px;}
#tagbox li a.cloud1		{font-weight:bold;  background-color:#44825a;}
#tagbox li a.cloud2 	{font-weight:bold;  background-color:#3c80a8;}
#tagbox li a.cloud3		{font-weight:bold;  background-color:#7294b6; color:#999 !important; color:#1f1f1f;}
#tagbox li a.cloud4		{font-weight:bold; }
#tagbox li a.cloud5		{}

#sidebar li:hover #tagbox li a.cloud1		{font-weight:bold;  background-color:#83cb11;}
#sidebar li:hover #tagbox li a.cloud2 	{font-weight:bold;  background-color:#70c5d4;}
#sidebar li:hover #tagbox li a.cloud3		{font-weight:bold;  background-color:#f7f7f7; color:#1f1f1f !important;}
#sidebar li:hover #tagbox li a.cloud4		{font-weight:bold; }
#sidebar li:hover #tagbox li a.cloud5		{}

#counter{
	font:11px/160% Verdana;
}


/*************footer***************/
#footer a{
	color:#b2b2b2;
}
#footer a:hover{
	color:#f0f0f0;
}
#copyright{
	margin-bottom:7px;
}
#bottomMenu .bmGuestbook{
	padding:0 10px 0 21px;
	background:url(./images/icon_send.gif) no-repeat;
}
#bottomMenu .bmRss{
	padding:0 0 0 17px;
	background:url(./images/icon_rss.gif) no-repeat;
}


/* Float bug */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* */