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

/* 본문 공통 */
body{
	font:11px Courier New, 돋움;
	background-color:#FFFFFF;
	color:#666;
}
a:link          { color:black;     text-decoration:none;}
a:visited       {
	color:#000000;
	text-decoration:none;
}
a:hover         {
	color:#e82c76;
	text-decoration:line-through;
}
a:active        {
	color:#666666;
	text-decoration:none;
}

/* 페이징 - 현재 페이지 */
    .selected               { font-weight:bold;  color:#e82c76;}
    .no-more-prev,
	.no-more-next { color:#ccc;}


/* 카테고리 - 이미지 버튼 */
    .ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
    .branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
    .c_cnt                  { font:11px Helvetica, Arial, 돋움;  color:#e82c76;}

/* 달력 월 표시 */
    .cal_month              { font:11px Helvetica, Arial, 돋움;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
    .cal_week1              { font:11px Helvetica, Arial, 돋움;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
    .cal_week2              { font:11px Helvetica, Arial, 돋움;  color:#e82c76; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background-color:#fff;}
    .cal_current_week       { background-color:#eee;}

/* 달력 Day(td 영역) */
    .cal_day                { font:11px Helvetica, Arial, 돋움;  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:#666;}
/* 달력 오늘 날짜 표시(td) */
    .cal_day4               { color:#000;  text-decoration:line-through;}
/* 달력 글쓴 날 링크 스타일 */
    a.cal_click:link        { color:#333;  font-weight:bold;}
    a.cal_click:visited     { color:#333;  font-weight:bold;}
    a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background: no-repeat;  padding-left:20px; }
    .rp_secret              { color:#e82c76;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { background:no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { background:no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}
/* 그림 */
    .imageblock             { padding:0px;  margin-bottom:5px;}
/* 왼쪽 */
    .left                   { }
/* 가운데 */
    .center                 { }
/* 오른쪽 */
    .right                  { }
/* 그림 2개 배치 */
    .dual                   { background-color:#fff; margin-bottom:5px;}
/* 그림 3개 배치 */
    .triple                 { background-color:#fff; margin-bottom:5px;}

/* 본문 - more / less */
    .moreless_fold          { padding-left:0px; color:#000;}
    .moreless_top           { padding-left:0px; color:#000;}
    .moreless_body          { }
    .moreless_bottom        { padding-right:0px; color:#999;}

/* 키워드 */ 
    .key1 { cursor: pointer;  }


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

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0;}
h1              { font-size:11px;}
h2              {
	font-size:11px;
}
h3              {
	font-size:11px;
}
h4              { font-size:11px;}
input           {
	border:1px solid #aaa;
}
textarea        {
	border:1px solid #aaa;
}

/* 블로그 레이아웃 */
#container {
	width:880px;
	border:0px;
	padding:0px;
	background-color:#fff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#header {
	background-color:#FFFFFF;
	margin-bottom:40px;
	min-height:45px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#content {
	float:left;
	width:600px;
	padding-left: 0px;
	overflow:hidden;
}
#sidebar {
		float:right;
		width:200px;
}


#footer {
		clear:both;
		padding:20px 0 0 0;
}

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

#header h1             { float: left; padding: 2.9em 0 0.3em 0;}
#header .blogMenu      {
	text-align:right;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header h1 a           { font-family:Helvetica, batang;  font-weight:bold;}
#header h1 a:hover     { color:#e82c76;  text-decoration:none;}

#header .blogMenu ul   { margin:0;  padding:0;  list-style:none;}
#header .blogMenu li   { display:none;  no-repeat;  margin-left:3px;  padding-left:7px;}
#header li.tab_meta { background:none;}


/* ***** content ***** */
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry             {
	padding:0px;
	margin-bottom:10px;
}
#content .guestbook, 
#content .searchList, 
#content .searchRplist,
#content .searchTblist,
#content .metapage			{
	padding:0px;
}

#content .localog h3, 
#content .taglog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3,
#content .searchTblist h3   {
	margin-bottom:10px;
	color:#222;
}

.searchList ol, 
.searchRplist ol,
.searchTblist ol            { list-style:none;  padding:5px;  margin:0;}
.searchList li, 
.searchRplist li,
.searchTblist li            {
	padding-bottom:2px;
	margin-bottom:4px;
}
.searchList .date, 
.searchRplist .date,
.searchTblist .date         {
	font:11px Helvetica, Arial, 돋움;
	margin-right:10px;
}
.searchList .cnt            {
	font:11px Helvetica, Arial, 돋움;
	color:#e82c76;
} 
.searchRplist .name,
.searchTblist .subject      { font:11px Helvetica, Arial, 돋움;    color:#999;  padding-left:8px;}

.localog .spot              { background:no-repeat;  padding-left:20px;  margin-top:5px;}
.localog .info              { background:no-repeat;  padding-left:15px;  margin-top:2px;}
.localog a:link             {
	color:#e82c76;
}
.localog a:visited          {
	color:#e82c76;
}
.localog a:hover            {
	color:#999999;
	text-decoration:line-through;
}

.taglog ul                  { padding:5px; margin:0; text-align:justify;}
.taglog li                  { display:none;}
.taglog a:hover             { background-color:#eee;  color:#000;}
.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; }

.guestbook p                {
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.guestWrite                 {
	padding:0px;
	background-color:#FFFFFF;
}
.guestWrite input           { width:150px;}
.guestWrite textarea        {
	width:465px;
	padding:5px;
}
.guestWrite .homepage       {
	width:150px;
}
.guestWrite .submit         {
	height:22px;
	background-color:#ccc;
	font:11px Helvetica, Arial, 돋움;
	padding-top:3px;
}

.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            {
	margin-bottom:10px;
	width:450px;
	overflow:hidden;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.guestList li ul li         { margin-left:5px;  padding-left:5px;  border:none;  width:440px; overflow:hidden;}
.guestList li .name         { color:#666;  font-weight:bold;}
.guestList li .date         { font:11px Helvetica, Arial, 돋움;}

.guestList .control a.modify       {
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
.guestList .control a.modify span  { display:none;}
.guestList .control a.write        {
	text-decoration:none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.guestList .control a.write span   { display:none;}


/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                {
	font-size:16px;
	line-height:1.6em;
	margin-top:0px;
}
.titleWrap               { border-bottom:0px;  padding-bottom:5px;  margin-bottom:10px;}
.titleWrap .category a   {
	font:11px Helvetica, Arial;
	color:#888;
	margin-right:6px;
}
.titleWrap .date         {
	font:11px Helvetica, Arial;
	color:#888;
}

.entryProtected p.text   {
	padding-left:0px;
}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}

/* page error*/ 
#page-error 
{ 
	font-weight          : bold; 
	padding              : 200px 0; 
	text-align           : center; 
}

.article                 {
	width:600px;
	overflow:hidden;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.article a:link          { color:#e82c76;  text-decoration:none;}
.article a:visited       { color:#e82c76;  text-decoration:none;}
.article a:hover         { color:#e82c76;  text-decoration:line-through;}
.article a:active        { color:#e82c76;  text-decoration:none;}
.article dt              { text-decoration:line-through;}
.article dd              { margin-left:20px;  padding-bottom:10px;}
.article blockquote      { padding-left:25px;  margin:10px 20px;}

.tagTrail                { padding:5px 5px 5px 40px;clear:both;}
.tagText                 { display:none;}

.actionTrail             {
	border-top:0px dotted #ccc;
	padding:7px 0px;
	clear:both;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
.actionTrail .cnt        {
	color:#666666;
}

.trackback               {
	background-color:#FFFFFF;
	padding:0px;
	margin-bottom:4px;
	width:480px;
	overflow:hidden;
}
.trackback a             { color:#000;}
.trackback h3            {
	color:#333;
	margin:5px 5px 10px 5px;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
.trackback h4            {
	font-weight:normal;
	margin:0;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:11px Helvetica, Arial, 돋움;  color:#777;}
.trackback p             { font:11px Helvetica, Arial, 돋움;  color:#999;  margin:3px 0 0 0; padding:0;}

.trackback a.delete      { background:left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}


.comment                          {
	background-color:#FFFFFF;
	padding:0px;
	margin-bottom:4px;
	width:480px;
	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:11px Helvetica, Arial, 돋움;  color:#777;}
.comment .name                    { font-weight:bold;}
.comment ol li                    { padding:10px 5px;}
.comment li ul li                 { padding:5px 10px 5px 25px;  background: no-repeat 12px 6px;}
.comment .control a.address       { background:no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        {
	background:no-repeat;
	padding-left:10px;
	padding-bottom:2px;
	text-decoration:none;
}
.comment .control a.modify span   { display:none;}
.comment .control a.write         {
	background:no-repeat;
	padding-left:0px;
	padding-bottom:2px;
	text-decoration:none;
}
.comment .control a.write span    { display:none;}

.commentWrite                     {
	padding:0px;
	margin-top:20px;
}
.commentWrite input               { width:150px;}
.commentWrite textarea            {
	width:465px;
	position:relative;
	top:-16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.commentWrite .homepage           { width:300px;}
.commentWrite .submit             { width:477px;  height:22px;  background-color:#ccc;  font:1.1em Dotum, Arial, sans-serif; padding-top:3px; position:relative; top:-18px;}
.commentWrite .secretWrap         { float:right; position:relative; top:-23px; left:-10px;}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:25px;}

.paging           {
	padding-top:10px;
	text-align:left;
	font-size:11px;
	font-family: Helvetica, Arial;
}
.paging .numbox   {
	border-left:0px solid #ccc;
	padding-left:0px;
	margin-left:0px;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
.paging .num      {
	border-right:0px solid #ccc;
	padding-right:0px;
	margin-right:0px;
}


/* ***** sidebar ***** */
#sidebar                       { }
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar li                    {
	background:url(file:///D|/temp2/Temporary%20Internet%20Files/Content.IE5/VJ5QEAJB/images/bul.gif) 0 6px no-repeat;
	padding-left:0px;
}
#sidebar h3                    { font-size:11px;  font-weight:bold; color:#7870ab; padding-top:20px; border-bottom:0px solid #ccc; margin-bottom:5px;}
#sidebar .cnt                  { font:11px Helvetica, Arial, 돋움;  color:#f60;}
#sidebar .date                 { font:11px Helvetica, Arial, 돋움;  color:#888;}
#sidebar .name                 { font:11px Helvetica, Arial, 돋움;  color:#888;}

#sidebar .blogImage img        { width:190px; padding-bottom:6px;}
#sidebar .blogDesc             { color:#888;  font-size:11px;  line-height:1.2em;}
#sidebar .userID               { color:#888;  background:url(file:///D|/temp2/Temporary%20Internet%20Files/Content.IE5/VJ5QEAJB/images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;}

#sidebar .notice               { margin:11px 0;  padding:0;}
#sidebar .notice li            { border-bottom:0px dotted #ddd;  margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#sidebar .notice a:link,
#sidebar .notice a:visited     { background:url(file:///D|/temp2/Temporary%20Internet%20Files/Content.IE5/VJ5QEAJB/images/iconNotice.gif) 0 0 no-repeat; padding:1px 0 5px 27px;}
#sidebar .notice a:hover       { background:url(file:///D|/temp2/Temporary%20Internet%20Files/Content.IE5/VJ5QEAJB/images/iconNotice_on.gif) 0 0 no-repeat;  padding:0 0 5px 27px; text-decoration:none; color:#f60;}

#sidebar .adminMenu            { padding:8px 5px 6px 5px;  background-color:#eee; margin:5px 0 11px 0;}
#sidebar .adminMenu li         { background:none;  display:none; width:100px;}
#sidebar .adminMenu a          {
	padding:3px 20px 1px 20px;
	color:#666;
	text-decoration:none;
	background-color:#fff;
}

#sidebar .search               {
	text-align:left;
	font-family: Helvetica, Arial;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sidebar .search input         {
	width:130px;
	height:14px;
}
#sidebar .search .submit       {
	width:18px;
	height:18px;
	background-color:#FFFFFF;
	padding-top:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar .category li          { background:none;}
#sidebar .category li ul li    { background: 0 0px no-repeat;  padding-left:0px;}
#sidebar .category li ul li ul li { background:none; border-left:0px dotted #ccc; padding-left:0px; margin-left:0px;}
#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:none;}
#sidebar .tagbox a             { }	
#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:#7870ab;}
#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        {width:190px; overflow:hidden;}
#sidebar .recentTrackback      {width:190px; overflow:hidden;}


#sidebar .archive              { font-family:Helvetica, Arial;}
#sidebar .calendar             { font-family:Helvetica, Arial;}

#sidebar .counter              {
	font:11px Helvetica, Arial, 돋움;
	padding:5px 0;
	margin:10px 0;
	text-align:left;
	background-color:#FFFFFF;
	letter-spacing:0;
}
#sidebar .counter li           {
	background:none;
	display:inline;
	padding:0 0px;
}
#sidebar .counter li.total     { display:block;  color:#000;}

#sidebar .botton          {
	text-align:left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* ***** footer ***** */
#footer          { text-align:center;  padding:40px 10px 10px 10px;  11px Helvetica, Arial, 돋움;	color:#666;}
#footer a        { color:#666;}
#footer a:hover  { color:#333;}
