﻿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;
	text-decoration: none;
}

.menu_list a {
	color: #215dc6;
	text-decoration: none;
}
.history
{
    color:gray;
    vertical-align:middle;
    background-image: url(img/menu_bg2.gif);
    height:23px;
}
#layout {
	/*margin: 0px;*/
	padding: 0px;
	width: 850px;
	/*text-align: left;*/
	background: #fff;
	margin-left:5px;
}

.header {
	clear: both;
	height: 110px;
	
	vertical-align:top;
	overflow: hidden;
}
.menu_icons
{
}
.menu_icons img
{
}
    
.toolbar {
}

.blog_title {
	
	font-weight: bold;
	text-align: left;
	color: white;
}
.blog_title a {
	
	font-weight: bold;
	color: white;
}

.navigation {
	float: right;
	margin: 5px 2px 0 0;
	padding: 0 5px 0 0;
	height: 21px;
	list-style: none;
	background-color: #47A4DE;
	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 {
	background-color:#677dd9;
	float: left;
	width: 200px;
	
	overflow: hidden;
	text-align: left;
	color:#215dc6;
}


.menu_list div.profile {
	background-color:#D6DFF7;
	width: 185px;
	margin-left: 5px;
	color:#215dc6;	
}
.menu_list div.profile.profile_img {
	border: solid 1px #D6DFF7;
	width: 156px;
	overflow: hidden;
	background-color:#D6DFF7;
	
}	
.menu_list div.profile p {
	background-color:#D6DFF7;
	width: 185px;
	color:#215dc6;
	
}

.searchbar 
{    
	height: 26px;
	padding-left: 25px;
	background-color:#ecece6;
	background-position: 3px center;
	background-repeat: no-repeat;
	background-image: url(images/search.gif);	
	display:none;
}
.searchbar input.searchText {
	width: 130px;
	color: rgb(51,102,204);
	border: solid 1px rgb(224,224,224);
	vertical-align: middle;
}
.searchbar input.searchButton {
	vertical-align: middle;
}

.menu_item {
	clear: both;
	margin : 5px 0 5px 0;
	padding: 0px 0px 0px 5px;	
}	

.menu_item div {/**/
	background-color:#D6DFF7;
	width: 185px;	
	color:#215dc6;	
}	

.menu_rss {
	clear: both;
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
	
}
.menu_rss div {	
	margin-left: 0px;		
}

.calendar {
	color:Gray;
}
.menu_item p {
	clear: both;
	margin: 0;
	padding: 0px;
	color:#7f6d42;
	text-align:left;
}	

.menu_item h3 
{
    cursor:hand;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	
	width: 185px;
	color:#215dc6;
	font-weight:bold;	
	font-size: 100%;
	text-align: left;
	
	background-position: left bottom;
	
	background-repeat:no-repeat;
	height:25px;
}


.summary_list {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#215dc6;
}
.summary_list li {
	
	margin-left:5px;
	padding: 0;	
	color:#215dc6;
	
	
}

/* Category */
.category_list {
	color:#215dc6;
	margin: 0;
	padding: 0;
	list-style: none;
	width:185;
	/*list-style: none;*/
}
.category_list li {
	padding-left: 5px;
	color:#215dc6;
}
.category_list li.all	
{
    color:#215dc6;
}
.category_list li.item	
{
    color:#215dc6;
}
.category_list li.last	
{
    color:#215dc6;
}

/* 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: 630px;
	height: 100%;
	overflow: hidden;
	text-align: left;
}

.footer {
	clear: both;
	padding: 10px 10px 0 0;
	height: 40px;
	color: #375466;
	text-align:right;
	background-image:url('images/copyright_bg.jpg');
	background-repeat:no-repeat;
}

/* Post */
.post_list {
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
}

.post_item {
	margin: 0 0 8px 0;
	padding: 0;
	border: solid 1px #dfdfdf;
}

.post_header 
{
    
	margin: 0px;
	padding: 8px 8px 8px 15px;
	height: 16px;
	font-weight: bold;
	color:Black;
	background-position: left bottom;
	background-repeat: repeat-x;
}
.post_header a
{
    color:Black;
}

.post_content 
{    
	margin: 0px;
	padding: 8px 8px 8px 15px;
	display: block;
	clear: both;
}

.post_content a {
	color: Blue;
}

.post_content p {
	margin: 0;
	padding: 0;
}

.post_info {
	margin: 0px;
	padding: 8px 8px 8px 15px;
	text-align: left;
	clear: both;
	width: 550px
}

.post_menu {
	padding: 8px 0 5px 15px;
	height: 18px;
	font-size: 80%;
	color: #848484;
	background-color: #efefef;
}

.post_pager {
	
	height: 23px;
	font-size: 80%;	
}

.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: #f7f7f7;
	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;
}

