*{padding:0;margin:0;}
body{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
	
	/*color: #4c5b61;*/
color:#25393d;
}
a{
	color: #0351ff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.clear{clear:both;}

.wid600{width: 650px;}
.alignleft{float:left;margin-right:10px;}
.alignright{float:right;margin-left:10px;}/*头部开始*/
#header{
	background-image: url(images/header4.jpg);
	width: 960px;
	height:227px;
	margin-top: 9px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-indent: -999em;
}

/*nav开始*/
#nav{
	background-image: url(images/navbg.gif);
	background-repeat: no-repeat;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	margin-bottom:5px;
	padding-left: 15px;
	margin-top: 0px;
	list-style-type: none;
}
#nav li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/navline.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#nav li a{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#nav li a:hover{
	
	color: #0033FF;

}
/*container区域开始*/
#topcorner,#container,#bottomcorner,#footer {
	margin:0 auto;/*都给居中对齐*/
}
#container,#footer {
	width: 960px;
	background-color:#dde5f7;
}	
#topcorner {
	background-image: url(images/tconer.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 960px;	
	background-color: #dde5f7;
}
.bg{background-image:url(images/vline.gif);
	background-repeat:no-repeat;
	background-position: 680px 0px;	
}


#content h2,#consigle h2,small,.postmetadata,.entry{
	margin-left: 35px;	
}
#content{	
    width: 650px;
	overflow:hidden;
	padding-bottom: 15px;
	padding-top: 15px;
	float: left;
}
#consigle{
    width: 915px;
	overflow:hidden;
	padding:15px 45px 15px 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right:35px;
	float: left;
}
#content h2,#consigle h2{
	font-family:'微软雅黑', Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top:10px;
	background-image: url(images/hicon2.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	padding-left: 30px;
}
#content h2 a{
	color: #4c5b61;
	text-decoration: none;	
}
#content h2 a:hover{
	color:#ff004e;
	text-decoration: none;
}
small{
	font-size: 11px;
	color: #899BA3;
}

.postmetadata{
	color: #899BA3;
	font-size: 12px;
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom:1px dashed #b1c2e9;
}
.noborder{border:0;}
.entry{
	padding-right:0px;
}
.entry p{
	padding-top: 10px;
	padding-bottom:12px;	
}
.font14{
	font-size: 14px;
}
.entry ul,.entry ol{
    padding-top:4px;
	padding-left: 35px;
	padding-bottom:10px;
}
.entry ul li,.entry ol li{
    padding-bottom:6px;}
.entry ul li span{
	font-size: 11px;
	color: #999999;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*sidebar开始*/
#sidebar{
	float: right;
	width:260px;
	padding-top:15px;
	padding-right:10px;
}
#sidebar a{
    color: #75809a;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration: underline;
}
#sidebar ul{
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom:5px;
	font-size: 13px;
}
#sidebar h3{
	font-family:'微软雅黑', Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#wp-calendar{
	width: 200px;
}
#wp-calendar caption{
	
	font-weight: bold;
}
.entry img{
    background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #ABBEEB;
}
.wp-caption-dt{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #ABBEEB;
}
.wp-caption-dd{
	font-size: 12px;
	color: #3F6AD1;
	padding-bottom: 10px;
}

/* comment START */
.comments-template{
	margin-top:5px;
	padding: 10px 20px 0 40px;	
	overflow: hidden;
	width:900px;
	
}

.comments-template ul{
	margin: 0;
	padding-left:5px;
	margin-bottom:10px;
	list-style:none;	
}

.comments-template ul li{
	margin: 10px 0 0 0;
	line-height: 180%;
	padding-bottom: 10px;
	
	border-bottom: 1px solid #b1c2e9;
}

.comments-template h2, .comments-template h3{
	font-family: “微软雅黑”,Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.comments-template h3{
	background-image: url(images/commentbg.gif);
	background-repeat: no-repeat;
	line-height: 38px;
	height: 38px;
	text-indent: 2em;
	width:896px;
}
.gravatar{
	width:60px;
	float:left;
}
.gravatar img {	
	margin-top:3px;
	margin-left:1px;
	background-color:#fff;
	padding:3px;
	border:1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
	float:left;
	padding-right:26px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* comment END */

/*footer样式*/

#footer{
	padding:15px 0 15px 0;
	text-align: center;
	font-size: 12px;
}	
#footer p{
	padding-right: 15px;	
}

#bottomcorner {
	background-image: url(images/bconer.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 960px;
}
/*归档样式*/
#archivelist{padding-left:50px;}
#archivelist span{
	float:right;
	color: #97A4C1;
}
