/* 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: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 50%, #f5f5f5 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%,#ffffff), color-stop(50%,#f5f5f5));
	background: -webkit-linear-gradient(left, #ffffff 50%,#f5f5f5 50%);
	background: -o-linear-gradient(left, #ffffff 50%,#f5f5f5 50%);
	background: -ms-linear-gradient(left, #ffffff 50%,#f5f5f5 50%);
	background: linear-gradient(to right, #ffffff 50%,#f5f5f5 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=1 );
}

.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{
	padding-bottom: 5px;
	
}

.aside{
	width: 320px;
	float: left;
	background: #fff;
	border-right: 1px solid #c2c2c2;
}
.main{
	width: 659px;
	float: right;
	background: #f5f5f5;
	padding: 20px 0 20px 20px;
}

#siteTitle, #nav ,#info, #popular, .blogpart{
	margin-bottom: 20px;
}

#siteTitle{
	text-align: center;
	line-height: 80px;
}
#siteTitle > h1 a{
	color: #333;
	font-size: 25px;
	font-weight: 900;
}
#nav > ul {
	padding: 20px 0;
}
#nav > ul > li{
	display: block;
	line-height: 30px;
	margin-bottom: 15px;
	position: relative;
}
#nav > ul > li > a{
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	padding: 0 20px;
	display: block;
}
#nav > ul > li:hover > a{
	background: #d13c3d;
	color: #fff;
}
#nav > ul > li:hover > .dropdown{
	display: block;
}

.dropdown{
	position: absolute;
	top: -20px;
	right: -432px;
	width: 432px;
	background: #D13C3D none repeat scroll 0% 0%;
	padding: 20px 0px;
	z-index: 200;
	border: 3px none;
	display: none;
}
.dropdown li{
	line-height: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.dropdown li:first-child{
	border-top: 1px solid rgba(0,0,0,0.2);	
}
.dropdown li a{
	color: #fff;
	display: block;
	padding: 0 20px;
}
.dropdown li a:hover{
	background: #9e3132;
}

#info p{
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	padding: 10px 20px 10px 0;
}

#popular li{
	display: block;
	margin-top: 15px;
}
#popular li > a{
	display: block;
}
#popular li > a > .po-img{
	width: 65px;
	height: 65px;
	float: left;
}
#popular li > a > .con{
	width: 225px;
	float: right;
}
#popular li > a > .con > .pop-title{
	font-size: 14px;
	font-weight: 900;
	color: #666;
}
#popular li > a > .con > .date{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.blogWrap{
	padding: 20px 0;
}

#preview li,
#post{
	display: block;
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 20px;
	overflow:hidden;
}
#preview li > #prev-img,
#post > #post-img{
	width: 680px;
	height: auto;
	margin-bottom: 30px;
}
#preview li > h2,
#post > h2{
	text-align: center;
	font-size: 21px;
	font-weight: 900;
	color: #333;
}
#preview li > .date,
#post > .date{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
#preview li > p,
#post > p{
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	padding: 0 20px;
}
#preview li > .rd-more{
	width: 120px;
	line-height: 30px;
	margin: 30px auto 0 auto;
	text-align: center;
}
#preview li > .rd-more > a{
	display: block;
	font-size: 13px;
	text-transform: uppercase;	
	color: #666;
	border: 1px solid #666;
	transition: all .6s ease-in-out;
}
#preview li > .rd-more > a:hover{
	color: #49c;
	border-color: #49c;
}

#post > p{
	padding: 15px 20px
}

#footer{
	text-align: center;
	line-height: 60px;
}
#footer > .copy{
	font-size: 13px;
	color: #333333;
	font-weight: 600;
}
#sublink ul{
	padding: 0 20px 10px 20px;
}
#sublink li{
	display: block;
	line-height: 40px;
}
#sublink li a{
	font-size: 13px;
	color: #111;
}
#sublink li a:hover{
	color: #db3332;
}
#post2{
	padding: 20px;	
	background: #fff;
}

