body{
	background: #0e385f;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	outline: none;
}
.container{
	width: 1000px;
	margin: 0 auto;
}
.clearfix{
	clear: both;
}

/* HEADER */
#header{
	width: 100%;
	min-width: 1000px;
	padding-top: 30px;
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b2b2b 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b2b2b 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#searchWrapper{
	border-top: 1px solid #494949;
	margin-top: 30px;
	border-radius : 3px 3px 0 0;
	background: #323232; /* Old browsers */
	background: -moz-linear-gradient(top,  #323232 0%, #0c0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323232), color-stop(100%,#0c0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #323232 0%,#0c0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #323232 0%,#0c0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #323232 0%,#0c0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #323232 0%,#0c0c0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */
	*zoom: 1;

}
.search_btn{
	position: relative;
	padding: 10px;
	float: right;
}
.search_btn input{
	width: 220px;
	height: 30px;
	background: #000;
	border: 1px solid #333333;
	padding-left: 10px;
	border-radius: 3px;
	color: #386794;
	padding-right: 30px;
}
.search_btn button{
	width: 30px;
	height: 30px;
	border: none;
	position: absolute;
	background: url(../images/search.png) no-repeat center center;
	top:12px;
	right: 12px;
	cursor: pointer;
	color: #386794;
}

.siteTitle{
	line-height: 120px;
}
.siteTitle a{
	color: #a0d1ff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 5px 5px #000;
}

/* NAV */

#navBar{
	background: #292b2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #292b2b 0%, #292b2b 50%, #1a1b1b 51%, #1a1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292b2b), color-stop(50%,#292b2b), color-stop(51%,#1a1b1b), color-stop(100%,#1a1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292b2b 0%,#292b2b 50%,#1a1b1b 51%,#1a1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292b2b 0%,#292b2b 50%,#1a1b1b 51%,#1a1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292b2b 0%,#292b2b 50%,#1a1b1b 51%,#1a1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292b2b 0%,#292b2b 50%,#1a1b1b 51%,#1a1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b2b', endColorstr='#1a1b1b',GradientType=0 ); /* IE6-9 */
	*zoom: 1;
	border-radius: 3px;
}
#navBar > ul{
	margin-left: 5px;
}
#navBar > ul > li{
	display: inline-block;
	line-height: 47px;
	position: relative;
}

#navBar > ul > li > a{
	display: block;
	padding: 0 30px;
	font-size: 13px;
	color: #fff;
	border-top: 3px solid transparent;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}
#navBar > ul > li > a:hover, #navBar > ul > li:hover > a{
	color: #1c8bf3;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
	*zoom: 1;
	border-top: 3px solid #1d8df6;
}
#navBar > ul > li > ul{
	width: 280px;
	position: absolute;
	list-style-type: none;
	top: auto;
	left: 0;
	visibility: hidden;
	z-index: 999;
	perspective: 500px;
}
#navBar > ul > li:hover > ul{
	visibility: visible;
}
#navBar > ul > li:hover > ul li{
	opacity: 1;
	transform: none;
	box-shadow: 0px 2px 5px #000;
}
#navBar > ul > li > ul li{
	background: #fff;
	margin-top: 5px;
	opacity: 0;
	transition: opacity .7s;
}

#navBar > ul > li > ul li a{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #1c8bf3;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;
}
#navBar > ul > li > ul li a:hover{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	background: #1c8bf3;
	color: #fff;
}
/* CONTENT */

#content{
	background: #2a6caa;
	margin: 20px 0;
}
/* LEFT CONTENT */

.leftContent{
	width: 250px;
	float: left;
	
}
.leftWrap{
	padding: 0 20px;
}
.headTitle{
	line-height: 40px;
	color: #1e92ff;
	text-shadow: 0 3px 3px #151616;
	font-text: 18px;
	background: #292b2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #292b2b 0%, #1a1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292b2b), color-stop(100%,#1a1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #292b2b 0%,#1a1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #292b2b 0%,#1a1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #292b2b 0%,#1a1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #292b2b 0%,#1a1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b2b', endColorstr='#1a1b1b',GradientType=0 ); /* IE6-9 */
	*zoom: 1;
	margin: 20px 0;
}

.info{
	background: #224362;
	padding: 20px;
}
.info p{
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}
.blogparts{
	background: #224362;
	padding: 20px 0;
}
/* MAIN CONTENT */

.mainContent{
	width: 460px;
	float: left;
	background: #e3e3e3;
	padding: 0 20px;
}
.postWrapper{
	border-bottom: 1px solid #b8b7b7;
	padding-top: 20px;
}
.postWrapper01{
	border-bottom: 1px solid #b8b7b7;
	padding: 20px 0;
}
.postTitle h2 a{
	color: #1a1b1b;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;
}
.postTitle h2 a:hover{
	color: #1e92ff;
	text-shadow: 0 2px 2px #616873;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in; 
}
.postTitle h2{
	color: #1a1b1b;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
}
.postDate{
	color: #11497d;
	font-size: 12px;
}
.postThumb{
	padding: 25px 0;
}
.postThumb img{
	width: 460px;
	height: 250px;
}
.postContent p{
	font-size: 13px;
	color: #1a1b1b;
	line-height: 1.5;
	padding-bottom: 25px;
}

/* RIGHT CONTENT */

.rightContent{
	width: 250px;
	float: right;
}
.rightWrap{
	padding: 0 20px;
}
.sideLinks{
	background: #224362;
	padding: 10px;
}
.sideLinks li{
	line-height: 29px;
	border-bottom: 1px solid #2a6caa;
}
.sideLinks a{
	font-size: 12px;
	color: #fff;
	display: block;
	padding-left: 10px;
	transition: all .30s ease-out;
	-moz-transition: all .30s ease-out;
	-ms-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	-webkit-transition: all .30s ease-out;

}
.sideLinks a:hover{
	background: #1e92ff;
	transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	-webkit-transition: all .30s ease-in;

}

/* FOOTER */

#footer{
	background: #1a1b1b;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-radius: 3px;
}



