/* 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/bg.png) repeat top left #333333;
}

.container{
	width: 1000px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
	outline: none !important;
}
.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;
}

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

#header{
	background: #fff;
	border-bottom: 1px solid #c2c2c2;	
	text-align: center;
}

.siteTitle{
	line-height: 100px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url(../images/logo.png) no-repeat bottom right;
	padding: 0 75px;
}
.siteTitle a{
	color: #333;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 3px;
}

#nav{
	background: #fff;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	margin-bottom: 30px;
}
#nav > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin-right: 30px;
}
#nav > ul > li > a{
	color: #333;
	text-transform: uppercase;
	font-size: 14x;
	display: block;
	padding: 0 20px;
}
#nav > ul > li:hover > a{
	background: #dcb130;	
	color: #fff;
}
#nav > ul > li:hover > .dropdown{
	display: block;
}
#nav > ul > li > .dropdown{
	width: 300px;
	position: absolute;
	top: auto;
	right: -50px;
	background: #dcb130;
	z-index: 1000;
	display: none;
	border-radius: 4px;
}
.dropdown > li{
	text-align: left;
	line-height: 40px;
}
.dropdown > li > a{
	font-size: 13px;
	color: #fff;
	padding: 0 20px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown > li > a:hover{
	background: #bf9a2b;
}

#searchForm{
	position: relative;
}
#searchForm input[type="text"]{
	background: #f8f8f8;
	border: none;
	padding: 8px 10px 8px 48px;
	margin: 0 auto;
	width: 200px;
	color: #fff;
	box-shadow: inset 0 0 3px #b3b3b3;
	border-radius: 20px
}
#searchForm button{
	position: absolute;
	top: 18px;
	right: 25px;
	height: 35px;
	background: transparent;
	border: none;
	border-left: none;
	color: #949494;
	font-size: 1.1em;
	cursor: pointer;
}

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

#mv{
	margin-bottom: 30px;
}
#mv > .container{
	width: 980px;
	height: 380px;
	padding: 10px;
	background: #fff;
}
#mv li{
	position: relative;
}
#mv li > .con{
	position: absolute;
	left: 0;
	bottom: 0;
}
#mv li > .con > h2{
	display: inline-block;
	*display: inline;
	background: #000;
	color: #fff;
	font-size: 24px;
	padding: 0 20px;
	line-height: 35px;
}
#mv li > .con > p{
	padding: 20px;
	background: rgba(0,0,0,0.5);
	font-size: 13px;
	color: #fff;
	line-height: 1.5;
}

#preview{}
#preview li,
#post{
	display: block;
	margin-bottom: 30px;
	background: #fff;
	border-bottom: 3px solid #eeeeee;
	position: relative;
	padding-bottom: 20px;
}
#preview li > .prev-img,
#post > .post-img{
	width: 700px;
	height: 370px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
#preview li > .prev-img > img,
#post > .post-img > img{
	width: 100%;
	height: auto;
}
#preview li > .con > p,
#post > .con > p{
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #898989;
}
#preview li > .con > h2,
#post > .con > h2{
	font-size: 24px;
	color: #000;
	font-weight: 900;
	line-height: 30px;
}
#preview li > .con,
#post > .con{
	width: 565px;
	float: right;
}
#preview li > .date,
#post > .date{
	width: 135px;
	float: left;
	text-align: center;
}
#preview li > .date > span,
#post > .date > span{
	display: block;
	color: #dcb130;
}
#preview li > .date > span:not(.big),
#post > .date > span:not(.big){
	width: 90px;
	margin: 0 auto;
	padding-bottom: 3px;
	border-bottom: 1px solid #dcb130;
	position: relative;
}
#preview li > .date > span:not(.big):before,
#post > .date > span:not(.big):before{
	content: "";
	width: 30px;
	height: 4px;
	background: #dcb130;
	position: absolute;
	left: 50%;
	bottom: -2px;
	border-radius: 4px;
	margin-left: -15px;
}

#preview li > .date > span.big,
#post > .date > span.big{
	font-size: 28px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	background: #dcb130;
	border: 5px solid #f5e1a3;
	border-radius: 50%;
	margin: 0 auto 10px auto;
}
#preview li > .con > .rd-more{
	text-align: left;
	line-height: 25px;
	width: 110px;
	text-align: center;
}
#preview li > .con > .rd-more a{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	background: #dcb130;
	display: block;
	padding: 0 10px;
	text-shadow: 1px 1px 1px #626262;
	transition: all .10s ease-in-out;
	border: 3px solid #f5e1a3;
	border-radius: 4px;
}
#preview li > .con > .rd-more a:hover{
	background: #90965a;
}

#post > p{
	padding: 15px 0;
}

#info, #sublink, #popular, #searchForm{
	margin-bottom: 20px;
	background: url(../images/aside-bg.jpg) repeat-x top left #fff;
	text-align: center;
	box-shadow: 3px 3px 6px #333;
}
.blog{
	padding: 40px 20px 20px 20px;
	background: url(../images/aside-bg.jpg) repeat-x top left #fff;
	text-align: center;
	box-shadow: 3px 3px 6px #333;	
	margin-bottom: 20px;
}
.title{
	font-size: 13px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: #dcb130;
	line-height: 30px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}


#info > p{
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	padding: 0 20px 20px 20px;
	text-align: left;
}

#sublink > ul{
	padding: 0 20px 10px 20px;
}
#sublink li{
	display: block;
	line-height: 40px;
	position: relative;
	text-align: left;
}
#sublink li a{
	font-size: 13px;
	color: #333;
	transition: all .6s ease-in-out;
}
#sublink li a:hover{
	color: #dcb130;
}

#popular ul{
	padding: 0 20px;
}
#popular li > .pop-img{
	width: 67px;
	height: 67px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	border-radius: 50%;
}
#popular li > .con{
	width: 150px;
	float: right;
	padding-top: 20px;
	text-align: left;
}
#popular li > .con > a{
	font-size: 13px;
	color: #000;
}
#popular li > .con > a:hover{
	color: #dcb130;
}
.blog >.blogwrap{
	text-align: center;
	padding: 0 0 20px 0;
}

#footer{
	text-align: center;
	background: #282828;
}
#footer .copy{
	line-height: 100px;
	font-size: 12px;
	text-transform: uppercase;
	color: #dcb130;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
}


/* custom bxslider */
.bx-wrapper .bx-viewport{
	width: 980px !important;
	height: 380px !important;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
