@charset "UTF-8";
/* CSS Document */
/*
HEADER
*/
header nav{
	background:#2E2E2E;
	margin:0px auto 0 auto;
	padding:10px 0;
	width:1060px;
	
	box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
}
header nav ul{
	margin:0 auto;
}
header nav li{
	border-right: 1px solid #B45F04;
}
header nav li:last-child{
	border-right:none;
}
header nav a{
	 color:#FFFFFF;
 }
header nav a:hover{
	color:#8A4B08;
}

.menubtn{
	display:none;
}
.header_nav ul li{
	display:inline-block;
	padding: 8px 10px;
}

#main-nav{
	width:1060px;
	margin:0 auto;
}
#main-nav li{
	display:inline-block;
	padding:8px 10px;
}
#main-nav li a:hover{
	/*background:#81BEF7;*/
}
/*
SIDE
*/
#searchform{
	background:#fff;
}
input#s{
	padding:10px 0;
	margin:0 0 0 10px;
	width:182px;
	border: 0px solid #fff;

}
input#searchsubmit{
	padding:10px;
	background:#D8D8D8;
	border:none;
}
.widget{
	margin:10px 0;
	padding:0px 0px;
	background:#FFFFFF;
	box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(15, 15, 15, 0.129412) 0px 0px 3px 1px;
}
.widget ul{
	padding:10px 10px;
}
.widget .tagcloud{
	padding:10px 10px;
}
.widget .textwidget{
	padding:10px 10px;
}
.widget li:before{
	font-family: 'WebSymbolsRegular';
	content: '×';
	
	color:#333;
}
.widget:first-child{
	margin:0;
}
.widget_bn{
	margin:20px 0px;
}
.widget_nav_menu a img{
	margin:0 0 10px 0;
}

#side-left h4,
#side-right h4
{
	font-size:16px;
	color:#B45F04;
	background: #D8D8D8;
	padding: 12px 3px 8px 10px;
	margin:0 0 5px 0;
}

#wp-calendar{
	width:100%;
	margin:0 auto;
	padding:0 10px;
}
#wp-calendar td{
	text-align:center;
}

/*
MAIN
*/
#main section{
	margin:0px 0 56px 0;
	
}
.single_page h2,
.page_page h2{
	width:95%;
	font-size:20px;
	padding: 10px 5px 5px 10px;
	margin:10px 0;
	border-bottom: #8A4B08 solid 3px;
	background:#2E2E2E;
	color:#FFFFFF;
}

.single_page h3,
.page_page h3{
	width:95%;
	font-size:20px;
	padding: 10px 5px 5px 10px;
	margin:10px 0;
	position: relative;
}
.single_page h3:before,
.page_page h3:before{
	content: url("../images/icon_h3.png");
	color:#FCCB97;
	margin:0 7px 0 0;
	position: relative;
	top: -4px;
}

.thumb_box{
	margin:10px auto;
	text-align: center;
}
.thumb_box img{
	
}
.entry_box p{
	margin:25px 0 0 0;
}
h3.new_entry_title{
	border-top:4px solid #B45F04;
	border-bottom:4px solid #B45F04;
	padding:11px 10px 6px 10px;
}
h3.new_entry_title a{
	font-size:25px;	
	color:#1C1C1C;
}
h3.new_entry_title a:hover{
	color:#B45F04;
}
.more_link{
	text-align:right;
	
}
.more_link a{
	background:#B45F04;
	color:#FFFFFF;
	padding:5px 10px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
.more_link a:hover{
	background:#FF8000;
	color:#1C1C1C;
}

.pager{
	text-align: center;
	margin:50px 0 10px 0;
}
.pager a{
	color:#000000;
}
.pager li{
	display: inline-block;
	padding:5px 10px;
	background:#E6E6E6;
}
.pager li:hover{
	background:#E0F2F7;
}
.pager li.current{
	background:#E0F2F7;
}
/*
SINGLE
*/
#breadcrumb div{
	display:inline;
	margin:0 5px;
}
#breadcrumb a{
	color:#848484;
}
.entry-title{
	font-size:40px;
	margin: 20px 0;	
	padding:0 0 10px 0;
	color:#2E2E2E;
	line-height:1.0em;
	border-bottom:2px solid #B45F04;
	display:block;
}
.entry_meta{
	margin:10px 0 10px 0;
}
.entry_meta span.date:before {
	content: url(../images/icon_date.png);
	margin-right:5px;
}
.entry_meta span.category:before {
	content: url(../images/icon_category.png);
	margin-right:5px;
}
a.go_bt{
	margin:10px auto;
	display: block;
	text-align:center;
}
a.go_bt:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

a.go_bt_bg{
	background:url(../images/go_bt.png) no-repeat;
	font-size:30px;
	color:#fff;
	width:660px;
	height:96px;
	margin:0 auto;
	text-align:center;
	font-weight: bold;
	display:block;
	padding:30px 0 0 0;
}
a.go_bt_bg:hover{
	background:url(../images/go_bt_on.png) no-repeat;
}
.entry-date:before{
	content: url(../images/icon_date.png);
	margin-right:5px;
	position: relative;
	top: 2px;
}
.cat_tag:before {
	content: url(../images/icon_category.png);
	margin-right:5px;
	
}

.nav-links{
	margin:30px 0 0 0;
	/*border-top: 2px solid #E6E6E6;*/
	padding:10px 0 0 0;
}
.nav-links .nav-previous{
	float:left;
}
.nav-links .nav-next{
	float:right;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	margin:0 10px;
	padding:10px 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#B45F04;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color:#FFFFFF;
}
.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
	background:#FF8000;
	color:#1C1C1C;
}

.single_page ul.post_tags{
	margin:69px 0 0 0;
}
ul.post_tags:before {
	content: url(../images/icon_tag.png);
	position: relative;
	top: 3px;
}
.post_tags li{
	display: inline-block;
}
.post_tags li:after {
	content: ',';
}
.post_tags li:last-child:after {
	content: '';
}

.single_page li{
	list-style-type:disc;
	list-style-position: inside;
	margin:2px 0 2px 5px;
}
.single_page li:first-child{
	margin:2px 0 2px 0px;
}

.navigation{
	height: 50px;
}

.meta_box{
	border-bottom:#BDBDBD 1px solid;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

/*COMMENT*/
.comment-area{
	clear:both;
	margin:20px 0 0 0;
}
.comment-area h3{
	border-bottom:#B45F04 1px dashed;
	padding: 10px 0 3px 5px;
	width: 98%;
	color: #1C1C1C;
	
}
.comment-area h3:before{
	content: "";
}
.comment-area input,
.comment-area textarea{
	font-size:16px;
}
.comment-area textarea{
	width:100%;
}
.comment-area input{
	display:block;
	width:97%;
	padding:5px 5px;
}
.comment-area .required{
	color:#B40404;
}
.comment-area input[type=submit]{
	width:250px;
	margin: 10px auto 0 auto;
}
.single_page img.avatar{
	width:auto;
	vertical-align: middle;
	float:left;
	margin:0 10px 0 0;
}
.commentmeta{
	line-height: 1.0em;
}
.comment-author{
	margin: 0 0 10px 0;
}
.single_page .comment-area li{
	list-style-type: none;
}
.commentmetadata{
	font-size:10px;
}
.reply{
	text-align:right;
	margin:0 5px 0 0 ;
}
.commentslist{
	margin:10px 0 0 0;
}
.commentslist li{
	border-bottom:1px solid #E6E6E6;
	padding:5px 0;
}
.comment-reply-title a{
	color:#FFFFFF;
	text-decoration: underline;
}
.comment-area ul.children{
	border-top:1px solid #E6E6E6;
}
.comment-area .children li{
	border-bottom:none;
}

/*
ARCIVE
*/
header.page-header{
	margin:20px 0 0 0;
	border-bottom: #E6E6E6 solid 2px;
}
.page-title{
	font-size:20px;
}

a.detail_bt {
	background: url(../images/detail_bt.png) no-repeat;
	width: 430px;
	height: 71px;
	font-size: 20px;
	color: #FFF;
	padding: 13px 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
}
a.detail_bt span{
	
}
a.detail_bt:hover{
	background: url(../images/detail_bt_on.png) no-repeat;
	color: #000;
}
/*
FOODER
*/
footer{
}
footer div.box{
	width:1060px;
	margin:0 auto;
}
footer a{
	
}
footer h2,
footer h3{
	
	font-size:18px;
	margin:0 0 10px 0;
}
footer ul{
	padding:0;
	margin:0;	
	margin:0 0 20px 0;
}
footer li a:hover{
	text-decoration:underline;
}
footer address{
	clear:both;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
	color:#A4A4A4;	
}


/*
Wordpress Related Posts
*/
.related_post_title {
	margin:48px 0 28px 0;
	background:#F0F2F3;
	padding:15px 5px 10px 10px;
	border-bottom:#81BEF7 solid 2px;
}
ul.related_post {
}
ul.related_post li {
	clear:both;
	width: 100%;
	height:111px;
	margin: 0 0 15px;
}
ul.related_post li a {
}
ul.related_post li img {
	float:left;
	display: block;
	width:100px;
	height:100px;
	margin: 0 15px 0 0;
	
}
a.wp_rp_title{
	font-size:20px;
	color:#333;
	font-weight:bold;
}
a.wp_rp_title:hover{
	color:#E6E6E6;
}
.wp_rp_publish_date{
	display:block;
}
.wp_rp_excerpt{
	display:block;
}


/*CONTUCT*/
.mw_wp_form{
	margin:0 auto;
	text-align: center;
}
.mw_wp_form input{
	padding:10px 5px;
	margin:5px auto;
	width:50%;
	border: 2px solid #424242;
}
.mw_wp_form textarea{
	padding:10px 5px;
	margin:5px auto;
	width:50%;
	border: 2px solid #424242;
}
.mw_wp_form input[type=submit]{
	width:50%;
	margin:5px auto 0 auto;
	display:block;
	padding:5px 0;
	font-size:14px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background: #424242; 
	color:#fff;
	font-weight:bold;
}
.mw_wp_form span.error{
	display:block;
	color:#F80408;
	font-weight:bold;
	
}

/*POST NAV*/
h2.screen-reader-text{
	font-size:0px;
	background:#fff;
	border:none;
	display: none;
}