@charset "utf-8";
/* �ݵ��� ����� �ϴ� ��Ÿ�� ���� */

/* ���� ���� */
body{
		font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;
		color:#333;
		background-color: #555;
}
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:url(images/ico_prev_no.gif) left  1px no-repeat !important; padding-left:6px;  color:#eee;}
    .no-more-next { background:url(images/ico_next_no.gif) right 1px no-repeat !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               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
    .rp_secret              { color:#666;}
/* ������ ������ �� [##_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; padding:4px 0; margin:0;}
/* �׸� */
    .imageblock             { border:0px; 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:0px solid #bbb;
		margin:30px auto; 
		padding:0px;  
		background-image: url("./images/bkHead2.gif");
		background-position: left;
		background-repeat: repeat-y;
}
#header {
		padding:50px 45px 20px 40px;
		background-color: #eee;
		margin-bottom: -10px;
		background-image: url("./images/bkHead1.gif");
		background-position: top;
		background-repeat: no-repeat;
}

#content {
		float:left;
		width: 600px;
		padding-left: 30px;
		margin-right: -5px;
		overflow:hidden;
}
#sidebar {
		float:right;
		width:190px;
		padding-right: 55px;
		margin-top: 10px;
}

#pagingWrap  { 
		clear:both;
		padding: 10px 45px 30px 40px;
		color: #aaa;
 		background-image: url("./images/bkHead3.gif");
		background-position: bottom;
		background-repeat: no-repeat;
}

#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:center; padding-left: 50px; padding-top: 30px;}
#header .blogMenuMiddle  { float:left; text-align:center; height:60px; width:300px; margin-left: 70px; margin-top: 30px; cursor:pointer;}
#header .blogMenuRight { float:right; text-align:center; padding-right: 50px; 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;}


/* ***** content ***** */
#content .nonEntry {margin: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: center;}

#content .entryNotice, 
#content .entryProtected, 
#content .entry             { padding:10px;  margin: 10px;}

#searchList .infobox,
#searchRplist .infobox         { position: relative; top: -15px; color: #333; text-align: center; }
#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              { 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;}

#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:center;}

#guestbook p                { padding:2px 0; margin:0;}

#guestWrite                 { padding:10px;  background-color:#eee;}
#guestWrite input           { width:80px; background-color: #eee; overflow: visible; white-space: nowrap; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid #888; margin-bottom: 7px; margin-left: 5px; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;}
#guestWrite textarea        { width: 515px /*@*/; height: 100px; padding:5px; background-color: #eee; overflow: visible; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif; }
#guestWrite .homepage       { width:250px;}
#guestWrite .submit         { background:url(images/comSub.gif) no-repeat; background-position: bottom right; cursor:pointer; 
width:/*@post-width:-63=*/ 537px /*@*/;  height:22px;  background-color:#eee;  font:1.1em Dotum, Arial, sans-serif; padding-top:3px; border: 0px; }


#guestList                  { padding:10px 0 0 0;}
#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 #eee;  padding:10px;  margin-bottom:10px;  width:490px; overflow:hidden;}
#guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  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          { /*@post-title-color=color:;*/ color: #000000; /*@*/ /*@post-title-font-family=font-family:;*/ font-family: inherit; /*@*/ /*@post-title-font-size=font-size:;*/ 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   { 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:/*@post-width:-40=*/ 550px /*@*/; margin:5px 5px 0 5px; overflow:hidden; /*@post-body-color=color:;*/ color: #333; /*@*/ /*@post-body-font-family=font-family:;*/ font-family: inherit; /*@*/ /*@post-body-font-size=font-size:;*/ font-size: inherit; /*@*/ text-align: justify;}

.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;}

.author                  { text-align:right; color:#888; padding:5px 5px;}
.author .text            { font:90% Verdana, Arial, Helvetica, sans-serif;}


.tagTrail                { padding:10px 5px 5px 30px;  background:url(images/tag.gif) center left no-repeat; 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                 { display:none;}

.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=*/ 540px /*@*/;  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      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}
.trackback div.trackinfo { text-align: right; }
.trackback div.trackinfo2 { text-align: right; margin-top: -10px;}

.comment                          { background-color:#eee; padding:10px; margin-bottom:4px;  width:/*@post-width:-60=*/ 540px /*@*/; overflow:hidden;} 
.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 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 6px; 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:10px;}
.commentWrite input               { width:80px; background-color: #eee; overflow: visible; white-space: nowrap; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid #888; margin-bottom: 7px; margin-left: 5px; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;}
.commentWrite textarea            { width:/*@post-width:-75=*/ 515px /*@*/; height: 60px; padding:5px; background-color: #eee; overflow: visible; font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif; }
.commentWrite .homepage           { width:250px;}
.commentWrite .submit             { 
background:url(images/comSub.gif) no-repeat; background-position: bottom right; cursor:pointer; 
width:/*@post-width:-63=*/ 537px /*@*/;  height:22px;  background-color:#eee;  font:1.1em Dotum, Arial, sans-serif; padding-top:3px; border: 0px;}
.commentWrite .secretWrap         { float:right; margin-top:-23px; }
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px; margin-bottom: 4px;}

#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:url(images/ico_prev.gif) left 1px no-repeat; padding-left:6px;  color: #aaa;}
#paging #nextPage { background:url(images/ico_next.gif) right 1px no-repeat; padding-right:6px;  color: #aaa;}


/* ***** sidebar ***** */
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    { /* background:url(images/bul.gif) 0 6px no-repeat; */ 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;}
#userID               { color:#888;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}

#notice               { margin:10px 0;  padding:0;}
#notice li            { border-bottom:1px dotted #eee;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#notice a:link,
#notice a:visited     { background:url(images/iconNotice.gif) 0 0 no-repeat; padding:1px 0 5px 27px;}
#notice a:hover       { background:url(images/iconNotice_on.gif) 0 0 no-repeat;  padding:0 0 5px 27px; text-decoration:none; color:#f60;}

#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:150px;  height:16px; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom:1px solid #888; background-color: #eee; background-image: url("./images/searchbox.gif"); background-repeat: no-repeat; background-position: left center;}
#searchBox .submit       { background:url(images/submit.gif) no-repeat; width:25px;  height:20px; text-indent:-5000px; border:0; cursor:pointer;}

#category li          { background:none;}
#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;}
#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;}
#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;}
#button1 {float: left; margin-left: 5px;  cursor:pointer;}
#button2 {float: right; margin-right: 5px;  cursor:pointer;}

#counter              { background:url("./images/bgCounter.gif") no-repeat; text-align:right;  margin: 10px 5px 10px 5px; font:1em Georgia;}
#counter dl           { padding:7px; margin:0;}
#counter dt           { display:none;}
#counter dd           { height:22px; font-weight:bold; margin-right: 0px;}
#counter dd.today     { color:#333;}


#adTistory       { text-align:center; padding-bottom: 10px;}

#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;}


