@charset "utf-8";
/* CSS Document */

/*

컬러셋

---기본---
배경회색: e9e9e9
회색테두리: c1c1c1

본문 배경용 파랑: 4f8cc3
글자색용 파랑: 003060

사이드바배경 1a528b
사이드바하이라이트 4f8cc3
사이드바 흐린 글자색 acc0d4
사이드바 흐린 외곽선 5f86ae

하단 배경: 3e3e3e
하단 음영: 1f1f1f
하단 하이라이트: 787878
하단 글자색: b2b2b2

메뉴 글자색: 888888 

*/

body{
	margin:0;padding:0;
	font:12px NanumGothic, 나눔고딕, Gothic, Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;
	color:#1f1f1f;
	background-color:#fff;
	text-align:center;}

a:link	{text-decoration:none; color:#1f1f1f;}
a:hover	{text-decoration:none; color:#888;}
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, 나눔고딕, Gothic, Dotum, 돋움, Gulim, 굴림, Verdana, Arial, Trebuchet MS;}
.grey	{color:#999;}

/* 가로길이설정*/
#container, #header, #blogTitle, #menu, #wrapper, #footer	{width:919px;}
#content, .article, article pre	{width:650px;}
#header h1	{width:650px;}
.commentWrite textarea.textarea, .commentWrite textarea.textarea_on	{width:588px}


/* 레이아웃 */
#containerWrap{background:#FFF url(./images/bgTop.png) repeat-x;}
#container{margin:0 auto;text-align:left;}
#header{height:132px;}
	#blogTitle{height:91px;}
	#menu{float:left;}
#wrapper{background:url(./images/) repeat-y right top;margin-top:20px;}
	#content{float:left;}
	#sidebar{
		padding-right:1px;
		width:240px;
		float:right;}
#footerWrap{border-top:1px solid #787878;background:#777;margin-top:20px;}
#footer{
	clear:both;
	margin:0 auto;
	padding:15px 0 30px;
	font-size:11px;
	color:#b2b2b2;
	text-align:left;}


/*************header***************/
#header h1{padding-top:20px;float:left;}
#header h1 a{color:#FFF;}
#header a.rss{
	display:block;
	width:158px;
	background:url(./images/bt_rss.gif) no-repeat;
	float:right;}
#header a:hover.rss{background-position:0 -74px;}
#header a.rss span{display:none;}

#header #btn_write {float:right;margin-top:70px;margin-right:10px;}
#header #btn_admin {float:right;margin-top:70px;margin-right:10px;}

#menu a span{ display:inline-block; padding-top:8px;*padding-top:10px;  }
#menu a{
	display:block;
	padding:0 20px;
	height:31px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	float:left;}
#menu a:hover{
	background:url("./images/btn_select.jpg") no-repeat 0 -31px;
	color:#fff;}
#menu a:active{
	background:url("./images/btn_select.jpg") no-repeat 0 -62px;
	color:#555;}	
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:url("./images/btn_select.jpg") no-repeat;
	color:#fff;}

/*************content***************/


/*본문*/
#entry{}
#entry h2{
	margin:0;}
#entry h2 a{
	font-size:24px;}
.titleWrap{}
.titleWrap .info{
	padding:3px;
	font:11px Verdana, Dotum, 돋움;}
.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:5px;
	background-color:#FFF;
	border:1px 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:20px;
	padding-right:10px;
	height:18px;
	background:url(./images/icon_comment.gif) left 2px no-repeat;
}
.actionTrail a.atTrackback{
	padding-left:20px;
	padding-right:10px;
	height:18px;
	background:url(./images/icon_trackback.gif) left -2px no-repeat;
}
.actionTrail .cnt{
	color:#FF9900
}

/*트랙백*/
.trackback{
	clear:left;
	margin-bottom:15px;
}
.trackback h3{
	padding:0 5px 0 10px;
	border:1px solid #c1c1c1;
	background-color:#e9e9e9;
	font:11px/30px Verdana;
}
.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 #dbdbdb;
	background-color:#f7f7f7;
}
.commentList ol li .commentListWrap{
	margin:15px;
}
.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:url(./images/icon_reply.gif) 30px 15px no-repeat;
	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;
}
.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-size:11px;
}
.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;
	padding:4px 20px;
	float:right;
	border:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) 0 9px repeat-x;
	color:#1f1f1f;
	font-size:11px/19px;
	cursor:pointer;
}

/*nonEntry*/
#nonEntry h3, #entryNotice h3, #entryProtected h3{
	margin:15px 0;
	font-size:24px;
}

#searchList{
	margin-bottom:25px;
}
#searchList h4{
	padding-left:10px;
	background:url(./images/bg_sidebarH3.gif) repeat-x;
	font:11px/25px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Trebuchet MS;
	text-transform:uppercase;
	color:#FFF !important;
	color:#FFF;
	height:25px;}

#searchList h3 .cnt{
	color:#FF6600;
	font:24px Georgia;
}
#searchList ol{border-right:1px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;}
#searchList ol li{border-top:1px solid #dbdbdb;padding:6px 10px 6px 24px;background:url(./images/icon_note.gif) 5px 6px no-repeat;}
#searchList ol li:first-child {border:none;}
#searchList ol li a{display:block;color:#1f1f1f;}
#searchList ol li .date{
	color:#888;
	font:11px Verdana;
	float:right;
}
#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;font-weight:bold;
}
#paging .numbox{
}
#paging a.num{
	padding:4px 8px;
	border:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) 0 5px repeat-x;
	font-size:11px;
}
#paging a:hover {color:#FF9900;}
#paging a:hover.num{
}
#paging a.prev{
	padding:4px 8px;
	border:1px solid #c1c1c1;
	background:url(./images/bg_button.gif) 0 5px repeat-x;
	font-size:11px;
}

/*************sidebar***************/
.search{
	height:31px;
	float:right;
	margin-top:-31px;
	background:url(./images/bg_search.png) no-repeat center center;
	height:31px;
}
.search input.searchinput{
	margin:6px 0 0 17px;
	width:115px;
	height:16px;
	background:none;
	border:none;
	color:#555;
}
.search input.btSearch{
	border:none;
	background:none;
	width:30px;
	cursor:pointer;
}


.module{
	padding:10px;
	border-top:1px solid #356fa7;
}

#notice               { margin:10px 0;  padding:0;}
#notice li            { margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#notice a	     { background:url(images/icon_sidebar_notice.gif) -1px 2px no-repeat; padding:1px 0 5px 20px;}

#adminMenu            { margin: 8px 0 0 0; background: transparent url(images/admin_boxletf.gif) no-repeat; height: 45px; text-align: center;}
#adminMenu ul { background: #f0f0f0 url(images/admin_boxrig.gif) no-repeat right; height: 34px; padding: 7px 0 4px;}
#adminMenu li         { display:inline; background:none; padding: 0; margin: 0;clear:right; }


#sidebar, #sidebar a{
	color:#666 !important;
	color:#666;
}
#sidebar a:hover{
	text-decoration:none;
}
#sidebar ul li:hover, #sidebar ul li:hover a{
	color:#666 !important;
}
#sidebar h3{
	padding-left:5px;
	background:url(./images/bg_sidebarH3.gif) repeat-x;
	font:11px/25px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Trebuchet MS;
	text-transform:uppercase;
	color:#FFF !important;
	color:#FFF;
}
#sidebar ul li:hover h3{
	background-position:0 -0px;
	color:#FFF !important;
}
#sidebar .date{
	font:11px Verdana;
}
#blogImage{
	padding:10px 0;
}
#blogImage img{
	width:200px;
}
#blogImage .bloger{
	color:#ff9900;
}

#sidebar ul li ul{
	padding:0;border-right:1px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;margin-bottom:10px;}
	
#sidebar ul li ul li{
	padding:6px 10px 6px;
	border-top:1px solid #dbdbdb;
}
*html #sidebar ul li ul li{
	border-top:none;
	border-bottom:1px solid #dbdbdb;
}
#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:17px;
	background:url(./images/icon_latest.gif) no-repeat 0 2px !important;
	background:url(./images/icon_latest_on.gif) no-repeat 0 2px;
}
#sidebar #recentPost ul li a:hover, #sidebar #archive ul li a:hover, #sidebar #link ul li a:hover{
	background:url(./images/icon_latest_on.gif) no-repeat 0 2px !important;}
#sidebar #recentComment ul li a{
	display:block;
	padding-left:17px;
	background:url(./images/icon_comment.gif) no-repeat -2px 2px !important;
	background:url(./images/icon_comment_on.gif) no-repeat -2px 2px;
}
#sidebar li #recentComment ul li a:hover{
	background:url(./images/icon_comment_on.gif) no-repeat -2px 2px !important;
}
#sidebar #recentTrackback ul li a{
	display:block;
	padding-left:17px;
	background:url(./images/icon_trackback.gif) no-repeat -4px 0 !important;
	background:url(./images/icon_trackback_on.gif) no-repeat -4px 0;
}
#sidebar li:hover #recentTrackback ul li a{
	background:url(./images/icon_trackback_on.gif) no-repeat -4px 0 !important;
}

#sidebar ul li #category {padding:0;margin-bottom:10px;}
#sidebar ul li #category ul{padding:0;margin:0;}
#sidebar ul li #category ul li ul{
	padding:0;
	border:none;}
#sidebar ul li #category ul li{
	padding:0;
	border:none;}
#category ul li a{
	display:block;
	padding:6px 0 6px 30px;
	background:url(./images/icon_folder.gif) no-repeat 10px 5px !important;
	background:url(./images/icon_folder_on.gif) no-repeat 10px 5px;}
#sidebar #category ul li a:hover{
	padding:6px 0 6px 30px;
	background:url(./images/icon_folder_on.gif) no-repeat 10px 5px !important;}
#category ul li ul li a{
	border-top:1px solid #dbdbdb;}
#category ul li ul li ul li a{
	padding-left:20px;
	background:none !important;
	border:none;}
#sidebar #category ul li ul li ul li a:hover{
	padding-left:20px;
	background:none !important;}

#tagbox ul {line-height:200%; font-size:12px;}
#sidebar ul li #tagbox li { display:inline; border:none;padding:5px;}
#tagbox li a	{padding:2px;}
#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 #tagbox li a:hover.cloud1		{font-weight:bold;  background-color:#83cb11;}
#sidebar li #tagbox li a:hover.cloud2 	{font-weight:bold;  background-color:#70c5d4;}
#sidebar li #tagbox li a:hover.cloud3		{font-weight:bold;  background-color:#f7f7f7; color:#1f1f1f !important;}
#sidebar li #tagbox li a:hover.cloud4		{font-weight:bold; }
#sidebar li #tagbox li a:hover.cloud5		{}

#counter{font:11px/160% Verdana;}
#sidebar #counter ul {padding:6px 10px;}


/*************footer***************/
#footer a{
	color:#b2b2b2;
}
#footer a:hover{
	color:#f0f0f0;
}
#copyright{
	margin-bottom:7px;
}
#bottomMenu .bmGuestbook{
	padding:0 10px 0 19px;
	background:url(./images/icon_send2.gif) -7px -3px no-repeat;
}
#bottomMenu .bmRss{
	padding:0 0 0 18px;
	background:url(./images/icon_rss2.gif) 0 1px no-repeat;
}

/*****************테더데스크*****************/

/** 헤드라인형 **/
.TD_toparticle {border:none;border-top:1px solid #dbdbdb;width:100%;margin:0;padding:10px 0 0;}
.TD_toparticle:first-child {border:none;}

/**최신글 섬네일 목록형**/
.TD_recent_bar{
	background:url(./images/bg_sidebarH3.gif) repeat-x;
	font:11px/25px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Trebuchet MS;
	color:#FFF !important;
	color:#FFF;
	height:25px;
	margin-top:10px;}
.TD_recent_bar a {color:#fff;}
.TD_recent_bar .TD_more {
	padding:0;
	background:url(./images/bg_sidebarH3.gif) repeat-x;
	font:11px/25px NanumGothic, 나눔고딕, Malgun Gothic, Dotum, 돋움, Gulim, 굴림, Trebuchet MS;
	color:#FFF !important;
	color:#FFF;}
.TD_recent_bar .TD_more_title {font-weight:normal;color:#fff;}
.TD_recent_list{
	padding:0;border-right:1px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;}
.TD_recent_list .TD_thumblist{margin:0;overflow:hidden;padding:0;border-top:1px solid #dbdbdb;height:100px;}
.TD_recent_list .TD_thumblist:first-child{border-top:none;}
.TD_recent_list .TD_thumblist .TD_thumbimg {margin:0;}
.TD_recent_list .TD_thumblist .TD_thumbimg .TD_thumbnail {border:none;border-right:1px solid #dbdbdb;}
.TD_recent_list .TD_thumblist .TD_headline{font-size:11px;padding:10px 10px 0 0;}
.TD_recent_list .TD_thumblist .TD_summary {padding:0 10px 10px 0;}

.TD_recent_list .TD_headline{font-size:11px;padding:10px 10px 0 0;}

.TD_recent_list .TD_list {border-top:1px solid #dbdbdb;padding:5px 10px;margin:0;}
.TD_recent_list .TD_list:first-child{border-top:none;}

.TD_recent_slide .TD_slide {margin:10px 5px 10px 0;border:1px solid #999;}
.TD_recent_slide .TD_slide .TD_thumbnail {border:5px solid #fff;}

/* 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%;}
/* */