/*	[ Basic HTML ]                                                  */<!-- -->
/* THIS IS THE ONE TO EDIT!! */
body{
	color:#786C5C;
	background:#16100C url('story/bg_repeat.jpg') repeat-y center top;
}

a {color:#996418;text-decoration: underline;}
a:hover {color: #B3783A;text-decoration: underline;}

hr {height:1px;border:none;border-top:1px dashed #786C5C; width:95%;}
blockquote {
	border-left: 2px solid #786C5C;
}
.spacer {height:30px;}

/*	[ Layout ]                                                      */<!-- -->
#bg_top{
	background: url('story/bg_top.jpg') no-repeat center top;
}
#bg_btm{
	background: url('story/bg_btm.jpg') repeat-x bottom;
}
#base{
	background: url('story/bg_base_repeat.jpg') repeat-y top center;
}
#base_top {
}
#base_btm{
}
#header{
	height: 186px;
	background:url('story/bg_header.jpg') no-repeat center top;
}
#menubar {
	position:absolute;
	bottom:13px;
	left:40px;
	width:500px;
	height: 25px;
	margin:0;
	padding:0 0 0 0px;
	z-index:9995;
}
#container{
	background:url('story/bg_container_btm.jpg') no-repeat center bottom;
}
#container_top{
}
#container_btm{
}
#content{
	position:relative;
	display:inline;
	width:575px;
	margin:0 0 0 20px;
	padding:0;
}

#sidebar1{
	margin-top:-14px;
}
#sidebar2{
	margin-top:-79px;
}
#footer{
	height:210px;
	background:url('story/bg_footer.jpg') no-repeat center top;
}

/*	[ Header ] Blog Title, Description, Home URL                    */<!-- -->
#blog_name {
	position:static;
	overflow:hidden;
	width:520px;
	margin:0 0 0 40px;
	padding:30px 0 0 0;
	font-family: "Times New Roman",Arial, Verdana, Helvetica, sans-serif;
	font-size:36px;
	line-height:42px;
	text-align:left;
	font-style:italic;
	text-shadow: -1px 1px 1px #F5EFE9;
}
#blog_name a, #blog_name a:hover {
	font-family: "Times New Roman",Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#16100C; 
	text-decoration:none;
}
#blog_desc {
	position:static;;
	width:520px;
	margin:0 0 0 40px;
	padding:5px 0 0 0;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size:11px; 
	font-style:italic;
	font-weight:bold;
	color:#504537;
	text-align:left;
}
#header .home {
	height:130px;
}


/*	[ Menu ]  Level 1                                               */<!-- -->
div.menu ul{
	height:25px;
}

div.menu li a {
	display: block;
	overflow:hidden;
	height:25px;
	line-height:25px; /*set for IE7*/
	color: #000000;
	text-align:center;
	padding:0 10px;
	margin:0;
	text-decoration:none;
}

div.menu > ul > li a:hover, 
div.menu > ul > li.current_page_item > a,
div.menu > ul > li.current_page_ancestor > a,
div.menu > ul > li.current_page_parent > a,
div.menu > ul > li.current-menu-ancestor > a,
div.menu > ul > li.current-menu-item > a,
div.menu > ul > li.current-menu-parent > a{
	color:#6F6048;
	background:none;
}
div.menu > ul > li.current_page_item > a{
	font-weight: bold;
}

div.menu li.separator {
	width:2px;
	height:25px;
	background:url('story/bg_menu_sp.png') repeat-y top center;
}

/*		[ Menu ]  Level 2                                            */<!-- -->
div.menu ul ul li a{
	display: block;
	padding:5px 10px 5px 10px;
	margin:-1px 0 0 0;
	width: 150px;
	height:auto;
	text-align:left;
	color:#000000;  
	border:1px #847E75 solid;
	background:#96948D;
}							

div.menu ul ul li a:hover,
div.menu ul ul li.current_page_item > a,
div.menu ul ul li.current_page_ancestor > a,
div.menu ul ul li.current_page_parent > a,
div.menu ul ul li.current-menu-ancestor > a,
div.menu ul ul li.current-menu-item > a,
div.menu ul ul li.current-menu-parent > a{	
	height:auto;
	color:#6F6048;  
	background:#96948D;
}
div.menu ul ul li.current_page_item > a{
	font-weight: bold;
}

/* 	[ Menu ]  Level 3                                            */<!-- -->
div.menu ul ul ul{
	left: 100%; 
	top: 0px;
	margin:5px 0 0 -5px;
}
div.menu ul li:hover > ul{ display:block; }


/*	[ Search Box ]                                                  */<!-- -->
/*	[ RSS ]                                                          */<!-- -->
/*	[ Content ] Post                                                */<!-- -->
.postbox{
	width:575px;
}
.post_title{
	width:495px;
	border:1px #96935F dashed;
}

.post_title a{
	color: #584E42;
}

.post_date{
	background:url('story/bg_post_date.png') no-repeat center top;
}
.post_author{
	color:#786C5C;
}
.page .post_title{
	width:560px;
}
.sticky .post_title a{
	color: #8D7650;
}
.sticky .post_date{
	background:url('story/bg_post_date_sticky.png') no-repeat center top;
}


/*		[ Content ] Entry                                            */<!-- -->
.entry{
	color:#433822;
	background:url('story/bg_post_line.png') no-repeat bottom center;
}

/*		[ Content ] Post Info                                        */<!-- -->
.info {
	color:#786C5C;
}

.info_category {
	background: url('story/icon_category.png') no-repeat top left;
}

.info_tag {
	background: url('story/icon_tag.png') no-repeat top left;
}

.info_comment {
	background: url('story/icon_comment.png') no-repeat top left;
}

/*		[ Content ] MISC                                             */<!-- -->
.navigation {
	border-top:1px #786C5C solid;
}
.navigation a{
	text-decoration:none;
}
.sorry {
	border: 1px dashed #786C5C;
}


/*	[ Comment ] General                                             */<!-- -->
#postmetadata {
	padding: 5px 15px 5px 15px;
	background: #E8E2D5;
	border:1px #847E75 solid;
/* OLD: E8E2D5 */
/* NEW: E8E2D5 */
}

#comments_title {
	border-bottom: 1px dotted #847E75;
}

ol.commentlist .comment a{
	border-bottom: 1px #847E75 dotted;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	padding:5px;
	background:#E8E2D5;
	border:1px #847E75 solid;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #847E75 dashed;
}
ol.commentlist .comment .comment-body{
	clear:both;
	padding:10px 0 0 0;
	border-top: 1px dashed #847E75;
}


ol.commentlist a.comment-reply-link{
	text-decoration:none;
	border:0;
}

/*		[ Comment ] Paging                                           */<!-- -->

/*		[ Comment ] Form                                             */<!-- -->
#respond {
	background: #E8E2D5;
	border:1px #847E75 solid;
}
/*	[ Sidebar ] General                                             */<!-- -->
/*		[ Sidebar 1]                                                 */<!-- -->
#sidebar1 {color:#000000; font-size:11px;}
/*#sidebar1 a{color:#322C21; text-decoration:none;}*/
#sidebar1 a{color:#322C21; text-decoration:none; font-weight:bold;}
#sidebar1 a:hover {color:#8D4417;text-decoration:underline;}

/*		[ Sidebar 2]                                                 */<!-- -->
#sidebar2 {color:#000000; font-size:11px;}
/*#sidebar2 a{color:#3D4534; text-decoration:none;}*/
#sidebar2 a{color:#3D4534; text-decoration:none; font-weight:bold;}
#sidebar2 a:hover {color:#FFFFFF;text-decoration:underline;}
#sidebar2 > ul > li > h4 { /*before #sidebar h4*/
	background:url('story/bg_sb_head2.png') no-repeat top right;
}
/*	[ Footer ] Link and credit                                      */<!-- -->
#footer_credit{
	position:relative;
	top:150px;
	left:40px;
	width:450px;
	line-height:1.4em;
	margin:0;
	font-size:10px;
	color:#000000;
	text-align:left;
}
#footer_credit a, #footer_credit a:hover{
	font-size:10px;
	color:#000000;
	text-decoration:none;
	font-style:italic;
}

/*	[ Widget ]                                                      */<!-- -->
.wp-caption {
	text-align:center; 
	color:#000000;
	/*color:#cccccc;*/
	padding-top:3px;
}
.wp-caption .wp-caption-text {
	font-size:10px;
	line-height:17px;
	padding:5px;
	margin:0;
}

#wp-calendar {
	line-height:1.6;
	width: 150px;
	margin:0 0 0 0;
	text-align: center;
	font-size:11px;
	color:#525041;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: center;
}

#wp-calendar td {
	font-size:11px;
	color:#000000;
}
#wp-calendar td a {
	color:#fffffe;
	font-weight:bold;
	text-decoration:underline;
}

.wp_tag_cloud div {
}

.textwidget {
	padding:5px 5px 0 5px;
	line-height:1.6em
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

/*	[ Custom Widget and options]                                    */<!-- -->
.widget_ads160 {
	padding:10px 0 5px 0;
	margin:0;
	text-align:center;
	overflow:hidden;
	margin:0;
}
.widget_ads160 img{
	padding:2px 2px 0 2px;
}
<!---->
