@charset "utf-8";
/* 반드시 들어가야 하는 스타일 시작 */
/* 본문 공통 */
*
{
	margin: 0;
	padding: 0;
}

html {background-color: #0099ff;}

body {
	color: #666;
	font: 1.2em/2.2 Helvetica, AppleGothic, Gulim, '굴림', sans-serif;
	font-size: 80%;
	padding-top: 1px;
	letter-spacing:-1px; 
	  }

a                {text-decoration: none;}
a:link, a:visited{color: #0066ff;}
a:hover, a:active{color: #00cdff;}

/* global */

img{border: 0 none;}
br {letter-spacing: 0;}
hr {display: none;}

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

legend {color: #0066ff; padding: 0 3px;}

p {margin-bottom: 1.7em;}

code {font-family: Monaco, Courier New, monospace;}

pre
{
	margin-left: 0.8em;
	margin-bottom: 1.5em;
	padding: 0.4em;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

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

em {font-style: italic;}
/*-------------------------------*/

/* heading */

/*-------------------------------*/

h1
{
	font: 4em 'impact', sans-serif;
	font-weight:bolder;
	letter-spacing:-1px;
	padding: 20px 0px 0px 30px;
}
h1 a:link, h1 a:visited {color: #0099ff;}
h1 a:hover, h1 a:active {color: #0099ff;}

h2
{
	font: 1.76em  Helvetica, '맑은 고딕', 'Malgun Gothic', sans-serif;
	padding-bottom: .5em;
	background: #fff repeat-x 0 100%;
	border-bottom: 0px solid #cceeff;
	letter-spacing: -1px;
	color: #1B1E20;
	font-weight:bolder;
}

h2 a:link, h2 a:visited {color: #333;}
h2 a:hover, h2 a:active {color: #0066ff;}

h3
{
	font: bold 1.17em/1.5 Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #fff;
	color: #0066ff;
}

h3 a:link, h3 a:visited {color: #0066ff;}
h3 a:hover, h3 a:active {color: #0033ff;}

h4 {font-size: 1.08em;}

/*-------------------------------*/

/* Layout */

/*-------------------------------*/

#container
{
	width: 960px;
	border:0px solid #fff;
	margin: 0 auto;
	padding: 10px 14px 0 14px;
	background-color: #0099ff;
	float: center;

}

#head_menu
{
	width: 962px;
	border:0px solid #fff;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background-color: #0099ff;
}

#head_title
{
	width: 270px;
	border:0px solid #000;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

#head_Column
{
	width: 500px;
	border:0px solid #000;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}

#index_menu
{
	width: 100%;
	border:1px solid #fff;
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-color: #0099ff;
}
	
#bottom_menu
{
	width: 100%;
	border:1px solid #fff;
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-color: #0099ff;
}

#footer_menu
{
	width: 100%;
	border:0px solid #000;
	margin: 0 auto;
	padding: 0 0 14px 0;
	background-color: #0099ff;;
}

#author
{
	position: relative;
	width: 700px;
	padding-top: 0.2em;
	background-color: #0099ff;;
	float: left;
	
}

/* head_search form */
#head_search
{
	position: relative;
	width: 240px;
	padding-top: 0em;
	background-color: #0099ff;
	text-align: right;
	float: right;
	padding: 0px 0px 0px 0px;
	
}

#head_search .sInput
{
	width: 180px;
	padding: .3em .3em;
	border: 0 none;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	background-color: #fff;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	vertical-align: middle;
	color: #666;
}

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

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





#header
{
	position: relative;
	width: 100%;
	height: 8em;
	background: #fff;
	float: center;
}

#header h1
{
	padding-left: 25px;
}

#mBody:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}

#mBody
{
	padding: 12px 12px 12px 0px;
	clear: both;
	display: inline-block;
	background-color: #cceeff;
}

#contentColumn
{
	float: left;
	width: 570px;
	padding: 15px 30px 0px 30px;
	background-color: #fff;
	overflow: hidden;
}

#right_topColumn
{
	float: right;
	border:1px solid #fff;
	width: 263px;
	background-color: #fff;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}

#rightColumn
{
	float: right;
	border:1px solid #fff;
	width: 263px;
	background-color: #cceeff;
	padding: 15px 15px 12px 15px;
	overflow: hidden;
}


#bottomBody
{
	padding: 0px 0px 0px 0px;
	clear: both;
	display: inline-block;
	background-color: #0099ff;
}


#left_bottom
{
	float: left;
	width: 220px;
	background-color: #0099ff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#left_center_bottom
{
	float: left;
	width: 220px;
	background-color:#0099ff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#right_center_bottom
{
	float: left;
	width: 220px;
	background-color: #0099ff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

#right_bottom
{
	float: right;
	width: 220px;
	background-color: #0099ff;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}


}

#footer
{
	clear: both;
	position: relative;
	height: 2em;
	background:
}

/*-------------------------------*/

/* top */

/*-------------------------------*/


#author ul
{
	font: 1.0em 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	list-style: none;
	padding: .0em 20px 9px 0px;
	text-align: left;
	color: #fff;
}

#author li
{
	display: inline;
}

#author li a
{
	padding: .8em 15px 9px 15px; 
	text-decoration: none;

}

#author li a:link, #author li a:visited
{
	color: #fff;
}

#author li a:hover, #author li a:active
{
	color: #fff;
	padding: .8em 15px 9px 15px; 
	background: #0099ff;
}

/* selected */

#tt-body-page #author .tab_home a, 
#tt-body-search #author .tab_home a,
#tt-body-archive #author .tab_home a,
#tt-body-category #author .tab_home a,
#tt-body-entry #author .tab_home a,
#tt-body-cover #author .tab_cover a,
#tt-body-location #author .tab_location a,
#tt-body-tag #author .tab_tag a,
#tt-body-keylog #author .tab_keyword a,
#tt-body-notice #author .tab_notice a,
#tt-body-guestbook #author .tab_guestbook a
{
    color: #0099ff;
	background: #fff;
	font-weight: bold;
}

/*-------------------------------*/

/* header */

/*-------------------------------*/


		
		
#header ul
{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	list-style: none;
	text-align: center;
}

#header li
{
	display: inline;
}

#header li a
{
	padding: .2em 30px;
	text-decoration: none;
}

#header li a:link, #header li a:visited
{
	color: #a8a8a8;
}

#header li a:hover, #header li a:active
{
	color: #dd568c;
	background: #ffffff;
}



/*-------------------------------*/

/* content column */

/*-------------------------------*/

.entry
{
	margin-bottom: 2.5em; 
}

/* subject */

.subject
{
	margin-bottom: 2.5em;
}

.subject ul
{
	list-style: none;
	border-bottom: 0px solid #e8e8e8;
	background-color: #fff;
}









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

.subject .postInfo li
{
	padding: .3em .0 .0 0;
}

.subject .infoDate
{
	background:  
	color: #666;
	font: 1.2em/2.2 Helvetica, AppleGothic, Gulim, '굴림', sans-serif;
	letter-spacing:0px; 
	border-bottom: 0px dashed #999;

}
a                {text-decoration: none;}
a:link, a:visited{color: #999;}
a:hover, a:active{color: #666;}







.subject .infoCategory
{
	background: 
	color: #666;
	font: 1.1.5em/2.2 Helvetica, AppleGothic, Gulim, '굴림', sans-serif;
	letter-spacing:-1px; 
	border-bottom: 0px dashed #999;
	font-weight:bolder;

}


a                {text-decoration: none;}
a:link, a:visited{color: #999;}
a:hover, a:active{color: #666;}





.subject li a
{
	font-family: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
}

.subject p
{
	padding: .3em 10px .3em 25px;
	background: #faf9f8 url('./images/bullet_info.gif') no-repeat 5px 50%;
	border-bottom: 1px solid #e8e8e8;
	font: 0.92em 'Trebuchet MS', Helvetica, sans-serif;
	color: #999;
}

/* Protected */

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

.protectedBody p
{
	margin: .5em;
}

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

/* search list */

.searchList
{
	margin-bottom: 4em;
}

.searchList ol
{
	list-style: none;
}

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

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

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

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

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

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

/* admin */

.subject .admin
{
	border-top: 1px solid #fff;
}

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

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

/* article */

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

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

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

.article blockquote
{
	margin: 1.7em auto;
	padding: 0 10px;
	width: 80%;
	color: #50b4ca;
	border-left: 2px solid #ddd;
}

.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: 20px;
	background: url('./images/bullet_atricleUl.gif') no-repeat 0 .5em;
}

.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;
}

.rssurl 
{
	color: #999;
	font: 0.92em/2 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}

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

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

.imageblock .cap1
{
	color: #999;
	font-family: AppleGothic, 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
{
	background: #f5f5f5;
	color: #333;
}

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

.article table
{
	border-collapse: collapse;
	margin: 0.5em;
}

.article th, 
.article td
{
	padding: 0.2em 0.5em;
	border: 1px solid #ccc;
}

.article dt
{
	font-weight: bold;
}

.article dd
{
	padding-left: 1.2em;
}

div.footnotes {
	padding: 1em 0.5em 0 0.2em;
	font-size: 0.9em;
	line-height: 150%;
	color: #555;
}

div.footnotes hr {
	margin-bottom: 8px;
	border: 0 none;
	background: #999;
	width: 30%;
	height: 1px;
}

div.footnotes ol {
	margin-left: 25px;
}

div.footnotes ol p {
	margin: 0.7em;
}

/* tag, comments btn */

.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
{
	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 .rss
{
	background: url('./images/btn_rss.png') no-repeat 0 50%;
}
.miscInfo dd
{
	margin: .3em 0 0 8em;
	padding-left: .5em;
}

/*-------------------------------*/

/* 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 .rss
{
	background: url('./images/btn_rss.png') 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: AppleGothic, Dotum, '돋움', Helvetica, sans-serif;
}

/*-------------------------------*/

/* Comments, 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.writer
{
	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;
	border: 0 none;
	border-top: 1px solid #f0f0e6;
	background-color: #faf9f8;
}

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

/* special classes
.list ol li.rp_secret p.writer cite, .list ol li.guest_secret p.writer cite
{
	background-image: url('./images/ico_lock.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.list ol li.rp_secret span.hiddenCommentTag_name, .list ol li.guest_secret span.hiddenCommentTag_name
{
	color: #999;
}

.list ol li.rp_secret span.hiddenCommentTag_content, .list ol li.guest_secret span.hiddenCommentTag_content
{
	display: none;
} */

/* Write area */

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 AppleGothic, 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 AppleGothic, 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;
}

/*-------------------------------*/

/* location log */

/*-------------------------------*/

#location
{
	margin-bottom: 3em;
}

#location dt, #location dd
{
	border-bottom: solid 0px #cceeff;
}

#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;
}

/*-------------------------------*/

/* tag log (page)*/

/*-------------------------------*/

#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: 2.6em;
	color: #0033ff;
}

#taglog li a.cloud2
{
	font-weight: bold;
	font-size: 2.2em;
	color: #0099ff;
}

#taglog li a.cloud3
{
	font-weight: bold;
	font-size: 1.8em;
	color: #ff33ff;
}

#taglog li a.cloud4
{
	font-size: 1.4em;
	color: #666;
}

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

#taglog li a:hover
{
	background-color: #cdffff;
	color: #0066ff;
}



/*-------------------------------*/

/* keyword log */

/*-------------------------------*/

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

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

/*-------------------------------*/

/* cover */

/*-------------------------------*/

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

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

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

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

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

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

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

.coverpost .post_info .category
{
	
}

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

.coverpost .post_info .date
{
	
	color: #999;
	font-family: Verdana, Helvetica, Arial, Gulim, sans-serif;
	padding-left: 0px;
}

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

.coverpost .post_info .author
{
	
}

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

.coverpost .post_tags
{
	
	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;
}

/*-------------------------------*/

/* page navigation */

/*-------------------------------*/

.paging
{
	margin: 0.5em 0 2.5em;
	font: 1.1em '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: #00cdff;
}

.paging .selected
{
	font: 1.5em
	font-weight: bold;
	color: #0066ff;
	border-bottom: 2px solid #0066ff;
}

/*-------------------------------*/

/* sidebar */

/*-------------------------------*/

#rightColumn
{
	margin-bottom: 0px;
}

#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: -1px;
}

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

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

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

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

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

#tagbox li a:hover
{
	background-color: #e5f5ff;
	text-decoration: none;
	color: #0066ff;
}

/* Categories */

#category div
{
	margin: 0 !important;
}

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

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

#category ul
{
	list-style: none;
}

#category li a
{
	display: block;
	border-bottom: 0px solid #fff;
}

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

#category li a:hover, #category li a:active
{
	color: #fff;
	background-color: #33aaff;
}

/* 1 depth */

#category ul li ul li a
{
	padding-left: 22px;
	background: urlno-repeat 0 50%;
	border-bottom: 0px solid #eee;
}

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

#category ul li ul li a:hover, #category ul li ul li a:active
{
	color: #fff;
	background-color: #33aaff;
}


/* 2 depth */

#category ul li ul
{
	margin: 0;
}

#category ul li ul li ul li
{
	border-bottom: 0px solid #eee;
}

#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: #fff;
}





/* blogger instruction */

#bloggerTag h3
{
	margin-bottom: .3em;
	color: #fff;
}

#bloggerTag img
{
	width: 83px;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	float: left;
	margin: 10px 10px 0 0;
}

#bloggerTag p.description
{
	font: 0.92em/2 AppleGothic, Dotum, '돋움', sans-serif;
	margin: 10px 0 5px 0;
	color: #fff;
}

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

/* author list */
#authorList ol, #authorList ul, #archiveBox ul
{
	list-style: none;
}

#authorList li
{
	list-style: none;
}

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

#authorList li a:hover, #authroList li a:active
{
	background: #faf9f8;
	color: #c36;
}
/* recently */



.recent h3
{
	margin-bottom: .3em;
	color: #fff;
}






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

.recent li
{
	font: 0.92em/1.32 AppleGothic, Dotum, '돋움', sans-serif;
	letter-spacing: -1px;
	border-bottom: 0px solid #fff;
}

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

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

.recent li a:hover, .recent li a:active
{
	background: #33aaff;
	color: #fff;
}

.recent span
{
	color: #fff;
}

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

/* 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 AppleGothic, 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;
}

.cal_month 
{
	text-align: center !important;
}

/* Link list */

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

#linklist li
{
	font: 1em/1.5 AppleGothic, Dotum, '돋움', sans-serif;
	letter-spacing: -1px;
	border-bottom: 0px solid #e5f5ff;
	text-align: reft;
}

#linklist li ul li
{
	font-size: 1em/1.5;
	text-align: left;
}

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

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

#linklist li a:hover, #linklist li a:active
{
	background: #e5f5ff;
	color: #0066ff;
}

#linklist span
{
	color: #0066ff;
}

#linklist cite
{
	display: block;
	color: #aaa;
}

/* stats */

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

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

/* banner */

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

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

/* RSS button */

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

#subscription a span
{
	display: none;
}
#subscription a
{
	display:block;
	float:left;
	margin-left:10px;
}

#subscription .rss,
#subscription .rss_response,
#subscription .atom,
#subscription .atom_response
{
	width:32px;
    height:40px;
	margin-top: 10px;
}

#subscription .rss
{
	background: url('./images/rss_32.png') no-repeat;
	margin-left:30px !important;
}

#subscription .rss_response
{
	background: url('./images/rss_response_32.png') no-repeat;
}

#subscription .atom
{
	background: url('./images/atom_32.png') no-repeat;
}

#subscription .atom_response
{
	background: url('./images/atom_response_32.png') no-repeat;
}
/* search form */

#searchBox
{
	text-align: center;
}

#searchBox .sInput
{
	width: 150px;
	padding: .3em .3em;
	border: 0 none;
	border-top: 1px solid #d7d7cc;
	border-left: 1px solid #d7d7cc;
	background-color: #f6f6f4;
	font: 1em AppleGothic, Dotum, '돋움', sans-serif;
	vertical-align: middle;
	color: #333;
}

#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;
}

/*-------------------------------*/

/* footer */

/*-------------------------------*/


#footer_author
{
	position: relative;
	width: 650px;
	padding-top: 0.2em;
	background-color: #0099ff;;
	float: left;
	
}

#footer_author ul
{
	font: 1.0em 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	list-style: none;
	padding: .0em 20px 9px 0px;
	text-align: left;
	color: #fff;
}

#footer_author li
{
	display: inline;
}

#footer_author li a
{
	padding: .8em 15px 9px 15px; 
	text-decoration: none;

}

#footer_author li a:link, #footer_author li a:visited
{
	color: #fff;
}

#footer_author li a:hover, #footer_author li a:active
{
	color: #fff;
	padding: .8em 15px 9px 15px; 
	background: #0099ff;
}

/* selected */

#tt-body-page #footer_author .tab_home a, 
#tt-body-search #footer_author .tab_home a,
#tt-body-archive #footer_author .tab_home a,
#tt-body-category #footer_author .tab_home a,
#tt-body-entry #footer_author .tab_home a,
#tt-body-cover #footer_author .tab_cover a,
#tt-body-location #footer_author .tab_location a,
#tt-body-tag #footer_author .tab_tag a,
#tt-body-keylog #footer_author .tab_keyword a,
#tt-body-notice #footer_author .tab_notice a,
#tt-body-guestbook #footer_author .tab_guestbook a
{
    color: #0099ff;
	background: #fff;
	font-weight: bold;
}








#credit
{
	
	color: #0066ff;
	font-family: 'Lucida Grande', 'Myriad Pro', 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0 10px 0 0;
	text-align: right;
}

#credit a:link, #credit a:visited
{
	color: #0066ff;
	border-bottom: 1px dashed #0066ff;
}

#credit a:hover, #credit a:active
{
	color: #0066ff;
}