﻿/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	font-size:14px;
	background:#FFF;
	font-family: Arial, 'Lucida Grande',Verdana,Sans-Serif;
}
a{
	text-decoration: none;
}
a:link {
	color: #198908;
}
a:visited {
	color: #198908;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
img{
	border:0;
}

/*---------------------------------------------------------------*/
#divAll{
	width:100%;
	margin:0 auto;
	padding:0
}

#divPage{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	float:left;
	background:url("default2/rbg.png") repeat-y left 0;
	max-width:2000px;
	min-width:780px;
}

#divMiddle{
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}

#divTop{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	float:left;
	height:102px;
	background:#336600 url("default2/header-bg.png") repeat-x 0 0;
}

#divSidebar{
	width:270px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	float:left;
}

#divMain{
float:right;
margin:0pt 10px 0pt -290px;
padding:0pt;
text-align:left;
width:100%;
}

#divBottom{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:left;
	height:80px;
	background:#336600 url("default2/xia.png");
}

/*---------------------------------------------------------------*/
div.function {
	float:left;
	margin:10px 0 0 0;
	padding:0 5px 0 20px;
	text-align:left;
	width:245px;
}
div.function h3{
	font-size:15px;
	height:20px;
	margin:0 0 0 0;
	padding:5px 0 0 10px;
	color:#444;
}
div.function ul{
	text-align:left;
	width:100%;
	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:3px 0 2px 15px;
	background:url("default2/menu-leaf.gif") no-repeat 2px 6px;
}
div.function a:hover {
	text-decoration:underline;
}

#divCatalog span.feed-icon{
	/*display:none;*/
}

#divMisc{
	padding:10px 10px 5px 14px;
}
#divMisc h3{
	display: none;
}
#divMisc li{
	padding:6px 0 2px 11px;
	background-image : none;
}

#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}

/*---------------------------------------------------------------*/


div.post {
               margin:10px 10px 20px 300px;
               padding:0pt;
               text-align:left;
}
div.post-nav {
	width:100%;
	clear:both;
	float:left;
}
div.post-nav a.l{
	float:left;
	padding-right:10px;
	padding-bottom:5px;
}
div.post-nav a.r{
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}
div.post-nav a:hover{
	text-decoration:underline;
}

div.post .post-title{
	padding:5px 10px 5px 24px;
	margin:0 0 0 0;
	font-size:20px;
	border-bottom: 1px solid #e0e0e0;
	background:url("default2/title-bg.gif") no-repeat 0px 7px;
}
div.post .post-date{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:14px;
	color: #0E2E4A;
}

div.post .post-footer{
	width:100%;
	margin:5px 0 20px 0;
	padding:0 0 0 0;
	font-size:14px;
	color:gray;
	height:20px;
	text-align:right;
}

div.post .post-tags{
	width:100%;
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	font-size:14px;
	color:gray;
	word-break:break-all;
	text-align:left;
}

body.multi div.post .post-tags{
	display:none;
}

div.post div.post-body{
	width:100%;
	margin:0 0 0 0;
	padding:5px 0 0 0;
	font-size:16px;
	word-break:break-all;
	text-align:left;
	line-height:180%;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("default2/media.gif") no-repeat 0 center;
}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:1px solid #dddddd;
	margin:4px 4px 4px 4px;
	clear : both;
	float : none;
}

div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}
div.post-body p.img{
	margin:0;
	padding:0;
	text-align:center;
}
div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}
div.post-body p.code{
	padding:5px;
	border:1px dotted black;
}
div.post-body div.code{
	padding:5px;
	border:1px dotted black;
}

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;
}
div.post-body a{
	text-decoration:underline;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:40px;
	margin:28px 0 0 10px;
	padding:0;
	font-weight:bold;
}
#BlogTitle a{
	color:#F0FFF0;
}
#BlogTitle a:hover {
	color: #FF0000;
	text-decoration: none;
}
#BlogTitle a:active {
	color: #FF0000;
	text-decoration: none;
}
#BlogSubTitle{
	color: #F0FFF0;
	font-size:14px;
	margin:4px 0 0 10px;
	padding:0;
}
#BlogPowerBy{
	font-size:14px;
	height:20px;
	margin:0;
	padding:25px 15px 3px 10px;
	text-align:right;
	font-weight:normal;
}
#BlogCopyRight{
	font-size:14px;
	height:20px;
	margin:0;
	padding:0 15px 0 10px;
	text-align:right;
	float:none;
	clear:both;
	font-weight:normal;
}


/*---------------------------------------------------------------*/
#divCommentPost p{
	padding:5px 5px 10px 5px;
}

#divCommentPost p.posttop{
	background:url("default2/menu-leaf.gif") no-repeat 3px 7px;
	padding-left:15px;
}
#divCommentPost p.postbottom {

}

#frmSumbit{
	padding:0;
	margin:0;
}

input.button{

}

input.text {

}

textarea.text {
	width:450px;
	height:200px;
}


/*---------------------------------------------------------------*/
#divCalendar{

}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0 0 0 0;
	padding:0 3% 5px 3%;
	float:left;
	width:94%;
}
#divCalendar div.month1{
	background:url("default2/month1.gif") no-repeat center 20px;
}
#divCalendar div.month2{
	background:url("default2/month2.gif") no-repeat center 20px;
}
#divCalendar div.month3{
	background:url("default2/month3.gif") no-repeat center 20px;
}
#divCalendar div.month4{
	background:url("default2/month4.gif") no-repeat center 20px;
}
#divCalendar div.month5{
	background:url("default2/month5.gif") no-repeat center 20px;;
}
#divCalendar div.month6{
	background:url("default2/month6.gif") no-repeat center 20px;
}
#divCalendar div.month7{
	background:url("default2/month7.gif") no-repeat center 20px;
}
#divCalendar div.month8{
	background:url("default2/month8.gif") no-repeat center 20px;
}
#divCalendar div.month9{
	background:url("default2/month9.gif") no-repeat center 20px;
}
#divCalendar div.month10{
	background:url("default2/month10.gif") no-repeat center 20px;
}
#divCalendar div.month11{
	background:url("default2/month11.gif") no-repeat center 20px;
}
#divCalendar div.month12{
	background:url("default2/month12.gif") no-repeat center 20px;
}

p.w{
	float:left;
	width:14%;
	height:16px;
	margin:4px 0 0 0;
	padding:4px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	background-color:#f0f0f0;
}

p.y{
	text-align:center;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	font-size:13px;
	font-weight:bold;
}
p.d{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	color:#6090c0;
	font-weight : bold;
}
p.nd{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.cd{
	float:left;
	width:14%;
	height:20px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}

/*---------------------------------------------------------------*/
ul.msg {
list-style-position-outside;
margin:10px 10px 40px 300px;
padding:0pt;
text-align:left;
}

li.msgname{
	border-bottom:1px solid #e0e0e0;
	padding:2px 0 2px 5px;
	margin:0px;
}
li.tbname{
	padding:2px 0 2px 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:15px 10px 15px 10px;
	margin:0;
	line-height:150%;
	color: #8B8B8B;
}
li.msgtime{
	text-align:right;
	padding:2px 5px 0 10px;
	margin:0 0 0 0;
	color: #8B8B8B;
}
ul.trackback li.tbname{
	border-bottom:none;
	background:url("default2/menu-leaf.gif") no-repeat 2px 7px;
	padding:5px 0 2px 16px;
	margin:0px;
}
ul.trackback{
}

ul.mutuality {
margin:5px 10px 10px 300px;
}

ul.mutuality li.tbname{
	background:url("default2/menu-leaf.gif") no-repeat 2px 7px;
	padding:5px 0 2px 16px;
	margin:0px;
}
ul.mutuality a:hover{
	text-decoration:underline;
}


li.msgarticle div.quote{
	padding:10px;
	border-left:5px solid #eee;
}
li.msgarticle div.quote-title{
	margin:2px;
	padding:3px;
	font-size:120%;
	border-bottom:1px #f8f8f8 solid;
	background:url("default2/menu-leaf.gif") no-repeat 2px 10px;
	padding-left:15px;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width:100%;
	background:url("default2/header-bg.png") repeat-x 0 -102px;
	height:30px;
}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:0;
	padding:0;
	float:right;
}

#divNavBar li{
    font-size:14px;
	float:left;
	padding:0 0 0 0;
	margin:0 3px 0 1px;
	background:white url("default2/title_nav_bg.gif") repeat-x 0 0px;
   	color: white; 
}
/*--------------------------------------------修改导航----------------*/
#divNavBar a{
	float:left;
	margin:0;
	padding:1px 1px 1px 1px;
	text-decoration: none;
	height:16px;
}

#divNavBar a:link {
	color: white;
}
#divNavBar a:visited {
	color: white;
}
#divNavBar a:hover {
	color:#198908;
	font-weight:bold;
	background:white;
}
#divNavBar a:active {
	color: white;
	background:#FF0000;
}
#divPrevious li span.article-date{
	display:none;
} 
wp-pagenavi span.pages { 
    padding: 2px 6px 2px 6px; 
    margin: 2px 2px 2px 2px; 
    color: #333;
    border: 1px solid #ccdeaf; 
    background: #f1f7e7; 
} 
 
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active { 
    padding: 2px 6px 2px 6px; 
    margin: 2px; 
    text-decoration: none; 
    color: #333;
    border: 1px solid #E6E6E6; 
    background: #FAFAFA; 
} 
 
.wp-pagenavi a:hover { 
    border: 1px solid #CBCB62; 
    color: #333; 
    background: #E6E6B4; 
} 
 
.wp-pagenavi span.now-page{ 
    padding: 2px 6px 2px 6px; 
    margin: 2px; 
    font-weight: bold; 
    border: 1px solid #ccc; 
    color: #333;
    background: #E6E6E6; 
} 
 
.wp-pagenavi span.extend { 
    padding: 2px 6px 2px 6px; 
    margin: 2px; 
    border: 1px solid #fff; 
    color: #333;
    background: #fff; 
} 
.wp-pagenavi{
    margin:0 0 0 300px;
}

/*文章投票（打分）开始*/
#Rating {
	width:638px;
	margin:10px 0 40px 10px;
	border:1px Silver solid;
	padding:10px 0 10px 10px;
	text-align:left;
	overflow: auto;
	list-style-position : outside;
}
#Star {
    background-image: url(/PLUGIN/Rating/star.gif);
    height: 30px;
    width: 150px;
    float: left;
}
#Star-Cur {
    background-image: url(/PLUGIN/Rating/star.gif);
    background-position: 0px -60px;
    width: 0px;
    position: absolute;
    z-index: 11;
    height: 30px;
}
#Star1 {
    position: absolute;
    z-index: 20;
    height: 30px;
    width: 30px;
}
#Star2 {
    position: absolute;
    z-index: 19;
    height: 30px;
    width: 60px;
}
#Star3 {
    position: absolute;
    z-index: 18;
    height: 30px;
    width: 90px;
}
#Star4 {
    position: absolute;
    z-index: 17;
    height: 30px;
    width: 120px;
}
#Star5 {
    position: absolute;
    z-index: 16;
    height: 30px;
    width: 150px;
}
#Star1:hover, #Star2:hover, #Star3:hover, #Star4:hover, #Star5:hover {
    background-image: url(/PLUGIN/Rating/star.gif);
    background-position: -30px;
}
#Score {
    line-height: 30px;
    text-align: center;
    float: left;
    width: 250px;
}

#Rating-show{    /*文章得分及投票次数*/

}
Rating-now{    /*正在投票,请稍候*/
    color: #FF0000;    
}
#Rating-Tanks {    /*投票成功,感谢您的投票*/
    color:Green;
    font-weight: bold;    
}
#Rating-already{    /*已投过票*/
    color:red;
    font-weight: bold;    
}
#Rating-err{    /*遇到错误*/
    color:red;
    font-weight: bold;    
}
/*文章投票（打分）结束*/

/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/