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

/* 본문 공통 */
body{
		font:0.75em/1.5 "나눔고딕","Dotum", "Verdana", "Sans-serif";
		background-color:#fff;
		color:#000;
}
a:link          { color:#333;     text-decoration:none;}
a:visited       { color:#333;     text-decoration:none;}
a:hover         { color:#666;     text-decoration:none;}
a:active        { color:#666;     text-decoration:none;}

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

/* 종류별 코멘트 [##_rp_rep_class_##] */
    .rp_general             { }
    .rp_admin               { background:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
    .rp_secret              { color:#f30;   font-weight:bold;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}


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

/* 본문 - 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; text-align:right;}


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

hr              { display:none;}
img             { border:0;}
h1, h2, h3, h4  { margin:0;  padding:0; font:나눔고딕;}
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:740px;
		border:0px solid #000;
		margin:30px auto; 
		padding:10px;  
		background-color:#fff;
}
#header {
		padding:0 0px 0 5px;
		background-color:#fff;
		margin-bottom:8px;
		height:20px;
                  border-bottom:0px solid #000;
}
#content {
		float:left;
		width:740px;
		overflow:hidden;

}


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

#header h1             { font-size: 1.1em ; float: left; padding: 0em 0 0em 0; }
#header .blogMenu      { text-align:right; padding: 0em 0 0em 0;}

#header h1 a           { color:#000; font:1.0em ; float:left;  padding-bottom:0px;}
#header h1 a:hover     { color:#666; text-decoration:none;}

#header .blogMenu ul   { margin:0;  padding:0;  list-style:none;}
#header .blogMenu li   { display:inline; no-repeat; margin-left:0px; padding-right:2px;}
#header li.tab_localog { background:none;}


/* ***** content ***** */
#content .entryProtected, 
#content .entry             { border-bottom:1px solid #000; border-top:1px solid #000; padding:10px;  margin-bottom:10px;}
#content .guestbook         { border-bottom:1px solid #000; border-top:1px solid #000; }
#content .searchRplist      { padding:10px;}

#content .localog h3, 
#content .guestbook h3, 
#content .searchList h3, 
#content .searchRplist h3   { border-bottom:1px solid #000;  margin-bottom:10px;  color:#222; font:나눔고딕;}

.searchList ol, 
.searchRplist ol            { list-style:none;  padding:5px;  margin:0;}
.searchList li, 
.searchRplist li            { border-bottom:1px solid #000;  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:#000;} 
.searchRplist .name         { font:0.95em 나눔고딕, Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

.guestbook p                { padding:2px 0; margin:8px; }

.guestWrite                 { width:700px; padding:10px;  background-color:#fff;  border:0px solid #000;}
.guestWrite input           { width:643px;}
.guestWrite textarea        { width:688px;  padding:5px; }
.guestWrite .homepage       { width:619px;}
.guestWrite .submit         { width:700px;  height:22px; background-color:#fff; }

.guestList                  { padding:10px 0 0 0; border:0px; }
.guestList ol,
.guestList ul               { margin:0; padding:0;  list-style:none;}
.guestList li p             { border-top:1px solid #000; margin-top:5px; padding-top:5px;}
.guestList ol li            { border-top:0px solid #000;  padding:15px;  margin-bottom:10px;  width:700px; overflow:hidden;}
.guestList li ul li         { margin-left:20px;  background-color:#fff; padding-left:25px;  width:644px; 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       { background:url(images/iconModify.gif) no-repeat;  padding:0 0 2px 53px;  text-decoration:none;}
.guestList .control a.modify span  { display:none;}
.guestList .control a.write        { background:url(images/iconWrite.gif) no-repeat;  padding:0 5px 2px 53px;  text-decoration:none;}
.guestList .control a.write span   { display:none;}


/* entry */
.entryNotice h2, 
.entryProtected h2, 
.entry h2                { font-size:1.1em;  line-height:1.5em;}
.titleWrap               { border-bottom:1px dashed #000;  padding-bottom:5px;  margin-bottom:10px;}
.titleWrap .category a   { font:1em 나눔고딕, Dotum, Arial, sans-serif;  color:#000;  margin-right:6px;}
.titleWrap .date         { font:0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#000;}

.article                 { width:700px; margin:5px 5px 30px 5px; overflow:hidden;}
.article a:link          { color:#5a5194;  text-decoration:none;}
.article a:visited       { color:#5a5194;  text-decoration:none;}
.article a:hover         { color:#000000;  text-decoration:underline;}
.article a:active        { color:#5a5194;  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;}

.actionTrail             { border-top:1px dotted #000;  padding:7px 5px;  font:11px 나눔고딕, verdana; clear:both;}
.actionTrail .cnt        { color:#000;}

.trackback               { border-top:1px solid #000;  background-color:#fff; padding:10px; margin-bottom:4px;  width:690px;  overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:11px 나눔고딕, Verdana; color:#000;  border-bottom:0px solid #000;  margin:5px 5px 10px 5px;}
.trackback h4            { font:12px Verdana; font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #000;  padding:5px;}
.trackback .date         { font:0.9em 나눔고딕, Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#000;}
.trackback p             { font:0.95em 나눔고딕, Dotum, Arial, sans-serif;  color:#000;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.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                          { border-top:1px solid #000;  background-color:#fff; padding:10px; margin-bottom:4px;  width:690px; 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:#000;}
.comment .name                    { font-weight:bold;}
.comment ol li                    { padding:10px 5px;}
.comment li ul li                 { padding:5px 10px 5px 25px;  background:url("images/iconIndentArrow_local.gif") no-repeat 12px 6px;}
.comment .control a.address       { background:url(images/iconAddress.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { background:url(images/iconModify.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/iconWrite.gif) no-repeat;  padding-left:52px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { padding:5px; margin-top:10px; margin-bottom:5px; border-top:1px dotted; }
.commentWrite input               { width:637px; }
.commentWrite textarea            { width:666px; padding:5px; }
.commentWrite .homepage           { width:613px; }
.commentWrite .submit             { width:678px; height:22px; background-color:#fff; }

.paging           { padding-top:10px;  text-align:center;  font-size:0.95em;}
.paging .numbox   { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:0.95em verdana;}
.paging .num      { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}

