/*
	WuJiAi
	author:dewolf
*/

body {
	background: #F3F4F4;
	width: 990px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #F3F4F4;
	width: 950px;
	margin: 10px auto 0px;
	padding: 0px;
	}

a, a:visited {
	color: #73A41D;
	text-decoration: none;
	}
	
a:hover {
	color: #0099FF;
	text-decoration: underline;
	}
	
#header {
	width: 950px;
	height: 80px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: double #A6CB3C;
	overflow: hidden;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
#header a, #header a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: capitalize;
	text-decoration: none;
	padding: 0px;
	}
	
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.headerleft {
	width: 220px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headermid {
	width: 468px;
	float: left;
	margin: 0px 0px 0px 60px;
	padding: 10px 10px 0px 0px;
	font-weight: bold;
	}
	
.headermid a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
.headerright {
	background:url(images/searchbar.gif);
	width:138px;
	height: 50px;
	float:right;
	margin:0px;
	padding:10px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.headerright ul li {
	background: url(images/icon_1.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#searchbox {
	background: #FFFFFF;
	width: 100px;
	color: #202020;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 5px 5px 5px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}

	
#submit {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}

#navbar {
	background: #FFFFFF;
	width: 930px;
	height: 45px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px auto 0px;
	padding: 0px;
	}
	

#navbar_top {
	width: 930px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	background: url(images/menu.gif) no-repeat;
	color: #4A4A4A;
	display: block;
    font-weight: bold;
   	text-transform: capitalize;
    margin: 0px 1px 0px 0px;
	padding:14px 20px 18px 30px;
	border: 1px solid #EEEEEE;
	}
	
#nav a:hover {
	background: url(images/menuhover.gif);
	color: #73A41D;
	display: block;
    font-weight: bold;
	text-decoration:none;
   	text-transform: capitalize;
    margin: 0px 1px 0px 0px;
	padding:14px 10px 18px 40px;
	border: 1px solid #EEEEEE;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#content {
	width: 950px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#content h1 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #333333;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content h2 {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	}

#content h3 {
	color: #0066CC;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	}
	
#content h4 {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}

#topcon {
	background:  #FFFFFF url(images/topconbg.gif);
	width:950px;
	height:280px;
	margin: 0px;
	padding:0px;
	border:1px solid #EEEEEE;
	overflow:hidden;
	}
	
#topcon img {
	border:0px;
	}

#topcon p {
	margin:0px;
	padding:0px;
	}	


#topnews {
	width:610px;
	height:260px;
	float:left;
	margin:0px;
	padding:10px;
	display:inline;
	}
	
#tn1 {
	font-size: 12px;
	color: #333333;
	height:165px;
	border-bottom: 1px solid #A6CB3C;
	}
	
#tn2 {
	height: 90px;
	font-size: 11px;
	color: #696969;
	margin: 5px 0px 0px 0px;
	}
	
.tnleft {
	width:302px;
	float:left;
	margin:0px;
	display:inline;
	border-right: 1px dotted #A6CB3C;
	}	
	
.tnright {
	width:300px;
	float:right;
	margin:0px;
	display:inline;
	}

#topad {
	width: 310px;
	height:260px;
	float: right;
	margin:0px;
	padding:10px 10px 10px 0px;
	display:inline;
	}

	
#botcon {
	background: #FFFFFF;
	width:950px;
	
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border:1px solid #EEEEEE;
	overflow:hidden;
	}
	
#botcon img {
	border:0px;
	}
	
#botcon p {
	margin:0px;
	}	
	
#botconleft {
	background: url(images/conbotleft.gif);
	width:300px;
	float: left;
	margin:0px;
	padding: 10px; 
	}
	
#botconleft h2 {
	background: url(images/h2.png) top right no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	}
	
#botconmid {
	width: 410px;
	float:left;
	margin: 0px 0px 0px 10px;
	padding:10px;
	}
	
.midlist {
	border-bottom: 1px dotted #DDDDDD;
	}
	
#botconmid ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
#botconmid ul li {
	background:url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#botconmid  h2 {
	background: url(images/midh2.png) bottom repeat;
	color: #73A41D;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 20px;
	border: 1px solid #DDDDDD;
	}
	
#botconmid a, #botconmid a:visited {
	color: #73A41D;
	text-decoration: none;
	}
	
#botconmid a:hover {
	color: #0066FF;
	text-decoration: underline;
	}

#botconright {
	background: url(images/conbotright.gif);
	width: 160px;
	height: 600px;
	float: right;
	margin: 0px;
	padding: 10px;
	}
	
#botconright h2 {
	background: url(images/h2.png) top right no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	}
	
#botconright ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
#botconright ul li {
	background:url(images/cat.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 8px 0px 8px 0px;
	}
	
#bot2con {
	background: #FFFFFF url(images/hbg.gif) top repeat-x; 
	width: 950px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #EEEEEEE;
	overflow: hidden;
	}
	
#bot2con p{
	margin: 5px 0px 0px 0px;
	}
	
#bot2con img {
	border: 0px;
	}
	
	
#bot2con ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#bot2con ul li {
	background:url(images/icon_1.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#bot2con h2 {
	color: #5A8CB5;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	}
	
	
.fea {
	float: left;
	width: 295px;
	margin: 0px;
	padding: 10px;
	display:inline;
	}

#content2 {
	background:  #FFFFFF url(images/topconbg.gif);
	width: 930px;
	margin: 0px auto 0px;
	padding: 10px;
	line-height: 18px;
	overflow:hidden;
	}
	
#content2 h1 {
	color: #333333;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content2 h1 a, #content h1 a:visited  {
	color: #333333;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#content2 h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
#content2 h2 {
	background: url(images/h2.png) top right no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 3px 10px;
	}

#content2 h3 {
	color: #0066CC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	}
	
#content2 h4 {
	color: #333333;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}

.contentleft {
	width:160px;
	float: right;
	padding:10px;
	border:1px solid #EEEEEE;
	display:inline;
	}

.contentleft ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.contentleft ul li {
	background:url(images/cat.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 8px 0px 8px 0px;
	}
	
.contentleftad {
	background: #FFFFFF url(images/homepagetop.gif) top  repeat-x;
	width:160px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border:1px solid #CCCCCC;
	}
	
.hotarticle2 {
	width:160px;
	margin:0px;
	padding:0px 0px 10px 0px;
	}
		
.postarea {
	background: #FFFFFF url(images/homepagetop.gif) top  repeat-x;
	float:left;
	width: 385px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #EEEEEE;
	}
	
.postarea a, .postarea a:visited {
	color: #519FC3;
	text-decoration: none;
	}
	
.postarea a:hover {
	color: #0066FF;
	text-decoration: underline;
	}	
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea a img {
	float:left;
	margin: 0px 10px 10px 0px;;
	padding: 0px;
	border: none;
	}

.breadcrumb {

	float: left;
	width: 385px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: double #D7EB60;
	display:inline;
	}
	
.posttop {
	width: 340px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postleft {
	width: 310px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#sidebar {
	background: #FFFFFF url(images/homepagetop.gif) top  repeat-x;
	float: left;
	width: 300px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	border:1px solid #EEEEEE;
	display: inline;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
.adsense {
	float: left;
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.catlist {
	margin:10px 0px 0px 0px;
	}
	
.catlist b {
	background: url(images/icon_1.gif) top left no-repeat;
	padding:0px 0px 0px 20px;
	}


#footer {
	background: #E4E7ED;
	width: 950px;
	height: 70px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}


#footer a, #footer a:visited {
	color: #000000;
    margin: 0px 5px 0px 5px;
	}
	
#footer a:hover {
	
	color: #996666;
    margin: 0px 5px 0px 5px;
	}

	
#footer p {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	}


