@charset "UTF-8";

/* @group Global Style */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background-color: #f3f3f3;
	color: #333333;
	font: 12px/1.7em verdana, Gulim, '굴림', Helvetica, sans-serif;
}

img {
	border: 0 none;
}

p {
	margin-bottom: 1.7em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #2286cc;
}
a:hover, a:active {
	color: #191919;
}

br
{
	letter-spacing: 0;
}

hr
{
	display: none;
}

fieldset
{
	border: 1px solid #f0f0e6;
	display: block;
	padding: 1.2em;
}

legend
{
	color: #999;
	padding: 0 3px;
}

dfn, em, cite, address
{
	font-style: normal;
}



/* @end */

/* @group Head Style */
h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 1px;
	margin-bottom: 5px;
}
h3 {
	font-size: 15px;
	color: #238ab3;
	border-bottom: 1px solid #a3d9f1;
	padding: 7px 0 2px 0px;
}

#content_body_right h3 {
	margin-top: 15px;
}

/* @end */

/* @group Layout */

#content_mainbox {
	width: 900px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	position: relative;
	margin: auto;
	padding-top: 10px;
	background-color: #fff;
}

#content_head {
	height: 100px;
	padding-left: 30px;
}

#content_head #head_sep {
	position: absolute;
	left: 330px;
	top: 15px;
}

#content_head #head_menu {
	position: absolute;
	left: 360px;
	top: 29px;
	padding: 10px;
}

#content_head #head_menu ul
{
	list-style: none;
}

#content_head #head_menu li
{
	display: inline;
}

#content_head #head_menu li a {
	font-size: 11px;
	color: #333333;
	border: 1px dashed #FFFFFF;
	padding: 5px;
}

#content_head #head_menu li a:hover {
	border: 1px dashed #0033FF;
	background-color: #DCF0FE;
}

#PureToolBox {
	position: absolute;
	left: 905px;
	top: 10px;
}

#PureToolBox li {
	list-style-type: none;
}

#content_body {
	background-image: url(images/bar_menu_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 100%;
	min-height: 400px;
	padding: 40px 20px 20px 40px;
}

#content_body_left {
	width: 500px;
	float: left;
}

#content_body_right {
	float: left;
	margin-left: 90px;
	width: 250px;
}

#content_foot {
	clear: both;
	height: 24px;
	background-color: #d4d4d4;
	color: #4c4c4c;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}

/* @end */

/* @group Entry */

.entry {
	margin-bottom: 50px;
}

/* @group Subject */

.subject ul
{
	list-style: none;
}

.subject li
{
	display: inline;
	font: 12px/2 verdana, Dotum, '돋움', Helvetica, sans-serif;
	color: #999;
}

.subject .postInfo li
{
	padding: .3em .6em .3em 25px;
}

.subject .infoDate
{
	background: url('./images/bullet_clock.gif') no-repeat 7px 50%;
}

.subject .infoCategory
{
	background: url('./images/bullet_folder.gif') no-repeat 5px 50%;
}

/* admin */

.subject .admin li
{
	padding-right: .5em;
	font-family: verdana, Dotum, '돋움', sans-serif;
}

.subject .admin li:after
{
	content: "|";
	color: #999;
	padding-left: .4em;
}


/* @end */

/* @group Protected Body */

.protectedBody
{
	margin-bottom: 2em;
	padding: 2em 0 2.5em;
}

.protectedBody p
{
	margin: .5em;
}

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

/* @end */

/* @group Search List */

.searchList
{
	margin-bottom: 4em;
}

.searchList ol
{
	list-style: none;
}

.searchList li
{
	border-bottom: 1px solid #eee;
}

.searchList li *
{
	vertical-align: middle;
}

.searchList li a
{
	display: block;
	line-height: 1.9em;
}

.searchList li a:hover
{
	background-color: #faf9f8;
}

.searchList .slDate
{
	color: #666;
	font-size: 0.92em;
	margin-right: .4em;
}

.searchList .slCnt
{
	color: #f90;
	font-size: 0.92em;
	margin-left: .2em;
}

/* @end */

/* @group Article */

.article
{
	margin: 20px 0 1.8em;
	text-align: left;
}

.article a:link, .article a:visited
{
	color: #ff007f;
	border-bottom: 1px dashed #c39;
}

.article a:hover, .article a:active
{
	background-color: #faf9f8;
	border-bottom: 1px dashed #c39;
	color: #c39;
}

.article blockquote
{
	margin: 1.7em auto;
	width: 90%;
	color: #666;
	border: 1px dotted gray;
	padding: 5px;
}

.article fieldset
{
	clear: both;
}

.article hr
{
	display: block;
	margin-bottom: 1em;
}

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

.article ul
{
	list-style: none;
	margin: 1em 0 1.5em 30px;
}

.article ul li
{
	padding-left: 10px;
	background: url('./images/bullet_atricleUl.gif') no-repeat 1px 3px;
}

.article .infoAuthor
{
	line-height: 1.2em;
	margin-top: 20px;
	text-align: right;
}

.article .infoAuthor dfn
{
	background: url('./images/bullet_author.gif') no-repeat 0 50%;
	padding: 2px 0 2px 18px;
}

.article .infoAuthor span
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
}

.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: 5px solid #eee !important;
	vertical-align: middle;
}

.imageblock .extensionIcon img
{
	border: none !important;
	margin-right: 2px;
}

.imageblock .cap1
{
	color: #999;
	font-family: verdana, Dotum, '돋움', Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	padding: 3px;
	text-align: center;
	margin: 5px 0 0 0;
}

.moreless_fold
{
	padding-left: 20px;
	background: url('./images/ico_plus.gif') no-repeat left 50%;
}

.moreless_top
{
	margin-bottom: 10px;
	padding-left: 20px;
	background: url('./images/ico_minus.gif') no-repeat left 50%;
}

.moreless_bottom
{
	display: none;
}

.moreless_fold span, .moreless_top span, .moreless_bottom span
{
	color: #333;
}

.moreless_content
{
	padding: 1em 10px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	background-color: #faf9f8;
}

/* @end */

/* @group Tag Command Button */

.miscInfo
{
	clear: both;
	margin: 2em 0 1em;
	padding: 0 0 .3em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 0.92em;
	line-height: 1.5em;
}

.miscInfo dl
{
	padding: .2em 0;
}

.miscInfo dt
{
	clear: both;
	float: left;
	width: 6em;
	margin: .3em 0 0;
	padding-left: 20px;
}

.miscInfo .postTag
{
	background: url('./images/bullet_tag.gif') no-repeat 0 45%;
}

.miscInfo .response
{
	background: url('./images/bullet_comment.gif') no-repeat 0 50%;
}

.miscInfo dd
{
	margin: .3em 0 0 8em;
	padding-left: .5em;
}


/* @end */

/* @group Trackback */

.trackback .url
{
	background: url('./images/bullet_uri.gif') no-repeat 5px 50%;
	padding-left: 20px;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
}

/* Trackback list */

.trackback h3
{
	display: none;
}

.trackback
{
	padding-bottom: .5em;
}

.trackback ol
{
	list-style: none;
}

.trackback ol li
{
	margin-bottom: 1em;
	padding: .5em 1em;
	background-color: #faf9f8;
	border: 1px solid #f0f0e6;
}

.trackback li p
{
	margin-bottom: 1em;
}

.trackback li span
{
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	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: .8em 0;
	text-align: left;
}

.trackback cite
{
	font-family: verdana, Dotum, '돋움', Helvetica, sans-serif;
}


/* @end */

/* @end */

/* @group Comment GuestBook */

.entry .list
{
	margin: .5em 0 2em;
}

#guestBook .list
{
	margin-top: 2em;
}

/* Comment list */

.list h3
{
	display: none;
}

.list ol
{
	list-style: none;
	margin-bottom: 2em;
}

.list li
{
	margin-bottom: 1em;
	border: 1px solid #f0f0e6;
}

* html .list li
{
	display: inline-block;
}

*:first-child+html .list li
{
	display: inline-block;
}

.list li p
{
	clear: left;
	margin-bottom: .5em;
	padding: 0 1em .3em;
}

.list p.author
{
	padding: 0 1em 0;
}

.list span.command
{
	float: left;
	display: block;
	margin-bottom: 1em;
	font: 0.92em 'Franklin Gothic Medium', Helvetica, sans-serif;
	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;
}

.list cite
{
	display: block;
	margin: .6em 0 -.5em;
}

.list span abbr
{
	border: 0 none;
}

/* Reply */

.list ol li ol
{
	margin: 0;
}

.list ol li ol li
{
	margin: 0;
	padding: 0 0 .3em 20px;
	border: 0 none;
	border-top: 1px solid #f0f0e6;
	background-color: #faf9f8;
}

.list .author cite img
{
	float: left;
	margin: 0 .5em 5px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
}

form legend
{
	font: 1.3em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form fieldset div
{
	margin: .3em 0;
	width: 435px;
}

form label
{
	padding-left: .2em;
	vertical-align: middle;
	font: 1em 'Franklin Gothic Medium', Helvetica, sans-serif;
}

form label em
{
	color: #999;
}

form input
{
	width: 180px;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em verdana, Gulim, '굴림', sans-serif;
	vertical-align: middle;
	color: #666;
}

form textarea
{
	width: 435px;
	height: 12em;
	padding: 2px .5em;
	background-color: #faf9f8;
	border: 1px solid #ddd;
	font: 1em verdana, Dotum, '돋움', sans-serif;
	color: #666;
}

form input:focus, textarea:focus
{
	background-color: #fff;
	border-top-color: #aaa;
	border-left-color: #aaa;
}

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

.submit
{
	height: 3.2em;
}

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


/* @end */

/* @group Location Log */

#location
{
	margin-bottom: 3em;
}

#location dt, #location dd
{
	border-bottom: solid 1px #eee;
}

#location dt span
{
	padding-left: 12px;
	background: url('./images/bullet_indent.gif') no-repeat 0 3px;
}

#location dt .dent0
{


/* first child */
	padding-left: 18px;
	background: url('./images/bullet_globalspot.gif') no-repeat 5px 50%!important;
	font-weight: bold;
}

#location dd span
{
	padding-left: 10px;
	background: url('./images/bullet_spot.gif') no-repeat 0 3px;
}

#location dd .localAuthor
{
	font-size: 0.92em;
	vertical-align: middle;
	color: #999;
}


/* @end */

/* @group Tag Log */

#taglog
{
	margin-bottom: 3em;
}

#taglog ul
{
	list-style: none;
	text-align: left;
}

#taglog li
{
	display: inline;
	line-height: 2.2em
}

#taglog li a.cloud1
{
	font-weight: bold;
	font-size: 2em;
	color: #6496d4;
}

#taglog li a.cloud2
{
	font-weight: bold;
	font-size: 1.8em;
	color: #6ca6eb;
}

#taglog li a.cloud3
{
	font-weight: bold;
	font-size: 3.5em;
	color: #73b0fe;
}

#taglog li a.cloud4
{
	font-size: 2.2em;
	color: #71b1ff;
}

#taglog li a.cloud5
{
	font-size: 1em;
	color: #aaa;
}

#taglog li a:hover
{
	color: #c36;
}


/* @end */

/* @group Key Log */

#keywords ul
{
	list-type-style: none;
	text-align: left;
}

#keywords ul li
{
	display: inline;
	line-height: 2.2em
	list-type-style: none;
	padding-right: 10px;
}

/* @end */

/* @group Cover */

.coverpost
{
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.coverpost h2
{
	font-size: 120%;
	padding-right: 5px;
}

.coverpost h2 a
{
	letter-spacing: 0px;
	line-height: 125%;
}

.coverpost .img_preview
{
	background-color: #fff;
	float: left;
	padding: 0 7px 7px 0;
}

.coverpost .img_preview img
{
	border: 2px solid #ccc;
	cursor: pointer;
	height: 80px;
	width: 80px;
}

.coverpost .post_info
{
	border-bottom: 1px solid #e8e8e8;
	font: 0.9em Dotum, Arial, sans-serif;
	padding: .3em .6em .3em 0;
}

.coverpost .post_info span
{
	line-height: 1.2em;
	padding: .3em 0 .3em 22px;
}

.coverpost .post_info .category
{
	background: url('./images/bullet_clock.gif') no-repeat 6px 50%;
}

.coverpost .post_info .category a
{
	color: #888;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	background: url('./images/bullet_folder.gif') no-repeat 0 50%;
	color: #888;
	font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;
	padding-left: 16px;
}

.coverpost .post_info .author .preposition
{
	display: none;
}

.coverpost .post_info .author
{
	background: url('./images/bullet_author.gif') no-repeat 6px 50%;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.coverpost .post_tags
{
	background: url('./images/bullet_tag.gif') no-repeat 0 0.35em;
	clear: both;
	line-height: 1.2em;
	padding: 5px 5px 5px 20px;
}

.coverpost .post_tags a
{
	font-size: 0.9em;
}

.coverpost .post_tags span
{
	display: none;
}

.clear
{
	clear: both;
}

/* @end */

/* @group Page Navigation */

.paging
{
	margin: 4.5em 0 6em;
	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	color: #ccc;
}

.paging a:link, .paging a:visited
{
	color: #666;
}

.paging a:hover, .paging a:active
{
	color: #f06;
}

.paging .selected
{
	font-weight: bold;
	color: #b6447c;
	border-bottom: 1px solid #f69;
}

/* @end */

/* @group Side Bar */

#rightColumn
{
	margin-bottom: 5em;
}

#rightColumn div
{
	margin-top: 2em;
}

/* tag cloud (sidebar only) */

#tagbox ul
{
	padding-top: 1em;
}

#tagbox li
{
	display: inline;
	line-height: 1.5;
}

#tagbox a
{
	letter-spacing: 0px;
}

#tagbox li a.cloud1
{
	font-weight: bold;
	font-size: 1.6em;
	color: #cb89b3;
}

#tagbox li a.cloud2
{
	font-weight: bold;
	font-size: 1.5em;
	color: #dab1cb;
}

#tagbox li a.cloud3
{
	font-weight: bold;
	font-size: 1.2em;
	color: #d9c8d3;
}

#tagbox li a.cloud4
{
	font-size: 1em;
	color: #999;
}

#tagbox li a.cloud5
{
	font-size: 0.9em;
	color: #ccc;
}

#tagbox li a:hover
{
	background-color: #f5f5f5;
	text-decoration: none;
	color: #333;
}

/* Categories */

#category div
{
	margin: 0 !important;
}

#category h3
{
	margin-bottom: .3em;
}

#category
{
	font: 1em/2 verdana, Dotum, '돋움', sans-serif;
}

#category ul
{
	list-style: none;
}

#category li a
{
	display: block;
	color: #898989;
}

#category li a:link, #category li a:visited
{
	color: #cb89b3;
}

#category li a:hover, #category li a:active
{
	background-color: #d5fff6;
	color: #2f54ff;
}

/* 1 depth */

#category ul li ul li a
{
	padding-left: 22px;
	background: url('./images/bullet_category.gif') no-repeat 0 50%;
}

#category ul li ul li a:link, #category ul li ul li a:visited
{
	color: #666;
}

#category ul li ul li a:hover, #category ul li ul li a:active
{
	color: #c36;
	background-color: #faf9f8;
}

/* 2 depth */

#category ul li ul
{
	margin: 0;
}

#category ul li ul li ul li
{
}

#category ul li ul li ul li a
{
	border: 0 none;
	padding-left: 36px;
	background: url('./images/bg_tree.gif') no-repeat 22px 45%;
}

#category ul li ul li ul li.lastChild a
{
	background: url('./images/bg_treeEnd.gif') no-repeat 22px 45%;
}

/* selected */

#category .selected
{
	font-weight: bold;
}

#category .selected ul li
{
	font-weight: normal;
}

/* count  */

.c_cnt
{
	color: #f90;
}

/* blogger instruction */

#bloggerTag img
{
	border: 2px solid #dedede;
	display: block;
	margin: 0 auto;
}

#bloggerTag p.description
{
	font: 0.9em/1.2 verdana, Dotum, '돋움', sans-serif;
	margin: 10px 0 5px 0;
}

#bloggerTag p.owner
{
	margin-bottom: 0;
	text-align: right;
}

/* recently */

.recent ol, .recent ul
{
	margin-top: .3em;
	list-style: none;
}

.recent li
{
	font: 1em/1.5 verdana, Dotum, '돋움', sans-serif;
	letter-spacing: 0px;
}

.recent li a
{
	display: block;
	padding: .3em 0;
}

.recent li a:link, .recent li a:visited
{
	color: #666;
}

.recent li a:hover, .recent li a:active
{
	background: #faf9f8;
	color: #c36;
}

.recent span
{
	color: #f90;
}

.recent cite
{
	display: block;
	color: #aaa;
}

/* Calendar */

#calendar table
{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#calendar td
{
	text-align: center;
}

#calendar caption
{
	margin-top: .8em;
	text-align: left;
	font: .8em Arial, Helvetica, sans-serif;
}

#calendar th
{
	height: 1.2em;
	font: normal 0.92em verdana, Dotum, '돋움', sans-serif !important;
}

#calendar tr.cal_week
{
	font: .8em/2 'Trebuchet MS', Helvetica, sans-serif !important;
}

#calendar td.cal_day4
{
	background-color: #faf9f8;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#calendar td a
{
	text-decoration: underline;
	display: block;
	width: 100%;
}

#calendar td a:link, #calendar td a:visited
{
	color: #abc833;
}

#calendar td a:hover, #calendar td a:active
{
	color: #390;
	background-color: #eff2e3;
}

/* bookmarks */

#bookmarks ol
{
	margin: 5px 0 0 0;
}

#bookmarks li
{
	font: 0.9em/1.5 verdana, Dotum, '돋움', sans-serif;
	list-style-type: none;
	padding: 0 0 5px;
}

#bookmarks li a
{
	display: block;
}

#bookmarks li a:link, .recent li a:visited
{
	color: #666;
}

#bookmarks li a:hover, .recent li a:active
{
	background: #faf9f8;
	color: #c36;
}

/* stats */

#counter dl
{
	margin-top: 1em;
	font: 0.92em 'Trebuchet MS', Helvetica, sans-serif;
}

#counter dt
{
	float: left;
	margin-right: .3em;
}

/* banner */

#rightColumn .banner
{
	text-align: center;
}

#eolinBanner
{
	margin-top: 15px !important;
}

/* RSS button */

#subscription
{
	margin-top: 20px !important;
	text-align: center;
}

#subscription .rss
{
	background: url('./images/btn_rss.png') left 50% no-repeat;
	margin-top: 10px;
	padding: .1em 0 .1em 20px;
	font: 0.9em/2 Tahoma, Helvetica, sans-serif;
	color: #999;
}

/* search form */

#searchBox h3 {
	border-bottom: none;
	padding: 0 0 5px 5px;
	margin: 0;
}

#searchBox .sInput
{
	width: 210px;
	padding: .3em .3em;
	border-top: 1px solid #d7d7cc;
	border-left: 1px solid #d7d7cc;
	background-color: #fff;
	font: 1em verdana, Dotum, '돋움', sans-serif;
	color: #333;
	border: 1px solid #d0d0d0;
}

#searchBox .sInput:focus
{
	background-color: #f2f2ed;
	border-top-color: #cacabc;
	border-left-color: #cacabc;
}

#searchBox .searchSubmit
{
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
	background: none;
	border: 0 none;
	vertical-align: middle;
	cursor: pointer;
}

/* @end */

