﻿body
{
	margin: 2px 0 0 0;
	padding: 0px;
	background-color: #ffffff;
	font-size: small;
	font-family: 맑은 고딕,Verdana,Tahoma,굴림;
}
* html body
{
	/* css hack from explorer */
	font-size: x-small;
	font-size: small;
}

img
{
	border: none;
}

/* font-size */
h1
{
	font-size: 150%;
}
h2
{
	font-size: 130%;
}
h3
{
	font-size: 120%;
}
ul li
{
	font-size: 90%;
}

a
{
	/*color: gray;*/
	color: #000099;
	text-decoration: none;
}

#layout
{
	margin: 0px; /*padding: 0px 10px 0px 5px;*/
	width: 100%; /*text-align: left;*/
	background: #fff;
	display: table;
	text-align: center; /*margin: 0 auto;*/
}

.header
{
	clear: both;
	height: 100px;
	background: url(images/main_img_ByKiSoo.png) repeat-x;
	vertical-align: top;
	overflow: hidden;
}

.toolbar
{
}

.blog_title
{
	margin: 35px 0px 0px 50px;
}

.blog_title a
{
	font-size: 150%;
	font-weight: bold;
	color: Navy;
}

.navigation
{
	float: right;
	margin: 5px 2px 0 0;
	padding: 0 5px 0 0;
	height: 21px;
	list-style: none;
	background-color: transparent;
	border: 0;
}
.navigation li
{
	float: left;
	padding: 5px 5px 5px 24px;
	color: White;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.navigation li.home
{
	background-image: url(images/smenu_1.gif);
}
.navigation li.notice
{
	background-image: url(images/smenu_2.gif);
}
.navigation li.tag
{
	background-image: url(images/smenu_3.gif);
}
.navigation li.location
{
	background-image: url(images/smenu_4.gif);
}
.navigation li.guestbook
{
	background-image: url(images/smenu_5.gif);
}
.navigation li.admin
{
	background-image: url(images/smenu_6.gif);
}
.navigation li a
{
	color: White;
	text-decoration: none;
}


/* Menu */
.menu_list
{
	float: left;
	width: 250px;
	margin-top: 5px;
	overflow: hidden;
	text-align: left;
	border: solid 1px #008706;
	/*background-color: #31bb31;
	background-image: url(images/h250_img_ByKiSoo.png);*/
	background-color: aliceblue;
}

.menu_list div
{
	margin-bottom: 2px;
}

.menu_list div.profile
{
	clear: both;
	padding: 10px;
	background-image: url(images/profile_bg_ByKiSoo.png);
	text-align: center;
	overflow: hidden;
}
.menu_list div.profile.profile_img
{
	border: solid 1px white;
	width:0px;
	overflow: hidden;
}
.menu_list div.profile p
{
	clear: both;
	margin: 0;
	padding: 5px;
	color: white;
	text-align: left;
}

.searchbar
{
	height: 26px;
	padding-left: 25px;
	background-color: #61D661;
	background-position: 3px center;
	background-repeat: no-repeat;
	background-image: url(images/search.png);
	
}
.searchbar input.searchText
{
	width: 130px;
	color: rgb(51,102,204);
	vertical-align: middle;
	border-right: #505050 1px solid;
	border-top: #505050 1px solid;
	border-left: #505050 1px solid;
	border-bottom: #505050 1px solid;
}
.searchbar input.searchButton
{
	vertical-align: middle;
}





.tag_item a
{
	color: #323232;
	text-decoration: none;
}

.tag_item a:hover
{
	text-decoration: underline;
	color: Yellow;
}


.tree_item
{
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
.tree_item h3
{
	margin: 0px;
	padding: 1px 0px 0px 10px;
	height: 23px;
	color: white;
	font-weight: bold;
	font-size: 100%;
	background-image: url(images/left_menu_ByKiSoo.png);
	background-repeat: repeat-x;
}

.menu_item
{
	clear: both;
	margin: 0 0 5px 0px;
	padding: 0 0 5px 0;
}




.menu_item div
{
	clear: both;
	margin: 0;
	padding: 0;
}

.menu_item p
{
	clear: both;
	margin: 0;
	padding: 0px;
	color: #7f6d42;
	text-align: left;
}

.menu_item h3
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 23px;
	color: white;
	font-weight: bold;
	font-size: 100%;
	background-image: url(images/left_menu_ByKiSoo.png);
	background-repeat: repeat-x;
}

.summary_list
{
	margin: 0px;
	padding: 0;
	list-style: none;
}
.summary_list li
{
	padding: 0px 8px 0px 8px;
	width: 230px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.summary_list li a
{
	background: transparent url(images/left_menu_point.png) no-repeat left center;
	padding: 0px 8px 0px 18px;
	display: block;
	color: #323232;
	text-decoration: none;
}

.summary_list li a:hover
{
	background: transparent url(images/left_menu_point_over.png) no-repeat left center;
	text-decoration: underline;
	color: black;
}

/* Category */
.category_list
{
	margin: 0;
	padding: 0;
	list-style: none; /*list-style: none;*/
}
.category_list li
{
	padding-left: 15px;
}
.category_list li.all
{
}
.category_list li.item
{
}
.category_list li.last
{
}

/* Tag Clouds */
.tag_list
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tag_list li
{
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

.tag1
{
	font-size: 140%;
	font-weight: bold;
	color: Orange;
}
.tag2
{
	font-size: 130%;
	color: Orange;
}
.tag3
{
	font-size: 120%;
	color: Aqua;
}
.tag4
{
	font-size: 110%;
	color: Lime;
}
.tag5
{
	font-size: 100%;
	color: Gray;
}
.tag1:hover
{
	text-decoration: underline;
}
.tag2:hover
{
	text-decoration: underline;
}
.tag3:hover
{
	text-decoration: underline;
}
.tag4:hover
{
	text-decoration: underline;
}
.tag5:hover
{
	text-decoration: underline;
}

/* Counter */
.counter_view
{
	display: block;
}
.counter_view dl
{
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
.counter_view dd
{
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 60px;
}
.counter_view dt
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Syndication */
.syndc_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.syndc_list li
{
	margin: 0;
	padding: 3px 3px 3px 19px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(images/rss_button.gif);
}

/* Content */
.content
{
	float: right;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

.footer
{
	clear: both;
	margin-top: 15px;
	padding: 20px 10px 0 0;
	height: 40px;
	color: #375466;
	text-align: right; /*background-image: url(../../PersistantImage.ashx?key=default_footer);*/
	background-color: #31bb31;
	background-repeat: no-repeat;
}

/* Post */
.post_list
{
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
}

.post_item
{
	margin: 0 0 8px 0;
	padding: 0;
	border: solid 1px #008706;
	background-color: #31bb31;
}

.post_header
{
	margin: 0px;
	padding: 7px 0px 0px 10px;
	height: 25px;
	font-weight: bold;
	background-image: url(images/post_bg_green_ByKiSoo.png);
	font-size: 16px;
}

.post_header a
{
	color: Black;
}

.post_content
{
	margin: 0px;
	padding: 8px 8px 8px 15px;
	display: block;
	clear: both;
	/*background-image: url(images/full1_img_ByKiSoo.png);*/
	background-color: aliceblue;
}

.post_content a
{
	color: Blue;
}

.post_content p
{
	margin: 0;
	padding: 0;
}

.post_info
{
	margin: 0px;
	padding: 8px 8px 8px 15px;
	text-align: right;
	clear: both;
}

.post_menu
{
	padding: 8px 0 5px 15px;
	height: 18px;
	font-size: 80%;
	color: #848484;
	background-color: #289D28;
}

.post_pager
{
	padding: 8px;
	height: 32px;
	font-size: 80%;
	text-align: center;
	background-color: #289D28;
}

.post_pager .selected
{
	font-size: 150%;
	text-decoration: underline;
}

.post_trackback
{
	clear: both;
	padding: 8px 0 5px 15px;
	background-color: #f7f7f7;
	font-size: 80%;
	font-weight: bold;
}

.post_comment
{
	padding: 8px 0 5px 15px; /*background-color: #31bb31;*/
	background-color: #ffffff;
	font-size: 80%; /*font-weight:bold;*/
}

.post_comment_input
{
	width: 615px;
	border-collapse: collapse;
	background-color: #ffffff;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #d0d0d0;
}

.post_comment_input th
{
	padding-right: 10px;
	width: 100px;
	font-weight: normal;
	color: #ff8400;
	text-align: right;
}

.post_comment_input td
{
	padding-left: 10px;
}

.post_comment_input td input.comment
{
	padding-left: 5px;
	width: 462px;
	color: rgb(51,102,204);
	border: sold 1px rgb(224,224,224);
}

.post_comment_input td input.secret
{
	padding-left: 5px;
	color: rgb(51,102,204);
	border: sold 1px rgb(224,224,224);
}

.post_comment_input td textarea.comment
{
	padding-left: 5px;
	width: 462px;
	color: rgb(51,102,204);
	border: sold 1px rgb(224,224,224);
}

.comment_parent
{
}

.comment_parent table
{
	width: 600px;
}

.comment_reply
{
}

.comment_reply table
{
	margin-left: 15px;
	width: 585px;
}

.post_trackback_list
{
	margin-top: 10px;
	width: 100%;
	background-color: White;
}

.post_trackback_list tr
{
	height: 20px;
	background-image: url(images/track_reple_underline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.tb_label
{
	padding-left: 8px;
	background-image: url(images/track_bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.tb_item
{
	padding-left: 20px;
	background-image: url(images/replyroot.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.calendar
{
}

.calendar td
{
}

.calendar td.saturday
{
	color: #0983d9;
}

.calendar td.sunday
{
	color: #f43f7b;
}

.searchedText
{
	background-color: Yellow;
}

.list_item ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.list_item ul li
{
	margin: 0;
	padding: 0;
}

/* Editor */
.epilogue
{
	font-size: 9pt;
	color: #555555;
	line-height: 130%;
	font-family: verdana,굴림, height:150;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: solid 3px #f0f1f3;
	background-color: #fbfcfe;
}

.snap_shot
{
	cursor: hand;
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-style: outset;
	border-top-color: gray;
	border-right-style: outset;
	border-left-style: outset;
	border-right-color: gray;
	border-bottom-style: outset;
}