﻿@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */

body{font:10pt,  Malgun, Gulim, Verdana, AppleGothic, Sans-serif; margin:0 0 0 0; background-color: #f0f0f0; }

@font-face {font-family:seevaa; src:url(images/seevaa2007.eot);}



a:link          { color:#369;     text-decoration:none;}
a:visited       { color:#369;     text-decoration:none;}
a:active        { color:#575757;     text-decoration:none;} 
a:hover         { color:#666;     text-decoration:underline;}


/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#f30;}

    div.no-more-prev a.prev,
    div.no-more-next a.next { color:#ccc; font:1.1em Dotum, Arial, sans-serif;}

.paging           { font-family: Verdana;font-size: 8pt;padding-top:10px;  text-align:center;}
.paging .numbox   { padding-left:6px; margin-left:6px;}
.paging .num      { padding-right:6px; margin-right:6px;}
.paging .prev,
.paging .next     { font:1.1em Dotum, Arial, sans-serif;}



/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#f30;}

/* 달력 월 표시 */
    .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:#5a94cc; }

/* 달력 Week(tr 영역)  */
    .cal_week               { }
    .cal_current_week       { }

/* 달력 Day(td 영역) */
    .cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif; text-align:center;}
/* 달력 Day, 일요일 (td 영역)  */
    .cal_day_sunday         { color:#5a94cc !important;}
    .cal_day_sunday a        { color:#5a94cc !important;}

/* 달력 지난 달 날짜 표시(td)   */
    .cal_day1               { color:#ccc;}
/* 달력 다음 달 날짜 표시(td)   */
    .cal_day2               { color:#ccc;}
/* 달력 이번 달 날짜 표시(td) */
    .cal_day3               { color:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000; background:url(images/today_bg.gif);}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#333;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:36px; }
    .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             { }
/* 왼쪽 */
    .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; }


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

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;}
textarea        { border:1px solid #aaa;}

/* 블로그 레이아웃 */
#container { 
		width:950px;
}

#header {
		padding:0 0 0 0px;
}

#box {
		float:left;
		width:54px;
		height:189px;
		background-image:url(images/block_bg.jpg);
}

#content {
		float:left;
		width:620px;
		overflow:hidden;
		padding:10px;
		background:#fff url(images/content_bottom.gif) bottom no-repeat;

}

#box1 {
		float:left;
		width:26px;
		height:189px;
		background-image:url(images/block1_bg.jpg);
}

#sidebar {
	float:left;
	width:200px;
	padding:10px;
	background:#e2e2e2 url(images/side_bottom.gif) bottom no-repeat;
	overflow:hidden;
}

#footer {
	clear:both;
	margin-left:54px;
		}

/* ***** Header ***** */
#header {height:252px;}
#header .blogMenu      { position:relative;	left:54px;}
#header	.adminMenu	   { position: absolute; top:230px;	left:598px}

/* ***** content ***** */
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry             {
	margin-bottom:10px;
	padding: 10px;
}
#content .guestbook, 
#content .searchList, 
#content .searchRplist      {
	padding:10px;
}

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3   { border-bottom:1px solid #ccc;  margin-bottom:10px;  color:#222;}

.searchList ol, 
.searchRplist ol            { list-style:none;  padding:5px;  margin:0;}
.searchList li {	border-bottom: 1px solid #EEEEEE;}
.searchList li * {	vertical-align: middle;}
.searchList li a {	display: block;	line-height: 1.9em;}
.searchList li a:hover {	background-color: #292D38;	color: #FFFFFF;	text-decoration: none;}
.searchList .date {	color: #666666;	font-size: 8pt;	margin-right: 10px;}
.searchList .title {color: #666666;	font-size: 18pt;}
.searchList .cnt {color: #999999;	font-size: 8pt;	margin-left: 2px;}
.searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}



.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;}
.localog a:link             { color:#369;}
.localog a:visited          { color:#369;}
.localog a:hover            { color:#369;  text-decoration:underline;}

.taglog ul                  { padding:0px; margin:0; text-align:justify;}
.taglog li                  { display:inline;}
.taglog a:hover             { background-color:#663399;  color:#fff; text-decoration:none;}
.taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:16px; padding:2px;}
.taglog li .cloud2          { background-color:#eee;  color:##663399;  font-weight:bold;  font-size:15px; padding:2px;}
.taglog li .cloud3          { background-color:#eee;  color:#369;  font-weight:bold;  font-size:14px; padding:2px;}
.taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px; padding:2px;}
.taglog li .cloud5          { font-size:12px;  color:#999;  padding:2px;}




/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:1.2em;  line-height:1.2em;}
.titleWrap               { padding-bottom:5px;  margin-bottom:10px;}
.titleWrap .tablebg		 { border:solid 2px #c3e3f1; border-bottom:none;}
.titleWrap .box          { padding-top:6px; }

.titleWrap .title        { font:14px Dotum, Arial, sans-serif;  letter-spacing:-1px; margin-left:4px; font-weight:bold;}
.titleWrap .title a:link          {color:#58616f;  text-decoration:none;}
.titleWrap .title a:visited       {color:#58616f;  text-decoration:none;}
.titleWrap .title a:hover         {color:#58616f; background:url(images/line_bg.gif); text-decoration:none; padding-bottom:2px}
.titleWrap .title a:active        {color:#58616f;  text-decoration:none;}


.titleWrap .category a   { font:1em Dotum, Arial, sans-serif;  color:#888;  margin-right:6px;}
.titleWrap .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#888; letter-spacing:-1px}

.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}
.article                 { width:600px; overflow:hidden; color:#787878; line-height:170%;;}

.article a {text-decoration: none;}
.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}

.tagTrail                { margin-top:10px; padding:2px 5px 0px 20px;  background:url(images/tag_purple.gif) center left no-repeat;}
.tagTrail a:link     { color:#636CA5;  text-decoration:none;}
.tagTrail a:visited  { color:#636CA5;  text-decoration:none;}
.tagTrail a:active   { color:#636CA5;  text-decoration:none;}
.tagTrail a:hover    { color:#FFFFFF; background:#663399; text-decoration:none}
.tagText                 { display:none;}

.actionTrail             { padding:0px 5px 10px 0px;  font:11px verdana; margin-bottom:10px}
.actionTrail .cnt        { letter-spacing:-1px}
.actionTrail .cnt   a:link     { color:#999999;  text-decoration:none;}
.actionTrail .cnt   a:visited  { color:#999999;  text-decoration:none;}
.actionTrail .cnt   a:active   { color:#999999;  text-decoration:none;}
.actionTrail .cnt   a:hover    { color:#5e84bb;  text-decoration:underline;}
.actionTrail .cnt2		 { font:Verdana; color:#D67947;}





.trackback               {
	border:2px solid #bcd3d5;
	background-color:#fff;
	margin-bottom:10px;
	width:596px;
	overflow:hidden;
	clear:both
}
.trackback h3            { font:11px Verdana; color:#5e84bb; margin:10px 10px 10px 10px;}	
.trackback h4            { font:12px Verdana; font-weight:bold;  margin:0; color:#5e84bb}
.trackback h4 a:link     { color:#5a5194;  text-decoration:none;}
.trackback h4 a:visited  { color:#5a5194;  text-decoration:none;}
.trackback h4 a:active   { color:#5a5194;  text-decoration:none;}
.trackback h4 a:hover    { color:#cc0000;  text-decoration:underline;}


.trackback ol            { margin:10px;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:8px;}
.trackback .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777; letter-spacing:-1px;}
.trackback p             { font:0.95em Dotum, Arial, sans-serif;  color:#999;  margin:3px 0 0 0; padding:0;}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}


.comment                          {
	font-family:"seevaa";
	border:2px solid #bcd3d5;
	background-color:#fff;
	margin-bottom:10px;
	width:556px;
	overflow:hidden;
	padding:20px;
	clear:both
} 

.comment .box                     { color:#638E98; fotn:Gulim; letter-spacing:0px; 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.8em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#b7b7b7; letter-spacing:-1px; }
.comment .name                    { font-family:"seevaa"; font-weight:bold; letter-spacing:0px;}
.comment  p                     { color:#666; fotn:Gulim; letter-spacing:-1px; margin:3px 0 0 0; padding:0;}	
.comment .name2                    { color:#666; font:Gulim; font-weight:bold; letter-spacing:0px;}
.comment .name2 a:link     { color:#666;  text-decoration:none;}
.comment .name2 a:visited  { color:#666;  text-decoration:none;}
.comment .name2 a:active   { color:#666;  text-decoration:none;}
.comment .name2 a:hover    { color:#666;  text-decoration:underline;}
.comment ol li                    { }
.comment li ul li                 { padding:5px 0px 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 5px 10px;}


.comment .control a.modify        { background:url(images/iconModify.gif) no-repeat right;  padding-left:35px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/iconWrite.gif) no-repeat right;  padding-left:23px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { padding:8px; margin-top:20px;}
.commentWrite input               { font-family:"seevaa";color:#666666; border:1px solid; border-color:#fff #fff #D9D9D9 #fff;width:87px; font-size:12px; letter-spacing:-1px;}
.commentWrite textarea            { font-family:"seevaa"; width:457px; height:50px; color:#638E98; border:1px solid #aaaaaa; 
									background:#f4f4f4; font-size:12px; letter-spacing:-1px; padding:5px; overflow-x:hidden; overflow-y:auto;}
.commentWrite .homepage           { font-family:"seevaa"; font:0.9em Verdana; width:172px; letter-spacing:0px; color:#666}
.commentWrite .submit             {cursor:pointer; border:none; width:71px; height:62px; background:url(images/rep_ok.gif);}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:15px;}

.paging           {
	padding-top:5px;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 20px; margin-left:10px; margin-right:10px;
}
.paging a:link, .paging a:visited {	color: #575757;	text-decoration: none;}
.paging a:hover, .paging a:active {background-color: #292D38; color: #FFFFFF; text-decoration: none;}
.paging .num      {padding:1px 3px 1px 3px; text-align:center;}
.paging .selected {	font-weight: bold; color: #000000;}



/* ***** sidebar ***** */
#sidebar                       { }
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:7px;}
#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#FFCC00;}
#sidebar .date                 { font:0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#888;}
#sidebar .name                 { font:0.9em Dotum, Arial, sans-serif;  color:#888;}

#sidebar .blogImage img        { width:200px; padding-bottom:6px;}
#sidebar .blogDesc             { color:#888;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;}
#sidebar .userID               { color:#888;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}

#sidebar .notice               { margin:10px 0;  padding:0;}
#sidebar .notice li            { border-bottom:1px dotted #ddd;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:1px 0 5px 27px;}
#sidebar .notice a:hover       { background:url(images/iconNotice_on.gif) 0 0 no-repeat;  padding:0 0 5px 27px; text-decoration:none; color:#f60;}


#sidebar .search               { text-align:center; margin-top:15px;}
#sidebar .search input         { font-size:11px; border:#999999 solid 1px; background-color:#FFFFFF; width:140px;  height:17px;}
#sidebar .search .submit       { cursor:pointer; border:none; width:53px; height:21px; background:url(images/search.gif);}


#sidebar .category li          { background:none;}
#sidebar .category li ul li    { background:url(images/bul.gif) 0 6px no-repeat;  padding-left:10px;}
#sidebar .category li ul li ul li { background:none; border-left:1px dotted #ccc; padding-left:6px; margin-left:2px;}
#sidebar .category li ul li ul li a {color:#999;}

#sidebar .tagbox ul            { padding:5px 2px;	text-align:justify;}
#sidebar .tagbox li            { background:none;  display:inline;}
#sidebar .tagbox a             { letter-spacing:-1px;}
#sidebar .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#sidebar .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#sidebar .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#369;}
#sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:12px;  color:#888;}
#sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}	

#sidebar .recentComment    			    { font-family:verdana; }
#sidebar .recentComment a:link          { color:#FFF;     text-decoration:none;}
#sidebar .recentComment a:visited       { color:#FFF;     text-decoration:none;}
#sidebar .recentComment a:hover         { color:#FFF;     text-decoration:underline;}
#sidebar .recentComment a:active        { color:#FFF;     text-decoration:none;}
#sidebar .recentComment .name ,
#sidebar .recentComment .date {color:#666666 }

#sidebar .recentTrackback      {width:190px; overflow:hidden;}

#sidebar .archive              {
	font-family:verdana;
	background-color: #FFFFFF;
}
#sidebar .calendar             {
	font-family:verdana;
}
#sidebar .recentPost             {
	font-family:verdana; color:#FFFFFF;
}
#sidebar .recentPost a:link          { color:#FFF;     text-decoration:none;}
#sidebar .recentPost a:visited       { color:#FFF;     text-decoration:none;}
#sidebar .recentPost a:hover         { color:#FFF;     text-decoration:underline;}
#sidebar .recentPost a:active        { color:#FFF;     text-decoration:none;}


#sidebar .counter              { font:0.9em Verdana sans-serif;letter-spacing:0; font-weight:bold;}
#sidebar .counter li           { background:none;  display:inline;  padding:0 5px;}

#sidebar .botton          { text-align:center;  padding:5px;}

