@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;}
abbr {border:0 none;}
dfn {font-style:normal;}

/* 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 {
	float:left;
	display:inline;
	margin-right:.5em;
	font-weight:normal;
	line-height:1.4em;
	font-size:3em;
	padding-left:40px;
	}
h1 a:link, h1 a:visited {color:#000;}
h1 a:hover, h1 a:active {color:#0092b3;}

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

h3 { 
	margin-bottom:.83em;
	font:bold 1.08em Arial, Helvetica, Sans-Serif;
	color:#0092b3;
	letter-spacing:0;
	}

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

/*-------------------------------*/
/* layout */
/*-------------------------------*/
#wrapper {
	width:66.33em;
	overflow:hidden;
	margin:0 auto;

	border-left-width:2px;
	}

#header {
position:relative;
	padding-top:1.8em;
width:100%;
padding-bottom:1em;
	}

#mBody{clear:both;
	padding:4em 40px 0;
	background-color:#fff;
	border:1px solid #ccc;
	border-left-color:#ddd;
	}

#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 p {
	float:left;
	display:inline;
	margin-top:1.55em;
	padding:0 0 .2em 1em;
	font:.9em/1em Verdana, AppleGothic, Sans-Serif;
	border-left:1px solid #ccc;
	color:#1b6679;
	vertical-align:middle;
	}

/* tab navigation */
#tabNav {float:right;
	padding:2em 0 0;
width:35em;
	font-size:.9em;
	line-height:normal;
text-align:right;
	vertical-align:middle;
	}

#tabNav ul {
display:inline;
	padding:0 10px 0 0;
	list-style:none;
	}
#tabNav li {
	display:inline;
	}
#tabNav a {
	float:left;
	margin-right:5px;
	text-decoration:none;
	padding:.33em 1em;
	color:#007694;
	}
/* safari only \*/
html:\66irst-child #tabNav a {padding:.2em 1em;}
/* end */


#tabNav a:hover {
	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 {
	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;
border-bottom:1px solid #eee;
padding-bottom:.27em
	}

/* Post info */
.subject span {
	font:.9em/1 '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;
	font:1em/1.7 AppleGothic, Gulim, '굴림', Tahoma, sans-serif;
	}
	.article a{border-bottom:1px dashed #cca833;}

.article a[rel="external"] {
	padding-right:1.17em;
margin-right:.33em;
background:url(./images/bullet_external.gif) no-repeat 100% 0;
	}

blockquote {
	margin:2em auto;
	padding:0 10px;
	width:90%;
	color:#bcbf85;
	letter-spacing:-1px;
	border-left:2px solid #ddd;
	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 .4em;
	padding-left:20px;
	}

pre {
	background-color:#fafaf8;
	padding:.4em 8px;
	margin-bottom:1em;
	border:1px solid #f0f0e6;
font-family:'Lucida Console', Monaco, monospace;
	}

code {
	font-family:'Lucida Console', Monaco, AppleGothic, '돋움', Dotum, monospace;
	}
dl {
	margin-bottom:1.5em;
border:1px solid #eee;
padding:1em;
	}
dt {font-weight:bold;font-size:.92em;}
dd {padding-left:2em;}

del {
	color:#999;
	}
ins {
background-color:#fafaf8;
	}

.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;
	}
.article table {
	width:100%;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
font:.92em/1.8 Dotum, '돋움', AppleGothic, sans-sarif;
margin-bottom:1.5em;
	}
.article th {
	text-align:left;
background-color: #f9f9f6;
	}
.article thead {
	
	}

.article caption {
	caption-side:bottom;
margin-top:.5em;
	}
.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;
	}
#guestBook .list {
	margin-top:2em;
	font-family:Gulim, 굴림, AppleGothic, Sans-Serif;
	}

.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;
	}
.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: 25em;
	font:1em Gulim, 굴림, AppleGothic,Sans-Serif;
	vertical-align:middle;
	color:#666;
	border:1px solid #ddd;
	}
textarea {
	padding:2px .5em;
	width:56em;
	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:6.67em;
	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 3em;
	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;
	background:url(./images/bullet_check.gif) no-repeat 0 40%;
	}

/*-------------------------------*/
/* Footer */
/*-------------------------------*/
/* license */
#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;
	}
