@charset "utf-8";

/* Initialization */
body, input, textarea {
	font-family: Verdana, NanumGothic, "Malgun Gothic", "맑은 고딕", "Apple Gothic", Dotum, sans-serif;
}

/* HTML5 tags */
header, footer, article, section, nav, menu, hgroup {
	display: block;  
}  


* {
	margin: 0; padding: 0;
}

/* Main Layout */
body {
	background: white;
	color: #333;
	font-size: 0.85em;
	text-align: center;
}

#wrap {
	background: url(./images/blog.title.png) no-repeat left top;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

header a {
	display: block;
	text-indent: -999em;
	height: 200px;
}

header a:hover {
	background: none;
}

header ul {
	display: none;
}

hr { display: none; }

#container {
	padding: 10px 0 0 0;
}

#content {
	margin-left: 250px;
}

#sidebar {
	position: absolute;
	top: 310px;
	width: 220px;
}

#modules {
	float: right;
	margin-left: 250px;
}

footer {
	clear: right;
	text-align: center;
	font-size: 0.8em;
	color: #888;
	margin: 10px;
}

/* General Tags */
img  { border: none; }

a {
	color: #008ec0;
}
a:hover {
	background-color: #00aae5;
	color: white;
	text-decoration: none;
}

ul {
}

li {
	margin-left: 1.2em;
}

/* Container around articles */
article {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
}

h2 { /* Page Title */
	margin: 0.3em 0 0.3em 0;
	font-family: Georgia, NanumMyeongjo, Batang, serif;
}

h2 a {
	color: #444;
	text-decoration: none;
	font-family: Georgia, NanumMyeongjo, Batang, serif;
}
h2 a:hover {
	background: none;
	color: #666;
	text-decoration: underline;
}

/* Article(post) Information */
ul.postInfo, ul.admin {
	list-style: none;
	clear: left;
	font-size: 0.9em;
}
ul.postInfo li, ul.admin li {
	padding: 0 7px 0 7px;
	margin: 0;
	float: left;
	border-right: 1px solid #ccc;
}
ul.postInfo li:first-child, ul.admin li:first-child {
	margin-left: 12px;
	border-left: 1px solid #ccc;
}
ul.postInfo a {
	color: #666;
	text-decoration: none;
}
ul.postInfo a:hover {
	background: none;
	text-decoration: underline;
	color: #444;
}
ul.postInfo dfn { font-style: normal; }

.miscInfo a {
	color: #D98927;
}
.miscInfo a:hover {
	background: none;
	color: #EAA22B;
}

.miscInfo .postTags a {
	color: #bbb;
}
.miscInfo .postTags a:hover {
	background: none;
	color: #999;
}
.paging { text-align: center; }
.paging ul { margin: 0 auto; }
.paging a {
	display: inline-block;
	padding: 2px 4px 3px 4px;
	font-size: 9pt;
	border: 1px solid #ddd;
	color: #bbb;
}
.paging a:hover {
	background: none;
}
.paging a:link, .paging a:visited {
	text-decoration: none;
	color: #EC008B;
}
.paging a:link:hover, .paging a:visited:hover {
	border: 1px solid #EC008B;
	background: #EC008B;
	color: #eee;
}
.paging .selected { font-weight: bold; color: #555; }

/* Trackbacks/Comments/Guestbooks */
#guestBook .list ol,
article .list ol {
	list-style: none;
}

#guestBook .list ol ol,
article .list ol ol {
	margin: 6px 0 0 0;
}

#guestBook .list li,
article .list li {
	margin-bottom: 12px;
}

#guestBook .list li li,
article .list li li {
	margin: 0;
}

#guestBook .list cite,
article .list cite {
	font-style: normal;
}

#guestBook .list .content,
article .list .content {
	font-size: 0.9em;
	line-height: 160%;
}

#guestBook .list .guest_admin,
article .list .rp_admin {
	background: #f2f2f2;
	padding: 5px 5px 5px 15px;
}

#guestBook .list .guest_general,
#guestBook .list .guest_secret,
article .list .rp_general {
	border: 1px solid #f2f2f2;
	padding: 5px;
}

#guestBook .list .guest_general .guest_general,
article .list .rp_general .rp_general {
	background: #f8f8f8;
	padding: 5px 5px 5px 15px;
}

#guestBook .command,
article .command {
	font-size: 0.9em;
	color: #999;
}

/* Comment/Guestbook Form */
#guestBook fieldset, article fieldset {
	margin-top: 5px;
	border: none;
	padding: 4px;
}

#guestBook fieldset div, article fieldset div {
	margin: 4px 0;
}

#guestBook form textarea, article form textarea {
	width: 100%;
	padding: 4px 6px;
	font-size: 1em;
	border: 1px solid #ccc;
	color: #333;
}

#guestBook form label, article form label {
	font-size: 0.8em;
}

#guestBook form input[type=text],
#guestBook form input[type=password],
article form input[type=text],
article form input[type=password] {
	padding: 2px 4px;
	border: 1px solid #ccc;
	width: 35%;
}

#guestBook form textarea:hover,
#guestBook form input[type=text]:hover,
#guestBook form input[type=password]:hover,
article form textarea:hover,
article form input[type=text]:hover,
article form input[type=password]:hover {
	border-color: #ADCAE9;
	background-color: #F0F5FB;
}

#guestBook form textarea:focus,
#guestBook form input[type=text]:focus,
#guestBook form input[type=password]:focus,
article form textarea:focus,
article form input[type=text]:focus,
article form input[type=password]:focus {
	background-color: #f9f9f9;
}

#guestBook form input[type=submit],
article form input[type=submit] {
	margin-top: 5px;
}

#guestBook form .commentTypeOpenid a,
article form .commentTypeOpenid a {
	text-decoration: none;
	font-size: 0.9em;
}

#guestBook form .commentTypeOpenid a:hover,
article form .commentTypeOpenid a:hover {
	background: none;
	font-weight: bold;
}

/* Search List */
.searchList { margin: 12px 5px; }
.searchList h3 {
	font-family: Georgia, NanumMyeongjo, Batang, serif;
	color: #666;
	padding: 0 0 2px 3px;
	border-bottom: 1px solid #ccc;
	margin: 0.2em;
}
.searchList ol { list-style: none; margin: 0; padding: 0 0 0 6px; }
.searchList li {
	background: url(./images/page_white.png) no-repeat left center;
	padding: 1px 0 1px 20px;
	margin: 3px 0;
	font-size: 0.9em;
}
.searchList li a {
	text-decoration: none;
	color: #555;
}
.searchList li a:hover {
	color: #f90;
	background: none;
	text-decoration: underline;
}
.searchList .slDate { color: #829DC8; font-size: 0.9em; }
.searchList cite { color: #999; font-style: normal; font-size: 0.9em; padding-left: 0.5em; }
.searchList .slCnt { color: #7E5BEF; font-family: Tahoma, sans-serif; font-size: 0.8em; }

/* Tag Page */
#taglog { text-align: justify; }
#taglog a { display: inline-block; }

/* Bottom Modules */
#modules h3 {
	font-size: 1em;
	font-family: Georgia, serif;
	color: #555;
}

#modules .module {
	margin: 10px 0;
	font-size: 0.86em;
}
#tagbox ul, #taglog ul {
	list-style: none;
	height: 3.5em;
	padding: 4px;
}
#tagbox li, #taglog li {
	margin: 0; padding: 0;
	float: left;
}
#tagbox a, #taglog a {
	font-size: 1.3em;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0 2px 4px 2px;
	line-height: 1.0;
}
#tagbox a { padding-bottom: 2px; display: block; }
#tagbox a.cloud1, #taglog a.cloud1 { color: #61C595; font-weight: bold; }
#tagbox a.cloud2, #taglog a.cloud2 { color: #5CA583; font-weight: bold; }
#tagbox a.cloud3, #taglog a.cloud3 { color: #444; }
#tagbox a.cloud4, #taglog a.cloud4 { color: #777; }
#tagbox a.cloud5, #taglog a.cloud5 { color: #aaa; }
#tagbox a:hover, #taglog a:hover { color: white; background: #333; }

#archiveBox ul { list-style: none; }
#archiveBox li {
	padding-left: 19px;
	margin: 3px 0;
	background: url(./images/calendar.png) no-repeat left center;
}

/* Sidebar Contents */
#sidebar .module {
	margin: 10px 0;
	font-size: 0.9em;
	width: 175px;
}
#sidebar h3 {
	font-size: 1.1em;
	font-family: Georgia, serif;
	color: #555;
	text-align: right;
	padding: 0 2px 3px 0;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
#searchBox input.text {
	border: none;
	background: url(./images/bg.searchbox.png) no-repeat left top;
	width: 142px;
	height: 17px;
	padding: 6px 24px 0 10px;
	font-size: 12px;
}
#searchBox input.searchSubmit { display: none; }
#counter { text-align: right; }
#counter dt {
	float: right;
	margin-left: 0.2em;
	width: 5em;
	color: #666;
}
#textcubeBanner { text-align: right; font-size: 0.8em;}
#textcubeBanner a { color: #888; text-decoration: none; }
#textcubeBanner a:hover { background-color: #444; color: white; }
#subscription { text-align: right; }
a.rss {
	font-size: 0.9em;
	background: url(./images/feed.png) no-repeat right center;
	padding: 3px 18px 3px 0;
	line-height: 150%;
	color: #F58541;
}
a.rss:hover {
	color: #EC610D;
}

#category ul { list-style: none; }
#category ul ul { margin-top: 4px; margin-bottom: -4px; }
#category li {
	margin: 0;
	padding: 3px 0 4px 19px;
	background: url(./images/book.png) no-repeat left 2px;
	line-height: 1;
}
#category li li { background-image: url(./images/book_open.png); }
#category li li li { background-image: url(./images/page_white.png); }
#category a {
	color: #666;
	text-decoration: none;
}
#category a:hover {
	background: none;
	font-weight: bold;
	text-decoration: underline;
	color: #444;
}
#category .c_cnt {
	font-size: 0.8em;
	font-family: Tahoma, sans-serif;
	color: #7EBA5F;
}
#category a:hover .c_cnt {
	font-weight: normal;
}

/* Page Footer */
footer small { margin-bottom: 4px; }
footer a { color: #777; }
footer a:hover { color: #444; }
a.cclicense {
	background: url(./images/icon.cc.gif) no-repeat left center;
	padding: 2px 0 2px 17px;
}


/* Article Formatting */
.article-content {
	line-height: 170%;
	font-size: 0.9em;
	font-family: Verdana, NanumGothic, sans-serif;
	padding: 12px 0 12px 0;
	clear: left;
}
.article-content p { margin: 0 0 0.75em 0; }
.article-content .me2_tags { font-size: 0.9em; margin: 0 0.4em; color: gray; }
.article-content ul { margin: 0.5em 0.5em 0.8em 0.5em; }
.article-content li { margin-bottom: 0.3em; line-height: 160%; }
.article-content blockquote {
	padding: 10px 10px 10px 45px;
	margin: 0.5em;
	background: #f2f2f2 url(./images/bg.blockquote.png) no-repeat 2px 4px;
}
.article-content h4 { border-bottom: 1px solid #ccc; margin: 0.5em 0; line-height: 120%; }
.article-content table { border-collapse: collapse; margin: 0.5em; }
.article-content th, .article-content td { padding: 2px 8px; border: 1px solid white; line-height: 150%; }
.article-content th { background: #ddd; }
.article-content td { background: #f2f2f2; }
.article-content div.footnotes { font-size: 0.9em; line-height: 150%; color: #555; padding: 1em 0.5em 0 0.2em; }
.article-content div.footnotes hr { display: block; margin-bottom: 8px; border: 0 none; background: #999; width: 30%; height: 1px; }
.article-content div.footnotes ol { margin-left: 8px; }
.article-content figure { margin: 0.6em; }
.article-content p.cap1, .article-content figcaption { font-size: 0.9em; color: #666; }
.article-content .imageblock img { padding: 2px; background-color: #f8f8f8; border:1px solid #ccc; }
.article-content code { font-family: Consolas, monospace; font-size: 0.93em; }
.article-content abbr { border-bottom: 1px dotted #333; cursor: help; }

