@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font: 13px/1.8 'NanumGothic','나눔고딕','맑은 고딕','Malgun Gothic','돋움','굴림',Dotum,Gulim,Sans-serif;
		background-color:white;
		color:black;
}
a:link          { color:#000000;     text-decoration:none;}
a:visited       { color:#000000;     text-decoration:none;}
a:hover         { color:red;  text-decoration:none;}
a:active        { color:red;     text-decoration:none;}

.retweet {
background-color:#blue;
border:1px solid #D8D8D8;
}

#post_share {
position: fixed;
left: 50%;
top: 300px;
margin-left: -580px;
text-align:right;
width:68px;
}

.wdt_button  {
padding:5px;
}
/* 페이징 - 현재 페이지 */
    .selected               { text-align:center;   font-weight:bold;  color:#f30;} 
	.no-more                { color:#ccc;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma;  color:#bbb;}

/* 달력 월 표시 */
    .cal_month              { font:0.9em Verdana;  height:23px; font-weight:bold; color:black !important; letter-spacing:normal;}
    .cal_month a { color:black !important;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:1em dotum; color:#black;  }
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:1em dotum;  color:#f30;  }

/* 달력 Week(tr 영역)  */
    .cal_week               {  height:10px;}
    .cal_current_week       { background-color:#eee;}
	
/* 달력 Day(td 영역) */
    .cal_day                { font:0.85em Verdana;  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:#aaa;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#333;  font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#ccc;  font-weight:bold;}
    a.cal_click:visited     { color:#ccc;  font-weight:bold;}
    a.cal_click:hover       { color:white;  font-weight:bold;}
	
/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { }	
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { }
	
/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}	
/* 그림 */
    .imageblock             {  padding:0;  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/iconMore.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_top           { background:url(images/iconLess.gif) top left no-repeat;  padding-left:20px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/iconLess.gif) top right no-repeat;  padding-right:20px; color:#999; text-align:right;} 

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

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

/* 공통영역 */
 * 				{ margin: 0; padding: 0; }
hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
input           { border:1px solid #aaa;}
textarea        { border:1px solid #aaa;}
ol, ul, li { list-style:none;}

/* 블로그 레이아웃 */


body 					 {background: url(images/bg.jpg) top center no-repeat #fff8dc; margin:5px 0;  }
#container				 { background:white;  background:white; clear:both;}
	#content			 { overflow:hidden;  }
	#sideinfo 			 {width:300px; float:right; margin-right:15px; display:inline; overflow:hidden; background:url(images/) 172px 0 repeat-y; }




#container .logo 		 { height:138px; background:url(images/mainImage.jpg); width:634px; float:left;}
#container .logo h1 a    { display:block; overflow:hidden; padding:123px 0 0 0; height:0;} 


#container .logo		 { height:190px; width:999px; padding:20px 0 0 0; text-align:center; position:relative;  background:url(images/mainImage.jpg);}
#container .logo span	 { display:none;}

#containerTop			 {
	background:url(images/bgBoxTop.gif) top left no-repeat;
	height:8px;
	width:1000px;
	clear:both;
}


#containerBottom 		   {background:url(images/bgBox3.gif) top left no-repeat; }
#containerBottom div.inner {background:url(images/bgBox4.gif) top right no-repeat; }



.blogMenu {
	overflow:hidden;
	font:11px Dotum;
	margin-top:38px;
	position:absolute;
	top:110px;
	left:25px;
	width:965px;
}
.blogMenu a { color:#ccc;  display: block; font:11px Dotum; color:white; font-weight:bold; float:left;}
.blogMenu .desc  { margin-top:-4px;  font:0.9em dotum; letter-spacing:-1px; display:none;}
.blogMenu li { float:left;}
.blogMenu li a { padding:7px 24px 2px 0;  display:block;}

.blogMenu .tab_rss { float:right; background:url(images/rssSmall.gif) 0 6px no-repeat; padding-left:18px;}
.blogMenu .tab_rss a { color:white;}


.copyright				 {margin-top:60px; color:#999; font:0.9em tahoma; letter-spacing:normal; clear:both; padding:4px 0 6px 7px;}
.copyright a:link, 
.copyright a:visited, 
.copyright a:hover		 { color:#999 !important;}

#sidebar {
	float: right;
	width: 300px;
	background: #fff;
	margin-top: 7px; margin-right:25px;

}

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

#content .titleWrap				 { clear:both; }
#content .titleWrap .category a  { font:0.9em dotum; letter-spacing:-1px; color:#999; }
#content .titleWrap .date 		 { font:0.8em tahoma; margin-left:5px; color:#aaa; letter-spacing:normal;}
#content .titleWrap .admin 		 { padding:5px 0; margin:2px 0; font:0.9em dotum;color:#666;}
#content .titleWrap .admin a	 { color:#444; font:1em dotum;}

#content .entry					 { margin:0 0 40px 0; color:#5d5d5d; padding:0; }
#content .entry h1, 
#content .entry h4, 
#content .entry h5, 
#content .entry h6 				 { border-bottom:1px solid #ccc;  margin-bottom:3px; padding-bottom:1px;  color:#222; font:1.1em "굴림"; font-weight:bold;}

#content .entry a				 { color:blue;}

#content .article 				 { font-family:"굴림";color:black;  padding:20px 0px 15px 0px; margin-bottom:5px;}
#content .entry .tagTrail 		 { margin:15px 5px 0 0; padding-left:32px; height:auto; background:url(images/entryTag.gif) 0 1px no-repeat;  clear:both; letter-spacing:normal; font:1em dotum;}
#content .entry .tagTrail span   { display:none; }
#content .entry .tagTrail a		 { color:#000000;}
#content .entry .actionTrail  	 { color:#000000; padding: 6px 0 0 0; border-top:1px dashed #c4c4c4;  margin-top:15px; height:18px; clear:both;}
#content .entry .actionTrail a	 {color:black;}
#content .entry .actionTrail .cnt{ font-weight:bold; color:#000000;}

.btnTB 							 { background:url(images/btnBg.gif); height:21px; display:block; width:95px; text-align:center; float:left; overflow:hidden; padding-top:5px; margin-right:3px;}
.btnComment						 { background:url(images/btnBg.gif); height:21px; display:block; width:95px; text-align:center; float:left; overflow:hidden; padding-top:5px; }

#content .guestList 			 {margin:0 0 40px 0;}

#content .article h2, 
#content .article h3 			 { color:#222; font:1.1em "굴림"; font-weight:bold;}

#content .article p 		 { padding-bottom:10px;}
#content .article ol, 
#content .article ul  	 	 { margin:10px 0; padding:0 0 0 30px;}
#content .article ol li  	 { list-style:decimal outside; margin:0; padding:0;}
#content .article ul li  	 { list-style:circle outside; margin:0; padding:0;}
#content .article dt 		 { font-weight:bold;}
#content .article dd 		 { margin-left:10px;}
#content .article BLOCKQUOTE { margin:10px 0 10px 20px; padding-left:6px; border-left:3px solid #eee;}
#content .article p 		 { margin-bottom:15px;}

.author 					 { display:block; color:#777;  font:0.9em dotum;  padding-top:4px; border-bottom:1px solid #ddd; padding-left:3px; padding-bottom:2px; }
.author .owner 				 { height:0; padding:11px 0 0 0; width:35px;   float:left; margin:1px 3px 0 0; overflow:hidden;}
.author.inbox 				 { color:#ccc;}
.admin						 { letter-spacing:-1px; padding-left:10px;}

.categoryBtn 			{  padding-top:5px; height:16px;}
a.categoryBtn			{color:#777 !important; }
.author .date 			{ padding-top:5px; height:16px; padding-left:4px; font:10px tahoma;}
.author .ownerBtn		{ font:11px dotum; padding-top:5px; padding-left:4px; height:16px;}
.author .ownerBtn span 	{ font:10px tahoma;}

.guestbook .commentWrite,
.localog .article, 
.taglog .article,
.taglog .tagbox 		{ border-bottom:1px solid #e6e6e6;background:url(images/titlebg2.gif) top repeat-x;  margin-bottom:5px;}
.notice h3 				{ display:none;}
 
/* 코멘트 */
.commentWrite 				{ padding:8px 0;}
.commentWrite label 		{ display:none;}
.commentWrite input, 
.commentWrite textarea				{ width:302px; border:3px solid #e1e1e1; margin:1px 0; padding-left:60px; padding-top:3px; color:#808080; font:1em gulim; height:15px;}
.commentWrite textarea  			{ height:70px; background:url(images/bgComment.gif) 0 0 no-repeat #ffffff; padding:22px 9px 9px 9px; }
.commentWrite input.name 			{ background:url(images/bgName.gif) 0 0 no-repeat;}
.commentWrite input.home 			{ background:url(images/bgHome.gif) 0 0 no-repeat; font:0.8em tahoma;}
.commentWrite input.pass 			{ background:url(images/bgPass.gif) 0 0 no-repeat; }
.commentWrite p 					{ border:1px solid white;}
.commentWrite .submit 				{ border:0; padding:0; margin:0; width:325px; height:28px; margin-top:4px;}
.commentWrite .secretWrap .checkbox { border:0; padding:0; margin:0; position:absolute; width:20px; height:20px; margin:124px 0 0 328px;}
.commentWrite .secretWrap label 	{ font:0.8em tahoma; letter-spacing:normal; display:block; position:absolute;  margin:128px 0 0 348px; cursor:pointer;}


.comment 				  { position:relative; clear:both; width:100%;}
.comment h3				  { display:none;}
.commentList 			  { background:#fefefe; border-top:1px solid #eee; margin-top:4px;}
.commentList li			  { overflow:hidden;  margin-top:6px; border-bottom:1px solid #f4f4f4; padding:5px 0 0 10px;}
.commentList li .date	  { font:0.8em tahoma; letter-spacing:normal; color:#ccc; padding-bottom:4px; display:block;}
.commentList li .name     { float:left; font-weight:bold; margin-right:7px;  color:black;}
.commentList li .name a   { color:black;}
.commentList li .name img { vertical-align:middle;}
.commentList li p		  { clear:left; padding-top:4px; padding-bottom:3px; overflow:hidden;}
.commentList li ul		  { margin:0 0 0 -10px; padding:0 !important;}
.commentList li ul li	  { border-bottom:none; margin-top:1px; padding-left:30px; width:auto;  background:url(images/bgReply.gif) 4px 3px no-repeat #f9f9f9;}
.commentList li a		  { color:black !important;}

.commentList li .control		  { float:right; margin-right:5px;}
.commentList li .control a 		  { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:left; margin-top:2px; margin-right:3px;}
.commentList li .control .address { background:url(images/iconAdd.gif); width:23px; }
.commentList li .control .modify  { background:url(images/iconModify.gif); width:24px;}
.commentList li .control .write   { background:url(images/iconReply.gif); width:28px; }

.guestbook .commentWrite		  { border-bottom:1px solid #e6e6e6; background:url(images/titlebg2.gif) top repeat-x; margin-bottom:5px;}

.trackback 				{ padding-bottom:3px;}
.trackback h3			{ margin-top:6px; border:1px solid #e6e6e6 !important; background:#ededed;  padding:8px 10px !important; display:block; font:0.8em tahoma !important; color:#888 !important; letter-spacing:normal;}
.trackback h3 span 		{ border:0 !important; font-weight:normal;}
.trackback li 			{ margin:5px 0; border-top:1px solid #e6e6e6;  padding:10px 0 8px 0; width:100%; overflow:hidden;} 
.trackback li h4 		{ font:0.8em gulim; border-bottom:none !important; letter-spacing:normal; font-weight:bold;}
.trackback li p 		{ clear:left; color:#aaa; padding-top:7px; margin-top:4px; padding-bottom:3px; font:0.9em dotum; border-top:1px dashed #ccc;}
.trackback li .date		{ font:0.8em tahoma; letter-spacing:normal; color:#ccc;}
.trackback li .delete   { display:block; height:0; padding:9px 0 0 0; overflow:hidden; float:right; margin-top:-33px;  background:url(images/iconDelete.gif); width:22px;}
.trackback li a			{ color:black !important;}

/* 공지 */
.entryNotice			{ margin-bottom:40px;}

/* 비밀글 */
.entryProtected			{ margin-bottom:50px;}
.entryProtected p.text  { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px; margin-bottom:10px;}
.entryProtected input   { width:200px;}
.entryProtected .submit { width:50px; padding-top:2px; height:20px; background-color:#ccc;}


/* 태그로그 */
.taglog .tagbox			{ padding:10px 0 30px 0;}
.taglog .tagbox .cloud1, .sidebarCenter .tagbox a.cloud1:visited {font-size:16px; color:#ff6600;}
.taglog .tagbox .cloud2, .sidebarCenter .tagbox a.cloud2:visited {font-size:15px; color:#ff9900;}
.taglog .tagbox .cloud3, .sidebarCenter .tagbox a.cloud3:visited {font-size:14px; color:#669900;}
.taglog .tagbox .cloud4, .sidebarCenter .tagbox a.cloud4:visited {font-size:12px; color:#0099CC;}
.taglog .tagbox .cloud5, .sidebarCenter .tagbox a.cloud5:visited {font-size:10px; color:#999;}
.taglog .tagbox li	    { display:inline; margin-right:5px;}
.taglog .tagbox a:hover { text-decoration:underline; }	

/* 위치로그 */
.localog				    { padding-bottom:20px;}
.localog .spot              { background:url(images/iconIndentArrow_local.gif) 5px 0 no-repeat;  padding-left:20px;  margin-top:5px;}
.localog .info              { background:url(images/iconIndentArrow_localinfo.gif) 5px 3px no-repeat;  padding-left:15px;  margin-top:2px; font-weight:bold;}
.localog a:link             { color:#ff6600;}
.localog a:visited          { color:#ff6600;}
.localog a:hover            { color:#ff6600;  text-decoration:underline;}

/* 검색 리스트 */
.searchList ol, 
.searchRplist ol            { list-style:none;  padding:15px 5px 5px 5px; background:url(images/titlebg2.gif) repeat-x; margin:0; margin-bottom:30px; }
.searchList li, 
.searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px; letter-spacing:normal;}
.searchList .date, 
.searchRplist .date         { font:0.8em tahoma;  margin-right:10px; }
.searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#f60;} 
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

/* 페이징 */
#paging 			{ text-align:center; font:9px Verdana; font-weight: bold; letter-spacing:normal; padding-bottom:40px;}
.number 		    { margin:0px; padding:0px 2px 0px 3px; font:9px Verdana; font-weight: bold;}
a.number:link, 
a.number:visited    { background:#b7b7b7; color:#fff;}
a.number:hover 	    {background:#f180ba; text-decoration:none;}

/* ***** sidebar ***** */
#sidebar ul                    {
	padding:0;
	margin:0 0 10px 5px;
	list-style:none;
}
#sidebar li                    {
	background: url(images/bullet_dot.png) 0 9px no-repeat;
	padding-left: 15px;
}
#sidebar li a { color: #898989; }
#sidebar h3                    { font-family: NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','돋움',Dotum,'굴림',Gulim,Tahoma; font-size: 1em; font-weight:bold; color: #333; letter-spacing: -1px; padding-top:30px; border-bottom:2px solid #d3d3d3; margin-bottom: 6px;}
#sidebar .cnt                  { font:0.85em NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','돋움',Dotum,'굴림',Gulim,Tahoma;  color:#f60;}
#sidebar .date                 { font:0.85em NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','돋움',Dotum,'굴림',Gulim,Tahoma;  color:#94a0a5;}
#sidebar .name                 { font:0.9em NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','돋움',Dotum,'굴림',Gulim,Tahoma;  color:#94a0a5;}

#profile { background-color: #fff; }
#profile .topL { background: url(images/pbox_topleft.gif) no-repeat; height: 11px; }
#profile .topC { background: url(images/pbox_top_line.gif) repeat-x; height: 11px; }
#profile .topR { background: url(images/pbox_toprig.gif) no-repeat; height: 11px; }
#profile .midL { background: url(images/pbox_left_line.gif) repeat-y; width: 11px; }
#profile .midR { background: url(images/pbox_rig_line.gif) repeat-y right top; width: 11px; }
#profile .btmL { background: url(images/pbox_botleft.gif) no-repeat; height: 11px; }
#profile .btmC { background: url(images/pbox_bot_line.gif) repeat-x; height: 11px; }
#profile .btmR { background: url(images/pbox_botrig.gif) no-repeat right bottom; height: 11px; }

#blogImage img { width:150px; padding-bottom: 10px; }
#blogDesc { color: #ADADAD;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px; }
#blogDesc p { margin: 0; padding: 0; }
.userID { color: #999; line-height: 2em; }

#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) 0 0 no-repeat; padding:1px 0 5px 30px;}

#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; margin-left: 4px; }
#adminMenu li         { display:inline; background:none; padding: 0; margin: 0; }

#searchBox {
	float:left;
	background: url('http://cfs.tistory.com/custom/blog/94/940397/skin/images/search_box.png') no-repeat;
	width:239px;
	height:35px;
	margin: 0;
}

#searchBox input {
	float:left;
	width:170px;
	height:25px;
	padding:0;
	border:0;
	margin: 3px 1px 1px 3px;
	background-color:transparent;
}

#searchBox .submit {
	float:right;
	background: transparent url('images/searchSubmitBtn.png') no-repeat;
	border:0;
	cursor:pointer;
	padding:0;
	margin:0;
	width:63px;
	height:33px;
}

#category			  {
	padding: 0 0px 0px;
}
div#text_0			  {	font-size: 13px }

#category table#treeComponent tbody tr td table#category_0 tbody tr td.ib img { padding-top: 4px !important;   }

#category table#treeComponent tbody tr td table#category_533154 { margin-top: -4px; }


#category li          { background:none;}
#category li a        { font:19px;}
#category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#category li ul li ul li a{ color:#999;}

#tagbox ul            { padding:5px 2px;	text-align: justify;}
#tagbox li            { background: none;  display: inline; padding: 0 7px 0 0; }
#tagbox li .cloud1    { font-weight:bold; font-size: 13px; color: #f8d600; }
#tagbox li .cloud2    { font-weight:bold; font-size: 13px; color: #ea9c00; }
#tagbox li .cloud3    { font-weight:bold; font-size: 13px; color: #333; }
#tagbox li .cloud4    { font-size: 11px; color: #ea9c00; }
#tagbox li .cloud5    { font-size: 11px; color: #f8d600; }
#tagbox a:hover       { /* text-decoration: none; */ color:#ea9c00;  text-decoration:underline; }

#recentPost		{
	padding:30px 0px;
}


#recentComment        { overflow:hidden;}
#recentComment .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#recentTrackback      { overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#archive li           { }
#calendar td             { font-family:verdana;}

#counter              {
	height:85px;
	font: 0.85em NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','Apple SD Neo Gothic', AppleGothic,'돋움',Dotum,'굴림',Gulim,Tahoma;
	font-weight: bold;
	padding: 1px 10px 2px 15px;
	margin-top: 10px;
        margin-bottom: 30px;
	color: #666;
	background: transparent url(./images/counter1.png) no-repeat;
}
#counter dl, #counter dt, #counter dd { font-weight: bold; }
#counter dt {
	float: left;
	width: 78px;
	margin-right: 5px;
margin-bottom: 3px;
	padding: 2px 10px 5px 3px;
}
#counter dd {
	float: right;
	padding: 2px 10px 5px 3px;
margin-bottom: 3px;
}


#adTistory       { text-align:center; margin-top: 20px; }
#adTistory .tistoryJoin a { font: 11px NanumGothic,'나눔고딕','맑은 고딕', 'Malgun Gothic','돋움',Dotum,'굴림',Gulim,Tahoma; letter-spacing: -1px; color: #999; }
#btnRSS          {  margin-top: 20px; text-align:center; }
/* ***** footer ***** */
#footer 			  { clear:both; text-align:center; position:relative; margin:0 0 0 0; padding:35px 0 0 0;  font:11px dotum; letter-spacing:-1px; color:white;}
#footer .menu		  { border:none;}
#footer a 			  { color:white;}
#footer a:hover       { color:#333; background:white;}
.copyright 			  { padding-bottom:120px; margin:0; text-align:center; color:white; position:relative; }
.copyright a:link, 
.copyright a:visited  { font-weight:bold; color:white !important;}
.copyright a:hover    {color:white !important;}


.bottom 			{ display:none; background: url(images/bottomLeft.gif) no-repeat 0 0 #353535; clear:both;width:916px; margin:0 auto; position:relative; height:77px; overflow:hidden; }
.bottom .poweredBtn { position:absolute; top:0; right:0; background:url(images/bottomRight.gif) top right no-repeat; height:77px; padding:15px 10px;}

.bottom h1 a		{ overflow:hidden; display:block; height:0; padding:35px 0 0 0; width:320px; }
.bottom .copy 	    { font:9px tahoma; color:#9a9a9a; padding-left:16px;}
.bottom .copy a 	{ color:#9a9a9a;}


/** for Skin Wizard **/

#containerTop 					 {
	width:1000px;
	margin:0 auto;
}
#container 						 { width:1000px; padding:0 1px;  margin:0 auto; background-color:#fff}
#content 						 {
	width:635px;
	float:left;
	margin-left:0;
}
#content .inner 				 { padding:0 12px; }
#content .commentWrite textarea  { width:576px;}
#containerBottom 				 { width:1000px;  margin:0 auto; height:12px; background:url(images/bgBoxBottom.gif);}

#containerBottom div.inner 	 { background:url(images/boxBottomLeft.gif) left bottom no-repeat; height:35px; width:50%; float:left; clear:both;}
#containerBottom div.inner2  { background:url(images/boxBottomRight.gif) right bottom repeat-x; width:50%; height:35px;  float:left;}


#containerTop h1		 { font:3em Verdana;   letter-spacing:-1px; text-align:center; padding:50px 0 6px 0;}
#containerTop h1 a 		 { color:white; }
#containerTop h1 a:hover { color:red;  text-decoration:none;}

#containerTop p			 { text-align:center; color:white; font:10px tahoma, dotum; padding-bottom:15px;}
#containerTop p a 	 	 { color:white; font-weight:bold;}

#content .titleWrap h2, #content .titleWrap h3,
#content .guestbook h2, #content .guestbook h3,
#content .taglog h2, #content .taglog h3,
#content .localog h2, #content .localog h3,
#content .searchRplist h3,
#content .searchList h2, 
#content .searchList h3  { font:1.1em gulim; font-weight:bold; color:black;  letter-spacing:normal; padding:22px 0 3px 0; border-bottom:1px solid black; }

#content .titleWrap				 {  padding:0 1px; height:75px; overflow:hidden;}
#content .titleWrap h2 a		 { color:#ff7e00; border-bottom:3px solid black; padding-bottom:2px;}
#content .titleWrap h2 a:hover   { text-decoration:none;}


#content .searchRplist h2 span, 
#content .searchRplist h3 span,
#content .searchList h2 span, 
#content .searchList h3 span { border-bottom:2px solid black;}


#content .searchList h2, 
#content .searchList h3  { padding-top:10px !important;}

/* bottomCopy  */
.bottomCopy { text-align:center; padding:15px 0; font:10px tahoma;}

/* for cover */
.post_tags 				{ background:url(images/entryTag.gif) no-repeat 5px 7px !important; color:#aaa; padding-left:34px !important;}
.post_tags a			{ color:#aaa; }
.coverpost h2			{ font-size:12px !important;}

.post_info .category a, 
.post_info .date, 
.post_info .author  	{ color:#ccc !important;}
.coverpost .img_preview { padding:4px;}


.paging           { padding-top:10px;  text-align:center;  font-size:0.95em;}
.paging .numbox   { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
.paging .num      { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}

.assort h3		  { font:10px tahoma !important; font-weight:blod !important; padding:10px 0 0 0 !important; width:140px !important; height:auto; margin:0 !important;}