/* 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}

body{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a626f+0,4c545f+50,363a43+100 */
background: rgb(90,98,111); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(90,98,111,1) 0%, rgba(76,84,95,1) 50%, rgba(54,58,67,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(90,98,111,1) 0%,rgba(76,84,95,1) 50%,rgba(54,58,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(90,98,111,1) 0%,rgba(76,84,95,1) 50%,rgba(54,58,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a626f', endColorstr='#363a43',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.container{
	width: 1300px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.imgLeft{
	float: left;
}
.imgRight{
	float: right;
}

strong{
	font-weight: bold;
	color: red;
}

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

#header{
	padding: 0px 0;
	background: #292d36;
}
#header > .container{
	position: relative;
}
.siteTitle{
	padding: 90px 0;
	text-align: center;
}
.siteTitle a{
	text-decoration: none;
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	
}
#header > .container > .blogparts{
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

#content{
	padding: 20px 0;
}
.Mv{
	width: 1000px;
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0px 6px 6px -2px rgba(0, 0, 0, 0.75);
  position: relative;
}
#content > .container{
	position: relative !important;
}	 
.main{
	width: 1000px;
	float: right;
}

h1{
	font-size: 23px;
	font-weight: bold;
	text-transform:  uppercase;
	line-height:  50px;
	min-height: 50px;
	padding: 0 20px;
	color: #fff;
	text-align: center;
}
h1 span{
	border-bottom: 2px solid #fff;
}

.text01{
	padding: 15px;
	margin-top: 10px;
}
.text01 p{
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}
.text01 p img{
	padding: 5px;
	margin: 10px;
	background: #E1CE51;
	border: 5px solid #FFCA26;
	border-radius: 3px;
}
.link01{
	margin: 10px;
}
.link01 li{
	margin-bottom: 10px;
	display: block;
}
.link01 a{
	text-decoration:none;
	color: #422f2f;
	line-height: 1.5;
	font-size:12px;
	display:block;
	padding:10px 10px 10px 20px;
	border-radius: 5px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca29+0,ffcb23+50,ddce57+100 */
background: rgb(255, 203, 38); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,202,41,1) 0%, rgba(255,203,35,1) 50%, rgba(221,206,87,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,202,41,1) 0%,rgba(255,203,35,1) 50%,rgba(221,206,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,202,41,1) 0%,rgba(255,203,35,1) 50%,rgba(221,206,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: all 0.25s ease-in 0s;
}
.link01 a:hover{
	background:#DECE55;
}

.sidebar{
	width: 290px;
	float: left;
  margin: 0 auto;
}
.nav{
	text-align: center;
}
.nav li{
	display: block;
	margin-bottom: 10px;
}
.nav li a{
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	padding:  25px 10px;
	border: 15px solid  #2e3138;
		background:  #505662;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
.nav li a:hover{
text-decoration: underline;
	background: #676f7e;
}

	
.news{
	position: absolute;
	padding: 15px;
	width: 970px;
	background: rgba(50,50,50,0.5);
	top: 272px;
	left: 10;
	text-align: center;
	margin-bottom: 10px;
	z-index: 10;
}
.news h3{
	font-size: 16px;
	font-weight: bold;
	text-transform:  uppercase;
	line-height: 50px;
	min-height: 50px;
	padding: 0 15px;
	background: #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	text-align: center;
}
.news li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 5px;
}
.news li a{
	display: block;
	padding: 20px 49px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffca29+0,ffcb23+50,ddce57+100 */
background: rgb(255, 203, 38); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,202,41,1) 0%, rgba(255,203,35,1) 50%, rgba(221,206,87,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,202,41,1) 0%,rgba(255,203,35,1) 50%,rgba(221,206,87,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,202,41,1) 0%,rgba(255,203,35,1) 50%,rgba(221,206,87,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca29', endColorstr='#ddce57',GradientType=1 ); /* IE6-9 */
	border-radius: 3px;
	text-decoration: none;
	color: #7A4C4C;
	font-size: 14px;
  transition: all 0.25s ease-in 0s;
}
.news li a > p{
	padding:  5px 0;
}
.news li a:hover{
	-moz-transform: rotate(4deg);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ddce57+0,ffcb23+50,ffca29+100 */
background: rgb(221,206,87); /* Old browsers */
background: -moz-linear-gradient(left, rgba(221,206,87,1) 0%, rgba(255,203,35,1) 50%, rgba(255,202,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(221,206,87,1) 0%,rgba(255,203,35,1) 50%,rgba(255,202,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(221,206,87,1) 0%,rgba(255,203,35,1) 50%,rgba(255,202,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddce57', endColorstr='#ffca29',GradientType=1 ); /* IE6-9 */
	
}

.blogparts{
	display: block;
	padding: 20px 0;
	text-align: center;
}
.blogparts1{
	float: right;
}
.blogparts h3{
	font-size: 20px;
	font-weight: bold;
	text-transform:  uppercase;
	line-height: 50px;
	min-height: 50px;
	padding: 0 15px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.blogparts h3 span{
	border-bottom: 2px solid #fff;
}

#footer{
	background: #2f363e;
	padding:  20px 0;
	text-align: center;
	clear: both;
}
.fNav li{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.fNav li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.fNav li a:hover{
	background: #333;
	color: #fff;
}

.copy{
	float: left;
	margin: 30px 0 0;
	padding: 20px 0;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
