/* 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: #f5f5f5 url(../images/img9998574653.jpg) repeat-x 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{
	height: 350px;
	text-align: center;
}

.siteTitle{
	line-height: 70px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 120px;
	position: relative;
}

.icon{
	position: absolute;
	left: -90px;
	top: 20px;	
}
.icon2{
	position: absolute;
	right: -90px;
	top: 18px;	
}
.icon3{
	position: absolute;
	left: 60px;
	top: 70px;	
}
.siteTitle a{
	color: #ffffff;
	font-weight: bold;
	font-size: 50px;
	text-shadow: 3px 5px #333;
	padding-bottom: 3px;
}

#nav{
	background: #fff;
}
#nav > .container > ul > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 50px;
	text-align: center;
	position: relative;
}
#nav > .container > ul > li > a{
	color: #575757;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16x;
	display: block;
	padding: 0 20px;
}
#nav > .container > ul > li:hover > a{
	background: #3ccb89;	
	color: #fff;
}
#nav > .container > ul > li:hover > .dropdown{
	display: block;
}
#nav > .container > ul > li > .dropdown{
	width: 300px;
	position: absolute;
	top: auto;
	left: -20px;
	background: #3ccb89;
	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: #f79a88;
}

#searchForm{
	position: absolute;
	top: -1px;
	right: 0;
}
#searchForm > div{
	position: relative;	
}
#searchForm input[type="text"]{
	background: #fff;
	border: none;
	padding: 17px;
	width: 200px;
	color: #909090;
	font-weight: bold;
	margin: 1px -5px 0 0;
}
#searchForm button{
	height: 51px;
	background: #3ccb89;
	border: none;
	border-left: none;
	color: #fff;
	font-size: 14px
	cursor: pointer;
	text-transform: uppercase;
	cursor: pointer;
}

#contents{
	padding-top: 30px;
}

/* main */

#main{
	float: left;
	width: 630px;
	margin-right: 20px;
}
.preview{
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #959595;
}
.preview h2{
	font-size: 22px;
	color: #000;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.cap-image{
	width: 565px;
	height:300px;
	padding: 20px;
	position: relative;
	z-index: 1;
	overflow:hidden;
}

.content{
	padding: 20px;
}
.content p{
	color: #333;
	font-size: 13px;
	line-height:1.5;
	padding-bottom: 20px;
	text-align: left;
}
.date{
	position: absolute;
	text-align: center;
	bottom:0;
	right: -12px;
	z-index: 2;
	
}
.date > div{
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	display: inline-block;
	background: url(../images/date.png) no-repeat;
	line-height: 56px;
	width: 140px;
	text-align: center;
	text-transform: uppercase;
}

.read{
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	background: #3CCB89;
	line-height: 35px;
	padding: 0 15px;
	transition: all .3s ease-in-out;
	border-radius: 5px;
}
.read:hover{
	background: #f79a88;
}


/* aside */

#aside{
	float: right;
	width: 340px;
}
.heading{
	text-align:center;
	background: #3ccb89;
	
}


 #sublinks, #popular, #blogpart{
	background: #fff;
	margin-bottom: 20px;
}
#info p, #sublinks ul, .blog, #popular ul{
	padding: 20px;
}
#info{
	background: #fff;;
	margin-bottom: 20px;
}
#info p{
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}
#sublinks li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #959595;
}
#sublinks a{
	color: #313131;
	font-size: 13px;
	line-height: 1.5;
	padding-left:10px;
	font-weight: bold;
}
#sublinks a:hover{
	color: #3ccb89;
}
#blogpart > .blog{
	text-align: center; 
}

#popular ul{
	text-align: center;
}
#popular li{
	padding-bottom: 20px;
}

#popular a{
	color: #171717;
	font-size: 13px;
	line-height: 1.5;
	background: #e7e2a6;
	display: block;
	padding: 10px 0;
}
#popular a:hover{
	background: #f79a88;
	color: #fff;
}


/*footer*/

#footer{
	line-height: 50px;	
	text-align: left;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #3ccb89;
	text-transform: capitalize;
}


