﻿@charset "utf-8";
/*******************************************************************************
*  style.css : 2007-10-20 : Xenosium BlackNoir Public
*  http://www.xenosium.com
* ------------------------------------------------------------------------------
*  stylesheet for Xenosium BlackNoir Public Textcube Skin.
*  Created by kimatg: kimatg@gmail.com
*******************************************************************************/
* {
	margin : 0;
	padding : 0;
}
html {
	margin: 0px;
}
/*---Necessary Styles---*/
/*---Main Body---*/
body {
	margin: 0px;
	padding: 0px;
	font: 0.75em 'Trebuchet MS', 'Malgun Gothic', 'Lucida Grande', sans-serif;
	color: #CCCCCC;
	background: #000000 url('./images/bgpattern.gif') repeat-y center;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #98ADBC;
}
a:active {
	color: #666;
	text-decoration: none;
}
/*--Current Page--*/
.selected {
	font-weight: bold;
	color: #f30;
}
.no-more-next {
	color: #ccc;
}
.no-more-prev {
	color: #ccc;
}
/* Category - Image Button */
.ib {
	cursor: pointer;
}
/* Category - Tree Cell */
.branch3 {
	cursor: pointer;
}
/* Category - Category Count style */
.c_cnt {
	font: 0.75em 'Trebuchet MS', 'Malgun Gothic', Helvetica, Arial, Gulim, sans-serif;
	color: #f60;
}
/* Calendar Month */
.cal_month {
	font: 0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	height: 18px;
	font-weight: bold;
}
/* Calendar Day (th Area) */
.cal_week1 {
	font: 0.95em 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
	height: 18px;
	font-weight: normal;
}
/* Calendar Sunday(th Area) */
.cal_week2 {
	font: 0.95em 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
	color: #f30;
}
/* Calendar Week(tr Area)  */
.cal_week {
	background-color: #fff;
}
.cal_current_week {
	background-color: #eee;
}
/* Calendar Day(td Area) */
.cal_day {
	font: 0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #999;
	text-align: center;
}
/* Calendar Day, Sunday (td Area)  */
.cal_day_sunday {
	color: #f30 !important;
}
.cal_day_sunday a {
	color: #f30 !important;
}
/* Calendar Past Month dates(td)   */
.cal_day1 {
	color: #ccc;
}
/* Calendar Next Month dates(td)   */
.cal_day2 {
	color: #ccc;
}
/* Calendar Current Month dates(td) */
.cal_day3 {
	color: #666;
}
/* Calendar Today(td) */
.cal_day4 {
	color: #000;
	text-decoration: underline;
}
/* Calendar Post written day link */
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;
}
/* Comments [##_rp_rep_class_##] */
.rp_general {
}
.rp_admin {
	background: url('./images/iconAdmin.gif') no-repeat;
	padding-left: 20px;
}
.rp_secret {
	color: #f30;
	font-weight: bold;
}
/* Comments [##_guest_rep_class_##] */
.guest_general {
}
.guest_admin {
	background: url('./images/iconAdmin.gif') no-repeat;
	padding-left: 20px;
}
/* Secret Comment  */
.hiddenComment {
	background: url('./images/iconSecret.gif') no-repeat;
	padding-left: 20px;
	font-weight: normal;
}
/* Caption under Image */
.cap1 {
	color: #999;
	text-align: center;
}
/* Pictures */
.tt-gallery-box {
	clear: both;
}
.galleryControl a {
	border-bottom: none !important;
}
.imageblock {
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
}
.imageblock.left, .imageblock.right {
	margin: 0 0 .5em 0 !important;
}
.imageblock.left {
	padding-right: 10px;
}
.imageblock.right {
	padding-left: 7px;
}
.imageblock * {
	border: 0 none !important;
}
.imageblock img {
	background-color: #fff;
	border: 3px solid #999999 !important;
	vertical-align: middle;
}
.imageblock img:hover {
	background-color: #fff;
	border: 3px solid #eee !important;
	vertical-align: middle;
}

.imageblock .extensionIcon img {
	border: none !important;
	margin-right: 2px;
}
.imageblock .cap1 {
	color: #999;
	font-family: Arial, Malgun Gothic, '맑은 고딕', helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 3px;
	text-align: center;
	margin: 5px 0 0 0;
}
.moreless_fold {
	background: url('./images/ico_plus.gif') no-repeat left 50%;
}
.moreless_top {
	margin-bottom: 10px;
	background: url('./images/ico_minus.gif') no-repeat left 50%;
}
.moreless_bottom {
	display: none;
}
.moreless_fold span, .moreless_top span, .moreless_bottom span {
	background: #f5f5f5;
	color: #333;
}
.moreless_content {
	padding: 1em 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: #e6e6e6;
}

/* left */
.left {
}
/* center */
.center {
}
/* right */
.right {
}
/* dual images */
.dual {
	margin-bottom: 5px;
}
/* triple images */
.triple {
	margin-bottom: 5px;
}
/* Body - more / less */
.moreless_fold {
	background: url('./images/iconMore.gif') no-repeat left top;
	padding-left: 20px;
	color: #000;
}
.moreless_top {
	background: url('./images/iconLess.gif') no-repeat left top;
	padding-left: 20px;
	color: #000;
}
.moreless_body {
}
.moreless_bottom {
	background: url('./images/iconLess.gif') no-repeat right top;
	padding-right: 20px;
	color: #999;
	text-align: right;
}
/* Keyword */
.key1 {
	cursor: pointer;
	border-bottom: 1px dotted #ccc;
}
/* Necessary Style Ends here - Freely Edit from here on */
hr {
	display: none;
}
img {
	border: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', 'Lucida Grande', sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	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: 0px solid #aaa;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
}
textarea {
	border: 1px solid #aaa;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
}
/* Head, Footer BG */
#headbg {
	background-image: url('./images/headbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	height: auto;
	margin: 0px;
	width: auto;
	top: 0px;
	padding: 0px;
}
#footbg {
	padding: 0px;
	margin: 0px;
	background-image: url('./images/footbg.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	height: auto;
	width: auto;
	bottom: 0px;
}
/* Blog Layout */
#container {
	margin: 0px auto 0px auto;
	padding: 36px 0px 34px 20px;
	width: 930px;
}
#header {
	padding: 0;
	min-height: 90px;
	float: right;
	width: 690px;
	font-size: 12px;
	height: 42px;
	display: block;
}
#content {
	padding: 0px 20px 0px 0px;
	float: right;
	width: 670px;
	overflow: hidden;
	cursor: auto;
}
#sidebar {
	padding: 0px 0px 0px 10px;
	width: 200px;
	float: left;
}
#footer {
	clear: both;
	padding: 20px 0 0 0;
}
/* ***** Header ***** */
#header a {
	color: #fff;
	padding: 0 3px;
}
#header h1 {
	float: right;
	height: 42px;
	text-align: right;
}
#header h1 a {
	font-family: "Myriad Pro", 'Trebuchet MS', sans-serif;
	font-weight: lighter;
	letter-spacing: 0px;
	font-size: 1.5em;
	overflow: hidden;
	height: 42px;
	text-align: right;
	padding-right: 20px;
}
#header h1 a:hover {
	color: #98ADBC
}
#header .blogMenu {
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 12px;
	height: 22px;
	display: block;
	float: left;
}
#header .blogMenu ul {
	margin: 0 0px 0 0;
	padding: 0 0px 0 0;
	list-style: none;
	display: block;
}
#header .blogMenu li {
	display: inline;
	margin-left: 3px;
	padding-left: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 22px;
}
#header li.tab_localog {
	background: url('./images/blank.gif');
	width: 84px;
	height: 20px;
	}
#header li.tab_taglog {
	background: url('./images/blank.gif');
	width: 44px;
	height: 20px;
	}
#header li.tab_guestbook {
	background: url('./images/blank.gif');
	width: 80px;
	height: 20px;
	}
#header li.tab_localog a {
	background: url('./images/nav/localog_off.jpg') no-repeat;
	width: 84px;
	padding-left: 84px;
	padding-bottom: 5px;
	height: 20px;
}
#header li.tab_taglog a {
	background: url('./images/nav/tags_off.jpg') no-repeat;
	padding-bottom: 5px;
	padding-left: 44px;
	width: 40px;
	height: 20px;
}
#header li.tab_guestbook a {
	background: url('./images/nav/guestbook_off.jpg') no-repeat;
	padding-left: 80px;
	padding-bottom: 5px;
	height: 20px;
	width: 80px;
}
/*---Menu Navigation Hover---*/
#header li.tab_localog a:hover {
	background: url('./images/nav/localog_on.jpg') no-repeat;
	width: 84px;
	padding-left: 84px;
	padding-bottom: 5px;
	height: 20px;
}
#header li.tab_taglog a:hover {
	background: url('./images/nav/tags_on.jpg') no-repeat;
	padding-bottom: 5px;
	padding-left: 44px;
	width: 40px;
	height: 20px;
}
#header li.tab_guestbook a:hover {
	background: url('./images/nav/guestbook_on.jpg') no-repeat;
	padding-left: 80px;
	padding-bottom: 5px;
	height: 20px;
	width: 80px;
}
/* ***** content ***** */
#content .entry {
	padding: 10px;
	margin-bottom: 70px;
}
#content .entryProtected {
	padding: 10px;
	margin-bottom: 10px;
}
#content .entryNotice {
	padding: 10px;
	margin-bottom: 10px;
}
#content .taglog {
	padding: 10px;
	margin-bottom: 10px;
}
#content .taglog p {
	padding: .3em 10px .3em 25px;
	background: url('./images/tag_blue.png') no-repeat 0 50%;
	border-bottom: 1px dotted #e8e8e8;
	font: 0.9em "Trebuchet MS", Helvetica, sans-serif;
	color: #C0C0C0;
	margin-bottom: 10px;
	}

#content .localog {
	padding: 10px;
	margin-bottom: 10px;
}
#content .localog p {
	padding: .3em 10px .3em 25px;
	background: url('./images/map.png') no-repeat 0 50%;
	border-bottom: 1px dotted #e8e8e8;
	font: 0.9em "Trebuchet MS", Helvetica, sans-serif;
	color: #C0C0C0;
	margin-bottom: 10px;
	}
#content .searchRplist {
	padding: 10px;
}
#content .searchList {
	padding: 10px;
}
#content .guestbook {
	padding: 10px;
}
#content .guestbook h2 {
	padding: .3em 10px .3em 25px;
	background: url('./images/book.png') no-repeat 0 50%;
	border-bottom: 1px dotted #999999;
	font: 0.9em "Trebuchet MS", Helvetica, sans-serif;
	color: #C0C0C0;
	margin-bottom: 10px;
	letter-spacing: normal;
}
#content .searchRplist h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom-style: dashed;
}
#content .searchList h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	font-size: 1.7em;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: normal;
	border-bottom-style: dashed;
}
#content .guestbook h3 {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', 'Lucida Grande', sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom-style: dashed;
}
#content .taglog h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#content .localog h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom-style: dashed;
}
.searchRplist ol {
	list-style: none;
	padding: 5px;
	margin: 0;
}
.searchList ol {
	list-style: none;
	padding: 5px;
	margin: 0;
}
.searchRplist li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.searchList li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
	margin-bottom: 4px;
}
.searchRplist .date {
	font: 0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	margin-right: 10px;
}
.searchList .date {
	font: 0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;
	margin-right: 10px;
}
.searchList .cnt {
	font: 0.75em "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	color: #f60;
}
.searchRplist .name {
	font: 0.95em 'Malgun Gothic', "Myriad Pro", 'Trebuchet MS', Arial, sans-serif;
	color: #999;
	padding-left: 8px;
}
.localog .spot {
	background: url('./images/iconIndentArrow_local.gif') no-repeat 5px 0;
	padding-left: 20px;
	margin-top: 5px;
}
.localog .info {
	background: url('./images/iconIndentArrow_localinfo.gif') no-repeat 5px 3px;
	padding-left: 15px;
	margin-top: 2px;
}
.localog a:link {
	color: #5a5194;
}
.localog a:visited {
	color: #5a5194;
}
.localog a:hover {
	color: #7870ab;
	text-decoration: underline;
}
.taglog ul {
	padding: 5px;
	margin: 0;
	text-align: justify;
	line-height: 22px;
}
.taglog li {
	display: inline;
}
.taglog a:hover {
	background-color: #eee;
	color: #000;
}
.taglog li .cloud1 {
	color: #B8B8CF;
	font-size: 21px;
}
.taglog li .cloud2 {
	color: #A4A3C0;
	font-size: 19px;
}
.taglog li .cloud3 {
	color: #797A9B;
	font-size: 16px;
}
.taglog li .cloud4 {
	color: #666;
	font-size: 14px;
}
.taglog li .cloud5 {
	font-size: 12px;
	color: #999;
}
.guestbook p {
	padding: 2px 0;
	margin: 0;
}
.guestWrite {
	padding: 10px;
}
.guestWrite input {
	border: 1px solid #999999;
	width: 200px;
	font-family: 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	background-color: #333333;
	color: #FFFFFF;
}
.guestWrite input.button {
	border: 1px solid #999999;
	width: 612px;
	font-family: 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	background-color: #C0C0C0;
	color: #000000;
}
.guestWrite textarea {
	width: 600px;
	padding: 5px;
	height: 120px;
	overflow: auto;
	background-color: #333333;
	color: #FFFFFF;
}
.guestWrite input:hover, .guestWrite input:focus, 
.guestWrite textarea:hover, .commentWrite textarea:focus, guestWrite .submit:hover {
	border: 1px solid #C0C0C0;
}

.guestWrite .submit {
	width: 40px;
	height: 100px;
	background-color: #ccc;
	font: 1.1em "Myriad Pro", 'Trebuchet MS', sans-serif;
	padding-top: 3px;
	overflow: hidden;
	visibility: visible;
}
.guestList {
	padding: 10px 0 0 0;
}
.guestList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.guestList ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.guestList li p {
	border-top: 1px dashed #999999;
	margin-top: 5px;
	padding-top: 5px;
}
.guestList ol li {
	padding: 10px;
	margin-bottom: 10px;
	width: 620px;
	overflow: hidden;
}
.guestList li ul li {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin-left: 20px;
	background: url('./images/iconIndentArrow_local.gif') no-repeat 10px 10px;
		padding-left: 25px;
		width: 560px;
		overflow: hidden;
}
.guestList li .name {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}
.guestList li .date {
	font: 0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;
}
.guestList .control a.modify {
	background: url('./images/actionicons/comment_edit-delete.png') no-repeat;
	padding: 0 0 2px 15px;
	text-decoration: none;
	margin-left: 5px;
}
.guestList .control a.modify span {
	display: none;
}
.guestList .control a.write {
	background: url('./images/actionicons/comments_add.png') no-repeat;
	padding: 0 5px 2px 20px;
	text-decoration: none;
}
.guestList .control a.write span {
	display: none;
}
/* entry */
.entry h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}
.entryProtected h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}
.entryNotice h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}
.titleWrap {
	border-bottom: 1px dashed #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.titleWrap .category a {
	font: 1em "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	color: #888;
	margin-right: 6px;
}
.titleWrap .date {
	font: 0.9em "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	color: #888;
}
.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;
}
/* page error*/
#page-error {
	font-weight : bold;
	padding : 200px 0;
	text-align : center;
}
.article {
	width: 630px;
	margin: 5px 5px 30px 5px;
	overflow: hidden;
	font-family: Arial, "Malgun Gothic", Helvetica, sans-serif;
}
.article a:link {
	color: #98ADBC;
	text-decoration: none;
}
.article a:visited {
	color: #98ADBC;
	text-decoration: none;
}
.article a:hover {
	color: #CED8DF;
	text-decoration: underline;
}
.article a:active {
	color: #98ADBC;
	text-decoration: none;
}
.article dt {
	text-decoration: underline;
}
.article dd {
	margin-left: 20px;
	padding-bottom: 10px;
}
.article blockquote {
	background: url('./images/iconBlockquote.gif') no-repeat left top;
	padding-left: 25px;
	margin: 10px 20px;
}
.tagTrail {
	padding: 5px 5px 5px 20px;
	background: url('./images/tag_blue.png') no-repeat left 50%;
	clear: both;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	color: #98ADBC;
}
.tagText {
	display: none;
}
.actionTrail {
	border-top: 1px dotted #ccc;
	padding: 7px 5px;
	font: 1.3em "Trebuchet MS", sans-serif;
	clear: both;
	text-align: right;
	letter-spacing: -1px;
}
.actionTrail .cnt {
	color: #f60;
}
.trackback {
	border: 1px solid #808080;
	padding: 10px;
	margin-bottom: 4px;
	width: 620px;
	overflow: hidden;
	background-color: #333333;
}
.trackback a {
	color: #98ADBC;
}
.trackback h3 {
	font: 11px Verdana;
	color: #FFFFFF;
	margin: 5px 5px 10px 5px;
}
.trackback h4 {
	font: 12px 'Trebuchet MS', 'Malgun Gothic', sans-serif;
	font-weight: normal;
	margin: 0;
}
.trackback ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.trackback li {
	border-top: 1px dotted #ccc;
	padding: 5px;
}
.trackback .date {
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #777;
}
.trackback p {
	font: 0.95em Arial, "Malgun Gothic", sans-serif;
	color: #999;
	margin: 3px 0 0 0;
	padding: 0;
}
.trackback a.delete {
	background: url('./images/actionicons/cross.png') no-repeat left top;
	padding-left: 8px;
	text-decoration: none;
}
.trackback a.delete span {
	display: none;
}
.comment {
	padding: 10px;
	margin-bottom: 20px;
	width: 620px;
	overflow: hidden;
}
.comment li p {
	border-top: 1px dashed #999999;
	margin-top: 5px;
	padding-top: 5px;
}
.comment h3 {
	display: none;
}
.comment ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment .date {
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #777;
}
.comment .name {
	font-weight: bold;
	font-size: 14px;
}
.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;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment .control a.address {
	background: url('./images/actionicons/comment_go.png') no-repeat;
	padding-left: 15px;
	padding-bottom: 2px;
	text-decoration: none;
}
.comment .control a.address span {
	display: none;
}
.comment .control a.modify {
	background: url('./images/actionicons/comment_edit-delete.png') no-repeat;
	padding-left: 15px;
	padding-bottom: 2px;
	text-decoration: none;
}
.comment .control a.modify span {
	display: none;
}
.comment .control a.write {
	background: url('./images/actionicons/comments_add.png') no-repeat;
	padding-left: 18px;
	padding-bottom: 2px;
	text-decoration: none;
}
.comment .control a.write span {
	display: none;
}
.commentWrite {
	padding: 5px;
	margin-top: 20px;
	font-family: 'Trebuchet MS', 'Malgun Gothic', sans-serif;
}
.commentWrite input {
	border: 1px solid #999999;
	width: 200px;
	font-family: 'Trebuchet MS', sans-serif;
	color: #FFFFFF;
	background-color: #333333;
}
.commentWrite input:hover, .commentWrite input:focus {
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

.commentWrite input.button {
	border: 1px solid #999999;
	width: 612px;
	font-family: 'Trebuchet MS', sans-serif;
	color: #000000;
	background-color: #C0C0C0;
	height: 30px;
}
.commentWrite input.button:hover {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

.commentWrite textarea {
	width: 600px;
	padding: 5px;
	background-color: #333333;
	color: #FFFFFF;
	overflow: auto;
	height: 120px;
}
.commentWrite textarea:hover, .commentWrite textarea:focus {
	border: 1px solid #FFFFFF;
	background-color: #333333;
}

.commentWrite .homepage {
	width: 300px;
}
.commentWrite .submit {
	width: 477px;
	height: 22px;
	background-color: #ccc;
	font: 1.1em 'Trebuchet MS', 'Malgun Gothic', 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: center;
	font-size: 14px;
	letter-spacing: -1px;
}
.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;
}
/* ***** sidebar ***** */
#sidebar {
	width: 210px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar li {
	padding-left: 7px;
	padding-right: 0px;
}
#sidebar h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #98ADBC;
	padding-top: 20px;
	margin-bottom: 5px;
	font-family: "Myriad Pro", 'Trebuchet MS', 'Malgun Gothic', 'Lucida Grande', sans-serif;
	text-transform: lowercase;
	letter-spacing: -1.2px;
}
#sidebar .cnt {
	font: 0.85em Tahoma, Helvetica, Arial, Gulim, sans-serif;
	color: #f60;
}
#sidebar .date {
	font: 0.9em Tahoma, Helvetica, Arial, Gulim, sans-serif;
	color: #888;
}
#sidebar .name {
	font: 0.9em 'Trebuchet MS', 'Malgun Gothic', Arial, sans-serif;
	color: #888;
}
#sidebar .blogImage img {
	width: 210px;
	padding-bottom: 0px;
}
#sidebar .language {
	font-family: "Myriad Pro", 'Trebuchet MS', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 7px;
	color: #000000;
	vertical-align: middle;
}
#sidebar .blogDesc {
	color: #888;
	font-size: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -5px;
}
#sidebar .userID {
	color: #888;
	background: url('./images/iconBy.gif') no-repeat 3px 0;
	padding-left: 22px;
	letter-spacing: -1px;
}
#sidebar .notice {
	margin: 10px 0;
	width: 210px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar .notice li {
	border-bottom: 1px dotted #ddd;
	padding: 0 0 1px 0;
	background: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
}
#sidebar .notice a:visited {
	background: url('./images/iconNotice.gif') no-repeat 0 0;
	padding: 0px 0 5px 18px;
}
#sidebar .notice a:link {
	background: url('./images/iconNotice.gif') no-repeat 0 0;
	padding: 0px 0 5px 18px;
}
#sidebar .notice a:hover {
	background: url('./images/iconNotice_on.gif') no-repeat 0 0;
	padding: 0 0 5px 18px;
	text-decoration: none;
	color: #f60;
}
#sidebar .adminMenu {
	padding: 8px 5px 6px 5px;
	margin: 5px 0 10px 0;
	text-align: center;
}
#sidebar .tab_write {
	background-position: left;
	padding: 1px 5px 1px 20px;
	margin: 5px 0 10px 0;
	text-align: center;
	background-image: url('./images/actionicons/pencil.png');
	background-repeat: no-repeat;
}
#sidebar .tab_admin {
	background-position: left;
	padding: 1px 5px 1px 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('./images/actionicons/key.png');
	margin-top: 5px;
	margin-bottom: 10px;
}
#sidebar .adminMenu li {
	background: none;
	display: inline;
	width: 100px;
}
#sidebar .adminMenu a {
	padding: 0px;
	color: #fff;
	text-decoration: none;
}
#sidebar .search {
	padding: 1px 0px 1px 2px;
	background-position: center center;
	text-align: center;
	width: 210px;
	background-image: url('./images/searchbox.png');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#sidebar .search:hover {
	padding: 1px 0px 1px 2px;
	background-position: center center;
	text-align: center;
	width: 210px;
	background-image: url('./images/searchbox_mouseon.png');
	background-repeat: no-repeat;
}
#sidebar .search input {
	padding: 2px 0px 0px 2px;
	width: 175px;
	height: 22px;
	top: 0px;
	left: 5px;
	clip: rect(auto, auto, auto, 0px);
}
#sidebar .search .submit {
	width: 30px;
	height: 24px;
	clip: rect(auto, 0px, auto, auto);
	display: block;
	cursor: pointer;
	background-image: url('./images/blank.gif');
	background-repeat: repeat;
}


/* Categories */
#sidebar .category div {
	margin: 0 !important;
}
#sidebar .category h3 {
	margin-bottom: .3em;
}
#sidebar .category ul {
	list-style: none;
}
#sidebar .category li a {
	display: block;
}
#sidebar .category li a:hover, #sidebar .category li a:active {
	color: #fff;
}
/* 1 depth */
#sidebar .category ul li ul li a {
	padding-left: 18px;
	background: url('./images/bullet_category.gif') no-repeat 0 50%;
}
#sidebar .category ul li ul li a:link, #sidebar .category ul li ul li a:visited {
	color: #98ADBC;
}
#sidebar .category ul li ul li a:hover, #sidebar .category ul li ul li a:active {
	color: #fff;
}
/* 2 depth */
#sidebar .category ul li ul {
	margin: 0;
}
#sidebar .category ul li ul li ul li a {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding-left: 35px;
	background: url('./images/bg_tree.gif') no-repeat 22px 45%;
}
#sidebar .category ul li ul li ul li.lastChild a {
	background: url('./images/bg_treeEnd.gif') no-repeat 22px 45%;
}
/* selected */
#sidebar .category .selected {
	font-weight: bold;
}
#sidebar .category .selected ul li {
	font-weight: normal;
}

/* category ends here */

#sidebar .tagbox ul {
	text-align: center;
	width: 200px;
	line-height: 18px;
	font-weight: lighter;
}
#sidebar .tagbox li {
	background: none;
	display: inline;
}
#sidebar .tagbox a {
	letter-spacing: -1px;
	line-height: 18px;
	text-transform: lowercase;
}
#sidebar .tagbox li .cloud1 {
	font-size: 20px;
	color: #98ADBC;
}
#sidebar .tagbox li .cloud2 {
	font-size: 18px;
	color: #98ADBC;
}
#sidebar .tagbox li .cloud3 {
	font-size: 15px;
	color: #98ADBC;
}
#sidebar .tagbox li .cloud4 {
	font-size: 13px;
	color: #98ADBC;
}
#sidebar .tagbox li .cloud5 {
	font-size: 12px;
	color: #98ADBC;
}
#sidebar .tagbox a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #000;
}
#sidebar .recentComment {
	width: 210px;
	overflow: hidden;
}
#sidebar .recentTrackback {
	width: 210px;
	overflow: hidden;
}
#sidebar .recentPost li, #sidebar .recentComment li, #sidebar .recentTrackback li, #sidebar .archive li {
	background-position: 2px 7px;
	width: 200px;
	overflow: hidden;
	background-image: url('./images/bul.png');
	background-repeat: no-repeat;
	padding-left: 10px;
}

#sidebar .archive {
	font-family: verdana;
}
#sidebar .calendar {
	font-family: verdana;
}
#sidebar .counter {
	font: 0.85em "Trebuchet MS", Helvetica, Arial, Gulim, sans-serif;
	padding: 5px 0;
	margin: 10px 0;
	letter-spacing: 0;
	color: #CCCCCC;
	font-size: 1em;
}
#sidebar .counter li {
	background: none;
	display: inline;
	padding: 0 5px;
}
#sidebar .counter li.total {
	display: block;
	color: #CCCCCC;
}
#sidebar .botton {
	text-align: center;
	padding: 5px;
}
/* ***** footer ***** */
#footer {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #c0c0c0;
}
#footer .credit {
	width: 660px;
	margin-left: 250px;
	margin-right: 20px;
	position: relative;
	display: block;
	text-align: center;
	color: #C0C0C0;
}
address.credit2 {
	padding: 0px 0px 5px 0px;
	font-family: "Myriad Pro", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	float: right;
	width: 680px;
	float: right;
	height: 35px;
	margin-right: 15px;
	position: relative;
}
address.credit {
	padding: 5px 0 5px 0;
	color: #fff;
	font-family: "Myriad Pro", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	float: right;
	width: 680px;
	margin-right: 15px;
	position: relative;
}
address.credit a {
	border-bottom: 1px dashed #b4e7f3;
}
address.credit a:hover {
	color: #017c99;
}
address.copyright {
	color: #C0C0C0;
	font-family: "Myriad Pro", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	width: 220px;
	left: 0px;
	float: left;
	height: 35px;
	position: relative;
}
address.validation {
	clear: both;
	color: #C0C0C0;
	font-family: "Myriad Pro", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px 0 5px 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	width: 220px;
	float: left;
	position: relative;
	margin-bottom: 3px;
}
address.validation a {
	color: #fff;
	border-bottom: 1px dashed #b4e7f3;
	padding-left: 13px;
	background: url('./images/bullet_check.gif') no-repeat 0 40%;
	margin-left: 3px;
}
