@charset "utf-8";

* {
	margin:0; 
	padding:0;
	}

html {
	font-size: 62.5%;
	background:#fff url(./images/bg_body.gif) repeat 50% 0;
	}

body{
	font:1.2em/1.8em 'Trebuchet MS', Gulim, 굴림, Tahoma, AppleGothic, Sans-serif;
	background: url(./images/bg_bodyTop.gif) repeat-x 50% 0;
	color:#666;
	padding-top:20px;
	}

a {text-decoration:none;}
a:link, a:visited { color:#0092b3;}
a:hover, a:active { color:#036;}

/* misc */
a img {border:none;}
br {letter-spacing:0;}
hr {display:none;}
p { margin:0 0 1.5em;}

/* Float bug */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* */

/*-------------------------------*/
/* Hadding */
/*-------------------------------*/
h1 {
	display:inline;
	font-weight:normal;
	font-size:9pt;
	line-height:normal;
	padding-left:50px;
	vertical-align:middle;
font-weight:bold;
	}
h1 a:link, h1 a:visited {color:#000;}
h1 a:hover, h1 a:active {color:#fff;}

h2 { 
	margin-bottom:.2em;
	font:bold 1.6em Dotum, 돋움, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	color:#0092b3;
	}

h3 { 
	font:9pt dotum, Arial, Helvetica, Sans-Serif;
	color:#0092b3;
	letter-spacing:0;
font-weight:bold;
	}

h4 {
	font:bold 1.1em Dotum, 돋움, AppleGothic, Sans-Serif;
	}

/*-------------------------------*/
/* layout */
/*-------------------------------*/
#wrapper {
	width:940px;
	overflow:hidden;
	margin:0 auto;
	border:3px solid #f8f8f8;
	border-left-width:2px;
	}

#header {
	padding-top:1em;
	background:#44d8e6 url(./images/bg_header.gif) no-repeat 50% 0;
	border-top:1px solid #3397ab;
	border-right:1px solid #3397ab;
	}

#mBody{
	width: 700px;
	padding:3em 30px 0;
	background:#fff url(./images/bg_content.gif) repeat-x 0 0;
	float: left;
	}
#sidebar {
	background:#fff url(./images/bg_content.gif) repeat-x 0 0;
	padding:3em 0 0;
	float:left;
	width:180px;
}
#contentColumn {
	width:100%;
	min-height:15em;
	}
	* html #contentColumn {height:15em;}

#extra {
	width:100%;
	padding:2em 0;
	font:.9em/1.8em Dotum, 돋움, Tahoma, AppleGothic, Sans-serif;
	letter-spacing:-1px;
	}
#categories {
	float:left;
	display:inline;
	width:30%;
	}
#recentPosts {
	float:left;
	display:inline;
	width:30%;
	margin:0 5%;
	}
#recently {
	float:left;
	display:inline;
	width:30%;
	}

#misc {
	clear:both;
	padding:1em 0 .5em;
	width:100%;
	border-top:1px solid #eee;
	color:#999;
	letter-spacing:0;
	}

#footer {
	clear:both; 
	height:6em;
	padding-top:2em;
	text-align:center;
	}

/*-------------------------------*/
/* Header */
/*-------------------------------*/
#title {
	}
#title span {
	font:.9em Dotum, 돋움, AppleGothic, Sans-Serif;
	padding-left:10px;
	color:#1b6679;
	vertical-align:middle;
	}

/* tab navigation */
#tabNav {
	padding:.4em 0 0;
	width:100%;
	font-size:.9em;
	line-height:normal;
	vertical-align:middle;
	}

#tabNav ul {
	padding:0 10px 0 50px;
	list-style:none;
	}
#tabNav li {
	display:inline;
	}
#tabNav a {
	float:left;
	background-color:#8ddae8;
	margin-right:5px;
	text-decoration:none;
	padding:.2em 1em;
	color:#007694;
	border-top:1px solid #b2e1ea;
	}

#tabNav a:hover {
	background-color:#60CCDC;
	color:#000;
	}

/* Selected */
#tt-body-page .tab_page a,
#tt-body-search .tab_page a,
#tt-body-archive .tab_page a,
#tt-body-category .tab_page a,
#tt-body-entry .tab_page a,
#tt-body-location .tab_location a,
#tt-body-tag .tab_tag a,
#tt-body-notice .tab_notice a,
#tt-body-guestbook .tab_guestbook a {
	background:#fff url(./images/bg_tab.gif) repeat-x 0 100%;
	color:#007694;
	}

#tt-body-page .tab_page a:hover,
#tt-body-search .tab_page a:hover,
#tt-body-archive .tab_page a:hover,
#tt-body-category .tab_page a:hover,
#tt-body-entry .tab_page a:hover,
#tt-body-location .tab_location a:hover,
#tt-body-tag .tab_tag a:hover,
#tt-body-notice .tab_notice a:hover,
#tt-body-guestbook .tab_guestbook a:hover {
	background-color:#fff;
	color:#333;
	}

/*-------------------------------*/
/* Content column */
/*-------------------------------*/
/* Search list */
.searchList {
	margin-bottom:3em;
	font:1em/1.5em Dotum, 돋움, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	}

.searchList h2 {
	margin-bottom:1.2em;
	}
.searchList h3 {
	margin-bottom:.5em;
	padding-left:20px;
	background:url(./images/bullet_search.gif) no-repeat 0 50%;
	}

.searchList ol {
	list-style:none;
	background-color:#fafaf8;
	border:1px solid #f0f0e6;
	padding:.5em 1em;
	}
.searchList li {
	padding:.3em 0;
	}
.searchList li * {vertical-align:middle;}

.searchList span, .searchList cite {
	font:.9em Dotum, 돋움, AppleGothic, sans-serif;
	margin-right:.5em;
	color:#999;
	}

/* Protected */
.protectedBody {
	padding:0 0 4em;
	margin-bottom:2em;
	border-bottom:1px solid #f0f0e6;
	}

.protectedBody em {
	display:block;
	margin-bottom:1em;
	background:none;
	color:#666;
	font-style:normal;
	}

.protectedBody input.submitBtn {
	width:5em;
	font-size:.9em;
	}

/* Administer */
.admin {
	margin-bottom:1em;
	background-color:#fafaf8;
	border:1px dashed #ddd;
	padding:.5em;
	font:.9em Dotum, 돋움, AppleGothic, Sans-Serif;
	}

/* Subject */
.subject {
	margin-bottom:2.2em;
	line-height:0;
	}

/* Post info */
.subject span {
	font:.9em 'Franklin Gothic Medium', tahoma, Helvetica, Sans-Serif;
	color:#999;
	}
.subject span a {
	font-family:Dotum, 돋움, AppleGothic, Helvetica, Sans-Serif;
	}

/* Entry */
.entry {
	margin-bottom:2.5em;
	}
.article {
	margin-bottom:1.5em;
	width:100%;
	overflow:hidden;
	text-align:justify;
	letter-spacing:-1px;
	font:9pt dotum, Gulim, 굴림, Tahoma, AppleGothic, Sans-serif;
	line-height:1.7em;
}
.article a{border-bottom:1px dashed #cca833;}

blockquote {
	margin:2em auto;
	padding:0 10px;
	width:90%;
	color:#bcbf85;
	letter-spacing:-1px;
	border-left:2px solid #ddd;
	font-size:.9em;
	line-height:1.7em;
	}

.article em {
	font-style:normal;
	color:#000;
	background-color:#f1f1e8;
	}

.article ol {
	margin:1em 0 1.5em 40px;
	}

.article ul {
	list-style:none;
	margin:1em 0 1.5em 20px;
	}
.article ul li {
	background:url(./images/bullet_ul.gif) no-repeat 0 45%;
	padding-left:20px;
	}

pre {
	background-color:#fafaf8;
	padding:.4em 8px;
	margin-bottom:1em;
	border:1px solid #f0f0e6;
	letter-spacing:0;
	font:.8em Dotum, 돋움, AppleGothic, Sans-Serif;
	}

del {
	color:#999;
	}
ins {
	color:#5a5a5a;
	}

.imageblock {
	margin:0 0 1.5em;
	border:none;
	}
.imageblock * {
	border:none !important;
	}
.imageblock img {
	background-color:#fff;
	padding:6px;
	border:1px solid #ddd !important;
	vertical-align:middle;
	}

.cap1 {
	color:#999;
	font-size:.8em;
	text-align:center;
	}

.moreless_fold {
	padding-left:20px; 
	background:url(./images/bullet_plus.gif) no-repeat 0 50%;
	} 
.moreless_top  {
	padding-left:20px; 
	background:url(./images/bullet_minus.gif) no-repeat 0 50%;
	margin-bottom:.5em;
	}
.moreless_bottom {
	display:none;
	}
.moreless_fold span, .moreless_top span, .moreless_bottom span{
	background:#f5f5f5;
	color:#333;
	}

.moreless_content {
	background-color:#fafaf8;
	padding:1em;
	margin-bottom:2em;
	border:solid 1px #f0f0e6;
	}

.pInfo {
	background-color:#fafaf8;
	padding:.4em 8px;
	margin-bottom:1em;
	border:1px solid #f0f0e6;
	}

.postTag {
	clear:both;
	font:.9em Dotum, 돋움, AppleGothic, Sans-Serif;
	padding-left:20px;
	background: url(./images/bullet_tag.gif) no-repeat 0 50%;
	}
.postTag a {
	padding:0 .2em;
	}

/* Comment, Trackback toggle */
.ctBtn {
	clear:both;
	font-size:.9em;
	padding-left:20px;
	background: url(./images/bullet_comment.gif) no-repeat 0 50%;
	}

/*-------------------------------*/
/* Trackback */
/*-------------------------------*/
.trackback .url {
	margin-bottom:2em;
	padding:.5em 0 .5em 28px;
	background:#fafaf8 url(./images/bullet_url.gif) no-repeat 10px 50%;
	border:1px solid #f0f0e6;
	font:.9em 'Trebuchet MS', Verdana, Sans-Serif;
	letter-spacing:0;
	}

/* Trackback list */
.trackback {
	padding-bottom:.5em;
	font-family:Gulim, 굴림, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	}
.trackback ol {
	list-style:none;
	}
.trackback ol li{
	margin-bottom:1em;
	padding:.5em 1em;
	background-color:#fafaf8;
	border:1px solid #f0f0e6;
	}
.trackback cite {
	font-style:normal;
	font-family:Dotum, 돋움, AppleGothic, Helvetica, Sans-Serif;
	}
.trackback li span {
	font:.9em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	letter-spacing:0;
	color:#999;
	}
	.trackback span a:link, .trackback span a:visited {color:#999;}
	.trackback span a:hover, .trackback span a:active {color:#333;}

.trackback li p {
	margin:1em 0 .5em;
	text-align:justify;
	}

/*-------------------------------*/
/* Comment, Guestbook */
/*-------------------------------*/
.entry .list {
	margin:.5em 0 2em;
	font-family:Gulim, 굴림, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	}
#guestBook .list {
	margin-top:2em;
	font-family:Gulim, 굴림, AppleGothic, Sans-Serif;
	letter-spacing:-1px;
	}

.list ol {
	list-style:none;
	margin-bottom:2em;
	}
.list li {
	margin-bottom:1em;
	border:1px solid #f0f0e6;
	}
.list li p {
	padding:0 1em;
	}
.list p.author {
	padding:.4em 1em 0;
	font:1em Dotum, 돋움, AppleGothic, Sans-Serif;
	letter-spacing:0;
	margin-bottom:1em;
	}

.list span {
	font:.9em 'Franklin Gothic Medium', myriad, tahoma, Sans-Serif;
	letter-spacing:0;
	color:#999;
	}
.list span a {
	text-decoration:underline;
	}
	.list span a:link, .list span a:visited {color:#999;}
	.list span a:hover, .list span a:active {color:#333;}

/* Reply */
.list ol li ol {
	margin:0;
	margin-left: 50px;
	}
.list ol li ol li {
	margin:.2em 0 0;
	padding:.3em 0;
	background-color:#fafaf8;
	border:0 none;
	}

.list img {
	vertical-align:middle;
	margin-right:.2em;
	padding:2px;
	width:20px;
	height:20px;
	background-color:#fff;
	border:1px solid #ddd;
	}

/* Write area */
fieldset {
	padding:1em;
	border:1px solid #f0f0e6;
	letter-spacing:0;
	}
* html fieldset {
	/* \ Not Mac */
	position:relative;
	clear:both;
	margin-top:1.8em;
	padding:2em 1em 1em;
	/* */
	}

legend {
	font:1.2em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	color:#999;
	}
* html fieldset legend {
	/* \ Not Mac */
	position:absolute;
	top:-.8em;left:.4em;
	/* */
	}

fieldset div {
	margin:.3em 0;
	}

label {
	padding-left:.2em;
	font:.9em 'Franklin Gothic Medium', Helvetica, Sans-Serif;
	vertical-align:middle;
	}
label span {
	color:#999;
	}

input{
	padding:2px .5em;
	background-color:#fafaf8;
	width: 180px;
	font:1em Gulim, 굴림, AppleGothic,Sans-Serif;
	vertical-align:middle;
	color:#666;
	border:1px solid #ddd;
	}
textarea {
	padding:2px .5em;
	width:360px;
	height:120px;
	background-color:#fafaf8;
	border:1px solid #ddd;
	font:1em Gulim, 굴림, AppleGothic, Sans-Serif;
	color:#666;
	}
input:focus, textarea:focus {
	background-color:#F8F8F3;
	border-color:#d5d5c7;
	}

.checkbox {
	background:none;
	padding:0;
	width:12px;
	border:0 none;
	}

.submit input {
	margin-top:1em;
	padding:.3em;
	width:80px;
	height:25px;
	font-size:.9em;
	color:#666;
	cursor:pointer;
	}

/*-------------------------------*/
/* Location log */
/*-------------------------------*/
#location {
	margin-bottom:3em;
	font-family:Gulim, 굴림, AppleGothic, Sans-Serif;
	}
#location .place, #location .pTitle {
	border-bottom:solid 1px #eee;
	}

.place span {
	padding-left:10px;
	background:url(./images/bullet_indent.gif) no-repeat 0 3px;
	}

.place .dent0 {
	padding-left:18px;
	background:url(./images/bullet_pin.gif) no-repeat 0 50%!important;
	font-weight:bold;
	}

/*-------------------------------*/
/* Tag cloud */
/*-------------------------------*/
#taglog {
	margin-bottom:3em;
	}
#taglog ul { 
	text-align:justify;
	list-style:none;
	}
#taglog li { 
	display:inline;
	font-family: Dotum, 돋움, AppleGothic, Helvetica, Sans-Serif; 
	line-height:2.4em
	}

#taglog li a.cloud1 { font-weight:bold; font-size: 2.2em; color:#0092b3;}
#taglog li a.cloud2 { font-weight:bold; font-size: 1.9em; color:#4db5cd;}
#taglog li a.cloud3 { font-weight:bold; font-size: 1.5em; color:#68b5c7;}
#taglog li a.cloud4 { font-size: 1.2em; color:#6497a3;}
#taglog li a.cloud5 { font-size: .9em; color:#999;}
#taglog li a:hover { color:#069; background-color:#f2f4e7;}

/*-------------------------------*/
/* Page navigation */
/*-------------------------------*/
#paging {
	margin:4.5em 0 6em;
	font:.9em 'Trebuchet MS', Helvetica, Sans-Serif;
	color:#999;
	text-align:center;
	}

/* Selected */
#paging .selected {
	font-weight:bold;
	color:#f60;
	border-bottom:1px solid #999;
	}

/*-------------------------------*/
/* Extra */
/*-------------------------------*/
#extra h3 {
	margin-bottom:.4em;
	border-bottom:1px solid #e6e6e6;
	background-color:#f7f7f7;
	}

#extra ul, #extra ol {
	list-style:none;
	width:100%;
	margin-bottom:2.4em;
	}

#extra li {
	padding:.2em 0;
	border-bottom:1px dashed #e6e6e6;
	}

#extra a:link, #extra a:visited {color:#666;}
#extra a:hover, #extra a:active {color: #000; background-color:#f7f7f7;}

/* Categories */
#categories div {
	margin:0 !important;
	}
#categories ul {
	width:100%;
	margin:0 !important;
	}
#categories ul li ul li {
	border:0 none;
	border-top:1px dashed #ddd;
	}

/* 1 depth */
#categories ul li ul li a {
	padding-left:22px;
	background:url(./images/bullet_category.gif) no-repeat 0 45%;
	}

/* 2 depth */
#categories ul li ul li ul {
	padding-top:.2em;
	}
#categories ul li ul li ul li a {
	padding-left:22px;
	background:url(./images/bg_tree.gif) no-repeat 3px 45%;
	}

/* selected */
#categories .selected {
	font-weight:bold;
	}
#categories .selected ul li {
	font-weight:normal;
	}

/* count  */
.c_cnt {
	color:#999;
	}

#misc div, #misc p {
	float:none;
	display:inline;
	margin-right:1em;
	}
#misc p {
	line-height:2.5em;
	}

/* Search */
#searchForm .sInput {
	width:120px;
	padding:.3em 5px;
	background-color:#fff;
	}

#searchForm .searchSubmit {
	width: 5em;
	padding:.2em 0;
	cursor:pointer;
	}

#extra cite {
	font-style:normal;
	color:#999;
	}

#misc a {
	padding-left:13px;
	}
.adminBtn {
	background:url(./images/bullet_admin.gif) no-repeat 0 45%;
	margin-right:8px;
	}
.writeBtn {
	background:url(./images/bullet_write.gif) no-repeat 0 45%;
	}
/*-------------------------------*/
/* Footer */
/*-------------------------------*/
#footer p {
	font-size:.9em;
	margin:0 .5em 0;
	display:inline;
	}

/* RSS button */
.btn_rss {
	background: url(./images/bullet_rss.gif) left 50% no-repeat;
	padding-left:15px;
	}

#sidebar h3 {
margin-top: 20px;
font-size: 9pt;
font-family:dotum;
}

ol.code {
background:#EFEFEF url(http://static.springnote.com/images/icon/contextCodeBg.gif) no-repeat scroll 8px 7px;
font-family:courier,monospace;
line-height:1.8em;
margin:0pt;
padding:0pt 0pt 0pt 38px;
}
ol.code li {
list-style-type:none;
}