/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#666666;/*标注颜色*/
	font-size:12px;
	font-family: Arial, 'Lucida Grande',Verdana,Sans-Serif;
	background: #e1e1e1;
}
a{
	text-decoration: none;
}
a:link {/*含链接颜色*/
	color: #666666;
}
a:visited {
	color: #999999;/*点击过的颜色*/
}
a:hover {
	color: #333333;/*经过颜色*/
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;/*点击颜色*/
	text-decoration: underline;
}

ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
img{
	border:0;
}

/*-------------------DIV层----------------------*/
#bgtop{
	width:100%;
	height:500px;
	background: url("wu/bgtop.jpg") no-repeat top center;	
}
/*预留层*/
#bgBottom{
	width:100%;  
}

#bgMiddle{
	width:100%;
}
#divAll{
	width:900px;
	margin:0 auto;
	padding:0;
}

/*中间div包侧栏*/
#divMiddle{
	width:700px;
	margin:0;
	padding:0;
	float:right;
}
/*頂部面板*/
#divTop{
	width:520px;
	height:160px;
	float:left;
	clear: both;
}
/*侧栏面板*/
#divSidebar{
	margin:0 0 0 5px;
	padding:0;
	float:left;
	color:#999999;
}

/*内容面板*/
#divMain{
	width:500px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:left;
	clear: both;
	float:left;
	border:solid  #cbcbcb;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	background-color: #FFF;
}

/*底部面板*/
#divBottom{
	width:520px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	clear: both;
	height:50px;
	background-image: url("wu/Bottom.jpg");
}
a#gotop {
background:transparent url("wu/icons.gif") no-repeat scroll 0 -304px;
display:block;
float:right;
height:16px;
line-height:18px;
margin:5px 15px 0 0 !important;
padding-left:16px;
text-decoration:none;
}
/*左栏--------------------------------------------------*/
.leftsb{
	width:100px;
	margin:0 0 2px -115px;
    position:relative;
	float:left;
	text-align:right;
	color:#999999;
	line-height:180%;
	font-size:12px;
}
.post-ico{
	width:100px;
	position:relative;
	margin:0 0 0 -132px;
	float:left;
	text-align:right;
	color:#CCCCCC;
	font-size:12px;
}
.post-ico img{
    border:solid 2px #cbcbcb;
}
/*-------------------------------------------------*/
/*侧栏设置*/
div.function {
	float:left;
	clear: both;
	width:150px;
	margin:0 0 0 0;
	padding:0 0 10px 0;

}
div.function h3{
	font-size:14px;
	height:15px;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	color:#666666;
}
div.function ul{
	text-align:left;
	width:160px;
	margin:2px 0 0 0;
	padding:5px 0 0 0;
	list-style-position:outside;
	list-style-type:none;
}
div.function li{
	margin:0 0 0 0;
	padding:2px 0 2px 0;
}
a{
	text-decoration: none;
}

#divPrevious li{
    padding:3px 0 3px 15px;
	background:transparent url("wu/previous.gif") no-repeat 0 center;
}
#divComments li{
    padding:3px 0 3px 15px;
	background:transparent url("wu/comments.gif") no-repeat 0 center;
}
#divGuestComments li{
    padding:3px 0 3px 15px;
	background:transparent url("wu/guestcomments.gif") no-repeat 0 center;
}
#divArchives li{
    padding:3px 0 3px 15px;
	background:transparent url("wu/archives.gif") no-repeat 0 center;
}

/*修正最近发表*/
#divPrevious{
	list-style-position:outside;
	list-style-type:none;
}

/*修正留言评论*/
#divComments{
	list-style-position:outside;
	list-style-type:none;
}

#divMisc{
	padding:10px 0 5px 0;
}
#divMisc h3{

}
#divMisc li{
	padding:2px 0 2px 0;
	background-image : none;
}

#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}


/*不显侧栏标题日期*/
.article-date{
        display:none;
}
/*修改rss图标*/
li span.feed-icon a{
        background:url("wu/feed.gif") no-repeat 0 3px;
        margin:0 0 0 0;
        padding:0 0 0 0;
        font-size:14px;
        height:12px;
        width:12px;
}
li span.feed-icon img{
        height:12px;
        width:9px;
        visibility:hidden;/**隐藏默认RSS图标**/
        margin:0;
        padding:0;
}
/*---------------------内容页各项设置-------------------------*/
div.post a:link {/*内容区含链接颜色*/
	color: #6C0;
}
div.post a:visited {
	color: #6C0;/*点击过的颜色*/
}
div.post a:hover {
	color: #999;/*标题鼠标经过颜色*/
	text-decoration: underline;
}
div.post a:active {
	color: #999;/*标题鼠标点击颜色*/
	text-decoration: underline;
}
/**/

/*主体*/
div.post {
	width:auto;
	margin:10px 0 5px 10px;
	padding:0;
	text-align:left;
}
div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}
/*上篇下篇*/
div.post-nav {
	width:100%;
	clear:both;
	float:left;
}
div.post-nav a.l{
	float:left;
	margin:0 0 0 10px;
	padding-bottom:5px;
	color: #0066CC;
}
div.post-nav a.r{
	float:right;
	margin:0 10px 0 0;
	padding-bottom:5px;
	color: #0066CC;
}

/*标题*/
div.post .post-title{
	width:auto;
	padding:0 0 0 0;
	margin:0 15px 0 15px;
	font-size:18px;
	font-family: Arial,"黑体", "宋体",  Verdana;
	color: #6C0;
	font-weight:normal;
}

/*时间日期*/
div.post .post-date{
	width:auto;
	margin:0 0 0 15px;
	padding:0 0 2px 0;
	font-size:10px;
	color: #CCC;
	font-weight:normal;
}
/*文章底部*/
div.post .post-footer{
	width:480px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:12px;
	color:#999;
	text-align:right;
	font-weight:normal;
	background: url("wu/title-bg.gif") no-repeat 0 center;
	border-bottom:1px dotted #ccc;
}



/*正文*/
div.post div.post-body{
	width:450px;
	margin:5px 0 0 10px;
	padding:5px;
	font-size:12px;
	text-align:left;
	line-height:150%;
	color:#666666;
	text-align:justify;
	
}
#code{
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	overflow:hidden;
	word-break:break-all;
}


/*插入代码区域*/
div.post-body p.code{
	padding:5px;
	color:#666;
	border:1px solid #cbcbcb;
	background-color:#F3F3F3;
	text-align:left;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	overflow:hidden;
	word-break:break-all;
}
div.post-body div.code{
	padding:5px;
	border:1px black;
	width:470px;
}


/*分页美化*/
div.post.pagebar{
	line-height:20px;
	height:25px
}
div.post.pagebar a,.pagebar .now-page{
	padding:1px 5px 1px 5px;
	margin:0 2px;
	text-align:center;
	font-weight:bold;
	font-family:Verdana;
	border:1px solid #ccc;
	text-decoration:none
}
div.post.pagebar a:hover{
	border:1px solid #727578;
	text-decoration:none
}
/*其他*/
div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("wu/media.gif") no-repeat 0 center;
}

div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}
.more{
	float:right;
	margin:0 0 0 0px;
	padding:0 0 0 0;
	font-size:11px;
	color: #fff;
    font-weight:normal;
	clear:both;
	display:none;
}
/*图片设置*/
div.post-body a img{
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #999999;
	clear : both
}

/*大日期*/
.dday {
  float:left;
	height:40px;
	width:25px;
	background:url("wu/date.gif") no-repeat;
	font-size:18px;
	font-family: Impact;
	text-align:center;
	color:#FFFFFF;
	line-height:23px;
	margin:0 0 0 0;
}
.dmonth {
	float:left;
	height:40px;
	width:25px;
	background:url("wu/date.gif") no-repeat;
	font-size:14px;
	font-family: Impact;
	text-align:center;
	color:#CCCCCC;
	line-height:23px;
	margin:0 0 0 0;
}
/*字号设置*/
div.post-body h1{
	color: #000000;
	margin:0;
	padding:0;
	font-size:16px;
}
div.post-body h2{
	color: #000000;
	margin:0;
	padding:0;
	font-size:14px;
}
div.post-body h3{
	color: #000000;
	margin:0;
	padding:0;
	font-size:13px;
}
div.post-body h4{
	color: #000000;
	margin:0;
	padding:0;
	font-size:12px;
}
div.post-body h5{
	color: #000000;
	margin:0;
	padding:0;
	font-size:11px;
}
div.post-body h6{
	color: #000000;
	margin:0;
	padding:0;
	font-size:10px;
}
/*月历-*/
#divCalendar{
	padding:0 0 0 0;
	text-align:center;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0 0 0 0;
	padding:0 0 5px 0;
	float:left;
}


p.w{
	display:none;/*隐藏星期*/
/*	float:left;
	width:24px;
	height:16px;
	margin:4px 0 0 0;
	padding:2px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	border-top:1px solid #333;
	border-bottom:1px solid  #333;*/
}

p.y{
	text-align:center;
	height:14px;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:150px;
	font-size:12px;
	font-weight:bold;
}
p.d{
	float:left;
	width:24px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:24px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	text-decoration : line-through;
	color:#6090c0;
	font-weight : bold;
}
p.nd{
	float:left;
	width:24px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
/*评论留言框*/
#divCommentPost {
margin:0 0 0 20px;
}
p.posttop {
	width:460px;
	margin:0 0 0 0;
    padding:0 0 0 0;
	border-bottom:1px dotted #999999;
	background: url("wu/comment.gif") no-repeat 50px center;
}
p.postbottom {
	margin:5px 0 0 5px;
	padding:5px 0 10px 0;
}

#frmSumbit{
	padding:0;
	margin:0;
}

#frmSumbit p{
	padding:5px 0 5px 0;
}


input.button{
	border: 1px double #909090;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	color: #333333;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #333;
	width: 200px;
	color:#333333;
	background:#FFFFFF;
}



textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #333;
	width: 80%;
	height: 80px;
	background:url(wu/txabg.gif) no-repeat 5px 5px;
	color:#333333;
	width: 450px;
	height: 120px;
	display:block;
}
/*评论回复内容*/
ul.msg{
	width:463px;
	margin:0 0 5px 15px;
	padding:2px;
	text-align:left;
	clear : both;
	border:1px dotted #999999;
	table-layout: fixed;
    white-space:normal; 
	word-break:break-all;
}
ul.msg .msgtime a:link {/*含链接颜色*/
	color: #6C0;
}
ul.msg .msgtime a:visited {
	color: #999;/*点击过的颜色*/
}
ul.msg .msgtime a:hover {
	color: #999;/*标题鼠标经过颜色*/
	text-decoration: underline;
}
ul.msg .msgtime a:active {
	color: #CCC;/*标题鼠标点击颜色*/
	text-decoration: underline;
}

ul.trackback{
	border-top:none;
}
li.msgname{
	padding:0 0 0 5px;
	margin:0px;
}
li.tbname{
	padding:0 0 0 5px;
	margin:0px;
	border-bottom:1px solid #e0e0e0;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
}
li.msgarticle{
	list-style-position : outside;
	padding:0 10px 0 10px;
	margin:0;
	line-height:150%;
    white-space:normal; 
	word-break:break-all;
}

li.msgtime{
	text-align:right;
	padding:0 10px 2px 10px;
	margin:0 0 0 0;
}
ul.trackback li.tbname{
	border-bottom:none;
	background: url("wu/pointblue.gif") no-repeat 0 center;
	padding:3px 0 2px 12px;
	margin:0 0 0 10px;
	border:none;
}
/*相关文章*/
ul.mutuality a{
	background: url("wu/point.gif") no-repeat 0 center;
	padding:1px 0 0 12px;
	margin:0 0 0 0;
	border:none;
}

/*引用*/
li.msgarticle div.quote{
	padding:5px;
	color:#666;
	background:#E4E4E4;
}


li.msgarticle div.quote-title{
	padding: 0;
	margin:0;
	font-size:12px;
	color:#666;
	border-bottom:dotted 1px;
}

/*导航菜单*/

#divNavBar{
	float:left;
	width:500px;
	margin:0 0 0 0;
	background:#cbcbcb;
	border:solid  #cbcbcb;
	border-style: solid;
	border-width: 5px 10px 0 10px;
}

#divNavBar ul li#current {
	background-color:#FFF;
}
#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:0;
	padding:0;
}

#divNavBar li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
    font-family: Arial, 'Lucida Grande',Verdana,Sans-Serif;
}

#divNavBar a{
	float:left;
	margin:0;
	padding:5px 10px 5px 10px;
	height:12px;
	text-decoration: none;

}

#divNavBar a:link {
	color:#999;
}
#divNavBar a:visited {
	color:#999;
}
#divNavBar a:hover {
	color:#6C0;
	background-color:#999;
}
#divNavBar a:active {
	color:#FFF;
}

/*博客标题版权等*/
#BlogTitle{
	font-size:30px;
	font-family:Arial,'黑体';
	text-align:left;
	margin:110px 0 0 0;
	font-weight:900;
}
#BlogTitle a{
	color:#999;
}
#BlogTitle a:hover {
	color: #CCC;
	text-decoration: none;
}
#BlogTitle a:active {
	color:#6C0;
	text-decoration: none;
}
#BlogSubTitle{
	color: #999999;
	font-size:12px;
	text-align:right;
    margin:0;
}
#BlogPowerBy{
	font-size:12px;
	height:20px;
	margin:0;
	color:#999;
	padding:0 10px 0 0;
	text-align:left;
	font-weight:normal;
}
#BlogCopyRight{
	font-size:12px;
	height:20px;
	margin:0;
	color:#999;
	padding:10px 10px 0 0;
	text-align:left;
	font-weight:normal;
}

