/* 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: #f0f0f0 url(../images/bg.jpg) no-repeat top center;
}

.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;
}

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

#header{}

.siteTitle{
	line-height: 240px;
	text-align: center;
}
.siteTitle a{
	color: #ffffff;
	font-weight: bold;
	font-size: 50px;
	padding-bottom: 3px;
}

#nav{
	background: rgba(255,255,255,0.2);
	padding: 10px 0
}
#nav > .container > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 30px;
	text-align: center;
	position: relative;
}
#nav > .container > ul > li > a{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16x;
	display: block;
	padding: 0 20px;
	border-radius: 5px;
}
#nav > .container > ul > li:hover > a{
	background: #217c9a;	
}
#nav > .container > ul > li:hover > .dropdown{
	display: block;
}
#nav > .container > ul > li > .dropdown{
	width: 300px;
	position: absolute;
	top: auto;
	left: 0;
	background: #217c9a;
	z-index: 1000;
	padding: 10px 0;
	display: none;
	border-radius: 5px;
}
.dropdown > li{
	text-align: left !important;	
	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: #16566b;
}

#searchForm{
	width: 250px;
	position: absolute;
	top: -1px;
	right: 0;
}
#searchForm > div{
	position: relative;	
}
#searchForm input[type="text"]{
	background: #fff;
	border: none;
	padding: 8px 10px 8px 8px;
	margin: 0 auto;
	width: 200px;
	color: #909090;
	font-weight: bold;
}
#searchForm button{
	position: absolute;
	top: 0;
	right: 1px;
	height: 33px;
	background: #fff;
	border: none;
	border-left: none;
	color: #000;
	font-size: 1.1em;
	cursor: pointer;
}

#content{
	padding: 30px 0 0 0;
}

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

#preview{
	position: relative;
}
#preview li{
	display: block;
	margin-bottom: 50px;
	background: #fff;
	-webkit-transition:all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#preview li:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 10;
	box-shadow: 0 0 15px #333;
}
#preview li .prev-img,
#preview li .prev-img > img,
#post > .post-img,
#post > .post-img > img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#preview li .date,
#post > .post-img > .date{
	font-weight: 600;
	color: #fff;
	padding: 6px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	background: #37b5e5;
	width: 120px;
}
#preview li h2,
#post > h2{
	padding: 5px 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	background: #37b5e5;
	position: relative;
	line-height: 1.5;
	
}
#preview li h2:before,
#post > h2:before{
	content: "";
	width: 0;
	height: 0;
	
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #37b5e5;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
}
#preview li p,
#post > p{
	font-size: 13px;
	color: #525252;
	line-height: 1.5;
	padding: 30px 20px;
	text-align: left;
}

#post{
	background: #fff;
	padding: 30px 20px;
}
#post h2 {
	margin-bottom: 20px;
}
#post > p{
	font-size: 13px;
	line-height: 1.8;
	padding: 15px 0;
	color: #525252;
}

.mv{
	width: 700px;
	height: 370px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mv li{
	width: 700px !important;
	height: 370px !important;
	overflow: hidden;
}
.mv li > img{
	width: 700px;
	height: 320px;
}
.mv li > .pop-title{
	line-height: 50px;
}
.mv li > .pop-title a{
	display: block;
	background: #e94578;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	-webkit-transition:all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.mv li > .pop-title a:hover{
	background: #8bd892;
}

#info, #sublink, .blog, #popular{
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	background: #fff;
	position: relative;
	text-align: right;
	overflow: hidden;
}

.title{
	font-size: 18px;
	padding: 0 20px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #37b5e5;
	text-align: center;
	line-height: 35px;
}

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

#sublink li{
	display: block;
	line-height: 30px;
	text-align: left;
	margin-bottom: 5px;
	padding: 0 20px;	
}
#sublink li a{
	font-size: 13px;
	color: #525252;
}
#sublink li a:hover{
	color: #217c9a;
}

#popular li > .pop-img{
	width: 85px;
	height: 55px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
#popular li > .con{
	width: 140px;
	float: right;
	padding-top: 20px;
}
#popular li > .con > a{
	font-size: 13px;
	color: #fff;
}
#popular li > .con > a:hover{
	color: #ffa903;
}

#footer{
	background: #37b5e5;
	text-align: center;
	margin-top: 30px;
}
#footer .copy{
	line-height: 50px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 50px;
}

.bxslider{
	width: 700px !important;
}
