
*{
	margin:0;
	padding:0;
}

body{
	background: #000 url(../img/bg.jpg) no-repeat fixed center top;
	color: #666666;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
}

input{
	color: #666666;
}

p,h1,h2,h3,h4,h5,h6{
	margin-bottom: 10px;
}

#header_wrapper{
	background: url(../img/header_bg.jpg) no-repeat center top;
	height: 140px;
}

#header{
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 0;
}

#navigator{
	float: right;
}

#navigator ul{
	list-style: none;
}

#navigator ul li{
	float: left;
	padding: 0 10px;
}

#navigator ul li a{
	float: left;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 17px;
}

#navigator ul li a:hover,#navigator ul li a.active{
	color: #00B2FF;
}

#logo{
	font-family: arial;
}

#logo a{
	text-decoration: none;
	color: #666666;
	font-size: 28px;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#content{
	width: 605px;
	float: right;
	padding: 15px 15px 0 0;
}

.post{
	border-bottom: 1px dashed #4B4A4A;
	margin-bottom: 20px;
}

.post h2{
	font-size: 18px;
	margin-bottom: 2px;
	color: #CCC;
}

.post_date{
	color: #90b728;
	font-size: 11px;
}

.post_details{
	color: #FFF;
}

.post_details a{
	color: #90b728;
}

#left_sidebar{
	border-right: 1px dashed #4B4A4A;
	border-bottom: 1px dashed #4B4A4A;
	margin-right: 655px;
	padding: 20px 0 20px 10px;
	width: 290px;
}

#left_sidebar h2{
	margin: 20px 0 10px 0;
}

#left_sidebar h2.first{
	margin: 0 0 10px 0;
}

#left_sidebar ul{
	list-style: none;
}

#left_sidebar ul li{
	background: url(../img/sbbg.png) no-repeat;
}

#left_sidebar ul li a{
	text-decoration: none;
	color: #00B2FF;
	font: normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/arrow.png) 10px 0 no-repeat !important;
	background: url(../img/arrow.png) 10px 5px no-repeat;
	padding-left: 25px;
	padding-bottom: 2px !important;
	padding-bottom: 0;
}

#for_search{
	background: url(../img/searchbg.png) no-repeat;
	height: 29px;
	width: 132px;
	padding: 10px 0 0 85px;
	float: left;
}

#for_search input#s{
	background: none;
	border: none;
	margin-top: 1px;
}

input#go_search{
	margin-top: 8px;
	background: url(../img/go2.png) no-repeat;
	width: 49px;
	height: 23px;
	border: none;
	cursor: pointer;
}

#left_sidebar h2{
	color: #CCCCCC;
	font-size: 17px;
}

#footer{
	background: url(../img/footer_bg.jpg) no-repeat;
	height: 41px;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
}

#footer a{
	color: #969696;
	
}

.clear{clear: both}