/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* layout */
body{
	font-family: 'Noto Sans', sans-serif;
	background: url(../images/header.jpg) no-repeat top center #f4dcac;
}

.container{
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	outline: none !important;
	color:#F4DCAC;
}
.link01{
	padding:10px 0;
}
.link01 li a{
	display: block;
	padding: 8px;
	color: #fff;
	background: #5A7C00;
	-webkit-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	margin-bottom: 10px;
}
.link01 li a:hover{
	background: #49c;	
}
.title{
	position: relative;
}
.title > div{
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0 10px;
}

#header, #content, #footer{
	display: block;
	width: 100%;
	min-width: 1000px;
}

#header{
	height: 250px;
}
#nav{
	display: block;
	padding: 10px 0;
	text-align: right;
	background: rgba(0,0,0,0.2);
}
#nav ul{
	text-align: right;
	width: 1000px;
	margin: 0 auto;
}
#nav ul > li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
	height: 30x;
	line-height: 30px
}
#nav ul > li > a{
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	display: block;
	font-weight: bold;
}
#nav ul > li:hover > a{
	background: #21224e;
	color: #fff;
}

/* dropdown */
#nav ul li:hover > .drop{ display: block; }
#nav ul li > .drop{
	position: absolute;
	z-index: 50;
	background: #21224e;
	width: 300px;
	border-radius: 8px;
	padding: 10px 0;
	display: none;
	top: auto;
	left: -20px;
	text-align: left !important;
}
#nav ul li > .drop > li{
	float: none;
	padding: 0 !important;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	text-align: left !important;
	display: block !important;
	height: 40px !important;
	line-height: 40px !important;
}
#nav ul li > .drop > li a{
	display: block;
	color: #fff;
	font-size: 14px !important;
	line-height: 40px !important;
	text-align: left !important;
	font-weight: normal !important;
	font-size: 13px !important;
}
#nav ul li > .drop li a:hover{
	background: #111;
	color: #fff;
}

#siteTitle{
	line-height: 200px;
}
#siteTitle a{
	color: #21224e;
	font-weight: bold;
	font-size: 40px;
}

#banner{
	overflow: hidden;
	
}
#banner img{
	width: 100% !important;
	height: 100% !important;
	display: block;
}

#content{
	padding: 30px 0;
}
#content .main{
	width: 680px;
	float: right;
	margin-right: 20px;
}
#preview{}
#preview .item li{
	display: block;
	margin-bottom: 30px;
	background: #000;
	padding-bottom: 20px;
}

#preview .item li > .prev-img{
	padding: 0 20px;
	margin-bottom: 20px;
}
#preview .item li > .prev-img > img{
	width: 100%;
	height: auto;
}
#preview .item li > h2{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding: 20px;
	line-height:1.5;
}
#preview .item li > .date{
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 20px;
	padding: 0 20px;
}
#preview .item li > p{
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	padding: 0 20px;
}
#preview .item li > .rd-more{
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 40px;
	margin-left: 20px;
	margin-top: 30px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
}
#preview .item li > .rd-more > a{
	color: #666;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 1;
	background: #fff;
	font-weight: bold;
}

#preview .item li > .rd-more a:hover{
	background: #63bee0;
	color: #fff;
}


.pagination{
	text-align: center;
}
.pagination li{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.pagination li a,
.pagination li span{
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	padding: 0 15px;	
	font-weight: bold;
	border: 2px solid #a18f5f
}
.pagination li a{
	color: #1a1a1a;
}
.pagination li span,
.pagination li a:hover{
	background: #a18f5f;		
}

#post{
	background: #000;
	padding-bottom: 20px;
}
#post h2{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 75px;
	padding-left: 20px;
}

#post > .prev-img{
	height: auto;
	padding: 0 20px;
}
#post > .prev-img img{
	width: 100%;
	height: auto;
}
#post > .date{
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	margin-bottom: 20px;
	padding: 0 20px;
}
#post > p{
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}

#content .aside{
	width: 280px;
	float: left;
}

#popular, #info, #sublink, .blogparts{
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
#popular li{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	display: block;
}
#popular li > .popImg{
	width: 100px;
	float: left;
}
#popular li > .con{
	width: 125px;
	float: right;
	padding: 20px 0;	
}
#popular li > .con a{
	font-size: 13px;
	color: #333;
}
#popular li > .con a:hover{
	color: #f90;
}

#sublink{
	margin-bottom: 20px;
}

.nav{}
.nav ul{
	text-align: center;
}
.nav li{
	height: 30px;
	line-height:30px;
	padding: 0 5px;
}
.nav li a{
	display: inline;
	font-size: 13px;
	position: relative;
	font-size: 13px;
	color: #000;
	display: block;
}
.nav li a:hover{
	background: #fff;
}

#info{
	margin-bottom: 20px;	
}
#info dl{
	background: #fff;
}
#info dl dd{
	font-size: 13px;
	margin-bottom: 10px;
	color: #7a7878;
}
#info p{
	font-size: 12px;
	margin-bottom: 10px;
	color: #000;	
	line-height: 2;
}
.blogparts{
	margin-bottom: 20px;
}
.blogparts > .blogWrap{
	text-align: center;
	padding: 20px 0;
}

#footer{
	line-height: 65px;
	margin-top: 50px;
	text-align: center;
	background: #000;
}
#footer .copy{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

.search_btn{
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	display: none;
}
.search_btn button{
	display: none;
}
.search_btn label{
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: 
		none;
}
.search_btn input{
	font-size: 13px;
	padding: 10px;
	width: 220px;
	height: 15px;
	border: none;
	border-radius: 2px;
	background: #eeeded;
}

