@charset "utf-8";

body{
		font:12px Dotum, Verdana, AppleGothic, Sans-serif;
		background:url(./images/mainbg.jpg) no-repeat 382px top;
		background-color:#eeeff1;
		color:#666;
		margin:0; padding:0;
		width:100%; height:100%;
}

a:link          { color:#666; text-decoration:none;}
a:visited       { color:#666; text-decoration:none;}
a:hover         { color:#666; text-decoration:underline;}
a:active        { color:#666; text-decoration:none;}

.clear { clear:both; }
.sep   { color:#ccc; }

/* 기본 TT css - tistory skin 에서 얻어옴 */

/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#f30;}
    .no-more-prev,
	.no-more-next { color:#ccc;}


/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:11px Gulim;  color:#d73737; }

/* 달력 월 표시 */
    .cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#f30; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background-color:#fff;}
    .cal_current_week       { background-color:#eee;}

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#999;  text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#f30 !important;}
    .cal_day_sunday a        { color:#f30 !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}
/* 그림 */
    .imageblock             { border:1px solid #ddd;  padding:5px;  margin:5px 0;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
    .moreless_fold          { background:url(images/more.gif) 6px left no-repeat;  padding-left:14px; color:#000;}
    .moreless_top           { background:url(images/less.gif) 6px left no-repeat;   padding-left:14px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/less.gif) 6px right no-repeat ;  padding-right:14px; color:#999; text-align:right;}

/* 키워드 */ 
    .key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.8em;}
h2              { font-size:1.4em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input           { border:1px solid #aaa;  border:0; font:12px Dotum;}
textarea        { width:400px; height:60px; border:1px solid #aaaaaa; }
label			{ color:#666666; cursor:pointer;}

.input			{ border:1px solid #aaaaaa; width:100px; height:14px; padding-left:2px; padding-top:2px; }
.homepage		{ border:1px solid #aaaaaa; width:180px; height:14px; padding-left:2px; padding-top:2px; }
.cnt			{ color:#d73737; }

/* 블로그 레이아웃 */
#container {
		width:940px;
		text-align:left;
		margin-left:10px;
}

#header {
		width:100%;
}

#wrap {
		width:100%;
		height:100%;
		background-color:#595959;
}

#leftsidebar {
		float:left;
		width:194px;
		height:100%;
		background:#e3e3e3 url(./images/leftsidebar_topbg.gif) no-repeat;		
		overflow:hidden;
		word-break:break-all;
}

#content {
		float:left;
		width:532px;
		height:100%;
		background:#fff url(./images/content_topbg.gif) no-repeat right top;		
		overflow:hidden;
}

#rightsidebar {
		float:left;
		margin-left:10px;
		width:184px;
		height:100%;
		color:#c6c6c6;
}

#footer {		
		padding:20px 0 20px 0;
}


/* header css */
#header #header_topbg	 { padding-top:20px;  }
#header #header_menu	 {height:43px; background:url(./images/mainmenubg.gif) no-repeat 0px 8px; }
#header #header_bottombg { height:14px; }


/* wrap css */
#wrap #wrap_top { font-size:0px; height:10px; background:url(./images/wraptop.gif) no-repeat; }
#wrap #wrap_bottom {  font-size:0px; height:10px; background:url(./images/wrapbottom.gif) no-repeat;  }
#wrap #wrap_main {	width:930px; padding-left:10px; background:url(./images/main_bg.gif) repeat-y 10px 0px; }

#wrap #wrap_main_bottom { font-size:0; padding-left:10px; padding-right:10px; }
	#wrap #wrap_main_bottom  #leftsidebar_bottom { float:left; width:194px; background:#e3e3e3 url(./images/leftsidebar_bottombg.gif) no-repeat left bottom; height:3px; }
	#wrap #wrap_main_bottom  #content_bottom { float:left; width:532px; background:#fff url(./images/content_bottombg.gif) no-repeat right bottom; height:3px; }

/* menu */
#header_topbg .logo {padding-top:10px; padding-left:4px; }
#header_menu ul { list-style:none; margin:0; padding:0;  }
#header_menu li { float:left; background:none; padding-left:20px; padding-top:15px; }
#header_menu .search { padding-left:60px; }
#header_menu .searchinput { width:100px; background-color:#6f6f6f; vertical-align:top; height:16px; color:#ddd; padding-top:2px; padding-left:2px; }
#header_menu .searchbutton { border:0; margin-left:4px; }

/* plugin */
.recentGnuboard,
.recentCategoryEntry { padding-bottom:10px; }

.recentGnuboard h3,
.recentCategoryEntry h3 { margin-bottom:10px; }

.recentGnuboard a,
.recentGnuboard a:visited,
.recentCategoryEntry a,
.recentCategoryEntry a:visited { color:#c6c6c6; }

.recentGnuboard a:hover,
.recentCategoryEntry a:hover { color:#c6c6c6; }

.recentGnuboard .previewGnuWindow { background:white; padding:10px; border:1px solid #d0d0d0; color:#666; width:300px; line-height:18px; }
.recentGnuboard .previewGnuWindow .previewGnuImage { margin-right:8px; }
.recentGnuboard .previewGnuWindow .previewGnuTitle { font-weight:bold; }
/* sidebar */
.sidebar .item {  padding-bottom:10px; line-height:16px;}
.sidebar .item h3 { margin-bottom:10px; }
.sidebar .item .name { color:#777; font-weight:bold; }
.sidebar .item .date { color:#999; }
.sidebar  ul { list-style:none; margin:0; padding:0; }
.sidebar  li { background:url(./images/left_li.gif) no-repeat 5px 5px; padding-left:15px; margin-bottom:5px; }

/* left sidebar */
#leftsidebar .sidebar { padding:10px; padding-top:7px; padding-bottom:0px; color:#666666; }
#leftsidebar .sidebar .blogImage { padding-bottom:10px; }
#leftsidebar .sidebar .category { font:11px Dotum,Gulim; }
	#leftsidebar .sidebar .tagbox ul            { padding:0 4px;	text-align:justify; list-style:none;  margin:0; line-height:16px; }
	#leftsidebar .sidebar .tagbox li            { background:none;  display:inline; padding:0; }
	#leftsidebar .sidebar .tagbox a             { }	
	#leftsidebar .sidebar .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
	#leftsidebar .sidebar .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
	#leftsidebar .sidebar .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
	#leftsidebar .sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
	#leftsidebar .sidebar .tagbox li .cloud5    { font-size:12px;  color:#888;}	
	#leftsidebar .sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}

#leftsidebar .sidebar .recent {}
	#leftsidebar .sidebar .recent a { color:#666; }
	#leftsidebar .sidebar .recent a:hover { color:#666; }

#rightsidebar .sidebar .recent {}
	#rightsidebar .sidebar .recent a { color:#c6c6c6; }
	#rightsidebar .sidebar .recent a:hover { color:#c6c6c6; }

#rightsidebar .sidebar .rss { text-align:right; margin-bottom:6px; }

/* content */
#content .content { padding:10px; padding-top:7px; padding-bottom:7px; }

/* prolog */
.prolog h2 { font:bold 12px dotum,gulim; margin-bottom:5px; }
.prolog .desc { margin:0; padding:5px 0 0 0;  color:#909090;}
.prolog .desc a { vertical-align:middle; }

.prolog .date { font-size:11px; color:#909090; }
.prolog .category a { font-size:11px; color:#bca245; }

.prolog ul                   { margin:0; padding:0;text-align:justify; list-style:none;}
.prolog ul li                { padding:15px 0;}
.prolog .prolog_item_wrap	 { margin:0; padding:0px; padding-left:10px; }
.prolog .prolog_thumbnail	 { float:left;  }
.prolog .prolog_image .prolog_desc		 { float:left; width: 390px;}
.prolog .prolog_no_image .prolog_desc		 { float:left; width: 490px;}

.prolog .prolog_image  .prolog_thumbnail	.image { padding-right:10px; }
.prolog .prolog_no_image .prolog_thumbnail  .image {display:none;}

.prolog  .first_prolog, 
.prolog  .middle_prolog  { border-bottom:1px solid #e3e3e3;}
.prolog  .last_prolog  {}

.prologImageLink { color:#727272; font-weight:bold; }
.prologImageLink a { font-weight:normal; color:#ff5f04; }
.prologImageLink a:visited { font-weight:normal; color:#ff5f04; }
.prologImageLink a:hover   { color:#ff5f04; }

.prologImageLink2 a { font-weight:bold; color:#727272; }
.prologImageLink2 a:visited { font-weight:bold; color:#727272; }
.prologImageLink2 a:hover   { color:#727272; }


/* entry */
.entry							{ margin-bottom:30px;}
.entry .titleWrap               { border-bottom:1px dashed #ccc;  padding-bottom:5px;  margin-bottom:10px; }
.entry .titleWrap h3            { font:bold 14px Dotum; margin-bottom:6px; }
.entry .titleWrap .category,
.entry .titleWrap .category a   { font:11px Dotum, Arial, sans-serif;  color:#bca245;}
.entry .titleWrap .date         { font:11px Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#888;}

.entry .admin					{ border-bottom:1px solid #ddd; margin-top:4px; margin-bottom:10px; padding:6px; padding-bottom:2px; background-color:#f0f0f0; text-align:center; }
.entry .desc					{ line-height:16px; }
.entry .desc a					{ color:#0f95b3; }
.entry .desc blockquote			{ background:#FAFAFA; border:2px solid #eee; margin:5px; padding:10px; }

.entry .tagTrail				{ background:url(./images/entryTag.gif) no-repeat; padding-left:30px; margin-top:15px; margin-bottom:10px; }
.entry .actionTrail				{ margin-top:10px; margin-bottom:10px; padding-top:8px; padding-bottom:6px; border-top:1px solid #f3f3f3; border-bottom:1px solid #efefef; text-align:right; }

.entryProtected					{ padding-bottom:20px; border-bottom:1px solid #efefef; }
	.pass_inputarea { width:220px; margin:0 auto; margin-top:10px; }
		.pass_inputarea .left {  float: left; }
		.pass_inputarea .right {  float: left; padding-left:10px; }

.trackback { margin-top:0px; margin-bottom:10px; padding:10px; text-align:center; background-color:#f5f5f5; border-bottom:1px solid #eee; }
	.trackbackfont { color:#5F5F5F; font:11px Tahoma,Arial,Dotum;}

.trackback OL { list-style:none; margin:0; padding:0;}
.trackback LI { padding-left:10px; padding-top:10px; border-top:1px solid #eeeeee; text-align:left; margin-top:10px; background-image:url(./images/trackbackicon.gif); background-repeat:no-repeat; background-position:0 14px;}
.trackback LI p  {  color:#888;  margin:6px 0 3px 0; padding:0;  }
	.trackback LI A { text-decoration:none;  color:#636363; font-weight:bold;}
	.trackback LI A:hover { text-decoration:none; color:#636363; font-weight:bold;}

.c_topmargin { height:6px; font-size:0; background-image:url(./images/tc_bgline_top.gif); background-repeat:repeat-x; }

.comment { background-color:#fff; line-height:15px;}		

.comment_textarea { float:left;  margin-top:6px; }
.comment_submit { float:left; margin-left:16px; margin-top:7px; }

.commentwrite { background-color:#f5f5f5; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:10px;  padding-top:10px; padding-bottom:6px; }

.commentwrite p					  { margin:0; padding:0; }	
.commentwrite .inputRange		  { margin-bottom:10px; padding-left:24px; }	
.commentwrite .hompageRange		  { margin-bottom:10px; }
.commentwrite input               { width:150px; border:1px solid #aaaaaa;}
.commentwrite textarea            { width:480px; height:50px; padding:5px;top:-16px; margin-bottom:5px; }
.commentwrite .homepage           { width:300px;}
.commentwrite .submit             { width:477px;  height:22px;  background-color:#ccc;  font:12px Dotum, Arial, sans-serif; padding-top:3px; position:relative; top:-18px;}
.commentwrite .secretWrap         { float:left; top:-23px; left:-10px;}
.commentwrite .textWrap			  { padding-bottom:6px; }
.commentwrite .button			  { float:right; }

.commentwrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.commentlist {padding-bottom:0px; }
.commentlist OL { list-style:none; padding:0; margin:0;}
.commentlist UL { padding:0;  margin:0; }
.commentlist LI { list-style:none; padding-left:5px; padding-right:5px; }

	.main_comment_list { border-bottom:1px solid #f3f3f3; margin-bottom:10px; padding-bottom:12px;}
	.main_comment_sublist { margin:0; padding:8px; min-height:50px;  margin-top:10px; background:#FCFCFC; border:1px solid #dadada;}
	/* for Internet Explorer */
	/*\*/
	* html .main_comment_sublist {
	height: 50px;
	}
	/**/
	.comment_wrap { padding:0; margin:0; }
	.comment_name {  margin-right:4px; color:#666666; font:11px Dotum,Gulim;  }
		.comment_name A { text-decoration:none; color:#666666; font-weight:bold; }
		.comment_name A:hover { text-decoration:underline; color:#666666; font-weight:bold; }

	.comment_date { font:11px Tahoma,Arial; color:#666666;}

	.comment_modify { float:left;  }
	.comment_desc { color:#888;  margin:8px 0 0 0; padding:0;}					
		.comment_desc A { text-decoration:none;  color:black; }
		.comment_desc A:hover { text-decoration:underline; color:black; }

	.comment_reply { float:right; }



/* search list */
.searchList					{ border:1px solid #e0e0e0; padding:8px; padding-bottom:0px; margin-bottom:16px; }
.searchList h3				{ font-size:12px; }
.searchList ol				{ list-style:none;  padding:5px; padding-bottom:0px;  margin:0; }
.searchList li			    { border-top:1px dotted #eee;  padding-top:6px; padding-bottom:6px; }
.searchList .date	        { font:11px Verdana, Helvetica, Arial, Gulim, sans-serif;}
.searchList .cnt            { color:#d73737; } 
.searchList .name           { font:11px Dotum, Arial, sans-serif;    color:#999;  padding-left:8px; }

/* pages */
#pages { text-align:center; padding:8px; padding-top:0px; color:#DDDDDD; font:12px  Tahoma , Arial, sans-serif;  }
	.pages a:link { text-decoration: none; color: #272727; }
	.pages a:hover { text-decoration: none; color: #272727; }
	.pages a:visited { text-decoration: none; color: #272727; }
	.pages a:hover { text-decoration: none;color: #070707;}

	.next_prev a:link { text-decoration: none; color: #272727; }
	.next_prev a:hover { text-decoration: none; color: #272727; }
	.next_prev a:visited { text-decoration: none; color: #272727; }
	.next_prev a:hover { text-decoration: none;color: #979797;}

	.selected { color:#e99a33; }
	.interword { padding-left:7px; color:#ccc; }

/* taglog */
.taglog						{ line-height:18px; }
.taglog .titleWrap			{ border-bottom:1px solid #e0e0e0; padding-bottom:4px; margin-bottom:4px; }
.taglog	h3					{ font-size:12px; }
.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { text-decoration:none; background-color:#eee;  color:#000;}
.taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:16px;}
.taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
.taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
.taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
.taglog li .cloud5          { font-size:12px;  color:#999; }

/* guestbook */
.guestbook_comment { margin-top:3px; margin-bottom:12px;}

.guestbook h3 { font:bold 12px Dotum,Gulim; margin-left:2px; margin-bottom:8px; }

.guestwrite { background-color:#FAFAFA; border-bottom:1px solid #eee; color:#b0b0b0; }
.guestwrite .guestwriteWrap { padding:6px; padding-bottom:0px; }
.guestwrite                 { padding:10px;  background-color:#f5f5f5;  border:1px solid #ddd;}
.guestwrite p				{ padding:0; margin:0;}
.guestwrite .input			{ width:150px; border:1px solid #aaa; }
.guestwrite textarea        { width:465px;  padding:5px;}
.guestwrite .homepage       { width:300px;}
.guestwrite .inputRange		{ padding-bottom:6px; padding-left:25px; }
.guestwrite .homepageRange		{ padding-bottom:6px; }
.guestwrite .textRange		{ padding-bottom:6px; }
.guestwrite .button			{ text-align:right; }

.guestlist { padding-top:20px;}
.guestlist OL { list-style:none; padding:0; margin:0;}
.guestlist LI { list-style:none;}
.guestlist UL { margin:0; padding-top:5px;}
.guestlist UL LI{ margin:0; margin-top:10px; }
.guestlist_wrap { padding:0; margin:0; }

.main_guest_list { border-bottom:1px solid #e3e3e3; padding:10px;  margin-bottom:14px; padding-bottom:12px; }
.main_guest_sublist { padding:8px; margin-bottom:10px; background:url(./images/re.gif) no-repeat 8px 10px; background-color:#f5f5f5; padding-left:20px; }

/* license */
.license_top { width:183px; background:url(./images/licensetop.gif) no-repeat; height:2px; margin:0; padding:0; font-size:0; margin-top:10px; }
.license_image { text-align:center; margin-bottom:10px; }
.license { width:163px;  color:#000000; margin-bottom:16px;  padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px; font:11px Dotum,Gulim; line-height:15px; background:url(./images/licensebottom.gif) bottom no-repeat; background-color:#eeeff1;}
.license a,
.license a:visited { text-decoration:none; color:#F04C23; font:11px Dotum,Gulim; }
.license a:hover { text-decoration:underline; color:#F04C23; }

#spon	{ text-align:center; }