@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */

/* 본문 공통 */
body{
		font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		color:#333;
		background-color: #888;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#333;     text-decoration:underline;}
a:active        { color:#666;     text-decoration:none;}

/* 페이징 - 현재 페이지 */
    .selected     { font-weight:bold;  color:#333; font-size: 1.2em;}
    .no-more-prev { background:none !important; padding-left:6px;  color:#eee;}
    .no-more-next { background:none !important; padding-right:6px; color:#eee;}

/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#666;}

/* 달력 월 표시 */
    .cal_month              { font:1.2em Georgia, Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold; padding-bottom: 5px;}
/* 달력 요일 표시(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:#333; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background-color:#eee;}
    .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:#333 !important;}
    .cal_day_sunday a        { color:#333 !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:#333;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { }
    .rp_secret              { color:#666;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { }
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { }


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
    .imageblock             { border:1px solid #333;  padding:0px;  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; }


/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:1.6em;}
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: 880px;
		border-left:   1px solid #333;
		border-top:    1px solid #333;
		border-right:  3px solid #333;
		border-bottom: 3px solid #333;
		margin:30px auto; 
		padding:0px;  
		background-color: #eee;
}

#header {
		padding:35px 35px 20px 30px;
		margin-bottom: -10px;
}

#content {
		float:left;
		width: 610px;
		padding-left: 20px;
		padding-right: 2px;
		margin: 0 0 10px 0;
		overflow:hidden;
		border-right:1px solid #333;
}
#sidebar {
		float:right;
		width:190px;
		padding: 0 45px 0 11px;
		margin: 10px 0 10px 0;
		border-left:1px solid #333;
		position:relative; left:-1px;
}

#pagingWrap  { 
		clear:both;
		padding: 10px 35px 20px 30px;
		color: #aaa;
}

#dummy {
		clear:both;
		padding:0 0 0 0;
}

#footer {
		clear:both;
		padding:0 0 0 0;
}

/* ***** Header ***** */
#header a              { color: #3E3E3E;  padding:0 3px;}

#header h1             { padding: 0;}
#header .blogMenu      { text-align:left; padding: 10px -3px 0.3em 0; margin-top: 0px; font-family: Bookman Old Style, Times New Roman, Batang, serif; font-weight: bold; font-size: 16px; line-height:18px; height: 100px;}
#header .blogMenuLeft  { float:left; text-align:left; width:150px; padding-left: 30px; padding-top: 30px;}
#header .blogMenuMiddle  { float:left; text-align:center; font-family: Imprint MT Shadow, serif; width:410px; cursor:pointer; font-size:60px; line-height:1em; margin-top:10px;}
#header .blogMenuMiddle a:hover {text-decoration: none;}
#header .blogMenuRight { float:right; text-align:right; width:150px; padding-right: 15px; padding-top: 10px;}
#header .blogMenu a    { color: #333;}
#header .blogBar       { text-align:center; padding: 0 20px; margin-top: 0px; font-family: Georgia, Bookman Old Style, Times New Roman, Batang, serif; height: 20px; border-bottom:2px solid #333; border-top:1px solid #333; color: #333;}
#header .underChar {float:left; text-align:center; font-family: Imprint MT Shadow, serif; width: 40px; font-size:25px; margin-top: 30px;}

/* ***** content ***** */
#content .nonEntry {margin:20px 10px 20px 20px; padding:0px; border-bottom:2px solid #333;}
#content .nonEntry h3   {  font-family: Times New Roman, Georgia, Gulim, serif; font-weight: bold; font-size:2em;  line-height:1.2em; border-bottom:1px solid #333;  margin-bottom:20px;  color:#222; text-align: left;}

#content .entryNotice, 
#content .entryProtected, 
#content .entry             { padding:10px;  margin: 10px 0px 10px 10px;}

#searchList .infobox,
#searchRplist .infobox         { position: relative; top: -15px; color: #333; text-align: left; }
#searchList .info,
#searchRplist .info         { font: 0.95em Times New Roman, Georgia, Gulim, serif; font-variant:small-caps;}
#searchList .key,
#searchRplist .key         { font: bold 0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;}
#searchList .num,
#searchRplist .num         { font: 0.95em Georgia, Times New Roman, Gulim, serif;}

#searchList ol, 
#searchRplist ol            { list-style:none;  padding:5px;  margin:0;}
#searchList li, 
#searchRplist li            { border-bottom:1px solid #eee;  padding-bottom:2px;  margin-bottom:4px;}
#searchList .date, 
#searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
#searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;} 
#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

#localog .spot              { padding-left:0px;  margin-top:5px;}
#localog .info              { padding-left:0px;  margin-top:2px;}

#taglog ul                  { padding:5px; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog a:hover             { text-decoration:underline;}
#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; }

#media_div		{text-align:left;}

#guestbook p                { padding:2px 0; margin:0;}

#guestWrite                 { padding:0px 15px 10px 15px;  background-color:#eee; border-bottom:2px solid #333;}
#guestWrite input           { width:100px; height:16px; background-color: #eee; /*overflow: visible;*/ white-space: nowrap; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid #888; margin-left: 5px; font:12px Dotum, Verdana, AppleGothic, Sans-serif;}
#guestWrite textarea        { width: 535px; height: 60px; padding:5px; background-color: #eee; overflow: visible; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif; }
#guestWrite .homepage       { width:300px;}
#guestWrite p.submitWrap    { text-align:right; }
#guestWrite .submit         { text-align:left; cursor:pointer; width:70px;  height:20px; background-color:#aaa;  font:1.1em Dotum, Arial, sans-serif; border: 1px solid #888; margin-right:3px; padding:0px;}


#guestList                  { padding:10px 0 0 10px;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none;}
#guestList li p             { border-top:1px dashed #ccc; margin-top:5px; padding-top:5px;}
#guestList ol li            { border:5px solid #ccc;  padding:10px;  margin-bottom:10px;  width:530px; overflow:hidden;}
#guestList li ul li         { margin-left:20px; background-color:#eee;  padding-left:25px;  border:none;  width:440px; overflow:hidden;}
#guestList li .name         { color:#666;  font-weight:bold;}
#guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

#guestList .control a.modify       { text-decoration:none;}
#guestList .control a.modify span  { font:0.95em Times New Roman, Gulim, serif;  color:#666; font-variant: small-caps;}
#guestList .control a.write        { text-decoration:none;}
#guestList .control a.write span   { font:0.95em Times New Roman, Gulim, serif;  color:#666; font-variant: small-caps;}


/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:2em;  line-height:1.2em;}
.titleWrap               { border-bottom:1px solid #333; padding-bottom:0px;  margin-bottom:10px;}
.titleWrap h2 a          { color: #000000; font-family: inherit; font-size: inherit; font-weight:bold;}
.titleWrap .category a   { font:1em Dotum, Arial, sans-serif;  color:#333;  margin-right:6px;}
.titleWrap .date         { font:0.9em Georgia, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#333; margin-right:6px;}
.titleInfo               { text-align: right;}

.entryProtected p.text   { }
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}


.article                 { width:570px; margin:5px 5px 0 5px; overflow:hidden; color: #333; font-family: inherit; font-size: inherit; text-align: justify;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}

.article blockquote      { padding-left:10px;  margin:10px 10px; border-left: 3px solid #888;}

.author                  { text-align:right; color:#888; padding:5px 5px;}
.author .text            { font:90% Verdana, Arial, Helvetica, sans-serif;}


.tagTrail                { padding:10px 5px 5px 10px;  background:none; clear:both; color: #777;}
.tagTrail a:link               { color: #777;}
.tagTrail a:visited               { color: #777;}
.tagTrail a:hover               { color: #777;}
.tagTrail a:active               { color: #777;}
.tagText                 { color: #555;}

.actionTrail             { border-bottom:2px solid #333;  padding:0px 0px;  clear:both; text-align: right; font: 12px Arial, Gulim, san-serif;  color: #333; font-weight: bold;}
.actionTrail .cnt        { }

.trackback               { border-bottom:2px solid #333;  background-color:#eee; padding:10px 10px 0px 10px; margin-bottom:0px;  width:/*@post-width:-60=*/ 560px /*@*/;  overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:11px Verdana; color:#333;  border-bottom:1px solid #eee;  margin:5px 5px 10px 5px;}
.trackback h4            { font: bold 15px Gulim, Verdana, san-serif; margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { padding:5px;}
.trackback .date         { font:0.95em Georgia, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#333;}
.trackback .from         { font:0.95em Times New Roman, Gulim, serif;  color:#333; font-variant: small-caps;}
.trackback .name         { font:1em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#333;}
.trackback p             { font:1em Dotum, Arial, sans-serif;  color:#333;  margin:3px 0 0 0; padding:0;}

.trackback a.delete      { padding-left:8px;  text-decoration:none;}
.trackback a.delete span { }
.trackback div.trackinfo { text-align: right; }
.trackback div.trackinfo2 { text-align: right; margin-top: -10px;}

.comment                          { background-color:#eee; padding:10px; width: 560px; overflow:hidden; border-bottom:2px solid #333; } 
.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 Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.comment .name                    { color:#666; font-weight:bold;}
.comment .name a                  { color:#333; font-weight:bold;}
.comment ol li                    { padding:5px 5px; border-bottom:1px solid #333; margin-top:10px;}
.comment li ul li                 { padding:5px 10px 5px 15px; border:none;}
.comment .control                 { float: right; }
.comment .control a.address       { text-decoration:none;}
.comment .control a.address span  { font:0.95em Times New Roman, Gulim, serif;  color:#999; font-variant: small-caps;}
.comment .control a.modify        { text-decoration:none;}
.comment .control a.modify span   { font:0.95em Times New Roman, Gulim, serif;  color:#999; font-variant: small-caps;}
.comment .control a.write         { text-decoration:none;}
.comment .control a.write span    { font:0.95em Times New Roman, Gulim, serif;  color:#999; font-variant: small-caps;}

.commentWrite                     { padding:5px; margin-top:5px;}
.commentWrite input               { width:100px; height:16px; background-color: #eee; /*overflow: visible;*/ white-space: nowrap; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid #888; margin-left: 5px; font:12px Dotum, Verdana, AppleGothic, Sans-serif;}
.commentWrite textarea            { width: 535px; height: 60px; padding:5px; background-color: #eee; overflow: visible; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif; }
.commentWrite .commentInfo        { margin-bottom:3px;}
.commentWrite .commentHome        { float:left;}
.commentWrite .homepage           { width:300px;}
.commentWrite .submit             { float:right; cursor:pointer; width:70px;  height:20px; background-color:#aaa;  font:1.1em Dotum, Arial, sans-serif; border: 1px solid #888; margin-right:3px; padding:0px;}
.commentWrite .secretLeft         { float:left; width: 1px; }
.commentWrite .secretWrap         { float:right; }
.commentWrite .secretBottom       { clear:both; }
.commentWrite .checkbox           {	border:none; width:25px;}

#paging           { text-align:center;  font-size:0.95em; border-top:2px solid #333; padding-top: 20px; height: 20px;}
#paging .numbox   { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.95em Georgia, Verdana;} 
#paging .num      { border-right:1px solid #ccc; padding-right:8px; margin-right:5px; color: #aaa;}
#paging #prevPage { background:none; padding-left:6px;  color: #aaa;}
#paging #nextPage { background:none; padding-right:6px;  color: #aaa;}


/* ***** sidebar ***** */
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { background:none; padding-left:7px; text-align: justify;}
#sidebar h3                    { text-align: left; font-size:2.2em; font-family: Times New Roman, serif; font-weight: bold;  color:#333; padding: 2px; margin-top:0px; border-bottom:0px solid #333; margin-bottom:5px;}
#sidebar .cnt                  { font:0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#999;}
#sidebar .date                 { font:0.85em Georgia, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#888;}
#sidebar .name                 { font:0.9em Dotum, Verdana, Helvetica, Arial, Gulim, sans-serif; ; color:#777;}
#sidebar .sideinfo             { text-align:right;}

#blogImage img        { width:190px; padding-bottom:6px;}
#blogDesc             { color:#888;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;}

#notice               { border-bottom: 1px solid #333; padding-bottom: 10px;}
#link                { border-bottom: 1px solid #333; padding-bottom: 10px;}

#adminMenu            { margin:5px 0 10px 0; text-align:center; background-color:#eee; padding:5px;}
#adminMenu li         { display:inline; background:none;}

#searchBox               { text-align:center; margin: 10px auto;}
#searchBox input         { width:140px;  height:16px; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom:1px solid #888; background-color: #eee; font:12px Dotum, Verdana, AppleGothic, Sans-serif;}
#searchBox .submit       { background-color:#ccc; width:36px; height:20px; border:1px solid #888; cursor:pointer; color:#666;}

#category li          { background:none;}
#category li ul li    { background:none;  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;}
#tagbox a             { letter-spacing:-1px;}	
#tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:12px;  color:#000;}
#tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:12px;  color:#333;}
#tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:12px;  color:#666;}
#tagbox li .cloud4    { background-color:#eee;  font-size:12px;  color:#666;}
#tagbox li .cloud5    { font-size:12px;  color:#aaa;}	
#tagbox a:hover       { text-decoration:underline; }

#tagbox               { border-bottom: 1px solid #333;  padding-bottom: 5px;}
#calendar             { border: 2px solid #333;  padding: 5px; }

#recentEntries        { border-bottom: 1px solid #333; padding-bottom: 10px;}

#recentComments        {width:190px; overflow:hidden; border-bottom: 1px solid #333;  padding-bottom: 10px;}
#recentComments .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#recentTrackback      {width:190px; overflow:hidden; border-bottom: 1px solid #333;  padding-bottom: 10px;}
#recentTrackback .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#archive       { margin-top: 5px; padding: 10px; border-top: 1px solid #333;  padding-bottom: 0px; font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;}
#archive .arcYear     { font-weight: bold; text-align:left; }
#archive .arcMonth     { width: 42px; }
#category       { margin-top: 5px; border-top: 1px solid #333;  padding-bottom: 0px;}

#calendar td             { font-family:verdana;}
#calendar .year       { font: 1em Georgia; font-weight: bold; color: #333;}
#button  {width: 100%; margin-top: 5px; color: #888; font:bold 1.1em Times New Roman, serif;}
#button1 {float: left; margin-left: 3px;  cursor:pointer;}
#button2 {float: right; margin-right: 3px;  cursor:pointer;}

#counter              { margin: 10px 5px 10px 5px; font:1em Georgia;}
#counter table       { width:170px; font-weight:bold; margin-right: 0px;}
#counter .days        { text-align:left; font:0.75em Arial Black; color: #666;}
#counter .daynum     { text-align:right;}


#adTistory       { text-align:left; padding-bottom: 10px; font-family: Times New Roman, Georigia, serif;}

#uibgmplayer { margin:5px 0 0 5px; width:181px;} 

/* ***** footer ***** */
#footer          { text-align:center;  padding:20px 5px 10px 10px;  font:11px Verdana, dotum;	color:#aaa;}
#footer a        { color:#aaa;}
#footer a:hover  { color:#888;}