
/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
	background:#FFFFFF;
}
a{
	text-decoration: none;
}
a:link {
	color: steelblue;
}
a:visited {
	color: steelblue;
}
a:hover {
	color: steelblue;
	text-decoration: underline;
}
a:active {
	color: steelblue;
	text-decoration: underline;
}
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;
}

/*---------------------------------------------------------------*/
#divAllTop{
	width:100%;
	margin:0 auto;
	padding:0;
	height:130px;
	background:steelblue url("image/header.png") no-repeat center 0;
	float:left;
}
#divAllMiddle{
	width:100%;
	margin:0 auto;
	padding:0;
	background:steelblue url("image/middle.png") repeat-y center 0;
	float:left;
}
#divAllBottom{
	width:100%;
	margin:0 auto;
	padding:0;
	background:steelblue url("image/footer.png") no-repeat center -40px;
	height:100px;
	float:left;
}

#divAllTop2{
	width:100%;
	margin:0 auto;
	padding:0;
	background:steelblue url("image/middle-top.png") no-repeat center 0;
	float:left;
	height:5px;
	font-size:0px;
}

#divAllBottom2{
	width:100%;
	margin:0 auto;
	padding:0;
	background:steelblue url("image/middle-bottom.png") no-repeat center 0;
	float:left;
	height:5px;
	font-size:0px;
}

#divPageTop{
	width:820px;
	margin:0 auto;
	text-align:left;
}

#divTopBanner{
	width:820px;
	margin:0 auto;
	text-align:left;
	float:left;
	background:steelblue url("image/header_default7.jpg") repeat-x center 0;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}

#divPageMiddle{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#divPageBottom{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}


#divTop{
	width:800px;
	margin:0 auto;
	padding:0 10px;
	text-align:left;
	float:left;
	height:100px;
	background:url("image/header.png") no-repeat center 0;
}

#divSidebar{
	width:210px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	text-align:center;
	float:left;
}

#divMain{
	width:568px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	text-align:left;
	float:left;
}

#divBottom{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:left;
	height:100px;
}

/*---------------------------------------------------------------*/
div.function {
	float:left;
	width:190px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	text-align:left;
}
div.function h3{
	font-size:12px;
	height:15px;
	margin:0 0 0 0;
	padding:6px 0 4px 15px;
	color:black;
	background:steelblue url("image/function.png") no-repeat 0 0;
}
div.function ul{
	text-align:left;
	width:190px;
	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 1px 15px;
}

#divComments li,#divGuestComments li{
	background:none;
	padding:2px 0 1px 30px;
	background:url("image/icon_comment.gif") no-repeat 10px 1px;
}
#divCatalog li{
	background:none;
	padding:2px 0 1px 30px;
	background:url("image/icon_category.gif") no-repeat 10px 1px;
}
#divTrackbacks li{
	background:none;
	padding:2px 0 1px 30px;
	background:url("image/transmit_go.gif") no-repeat 10px 1px;
}
#divArchives li,#divPrevious li{
	background:none;
	padding:2px 0 1px 30px;
	background:url("image/icon_entry.gif") no-repeat 10px 1px;
}

#divCatalog li span.feed-icon{
	display:none;
}

#divMisc{
	padding:10px 0 5px 10px;
}
#divMisc h3{
	display: none;
}
#divMisc ul{
	border:none;
}
#divMisc li{
	padding:2px 0 2px 15px;
	background-image : none;
}


#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}

/*---------------------------------------------------------------*/


div.post {
	width:548px;
	margin:10px 0 10px 10px;
	padding:0 0 0 0;
	text-align:left;
}
div.pagebar {
	width:523px;
	padding:2px 0 2px 25px;
	background:url("image/page_copy.gif") no-repeat 5px center;
}

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 .post-title{
	width:500px;
	padding:5px 0 5px 25px;
	margin:0;
	font-size:22px;
	color: steelblue;
	border-bottom:1px solid #D0D0D0;
	background:url("image/icon_page.gif") no-repeat 5px center;
}

div.post .post-date{
	width:525px;
	margin:0 0 0 0;
	padding:10px 0 10px 0px;
	font-size:12px;
	color:gray;
	text-align:right;
}

div.post .post-footer{
	width:525px;
	margin:10px 0 30px 0;
	padding:0;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:right;
}

div.post .footer-date{
	padding:2px 5px 2px 20px;
	background:url("image/icon_date.gif") no-repeat 0 center;
}
div.post .footer-author{
	padding:2px 5px 2px 20px;
	background:url("image/icon_entry.gif") no-repeat 0 center;
}
div.post .footer-category{
	padding:2px 5px 2px 20px;
	background:url("image/icon_category.gif") no-repeat 0 center;
}
div.post .footer-comment{
	padding:2px 5px 2px 20px;
	background:url("image/icon_comment.gif") no-repeat 0 center;
}
div.post .footer-trackback{
	padding:2px 5px 2px 20px;
	background:url("image/transmit_go.gif") no-repeat 0 center;
}
div.post .footer-view{
	padding:2px 5px 2px 20px;
	background:url("image/mouse.gif") no-repeat 0 center;
}

div.post .post-tags{
	width:500px;
	margin:10px 0 5px 5px;
	padding:2px 0 0 25px;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:left;
	background:url("image/tag_blue.gif") no-repeat 5px center;
	border-bottom:1px solid #D0D0D0;
}


div.post div.post-body{
	width:520px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	font-size:13px;
	word-break:break-all;
	text-align:left;
	line-height:150%;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("image/media.gif") no-repeat 0 center;
}

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;
}
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;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:32px;
	margin:24px 0 0 10px;
	padding:0;
	font-weight:bold;
}
#BlogTitle a{
	color:white;
}
#BlogTitle a:hover {
	color: lightgrey;
	text-decoration: none;
}
#BlogTitle a:active {
	color: lightgrey;
	text-decoration: none;
}
#BlogSubTitle{
	color: white;
	font-size:12px;
	margin:10px 0 0 10px;
	padding:0;
}
#BlogPowerBy{
	color:white;
	font-size:12px;
	height:20px;
	margin:0;
	padding:0 10px 0 10px;
	text-align:right;
	font-weight:normal;
}
#BlogPowerBy a:link {
	color:white;
}
#BlogPowerBy a:visited {
	color:white;
}
#BlogPowerBy a:hover {
	color:white;
	text-decoration: underline;
}
#BlogPowerBy a:active {
	color:white;
	text-decoration: underline;
}
#BlogCopyRight{
	color:white;
	font-size:12px;
	height:20px;
	margin:0;
	padding:55px 10px 0 10px;
	text-align:right;
	float:none;
	clear:both;
	font-weight:normal;
}
#BlogCopyRight a:link {
	color:white;
}
#BlogCopyRight a:visited {
	color:white;
}
#BlogCopyRight a:hover {
	color:white;
	text-decoration: underline;
}
#BlogCopyRight a:active {
	color:white;
	text-decoration: underline;
}

/*---------------------------------------------------------------*/
p.posttop {
	margin:10px 0 0 0;
	padding:3px 0 2px 21px;
	background:url("image/icon_comment.gif") no-repeat 0 center;
}
p.postbottom {
	margin:0 0 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 steelblue;
	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 steelblue;
	width: 200px;
	background: white;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double steelblue;
	width: 80%;
	height: 80px;
	background: white;
	width: 520px;
	height: 120px;
}


/*---------------------------------------------------------------*/
#divCalendar{
	margin:10px 0 0 10px;
	padding:0 0 0 0px;
	text-align:center;
	background:steelblue url("image/calendar.png") no-repeat center 0;
	float:left;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0 0 0 0;
	padding:5px 0 5px 4px;
	float:left;
	height:160px;
}


p.w{
	float:left;
	width:25px;
	height:16px;
	margin:4px 0 0 0;
	padding:2px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	text-decoration : underline; 
}

p.y{
	text-align:center;
	height:14px;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:175px;
	font-size:12px;
	font-weight:bold;
}
p.d{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:25px;
	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("image/links_r.gif") no-repeat 1px 1px;
}
p.nd{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.cd{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	font-weight:bold;
}


/*---------------------------------------------------------------*/
ul.msg{
	width:520px;
	margin:10px 0 20px 15px;
	padding:0 0 0 0;
	text-align:left;
	list-style-position : outside;
}

ul.msg .comment-quote-icon{
	display:none;
}

li.msgname{
	padding:10px 0 2px 10px;
	margin:0px;
	background:steelblue url("image/comment-1.png") no-repeat 0 0;
}
li.tbname{
	padding:10px 0 0 10px;
	margin:0px;
	background:steelblue url("image/comment-1.png") no-repeat 0 0;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
	background:steelblue url("image/comment-2.png") repeat-y 0 0;
}
li.msgarticle{
	list-style-position : outside;
	padding:15px 10px 15px 10px;
	margin:0;
	line-height:150%;
	background:steelblue url("image/comment-2.png") repeat-y 0 0;
}
li.msgtime{
	text-align:right;
	padding:5px 10px 10px 10px;
	margin:0 0 0 0;
	background:steelblue url("image/comment-3.png") no-repeat 0 -10px;
}


ul.mutuality{
	display:none;
}


li.msgarticle div.quote{
	padding:10px;
	background:white;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}
li.msgarticle div.quote-title{
	margin:2px;
	padding:3px;
	font-size:120%;
	border-bottom:1px lightgray solid;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width:800px;
	height:30px;
	padding:0 10px;
	background:url("image/header.png") no-repeat center -100px;
}

#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("image/navbg2.gif") no-repeat right 0;
}

#divNavBar a{
	float:left;
	margin:0;
	padding:8px 10px 2px 10px;
	height:20px;
	text-decoration: none;
}

#divNavBar a:link {
	color: white;
}
#divNavBar a:visited {
	color: white;
}
#divNavBar a:hover {
	color: lightgrey;
}
#divNavBar a:active {
	color: lightgrey;
}