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

/* 본문 공통 */
body{ font:12px/1.5em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;                   
      color:#333;
      background:#fff url(./images/bg_body.gif) repeat;
}
A:LINK	{ COLOR: #778899; TEXT-DECORATION: none }
A:VISITED	{ COLOR: #778899; TEXT-DECORATION: none }
A:HOVER	{ COLOR: #0B226D; TEXT-DECORATION: none }
A:ACTIVE	{ COLOR: #778899; TEXT-DECORATION: none } 


/* 페이징 - 현재 페이지 */
    .selected     { font-weight:bold;  color:#DC6093;}
    .no-more-prev { padding-left:6px; color:#999;}
    .no-more-next { padding-right:6px; color:#999;}


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

/* 달력 월 표시 */
    .cal_month              { font:0.9em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:0.9em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:0.9em 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.9em '맑은 고딕', 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               { font:1em; color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { font:1em; color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { font:1em; 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:#778899;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { padding-left:2px; }
    .rp_secret              { color:#999;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { padding-left:2px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { padding-left:0px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
    .imageblock             { margin:5px 0px;}
/* 왼쪽 */
    .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/icon_more.png) top left no-repeat;  padding-left:10px; color:#778899;          font-weight:bold;}
    .moreless_top           { background:url(images/icon_less.png) top left no-repeat;  padding-left:10px; color:#778899;          font-weight:bold;}
    .moreless_body          { }
    .moreless_bottom        { background:url(images/icon_less.png) top right no-repeat;  padding-right:10px; color:#778899; text-align:right;}


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


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

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  {font-family: '맑은 고딕', margin:0;  padding:0;}
h1              { font-size:1.4em;}
h2              { font-size:1.1em;}
h3              { font-size:1.2em;}
h4              { font-size:1em;}
input           { border:1px solid #eee;
}
textarea        { border:1px solid #eee;}

/* 블로그 레이아웃 */

#container { width:970px; border:1px solid #ccc; margin: 20px auto; padding:0px; background-color:#fff; background-image: url(http://cfs.tistory.com/custom/blog/42/421336/skin/images/bg_body_container_970.gif); }

#header { padding-top:186px; background:#FFF url(http://cfs.tistory.com/custom/blog/42/421336/skin/images/bg_top_mk_972-216.jpg) no-repeat 50% 0; }

#content { float:left; width:730px; padding:15px; overflow:hidden; }
#sidebar { float:right; padding:10px; width:190px; background-color:#f7f7f7; }   

#footer { clear:both;}

/* ***** Header ***** */
#header a  { padding:0 3px;}

#header h1 {
	display:inline;
	font:1.2em Tahoma, Verdana, 'Trebuchet MS', AppleGothic, Sans-serif;
                font-weight:bold;
	line-height:30px;
	padding:10px 0 0 10px;
	vertical-align:middle;
	}
h1 a:link, h1 a:visited {color:#6A5ACD;}
h1 a:hover, h1 a:active {color:#483D8B;}


/* Top Menu */
#dd
{   margin: 0;
    padding: 0;}


#dd li
{   margin: 0;
    padding: 0;
    background: #75B9D5;
    list-style: none;
    float: left;
    font: bold 11px Tahoma, Arial;}

#dd li a.menu
{   display: block;
    text-align: center;
    background: #81c6d9;
    padding: 4px 10px;
    margin: 0 1px 0 0;
    color: #FFF;
    width: 76px;
    text-decoration: none}

#dd li a.menu:hover
{   background: #48a5bf}

.submenu
{   width: 94px;
    background: #f5f5f5;
    border: 1px solid #81c6d9;
    visibility: hidden;
    position: absolute;
    z-index: 3}

    .submenu a
    {   display: block;
        font: 11px arial;
        text-align: left;
        text-decoration: none;
        padding: 5px;
        color: #81c6d9}

    .submenu a:hover
    {   background: #48a5bf;
        color: #FFF}

/* ***** content ***** */
#content .nonEntry {padding:15px;}
#content .nonEntry h3   { padding:2px; border-bottom:1px dashed #ccc;  margin-bottom:1px; font:1.2em '맑은 고딕', 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; font-weight:bold; color:#008080;}
.nonEntry h3   A:LINK	{ COLOR: #333; TEXT-DECORATION: none }
.article a { padding-bottom:1px; border-bottom:1px dashed #b1c9ad;}
#content .entryNotice, 
#content .entryProtected, 
#content .entry             { border:0px;  padding:20px 10px 10px 10px;  margin-bottom:10px;}


#searchList ol, 
#searchRplist ol            { list-style:none;  padding:0px;  margin:0;}
#searchList li, 
#searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
#searchList .date, 
#searchRplist .date   { font:0.95em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif; margin-right:10px; color:#006400;} 
#searchList .cnt            { font:0.95em Tahoma, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#00CED1;} 
#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;  color:#999;  padding-left:8px;}

#localog .spot              { background:url(images/icon_indent.gif) 1px 2px no-repeat;  padding-left:10px;  margin-top:3px;}
#localog .info              { background:url(images/icon_box.gif) 1px 5px no-repeat;  padding-left:12px;  margin-top:2px;}
#localog a:link             { color:#5a5194;}
#localog a:visited          { color:#5a5194;}
#localog a:hover            { color:#7870ab;  text-decoration:underline;}

#taglog ul                  { padding:5px; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog a:hover             { background-color:#eee;  color:#000;}
#taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:1em;}
#taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:1em;}
#taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:1em;}
#taglog li .cloud4          { background-color:#eee;  color:#666;  font-size:1em;}
#taglog li .cloud5          { background-color:#eee;  color:#999;  font-size:1em;}

#guestbook p                { padding:2px 0; margin:0;}
#guestWrite                 { padding:10px 0 0 0;}
#guestWrite input           { width:150px; font:0.9em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif;}
#guestWrite textarea        { font:1em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif;
width: 688px !important; 
height: !important; 
padding:5px; 
filter: chroma(color=#998899);
scrollbar-face-color:#998899; 
scrollbar-highlight-color: #F2f2f2; 
scrollbar-shadow-color: #F2f2f2;
scrollbar-3dlight-color:#998899; 
scrollbar-track-color:#998899; 
scrollbar-arrow-color: #F2f2f2;
scrollbar-darkshadow-color:#998899;
}
#guestWrite .homepage       { width:250px;  font:0.9em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif;}
#guestWrite .submit         { width:700px;  height:22px;  background-color:#f7f7f7; font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#999; padding:3px;}
#guestWrite span               { font:0.9em Tahoma, Arial, Sans-serif; color:#999;}
#guestWrite .checkbox           { border:none; padding:0px; margin:0; width:20px;}

#guestList                 { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none;}
#guestList li p             { margin-top:5px; padding-top:5px;}
#guestList ol li            {  background-color:#fafaf9; border:1px solid #eee;  padding:10px;  margin-bottom:10px;  width:680px; overflow:hidden;}
#guestList li ul li         { margin:5px 0px 0px 15px; padding:10px; width:640px; overflow:hidden; border:1px dashed #ccc; background-color:#fafafa; }
#guestList li .name         { font:1em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#666; font-weight:bold;}
#guestList li .name a       { font:1em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#778899; font-weight:bold;}
#guestList li .name A:LINK	{ COLOR: #778899; TEXT-DECORATION: none }
#guestList li .name A:VISITED	{ COLOR: #778899; TEXT-DECORATION: none }
#guestList li .name A:HOVER	{ COLOR: #0B226D; TEXT-DECORATION: none }
#guestList li .name A:ACTIVE	{ COLOR: #778899; TEXT-DECORATION: none }

#guestList li .date         { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#999;}
#guestList li .relpy   { font:0.9em Tahoma, Arial, sans-serif; color:#2E8B57;}

#guestList .control a.modify span  { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;}
#guestList .control a.write span   { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;}
#guestList .control span   { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#778899;}


/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:1.05em;  line-height:1em;}
.titleWrap               { border-bottom:1px dashed #ccc;  padding-bottom:5px;  margin-bottom:10px;}
.titleWrap h2 a          { color:#51BDAD; font-family: '맑은 고딕', Verdana, 굴림, Gulim, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; font-size: 1.1em;}
.admin { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;  color:#222;}
.admin span { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#ccc}
.entryProtected p.text   { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#808080}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding:2px; height:20px; font:0.9em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; background-color:#f7f7f7; color:#999;}


.article                 { width:700px; margin:0px; padding-bottom:10px; overflow:hidden; font-family: '맑은 고딕', Verdana, 굴림, Gulim, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; font-size: 1em; color:#333;}
.article A:LINK	{ COLOR: #5990BF; TEXT-DECORATION: none }
.article A:VISITED	{ COLOR: #5990BF; TEXT-DECORATION: none }
.article A:HOVER	{ COLOR: #0B226D; TEXT-DECORATION: none }
.article A:ACTIVE	{ COLOR: #5990BF; TEXT-DECORATION: none } 
.article a { padding-bottom:1px; border-bottom:1px dashed #b1c9ad;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}

.article blockquote      { background:url(images/icon_blockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}

.author                  { text-align:right; color:#888; padding:20px 20px;}
.author .text            { font:90% '맑은 고딕', Verdana, Arial, Helvetica, sans-serif;}

.tagTrail                { padding:2px 2px 2px 2px; clear:both;}
.tagText                 { font:1em Tahoma, sans-serif; color:#60bcc0;}
.tagTextLine             { font:1em Tahoma, sans-serif; color:#ececec; font-weight:bold;}

.actionTrail             { text-align:left; font:0.9em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; border-top:1px solid #f0f0e6; border-bottom:1px solid #f0f0e6; background-color:#fafaf9; padding:5px 2px;  clear:both; color:#999;}


.trackback               { background-color:#fff; padding:2px; margin-bottom:10px;  width:100%;  overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:0.9em '맑은 고딕', Verdana; color:#999;  padding:5px 2px; text-align:left;}
.trackback h4            { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#777; margin:0;}
.trackback h4 A:LINK	{ COLOR: #778899; TEXT-DECORATION: none }
.trackback h4 A:VISITED	{ COLOR: #778899; TEXT-DECORATION: none }
.trackback h4 A:HOVER	{ COLOR: #0B226D; TEXT-DECORATION: none }
.trackback h4 A:ACTIVE	{ COLOR: #778899; TEXT-DECORATION: none }
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px solid #f2f2f2;  padding:5px;}
.trackback ol li            {  background-color:#fafaf9; border:1px solid #eee;  padding:10px;  margin-top:10px;  margin-bottom:10px; width:680px; overflow:hidden;}
.trackback .date         { font:0.9em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.trackback .from         { font:0.9em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.trackback .name         { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#3CB371;}
.trackback p             { font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;  color:#666;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}
.trackback a.delete { padding-left:4px; font:0.9em Dotum, Arial, sans-serif;  color:#778899; }

.comment                          { padding:2px; border-bottom:1px solid #f2f2f2; background-color:#fff; width:100%; overflow:hidden; color:#666;} 
.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:0.9em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.comment .reply                   { font:0.9em Tahoma, sans-serif; color:#2E8B57;}
.comment .name                    { font:1em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#666; font-weight:bold;}
.comment .name a                  { font:1em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; color:#778899; font-weight:bold;}
.comment .name A:LINK	{ COLOR: #778899; TEXT-DECORATION: none }
.comment .name A:VISITED	{ COLOR: #778899; TEXT-DECORATION: none }
.comment .name A:HOVER	{ COLOR: #0B226D; TEXT-DECORATION: none }
.comment .name A:ACTIVE	{ COLOR: #778899; TEXT-DECORATION: none }
.comment ol li            {  background-color:#fafaf9; border:1px solid #eee; padding:10px; margin-top:10px; margin-bottom:10px; width:680px; overflow:hidden;}
.comment li ul li                 { margin:5px 0px 0px 15px; padding:10px; width:640px; overflow:hidden; border:1px dashed #ccc; background-color:#fafafa; }

.comment .control a.address span  { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#778899;}
.comment .control a.modify span   { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#778899;}
.comment .control a.write span    { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#778899;}
.comment .control span  { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif; color:#778899;}
.commentWrite                     { padding:5px; margin-top:20px;}
.commentWrite input               { width:150px;  font:0.9em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;}
.commentWrite textarea            { position:relative; top:-16px; font:1em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;
width: 688px !important; 
height: !important; 
padding:5px; 
filter: chroma (color=#998899);
scrollbar-face-color:#998899; 
scrollbar-highlight-color: #F2f2f2; 
scrollbar-shadow-color: #F2f2f2;
scrollbar-3dlight-color:#998899; 
scrollbar-track-color:#998899; 
scrollbar-arrow-color: #F2f2f2;
scrollbar-darkshadow-color:#998899;
}
.commentWrite .homepage           { width:250px; font:0.9em '맑은 고딕', 돋움, Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif;}
.commentWrite .submit             { width:700px;  height:22px;  background-color:#f7f7f7;  font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#999; padding:3px; position:relative; top:-18px;}
.commentWrite .checkbox           { border:none; padding:0; margin:0; width:20px;}
.commentWrite span               { font:0.9em Tahoma, Arial, Sans-serif; color:#999;}

#paging            { margin:20px; text-align:center;  font-size:0.9em;}
#paging .numbox    { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.9em '맑은 고딕', Verdana;} 
#paging .num       { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}
#paging #prevPage { padding-left:6px;}
#paging #nextPage { padding-right:6px;}


/* ***** sidebar ***** */
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { padding-left:2px;}
#sidebar .cnt                  { font:0.95em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
#sidebar .date                 { font:0.95em Tahoma, Verdana, Dotum, Helvetica, Arial, Gulim, sans-serif;  color:#888;}
#sidebar .name                 { font:0.95em Dotum, Arial, sans-serif;  color:#888;}

#sidebar h3 { 
                color: #2C79A7;
	cursor: pointer;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 2px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	font: bold 1em 'Trebuchet MS', Arial, Sans-Serif;                 
                }

#sidebar h4 { 
                color: #999;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 12px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	font: 0.9em '맑은 고딕', 돋움, Dotum, 'Trebuchet MS', Arial, Sans-Serif; 
                background:url(./images/icon_less.png) no-repeat 0 50%;
                }

h4 a:link, h4 a:visited {color:#6991E1;}
h4 a:hover, h4 a:active {color:#2C79A7;}

#sidebar h5 { 
                color: #999;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 12px;
	text-align: left;
	border-bottom: 1px dashed #CCCCCC;
	font: 0.95em '맑은 고딕', 돋움, Dotum, 'Trebuchet MS', Arial, Sans-Serif; 
                background:url(./images/icon_less.png) no-repeat 0 50%;
                }

h5 a:link, h5 a:visited {color:#6991E1;}
h5 a:hover, h5 a:active {color:#2C79A7;}

/* blog info (desc, blogger, image) */

#sidebar .blogimg {
	width:190px;
	overflow:hidden;
	text-align:center;
	margin-bottom:3px; }

#sidebar .bloginfo { font:1em Tahoma, Verdana, 돋움, Dotum, 'Trebuchet MS', AppleGothicsans-serif; color:#2F4F4F; text-align:right; padding-top:10px; padding-left: 2px; background:url(images/icon_line_blue.gif) no-repeat; }

#sidebar .bloginfo img { padding:10px;}

#sidebar .bloginfo span { padding:5px; color:#80bee3;}


#notice {font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;} 
#notice ul {
	list-style:none;
	}
#notice li a {
	display:block;
	border-bottom:1px solid #ececec;
	}

#searchBox               { text-align:center; padding-top:20px; }
#searchBox input         { width:160px;  height:17px; border:1px solid #D5D5D5;  font:.9em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;}
#searchBox .submit       { background:url(images/icon_search.gif) 0px 2px no-repeat; width:21px; height:21px; text-indent:-5000px; border:0; cursor:pointer;}

/* Categories */
#category h3 {
	margin-bottom:.3em;
	}
#category {
	font:1em/1.5em Verdana, Tahoma, 'Trebuchet MS', 돋움, Dotum, AppleGothic, Sans-serif;
	}
#category div {
	margin:0 !important;
	}
#category ul {
	list-style:none;
	}
#category li a {
	font-size:.9em;
	display:block;
	border-bottom:1px solid #ececec;
	}

/* 1 depth */
#category ul li ul li a {
	padding-left:12px;
	background:url(./images/icon_box.gif) no-repeat 0 50%; 
	border-bottom:1px solid #ececec;
	}

/* 2 depth */
#category ul li ul {
	margin:0;
	}
#category ul li ul li ul li {
	border-bottom:1px solid #e6e5df;
	}
#category ul li ul li ul li a {
	border:0 none;
	padding-left:10px;
         background:url(./images/icon_indent.gif) no-repeat 0px 50%;
	}

#category li a { display:block;}
#category .selected {
	font-weight:normal;
	}
#category .selected ul li {
	font-weight:normal;
	}

#tagbox ul            { padding:5px 2px;  text-align:justify;}
#tagbox li            { background:none;  display:inline;}
#tagbox a             { letter-spacing:-1px;}	
#tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:.9em;  color:#a2348f;}
#tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:.9em;  color:#5a5194;}
#tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:.9em;  color:#7870ab;}
#tagbox li .cloud4    { background-color:#eee;  font-size:.9em;  color:#666;}
#tagbox li .cloud5    { background-color:#eee;  font-size:.9em;  color:#888;}	
#tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}



#recentPost {font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;} 
#recentPost ul {
	list-style:none;
	}
#recentPost li a {
	display:block;
	border-bottom:1px solid #ececec;
	}

#recentComment        {width:190px; overflow:hidden; font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#666}
#recentComment li {display:block; border-bottom:1px solid #ececec;} 

#recentTrackback      {width:190px; overflow:hidden; font:1em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; color:#666}
#recentTrackback li {display:block; border-bottom:1px solid #ececec;} 

#archive li {font:0.9em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif; display:block; border-bottom:1px solid #ececec;} 

#link {font:1.0em '맑은 고딕', Verdana, 돋움, Dotum, 'Trebuchet MS', Tahoma, AppleGothic Sans-serif;} 
#link  ul {
	list-style:none;
	}
#link li a {
	display:block;
	border-bottom:1px solid #ececec;
	}

#calendar td             { font-family: '맑은 고딕', Verdana;}

#counter              { font:0.9em '맑은 고딕', Verdana, Helvetica, Arial, Gulim, sans-serif;  padding:5px 0;  margin:10px 0;  text-align:center;  background-color:#FAFAFA;  color:#999; border: 1px dashed #cccccc; letter-spacing:0;}
#counter li           { background:none;  display:inline;  padding:0 5px;}
#counter li.total     { display:block;  color:#696969;}
#counter li.today     { display:block;  color:#999;}
#counter li.yesterday     { display:block;  color:#999;}

#rss       { text-align:right; padding:5px 0px 5px 0px;}
 
#uibgmplayer { margin:5px 0 0 5px; width:181px;} 



/* ***** footer ***** */
#footer { background-color:#fafaf9;  border-top:1px solid #f2f2f2; padding:5px; margin:0px; font:0.95em Tahoma, Arial, sans-serif; color:#666; text-align:left;}
#footer p { margin:0 1.8em 0; display:inline;}
#footer span { font:0.9em Tahoma, sans-serif; color:#999;}