﻿/*--------------------------全--局-------------------------------*/


div.function {
	float:left;
	width:263px;
	padding:0 0 0 0;
	text-align:left;
}
div.function h3{
	font-size:12px;
	height:15px;
	margin:0 0 0 0;
	color:white;
}
div.function ul{
	text-align:left;
	width:263px;
}
div.function li{
	margin:0 0 0 0;
}

/*网站目录*/
#divCatalog div
{
width:100%;
}
#divStatistics div
{
width:100%;
}
#divLinkage div{
width:100%;
}
#divCatalog li{
	background:none;
	padding:2px 0 1px 4px;
}

div.function li span.feed-icon a{
	background:url("default/feed.png") no-repeat 0 3px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:14px;
	height:12px;
	width:12px;
}
div.function li span.feed-icon img{
	height:12px;
	width:9px;
	visibility:hidden;
	margin:0;
	padding:0;
}

/*---------------------------------------------------------------*/


div.post {
	background-color: #212931;
	width: 668px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	text-align:left;
         color:white;
}
div.post-nav {
	width:100%;
	clear:both;
	float:left;
	font-size:12px;
	color:white;
	font-weight:600;
	display:none;
}
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 .post-title{
	width:666px;
	height:29px;
	font-size:14px;
	font-family: "宋体";
	font-weight: bold;
	line-height: 29px;
	color:#A5ADBD;
	background-color: #1D2935;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-image:url("default/title-bg.gif");*/
	margin-bottom: 10px;
	border: 1px solid #2C4256;
}
#divMain .post-title a:link{margin-left:20px; text-decoration: none; color:#A5ADBD;}
#divMain .post-title a:visited{margin-left:20px; text-decoration: none; color:#A5ADBD;}
#divMain .post-title a:hover{margin-left:20px; color:#08d6e7;}
#divMain .post-title a:active{margin-left:20px; color:#A5ADBD;}

/*时间*/
div.post .post-date{
	display:none;
	/*width:500px;
	margin:0 0 0 0;
	padding:5px 5px 2px 0;
	font-size:12px;
	color:#2C4256;*/
}
/*发布、评论*/
div.post .post-footer{
	height: 20px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 20px;
	text-align: right;
	color: #315A8C;
	font-size:12px;
	font-weight:100;
}

/*Tag*/
div.post .post-tags{
	height: 20px;
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 20px;
	text-align: left;
	font-size:12px;
	font-weight:100;
	color: #315A8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4256;
}
div.post .post-tags a{
	font-size:12px;
	font-weight:100;
	color: #315A8C;
         text-decoration: none;
}
div.post .post-tags a:hover{color:#08d6e7;}
/*body.multi div.post .post-tags{
	display:none;
}*/

/*主体*/
div.post div.post-body{
	width: 650px;
	margin:0 0 0 0;
	/*padding:0 0 0 5px;*/
	font-size:13px;
	word-break:break-all;
	text-align:left;
	line-height:150%;
	color:white;
	margin-left:15px;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("default/media.gif") no-repeat 0 center;
color:white;

}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:0;
	clear : both;
	float : none;
}

div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
color:white;

}
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;
color:white;
}
div.post-body p.code{
	padding:5px;
	border:1px dotted black;
color:white;
}
div.post-body div.code{
	padding:5px;
	border:1px dotted black;
color:white;
}

div.post-body h1{
	color: white;
	margin:0;
	padding:0;
	font-size:16px;
}
div.post-body h2{
	color: white;
	margin:0;
	padding:0;
	font-size:14px;
}
div.post-body h3{
	color: white;
	margin:0;
	padding:0;
	font-size:13px;
}
div.post-body h4{
	color: white;
	margin:0;
	padding:0;
	font-size:12px;
}
div.post-body h5{
	color: white;
	margin:0;
	padding:0;
	font-size:11px;
}
div.post-body h6{
	color: white;
	margin:0;
	padding:0;
	font-size:10px;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:32px;
	margin:54px 0 0 10px;
	padding:0;
	font-weight:bold;
}
#BlogTitle a{
	color:#F0FFF0;
}
#BlogTitle a:hover {
	color: #DC143C;
	text-decoration: none;
}
#BlogTitle a:active {
	color: #DC143C;
	text-decoration: none;
}
#BlogSubTitle{
	color: #F0FFF0;
	font-size:12px;
	margin:2px 0 0 10px;
	padding:0;
}
#BlogPowerBy{
	font-size:12px;
	height:20px;
	margin:0;
	padding:25px 10px 0 10px;
	text-align:right;
	font-weight:normal;
}
#BlogCopyRight{
	font-size:12px;
	height:20px;
	margin:0;
	padding:0 10px 0 10px;
	text-align:right;
	float:none;
	clear:both;
	font-weight:normal;
}


/*---------------------------------------------------------------*/
p.posttop {
	margin:0 0 0 0;
	padding:3px 0 2px 12px;
	/*background: url("default/pointblue.gif") no-repeat 0 center;*/
         background-color: #1D2935;
         font-size:14px;
         color:white;
         font-weight:600;
border: 1px solid #2C4256;
height:28px;
}
p.posttop a{margin:5px; 0 0 0;color:white;}
p.postbottom {
	margin:0 15px 10px 0;
	padding:5px 0 0 0;
}

#frmSumbit{
	padding:0;
	margin:0;
}

#frmSumbit p{
	padding:5px 0 5px 0;
}


input.button{
	background: white;
	border: 1px double #284259;
	color: #333;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #284259;
	width: 200px;
	background: white;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #284259;
	width: 80%;
	height: 80px;
	background: white;
	width: 520px;
	height: 120px;
}


/*---------------------------------------------------------------*/
#divCalendar{
	padding:0 0 0 0;
	font-size:14px;
	color:white;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 5px 0px;
	float:left;
}
#rili{
text-align:center;
}

p.w{
	float:left;
	width:35px;
	height:16px;
	margin:4px 0 0 0;
	padding:1px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:10px;
	text-decoration : underline;
}
p.d{
	float:left;
	width:35px;
	height:18px;
	margin:0 0 0 0;
	text-align:center;
	vertical-align :middle;
	padding:2px 0px 0px 0px;
	font-weight:100;
}

p.y{
	text-align:center;
	height:18px;
	margin:4px 0 0 4px;
	padding:0 0 0 0;
	width:175px;
	font-size:12px;
	font-weight:bold;
}

p.nd{
	float:left;
	width:26px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:35px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	font-weight:bolder;
	color:#6090c0;
	background: url("default/links_r.gif") no-repeat 1px 1px;
}
p.cd{
	float:left;
	width:35px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	font-weight:bold;
}
/*---------------------------------------------------------------*/
ul.msg{
	width: 668px;
	margin-bottom: 10px;
	padding:0 0 0 0;
	text-align:left;
	list-style-position : outside;
         font-size:12px;
	color:white;
         background-color: #212931;
}
#divCommentPost{
background-color: #212931;
font-size:12px;
color:white;
width: 668px;
}
#frmSumbit
{
margin-left:15px;
}
li.msgname{
	padding:2px 0 2px 5px;
	margin-top:10px;
	border-bottom:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
         background-color: #212931;
}
li.msgname a{color:#000;
         font-size:12px;
	color:white;
background-color: #212931;
}

li.tbname{
	padding:0 0 0 5px;
	margin:0px;
	border-bottom:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
background-color: #212931;
}
li.tbname a{
font-size:12px;
color:white;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
	border-left:1px dashed #D0D0D0;
	border-right:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
background-color: #212931;

}
li.msgarticle{
	list-style-position : outside;
	padding:15px 10px 15px 10px;
	margin:0;
	line-height:150%;
	border-left:1px dashed #D0D0D0;
	border-right:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
background-color: #212931;

}
li.msgtime{
	text-align:right;
	padding:2px 5px 0 10px;
	margin:0 0 0 0;
	border-bottom:1px dashed #D0D0D0;
	border-left:1px dashed #D0D0D0;
	border-right:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
background-color: #212931;

}

msg mutuality{display:none;}
msg trackback{display:none;}

ul.trackback li.tbname{
	border-bottom:none;
	background: url("default/pointblue.gif") no-repeat 0 center;
	padding:3px 0 2px 12px;
	margin:0px;
         font-size:12px;
	color:white;
}
ul.trackback{
	/*margin:5px 0 10px 10px;*/
         font-size:12px;
	color:white;
background-color: #212931;

}
ul.mutuality{
	/*margin:5px 0 10px 10px;*/
	border-bottom:1px dashed #D0D0D0;
         font-size:12px;
	color:white;
background-color: #212931;
}
ul.mutuality li.tbname{
	background: url("default/pointblue.gif") no-repeat 0 center;
	padding:3px 0 2px 12px;
	margin:0px;
	border:none;
         font-size:12px;
	color:white;

}
ul.mutuality li.msgarticle{
	/*background:#ffffff;*/
	padding:0 10px 10px 16px;
	border:none;
         font-size:12px;
	color:white;
background-color: #212931;
}


li.msgarticle div.quote{
	padding:10px;
	/*background:#f0f0f0;*/
         font-size:12px;
	color:white;
background-color: #212931;
}
li.msgarticle div.quote-title{
	margin:2px;
	padding:3px;
	font-size:120%;
	border-bottom:1px #f8f8f8 solid;
         font-size:12px;
	color:white;
background-color: #212931;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width: 668px;
	border-bottom:1px solid #C0C0C0;
	background:url("default/navbg.gif") repeat-x 0 0;
	height:24px;
}

#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:"宋体","黑体";
	background:url("default/navbg2.gif") no-repeat right 0;
}

#divNavBar a{
	float:left;
	margin:0;
	padding:6px 10px 4px 10px;
	height:14px;
	text-decoration: none;
}

#divNavBar a:link {
	color: black;
}
#divNavBar a:visited {
	color: black;
}
#divNavBar a:hover {
	color: white;
	background:#DC143C;
}
#divNavBar a:active {
	color: white;
	background:#DC143C;
}
/*------------------------------------*/
#right {
	float: right;
	width: 263px;
	border: 1px solid #2C4256;
}
#right1 {
	width: 263px;
	background-color: #1D2935;
}
#right1_top {
	height: 25px;
	width: 100%;
	background-image: url(../images/you1bg.jpg);
	background-repeat: repeat-x;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-indent: 20px;
	color: #ECEC1A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C4256;
}
#right1_bottom {
	width: 255px;
	background-color: #1D2935;
}
#right1_bottom1 {
	width: 255px;
	background-color: #1D2935;
	height: 218px;
}
#right1_bottom1 ul {
	margin: 0px;
	padding: 0px;
}
#right1_bottom1 li {
	height: 32px;
	width: 218px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 32px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2C4256;
}
#right1_bottom a {
	font-family: "宋体";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#right1_bottom_top {
	height: 58px;
	width: 252px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#right1_bottom_bottom {
	width: 255px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 8px;
	height: 138px;
	line-height: 20px;
	font-size:12px;
	font-weight:100;
	color: white;
}

#tongji {
	/*width: 100%;*/
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
	font-weight: bold;
	line-height: 20px;
	font-size:12px;
	color:#A5ADBD;
	/*width: 236px;*/
text-indent: 40px;
}
#tongji div
{
width: 236px;
margin-left: 15px;
}

#youqing {
	width: 236px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#divPrevious
{
font-size:12px;
color:white;
}
#ulPrevious
{
font-size:12px;
color:white;

}

#fanye {
	height: 30px;
	width: 668px;
	float: left;
	color:white;
	font-size:12px;
	font-weight:600;
}
#fanye a{
	color:white;
	font-size:12px;
	text-align:center;
}