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

/* 본문 공통 */
body{
		font-family:arial, helvetica, sans-serif;
		font-size:9pt;
		background-color:#fff;
		margin:0px 0px 0px 20px;
		padding:0;
		color:#000;
		line-height:200%;
}
a:link          { color:#000;     text-decoration:none;}
a:visited       { color:#000;     text-decoration:none;}
a:hover         { color:#ff6600;  text-decoration:underline;}
a:active        { color:#ff6600;  text-decoration:underline;}

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


/* 카테고리 - 이미지 버튼 */
    .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:#f30; }

/* 달력 Week(tr 영역)  */
    .cal_week               { background-color:#fff;}
    .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:#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:underline;}
/* 달력 글쓴 날 링크 스타일 */
    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:url(images/iconAdmin.gif) no-repeat;  padding-left:20px; }
    .rp_secret              { }
/* 종류별 코멘트 [##_guest_rep_class_##] */
    .guest_general          { }
    .guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
    .hiddenComment { font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
    .cap1                   { color:#999;  text-align:center;}
/* 그림 */
    .imageblock             { border:1px solid #ddd;  padding:5px;  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.8em;}
h2              {font-size:1.4em;}
h3              {font-size:1.2em;}
h4              {font-size:1em;}
input           {border:#ccc 1px solid;}

/* 블로그 레이아웃 */
#container {
		width:850px;
		border:0px;
		margin:0;
		padding:0;
		background-color:#fff;
}
#header {
		padding:0px;
		margin:0;
		padding:0;
		background-color:#fff;
}

#content {
    margin-top:6px;
		float:left;
		width:600px;
		overflow:hidden;
}
#sidebar {
		float:right;
		width:235px;
}


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


/* ***** Header ***** */
#header .blogLine {
    margin-bottom:10px;
    width:850px;
    height:10px;
    background-color:#ff6600;
}

#header .blogTitle {
    float:left;
    margin-left:5px;
    font-weight:bold;
    font-size:14pt;
    color:#fff;
}
#header .blogTitle a { }
#header .blogTitle a:hover {
    color:#ff6600;
    text-decoration:none;
}

#header .search {
    float:right;
    background:url(images/bg-search.gif) no-repeat;
    width:330px;
    height:32px;
    padding-top:5px;
    padding-left:8px;
}
#header .search .text {
    width:267px;
    border:#fff 1px solid;
    color:#999;
}
#header .search .submit {
    width:51px;
    height:20px;
    border:0;
}

#header .blogMenu {
    clear:both;
    margin-top:10px;
    width:850px;
    height:45px;
    background-color:#000;
}

a {background-color:ff6600;}
#header .blogMenu ul {
    margin:0;
    padding:0;
    list-style:none;
}
#header .blogMenu li {
    border-right:#fff 1px solid;
    display:block;
    float:left;
    width:99px;
    height:45px;
}
#header .blogMenu li a {
    display:block;
    padding-left:7px;
    padding-top:6px;
    width:92px;
    height:39px;
    color:#fff;
    text-decoration:none;
    outline:none;
    font-weight:bold;
    font-size:8pt;
}
#header .blogMenu li a:hover {
    background:#ff6600;
    color:#fff;
}
#header .blogMenu li#empty {width:249px;}
#header .blogMenu li#guest {
    width:99px;
    height:45px;
    background:#ff6600;
    color:#fff;
}

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

#content .localog h3, 
#content .taglog h3, 
#content .entryNotice h3,
#content .entryProtected h3,
#content .entry h3,
#content .guestbook h3,
#content .searchList h3,
#content .searchRplist h3,
#content .searchTblist h3 {
    font-size:12pt;
    color:#ff6600;
    margin-bottom:10px;
}
#content .entryNotice h3 a,
#content .entryProtected h3 a,
#content .entry h3 a {
    color:#ff6600;
    text-decoration:none;
}
#content .entryNotice h3 a:hover,
#content .entryProtected h3 a:hover,
#content .entry h3 a:hover {
    color:#ff6600;
    text-decoration:none;
}

.searchList ol, 
.searchRplist ol,
.searchTblist ol {
    list-style:none;
    padding-left:5px;
    padding-bottom:5px;
    margin:0;
    text-align:justify;
}
.searchList li, 
.searchRplist li,
.searchTblist li { }
.searchList .date, 
.searchRplist .date,
.searchTblist .date {
    margin-right:10px;
}
.searchList .cnt,
.searchRplist .name,
.searchTblist .subject {
    padding-left:8px;
}

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

.guestbook p {
    margin:0;
    font-size:8pt;
}

.guestWrite {
    padding-bottom:10px;
}
.guestWrite input {
    width:200px;
    font-size:8pt;
    border:#ccc 1px solid;
    margin-bottom:5px;
}
.guestWrite textarea {
    width:488px;
    border:#ccc 1px solid;
    margin-bottom:5px;
    font-size:8pt;
}
.guestWrite .submit {
    width:50px;
    height:20px;
    background-color:#fff;
    font-size:8pt;
    padding-bottom:10px;
}


.guestList { }
.guestList ol,
.guestList ul {
    margin:0;
    padding:0;
    list-style:none;
}
.guestList ol li {
    padding:0;
    margin-bottom:10px;
    overflow:hidden;
}
.guestList li { }
.guestList li ul li {
    padding:5px;
    margin:0;
    background-color:#f1f1f1;
    border:#fff 1px solid;
    width:500px;
    overflow:hidden;
}
.guestList li { }
.guestList li .name {
    font-weight:bold;
    font-size:9pt;
}
.guestList li .date {
    font-size:8pt;
}
.guestList .control a.address {
    background:url(images/img-link.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.guestList .control a.modify {
    background:url(images/img-delete.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.guestList .control a.write {
    background:url(images/img-write.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.guestList .control a.address span,
.guestList .control a.modify span,
.guestList .control a.write span {
    font-size:8pt;
}

.guestList li {
    float:right;
    width:500px;
}
.guestList li p  {
    padding:0;
}



/* entry */
.titleWrap { }
.titleWrap .category {
    background:url(images/img-folder.gif) bottom left no-repeat;
    padding-left:16px;
    font-size:8pt;
}
.titleWrap .author {
    background:url(images/img-user.gif) bottom left no-repeat;
    margin-left:5px;
    padding-left:18px;
    font-size:8pt;
}
.titleWrap .date {
    background:url(images/img-calendar.gif) bottom left no-repeat;
    margin-left:5px;
    padding-left:18px;
    font-size:8pt;
}

.entryProtected p.text {
    background:url(images/imgProtected.gif) no-repeat;
    padding-left:50px;
}
.entryProtected input {
    width:200px;
    border:#ccc 1px solid;
}
.entryProtected .submit {
    width:50px;
    padding-top:2px;
    height:20px;
    background-color:#ccc;
    font-size:8pt;
}

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

.article                 {
    float:right;
    width:600px;
    margin-top:10px;
    overflow:hidden;
    text-align:justify;
    margin-bottom:10px;
}
.article a:link {
    color:#003399;
    text-decoration:underline;
}
.article a:visited {
    color:#003399;
    text-decoration:underline;
}
.article a:hover {
    color:#ff6600;
    text-decoration:underline;
}
.article a:active {
    color:#ff6600;
    font-weight:bold;
    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; text-align:justify;}

.tagTrail {
    background:url(images/img-tag.gif) 0 4px no-repeat;
    font-size:8pt;
    padding-left:18px;
    clear:both;
}
.tagText {
    display:none;
}

.actionTrail {
    border-top:1px solid #ccc;
    padding-top:5px;
    margin-bottom:5px;
    font-size:8pt;
    clear:both;
}
.actionTrail .cnt {
    color:#f60;
}

.trackback {
    margin-bottom:4px;
    width:500px;
    overflow:hidden;
}
.trackback a {
    color:#000;s
}
.trackback a:hover {
    color:#ff6600;
}
.trackback h4 {
    font-size:10pt;
    margin:0;
}
.trackback ol {
    margin:0;
    padding:0;
    list-style:none;
}
.trackback li {
    border-top:1px dotted #ccc;
    padding-top:5px;
    padding-bottom:5px;
}
.trackback .date {
    font-size:8pt;
    color:#777;
}
.trackback p {
    font-size:7pt;
    color:#999;
    margin:3px 0 0 0;
    padding:0;
}

.trackback a.delete {
    background:url(images/img-delete.gif) left top no-repeat;
    padding-left:15px;
    text-decoration:none;
}
.trackback a.delete span {
    font-size:8pt;
}


.comment {
    margin-bottom:4px;
    width:500px;
    overflow:hidden;
} 
.comment p {
    margin:0;
    padding:0;
    text-align:justify;
}

.comment h3                       { display:none;}
.comment ol,
.comment ul {
    margin:0;
    padding:0;
    list-style:none;
}
.comment .date {
    font-size:8pt;
    color:#777;
}
.comment .name {
    font-weight:bold;
}
.comment ol li {
    padding-top:5px;
}
.comment li ul li {
    padding:5px;
    background-color:#eee;
    border-bottom:#fff 1px solid;
    text-align:justify;
}

.comment .control a.address {
    background:url(images/img-link.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.comment .control a.modify {
    background:url(images/img-delete.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.comment .control a.write {
    background:url(images/img-write.gif) bottom left no-repeat;
    height:25px;
    margin-left:5px;
    padding-left:17px;
    text-decoration:none;
}
.comment .control a.address span,
.comment .control a.modify span,
.comment .control a.write span {
    font-size:8pt;
}

.commentWrite {
    padding-top:5px;
    margin-top:20px;
    font-size:8pt;
}
.commentWrite input {
    width:200px;
    font-size:8pt;
    border:#ccc 1px solid;
}
.commentWrite textarea {
    width:500px;
    height:100px;
    position:relative;top:-16px;
    border:#ccc 1px solid;
    font-size:8pt;
}
.commentWrite .homepage {
    width:300px;
}
.commentWrite .submit {
    width:100px;
    border:#ccc 1px solid;
    background-color:#fff;
    font-size:8pt;
    padding-top:3px;
}
.commentWrite .secretWrap {
    float:right;
    position:relative;
    top:-18px;
    font-size:8pt;
}
.commentWrite .checkbox {
    border:0;
    padding:0;
    margin:0;
    width:25px;
}

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


/* ***** cover ***** */
/* ***** sidebar ***** */
#sidebar                       {
    margin:0;
}
#sidebar ul {
    padding:0;
    margin:0;
    list-style:none;
}
#sidebar li {
    font-size:9pt;
    border-bottom:1px solid #ccc;
    background:url(images/img-side.gif) 0 5px no-repeat;
    padding-left:17px;
}
#sidebar li a {
    color:#999;
    font-size:9pt;
    text-decoration:none;
}
#sidebar li a:hover {
    color:#ff6600;
    text-decoration:underline;
}

#sidebar h3 {
    font-size:10pt;
    color:#ff6600;
    padding-top:20px;
    border-bottom:1px solid #ccc;
}
#sidebar .cnt {
    color:#999;
}
#sidebar .date {font-size:8pt; color:#888;}
#sidebar .name {font-size:8pt; color:#888;}

#sidebar .category {
    padding:0;
    border:0;
}
#sidebar .category li {
    color:#999;
}
#sidebar .category ul {
    color:#999;
}
#sidebar .category li ul li {
}
#sidebar .category li ul li ul li {
}
#sidebar .category li ul li ul li a{ }


#sidebar .tagbox ul {
    text-align:justify;
}
#sidebar .tagbox li {
    background:none;
    display:inline;
    border:0;
    padding:0;
}
#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:#7870ab;}
#sidebar .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#sidebar .tagbox li .cloud5    { font-size:8pt;  color:#888;}	
#sidebar .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}

#sidebar .recentComment        {width:235px; overflow:hidden;}
#sidebar .recentTrackback      {width:235px; overflow:hidden;}


#sidebar .archive { }
#sidebar .calendar { }

#sidebar .counter {
    margin-top:20px;
}
#sidebar .counter li {
    background:none;
    display:inline;
    border:0;
    padding:0;
}
.counter li.total     {}

.botton          { text-align:center;  padding:5px;}

/* ***** footer ***** */
#footer .tagbox {
    text-align:justify;
    border-top:1px #ccc solid;
    border-bottom:1px #ccc solid;
    margin-bottom:20px;
    padding:0;
    width:100%;
}
#footer .tagbox ul {
    padding:0;
    margin:0;
}
#footer .tagbox li {
    background:none;
    display:inline;
    border:0;
    padding:0;
}
#footer .tagbox a             { letter-spacing:-1px;}	
#footer .tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#footer .tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#footer .tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#footer .tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#footer .tagbox li .cloud5    { font-size:8pt;  color:#888;}	
#footer .tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}

#footer .copyright {
    clear:both;
}

/* ***** cover ***** */

.coverpost {
    text-align:justify;
    font-family:arial;
    line-height:200%;
    padding-top:10px;
}

.coverpost h2 {
    font-size:12pt;
    color:#ff6600;
    margin-bottom:10px;
}
.coverpost h2 a,
.coverpost h2 a:hover,
.coverpost h2 a:active,
.coverpost h2 a:visited {
    font-size:12pt;
    color:#ff6600;
    text-decoration:none;
}

.coverpost .post_info .category a{
    background:url(images/img-folder.gif) bottom left no-repeat;
    padding-left:16px;
    color:#000;
}
.coverContents .post_info .date {
    background:url(images/img-calendar.gif) bottom left no-repeat;
    padding-left:18px;
}
.post_info .author {
    background:url(images/img-user.gif) bottom left no-repeat;
    margin-left:5px;
    padding-left:18px;
}


.coverContents .post_tags {
    background:url(images/img-tag.gif) 0 4px no-repeat;
    font-size:8pt;
    padding-left:18px;
}
.post_tags a {
    color:#000;
}