﻿/*--------------------------全--局-------------------------------*/
body{
float: left;
	margin:0;
	padding:0;
	color:#444;
	background-color:#fff;
	text-align:left;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
a{
	text-decoration: none;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0;
	padding:0;
	word-break:break-all;
}
li{
	margin:0
	padding:0;
}
p{
	margin:0;
	padding:0;
	word-break:break-all;
}
img{
	border:0;
}

/*---------------------------------------------------------------*/
#divAll{
	width:100%;
	float:left;
}

#divPage{
	width:778px;
	margin:0 auto;
	padding:0;
	text-align:left;
   float: left;
}

#divMiddle{
	width:778px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
   background:url("fly/sidebarbg.gif") repeat-y;
}

#divTop{
	width:778px;
	margin:0 auto;
	padding:0;
	background: White url("fly/top.jpg") no-repeat 0;
	text-align:left;
	float:left;
	height:235px;
}

#divSidebar{
	width:211px;
   height: 60px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
}

#divMain{
	width:557px;
	margin:0;
	padding: 0;
	text-align:left;
	float:right;
}

#divBottom{
	width:778px;
	margin:10px auto;
	padding:0;
	text-align:center;
	float:left;
}

/*---------------------------------------------------------------*/
div.function {
	float:left;
	width:211px;
	margin:0;
	padding:0 0 10px 0;
	text-align:left;
	background:url("fly/sidebarbg.gif") repeat-y;
}
div.function h3{
	font-size:12px;
	height:20px;
	margin:0 25px 0 5px;
	padding:5px 20px 0 15px;
	color:black;
	text-align: center;
	border-bottom:1px solid #40608c;
}
div.function ul{
	text-align:left;
	width:180px;
	margin:2px 0 0 0;
	padding:0 0 0 5px;
	list-style-position:outside;
	list-style-type:none;
}
div.function li{
	margin:0;
	padding:2px 0 1px 15px;
	background:url("fly/point.gif") no-repeat 3px 4px;
}

#divMisc{
	padding:10px 0 5px 0;
}
#divMisc h3{
	display: none;
}
#divMisc li{
	padding:2px 0 2px 15px;
	background-image : none;
}

#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}

/*---------------------------------------------------------------*/


div.post {
	width:550px;
	margin:20px 0 10px 0;
	padding:0 0 0 0;
	text-align:left;
	float:left;
}
div.post-nav {
	display:none;
}

div.post .post-title{
	width:530px;
	padding:8px 10px 12px 10px;
	margin:0!important;
   margin:-1px 0 0 0;
	font-size:16px;
	background:url("fly/postbg.gif") repeat-y 0 0;
	float:left;
}

div.post .post-title a{
	color:#eeac0d;
	text-decoration:underline;
}

div.post .post-title a:visited{
	color:#666;
}

div.post .post-title a:hover{
	color:#40608c;
}

div.post .post-date{
	width:530px;
	margin:0;
	padding:10px 10px 5px 10px;
	font-size:12px;
	color: white;
	background:url("fly/posttop2.gif") no-repeat 0 top;
	float:left;
	text-align:right;
}

div.post .post-footer{
	width:520px;
	margin:0;
	padding:5px 15px 8px 15px;
	font-size:12px;
	color:#40608c;
	text-align:right;
	background:url("fly/postbottom.gif") no-repeat 0 bottom;
	float:left;
}

div.post div.post-body{
	width:520px;
	margin:0;
	padding:0 15px 0 15px;
	word-break:break-all;
	text-align:left;
	line-height:150%;
	background:url("fly/postbg.gif") repeat-y 0 0;
	float:left;
	border-bottom:1px solid #40608c;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("fly/media.gif") no-repeat 0 center;
}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:1px solid #dddddd;
	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 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{
	color:#0000FF;
	text-decoration:underline;
}

div.post-body a:visited{
	color:#c0c;
}

div.post-body a:hover{
	color:#eeac0d;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:30px;
	font-weight:bold;
	padding:30px 0 0 15px;
	margin:0 0 0 0;
	background:url("fly/blog_logo.gif") no-repeat left center;
	float:left;
	clear:both;
}
#BlogTitle a{
	color:white;
}
#BlogTitle a:hover {
	color: #eeac0d;
}
#BlogTitle a:active {
	color: #eeac0d;
}
#BlogSubTitle{
	color: #302F2F;
	font-size:1.3em;
	margin:0;
	padding:136px 0 0 230px;
	float:left;
	clear:both;
	display:none;
}
#BlogPowerBy{
	font-size:12px;
	height:20px;
	margin:0 0 0 210px;
	padding:25px 10px 0 10px;
	text-align:left;
	font-weight:normal;
}
#BlogCopyRight{
	font-size:12px;
	height:20px;
	margin:0 0 0 210px;
	padding:0 10px 0 10px;
	text-align:left;
	float:none;
	clear:both;
	font-weight:normal;
}

#BlogICP{
	font-size:12px;
	margin:10px auto;
	padding:0;
	text-align:center;
	color:#999999;
	float:none;
	clear:both;

}

/*---------------------------------------------------------------*/
#divCommentPost{
	background:url("fly/postbg.gif") repeat-y 0 0;
	margin:20px 0 10px 0;
}

p.posttop {
	width:520px;
	margin:0 0 0 0;
	padding:10px 15px 0 15px;
	border-bottom:1px solid #40608c;
	background:url("fly/posttop.gif") no-repeat 0 top;
}
p.postbottom {
	width:520px;
	margin:0 0 0 0;
	padding:5px 15px 10px 15px;
	border-top:1px solid #40608c;
	background:url("fly/msgbottom.gif") no-repeat 0 bottom;
}

#frmSumbit{
	padding:0;
	margin:0;

}

#frmSumbit p{
	padding:5px 10px 5px 10px;
}


input.button{
	background: url("default/fade-butt.png");
	border: 3px double #909090;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	color: #333;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #909090;
	width: 200px;
	background: url("default/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 3px double #909090;
	width: 80%;
	height: 80px;
	background: url("default/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
	width: 510px;
	height: 120px;
}


/*---------------------------------------------------------------*/
#divCalendar{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0;
	padding:0 0 5px 12px;
	width:188px;
	float:left;
}

p.w{
	float:left;
	width:25px;
	height:16px;
	color:#40608c;
	margin:4px 0 0 0;
	padding:2px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:9px;
	border-top:1px solid #40608c;
	border-bottom:1px solid  #40608c;
}

p.y{
	text-align:center;
	height:14px;
	color:#40608c;
	margin:2px 0 0 0;
	padding:0;
	float:left;
	width:175px;
	font-size:12px;
	font-weight:bold;
}
p.d{
	float:left;
	width:25px;
	height:18px;
	margin:0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:25px;
	height:18px;
	color:#40608c;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	text-decoration : line-through;
	font-weight : bold;
}
p.nd{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}


/*---------------------------------------------------------------*/
ul.msg{
	width:550px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	text-align:left;
	list-style-position : outside;
	float:left;
}
li.msgname{
	border-bottom:1px solid #40608c;
	padding:10px 10px 0px 10px;
	margin:0px;
	background:url("fly/msgtop.gif") no-repeat 0 top;
}
li.tbname{
	border-bottom:1px solid #E1D4C0;
	padding:10px 10px 0px 10px;
	margin:0px;
	background:url("fly/msgtop.gif") no-repeat 0 top;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
	background:url("fly/postbg.gif") repeat-y 0 0;
	border-bottom:1px solid #40608c;
}
li.msgarticle{
	list-style-position : outside;
	padding:15px 10px 15px 10px;
	margin:0;
	background:#f8f8f8;
	line-height:150%;
	background:url("fly/postbg.gif") repeat-y 0 0;
}
li.msgtime{
	text-align:right;
	padding:0px 10px 10px 10px;
	margin:0 0 0 0;
	background:#f8f8f8;
	background:url("fly/msgbottom.gif") no-repeat 0 bottom;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width:778px;
	height:36px;
	margin: 10px 0 0 0;
	background:url("fly/navbarbg.gif") no-repeat;
}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:12px 0 0 217px!important;
	margin:12px 0 0 108px;
	padding:0 0 0 15px;
	float:left;
}

#divNavBar li{
	float:left;
	padding:0!important;
	padding:1px 0 0 0;
	margin:0!important;
	margin:0 0 0 1px;
	font-family:"宋体","黑体";
	border-left:2px solid #FFFFFF;
}

#divNavBar li:first-child{
	border-left:none;
}

#divNavBar a{
	float:left;
	margin:0;
	padding:0 5px 0 5px;
	height:14px;
	text-decoration: none;

}

#divNavBar a:link {
	color:white;
}
#divNavBar a:visited {
	color:white;
}
#divNavBar a:hover {
	color: #edab0c;
	text-decoration: underline;
}
#divNavBar a:active {
	color: #edab0c;
	text-decoration: underline;
}
