/*
Theme Name: Jz
Theme URI: http://mrchou.com/
Description: Jz is a CMS theme for WordPress 2.7+
Version: 1.0
Author: Mr.Chou
Author URI: http://Jz.iMU.cc/
Tags: fixed width, white, cms
*/
body {
	margin: 0 auto;
	padding:0;
	background: url(images/bg-main.jpg) top fixed no-repeat #3888a9;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #333;
	width:920px;
}
#container{
	width: 920px;
	margin: 0 auto 20px auto;
	z-index: 0;
}

h1{font-size:22px;}

p{margin-bottom: 10px}

a{text-decoration:none;	color: #333;}

a:hover{color:#000;}

img, img a{border:none; text-decoration:none;}

.clear{clear: both;}

hr {
	border:1px solid #ccc;
	height:0px;
}

/* HEADER STYLE*/
#headernav{	
	width: 920px;
	margin: 0 0 10px 0;
	clear: both;
}
.logo{
	width:500px; 
	height:163px;
	float: left;
	margin: 10px 0 0px 0;
}
.slogan {
	float: right;
	margin: 10px 0 0px 0;
}
#headernav ul {
	margin:0 auto;
	padding:0;
}

#headernav ul li {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#headernav ul li a {
	margin: 0 5px;
	padding:0px;
	color: #999;
	display:block;
	text-decoration: none;
	font-weight:bold;
}

#headernav ul li a:hover {
	color:#666;
	text-decoration: none;
	font-weight:bold;
}

/* Main */
#main {
	float: left;
	width: 920px;
	margin:6px 0 0 0 !important;
	margin:2px 0 0 0;
	padding:0;
}
.main-content{
	clear:both;
	width: 920px;
	border:0px solid #ccc;
	margin:0;
	padding:0;
	background:#fff;
}
.main-place{padding-bottom:10px;}
.main-title{margin:15px 20px;line-height:1.5;border-bottom:2px solid #ccc;}
.main-describe{margin:15px 0 0 0;padding:0 0 15px 0;}
.main-content a{color:#333;text-decoration:none;}
.main-content a:hover{color:#9f9fa0;text-decoration:none;}
.main-content h1,.main-content h2,.main-content h3, .main-content h4, .main-content h5, .main-content h6{
margin-bottom: 16px !important;margin-bottom: 18px;}
.main-post{font-size:12px;}
.main-page-title{padding:5px 7px;border:1px dashed #d1d1d1;margin:3px 0 17px 0;}
.main-page-content{clear:both;border:0px solid #ccc;margin:5px 0;padding:0;}
.main-page-content span{font-size:12px;float:right;font-weight:normal;}

/* Content */
#content {
	float: left;
	width: 600px;
	margin:6px 0 0 0 !important;
	margin:2px 0 0 0;
	padding:0;
	background:#fff;
}
.entry-content{
	clear:both;
	width: 600px;
	border:0px solid #ccc;
	margin:0;
	padding:0;
}
.entry-content a{color:#333;text-decoration:none;}
.entry-content a:hover{color:#9f9fa0;text-decoration:none;}
.entry-content h1,.entry-content h2,.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
margin-bottom: 16px !important;margin-bottom: 18px;}
.post{font-size:14px;}
.post ul{margin: 0 0 17px 45px !important;margin: 0 0 15px 45px;}
.post ul ul{margin: 3px 0 7px 15px !important;margin: 5px 0 5px 15px;}
.post ol{margin: 0 0 17px 65px !important;margin: 0 0 15px 65px;}
.post ul ul{margin: 3px 0 7px 35px !important;margin: 5px 0 5px 35px;}
.post ul li{list-style:none;background:url(images/arrow_thin.gif) no-repeat left 7px;padding: 0 0 4px 14px !important;padding: 0 0 2px 14px;}
.page-title{padding:5px 7px;border:1px dashed #d1d1d1;margin:3px 0 17px 0 !important;margin:5px 0 15px 0;}
.page-content{clear:both;border:0px solid #ccc;margin:5px 25px;padding:0 0 10px 0;}
.page-contents span{font-size:12px;float:right;font-weight:normal;}

/* Sidebar */
#sidebar {
	float: right;
	width: 300px;
	color: #333;
	margin:7px 0 0 0 !important;
	margin:3px 0 0 0;
	padding:0;
	background: #fff;
	border-top:2px solid #9f9fa0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#sidebar li ul {
	margin: 5px 5px 0 10px !important;
	margin: 7px 5px 0 10px;
	padding: 0;	
}
#sidebar li li {
	line-height: 30px;
	background: url(images/icon_sb.gif) no-repeat left center;
	margin:0;
	padding: 0 0 0 15px !important;
	padding: 0 0 0 15px;
	font-size: 12px;
}
#sidebar h2 {
	margin:0;
	padding: 6px 0 7px 25px !important;
	padding: 8px 0 5px 25px;
	background: #fff url(images/sidebar.gif) no-repeat left center;
	letter-spacing: 2px;
	font-size: 12px;
	color: #666;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
#sidebar p {
	padding: 18px 20px 22px 20px !important;
	padding: 20px;
}
#sidebar a {
	color: #666;
	text-decoration:none;
}
#sidebar a:hover {
	color:#9f9fa0;
	text-decoration:none;
}


/*FOOTER BOX*/
#footer
{
	clear: both;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 5px 0 15px 0;
	float:left;
	width: 920px;
}

#footer p#ci
{
	text-align: right;
	float: right;
	width: 360px;
	margin-top: 3px;
}

#footer p#copyright
{
	font-family: 微软雅黑;
	text-align: left;
	float: left;
	margin-top: 3px;
}

/* Lineone*/
.lineone{
	float: left;
	width: 300px;
	height: 260px;
	margin:0 7px 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.lineone h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}

.lineone h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}

.lineone h5 span a{   
  color:#ccc;   
  text-decoration: none;   
}

.lineone h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.lineone h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.lineone ul{
	line-height: 20px;
	margin:10px 0 0 0;
	padding:0;
}
.lineone ul li{
	margin:0 0 0 10px;
    padding:0 0 0 20px;
	list-style: none;
	background: url(images/lineone.gif) no-repeat left;
}
.lineone ul li span {
    float:right;
	margin:0 20px 0 0;
	color:#333;
	font-size:12px;
}

/* Linetwo*/
.linetwo{
	float: left;
	width: 300px;
	height: 260px;
	margin:0 7px 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.linetwo a{color:#333; text-decoration:none;}
.linetwo a:hover{color:#000;text-decoration:none;}

.linetwo h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}

.linetwo h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}
.linetwoh5 span a{   
  color:#ccc;   
  text-decoration: none;   
}

.linetwo h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.linetwo h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.linetwo ul{
	line-height: 1.6!important;
	margin:3px 0 0 0 !important;
	margin:5px 0 0 0 !;
	padding:0;
}
.linetwo ul li{
	color:#333;
	margin:0 10px;
    padding:0;
	list-style: none;
	text-indent:2em;
}

/* Linethree*/
.linethree{
	float: right;
	width: 300px;
	height: 260px;
	margin:0 0 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.linethree a{color:#333; text-decoration:none;}
.linethree a:hover{color:#9f9fa0;text-decoration:none;}
.linethree h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}
.linethree h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}
.linethree span a{   
  color:#ccc;   
  text-decoration: none;   
}

.linethree h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.linethree h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.linethree ul{
	margin:3px 0 0 0 !important;
	margin:5px 0 0 0 !;
	padding:0;
}
.linethree ul li{
	color:#333;
	margin:0 10px !important;
	margin:0 10px 0 20px;
    padding:0;
	list-style: none;
	text-indent:2em;
}

/* Linefour*/
.linefour{
	float: left;
	width: 609px;
	height: 260px;
	margin:0 7px 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.linefour h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}

.linefour h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}

.linefour h5 span a{   
  color:#ccc;   
  text-decoration: none;   
}

.linefour h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.linefour h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.linefour ul{
	line-height: 20px;
	margin:10px 0 0 0;
	padding:0;
}
.linefour ul li{
	margin:0 0 0 10px;
    padding:0;
	list-style: none;
}
.linefour ul li span {
    float:right;
	margin:0 20px 0 0;
	color:#333;
	font-size:12px;
}
/* Linefour2*/
.linefour2{
	float: right;
	width: 300px;
	height: 260px;
	margin:0 0 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.linefour2 a{color:#333; text-decoration:none;}
.linefour2 a:hover{color:#9f9fa0;text-decoration:none;}
.linefour2 h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}
.linefour2 h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}
.linefour2 span a{   
  color:#ccc;   
  text-decoration: none;   
}

.linefour2 h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.linefour2 h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.linefour2 ul{
	line-height: 20px;
	margin:10px 0 0 0;
	padding:0;
}
.linefour2 ul li{
	line-height: 25px;
	margin:0 0 0 15px;
    padding:0;
	list-style: none;
}
.linefour2 ul li span {
    float:right;
	margin:0 20px 0 0;
	color:#333;
	font-size:12px;
}
/* Linefive*/
.linefive{
	float: left;
	width: 920px;
	height: 160px;
	margin:0 7px 7px 0;
	padding:0;
	background: #fff;
	border:1px solid #ccc;
}
.linefive h5{
	margin:0;
	padding:10px 18px 10px 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background: #333;
}

.linefive h5 span{
	font-size:12px;
    float:right;
	font-weight:normal;
}

.linefive h5 span a{   
  color:#ccc;   
  text-decoration: none;   
}

.linefive h5 span a:link{   
  color:#ccc;   
  text-decoration: none;   
} 

.linefive h5 span a:hover{   
  color:#fff;   
  text-decoration: none;   
} 
.linefive ul{
	line-height: 20px;
	margin:10px 0 0 0;
	padding:0;
}
.linefive ul li{
	margin:0 0 0 10px;
    padding:0 0 0 20px;
	list-style: none;
}
.linefive ul li span {
    float:right;
	margin:0 20px 0 0;
	color:#333;
	font-size:12px;
}
/*Cat*/
.catlist {
	font: 14px 微软雅黑;
	border: 0;
	height: 25px;
	margin: 5px 20px!important;
	margin: 7px 20px;
	position: relative;
	text-align: left;
	width: 500px;
}

.catlist-1 {
	height: 20px;
	left: 0px;
	line-height: 20px;
	padding: 5px 0;
	position: absolute;
	top: 0px;
	width: 90px;
	color:#666;
	font-size:14px;
}

.catlist-2 {
	border: 0px;
	height: 18px;
	left: 90px;
	line-height: 18px;
	padding: 5px 0!important;
	padding: 7px 0;
	position: absolute;
	top: 0px;
	width: 580px;
	color:#666;
	font-size:14px;
	font-weight:bold;
}


/*pagenavis*/
.pagenav{
float:right;
margin:30px 10px;
}
.navigation_single{float:left; width:90%; margin:0px; padding:40px 30px; height:50px; background:#FFFFEF; font-weight:bold;border-top:1px dotted #CCCCCC;}
.alignright{float:right;}
.alignleft{float:left;}