﻿/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
	font-family:"Courier New", Courier, mono;
	background:#E8E8E8;
}
a{
	text-decoration: none;
}
a:link {
	color: #1B84D1;
}
a:visited {
	color: #1B84D1;
}
a:hover {
	color: #6AD0EE;
	border-bottom: #FFCD03 solid 1px;
}
a:active {
	color: #6AD0EE;
	border-bottom: #FFCD03 solid 1px;
}
ul{
/*	list-style-type:none;*/
	list-style-position : outside;
	margin:0 0 0 15px;
	padding:0 0 0 0;
	word-break:break-all;
}

ol{
/*	list-style-type:none;*/
	list-style-position : outside;
	margin:0 0 0 15px;
	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:0px;
}

/*---------------------------------------------------------------*/
/*3个顶级嵌套div和divPage内5个基本块的定义*/
#divAll{
	width:808px;
	margin:0 auto;
	padding:0;
}

#divPage{
	width:100%;
	margin:0;
	padding:0 0 0 0;
	text-align:left;
	float:left;
	background:#E8E8E8;
}

#divMiddle{
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	background: url("neatBY/body_bg.gif") repeat-y 0 0;
}

#divTop{
/*	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	float:left;
	height:197px;
	background: url("neatBY/top.gif") repeat-x 0 0;*/
	display:none;
}

#divSidebar{
	position:relative;
/*	z-index:2;
	left:765px;
	top:130px;*/
	width:250px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
	float:left;
/*	background:#FFFFFF url("neatBY/sidebar.gif") repeat-y 0 0;*/
}

#divMain{
	width:558px;
	margin:0 0 0 0;
	padding:0;
	text-align:left;
	float:right;
/*	background: url("neatBY/maincontent.gif") repeat-y 0 0;*/
}

#divBottom{
	width:100%;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	margin:0 0 -10px 0;
	padding:10px 0 0 0px;
	text-align:center;
	clear:both;
	height:75px;
	background: url("neatBY/footer.jpg") no-repeat 0 0;
}

/*---------------------------------------------------------------*/
/*divSidebar内子块的定义*/

/*divSidebar内子块全局设置*/
div.function {
	width:240px;
	margin:10px 0 0 10px;
	padding:0 0 0 0;
	clear:both;
/*	float:left;*/
	text-align:left;
}
div.function h3{
	font-size:13px;
	height:24px;
	margin:0 0 0 2px;
	padding:4px 0 0 18px;
	color:#FFCD03;
	background:url("neatBY/sidebar_h3.gif") no-repeat 0px 0px;
	/*background:#000000;*/
}
div.function ul{
	text-align:left;
	width:95%;
	margin:0 0 0 0;
	padding:5px 0 5px 10px;
	list-style-position:outside;
	list-style-type:none;
/*	border-top:1px solid #948B76;*/
}
div.function li{
	margin:0 0 0 0;
	padding:2px 0 1px 18px;
	background:url("neatBY/sidebar_bullet.gif") no-repeat 1px 4px;
}

/*欢迎(大眼睛)　子块的单独设置*/
#divWelcome {
/*	display:none;*/
}

/*日历　子块的单独设置*/

#divCalendar {
/*	display:none;*/
/*	background: url("default/events.png") no-repeat 0px -2px;*/
	font-size:10px;	
	margin:18px 0 12px -15px;
	padding:0 10px 0 0;
	width:200px;
	text-align:left;	
}

#divCalendar h3{
	display:none;
}

/*节日提醒功能（未开通）*/
#divFestival{
	color:#A98B12;
	border:1px solid #A98B12;
	background:#F8F2C2;
	padding:5px;
	width:223px;
}

/*分类目录　子块的单独设置*/
/*#divCatalog h3{
	background: url("default/catalog.gif") no-repeat 0px -2px;
	padding:0 0 0 20px;
}*/

/*管理面板　子块的单独设置*/
#divContorPanel{
	display:none;
}

#divContorPanel h3{
	background: url("default/general.gif") no-repeat 0px -1px;
	padding:0 0 0 20px;
}

#divContorPanel li{
	background-image : none;
}

/*最新评论　子块的单独设置*/
/*#divComments h3{
	background: url("default/comment.gif") no-repeat 0px -2px;
	padding:0 0 0 20px;
}*/

/*最新笔记　子块的单独设置*/
/*#divPrevious h3{
	background: url("default/newnote.gif") no-repeat 0px -2px;
	padding:0 0 0 20px;
}*/

/*统计　子块的单独设置*/
#divStatistics{
	display:none;
}

/*引用　子块的单独设置*/
#divTrackbacks{
	display:none;
}

/*归档　子块的单独设置*/
#divArchives{
	display:none;
}	

/*友情链接　子块的单独设置*/
/*#divLinkage h3{
	background: url("default/friends.gif") no-repeat 0px -2px;
	padding:0 0 0 20px;
}*/

/*收藏网站　子块的单独设置*/
/*#divFavorites h3{
	background: url("default/favorites.gif") no-repeat 0px -1px;
	padding:0 0 0 20px;
}*/

/*搜索　子块的单独设置*/

#divSearchPanel {
/*	z-index:5;*/
	position:absolute;
	left:575px;top:-35px;
	margin:0 0 0 0;
}

#divSearchPanel h3{
	display:none;
}

#divSearchPanel ul{
	border-top:none;
}

#divSearchPanel li{
	background: none;
	margin:0 0 0 10px;
	padding:0 0 0 50px;
}

#edtSearch {
	border: none;
	width:118px;
	height: 21px;
	margin: 0px;
	padding:3px 0 0 10px;
	font-size: 12px;
	color: #9C9C9C;	
	background:#DDDDDD;
/*	border-bottom: 2px solid #4B4537;*/
	background: url("neatBY/search_bg.gif") no-repeat 0 0;
}

#btnPost {
	border: none;
	width:21px;
	height: 21px;
	margin: 0 0 3px -10px;
	padding: 0 0 0 0;
	font-size: 12px;
	color: #A49F8E;	
	cursor:hand;
	background: url("neatBY/search_btn.gif") no-repeat 0 0;
}

/*杂项　子块的单独设置*/
#divMisc{
	padding:10px 0 5px 0;
	border-top:1px solid #CCCCCC;
}
#divMisc h3{
	display: none;
}
#divMisc li{
	padding:2px 0 2px 15px;
	background-image : none;
}

/*---------------------------------------------------------------*/
/*日志显示块及文字显示样式的定义*/

/*表情图标定义*/
.faceicon {
	padding:2px;
	border:0;
	vertical-align:text-bottom;
}

/*日志显示类型定义*/
#divType{
	display:none;
}

div.post {
	width:90%;
	margin:10px 0 0 20px;
	padding:0 0 0 0;
	text-align:left;
	border-bottom: 1px solid #CCCCCC;
}

	/*翻页条样式定义*/
div.postpagebar {
	width:90%;
	margin:10px 0 0 0;
	padding:0 0 0 30px;
/*	float:left;*/
	clear:left;
}

div.postpagebar .currentPage {
	font-weight:bold;
	font-size:12px;
	padding:0 5px 0 0;
	text-decoration:underline;
}

div.postpagebar a{
	font-size:11px;
}

/*div.postpagebar a:link{
	font-weight:bold;
	color:#996600;
	font-size:11px;
}

div.postpagebar a:visited {
	color:#996600;
	font-size:11px;
}

div.postpagebar a:hover {
	font-weight:bold;
	color:#CAB600;
	font-size:11px;
}

div.postpagebar a:active {
	font-weight:bold;
	color:#CAB600;
	font-size:11px;
}*/



div.post-nav {
	width:100%;
	clear:both;
	margin-bottom:15px;
	float:left;
}

div.post-nav a.l{
/*	color:#8A643C;*/
	float:left;
	padding-right:0px;
}

div.post-nav a.r{
/*	color:#8A643C;*/
	float:right;
	padding-right:0px;
}

div.post .post-title{
	font-size:14px;
	clear:both;
	width:100%;
	padding:0px 0 0px 20px;
	margin:2px 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background:url("neatBY/bullet.gif") no-repeat 3px 3px;
}

div.post .post-title a:link{
	text-decoration:none;
	border-bottom: 2px solid #FFCD03;
}

div.post .post-title a:visited{
	text-decoration:none;
	border-bottom: 2px solid #FFCD03;
}

div.post .post-title a:hover {
	text-decoration:none;
	border-bottom: 0px solid #FFCD03;
}

div.post .post-title a:active {
	text-decoration:none;
	border-bottom: 2px solid #FFCD03;
}

div.post .post-date{
	width:95%;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0px 5px 5px 20px;
	font-size:11px;
	color: #B0B0B0;
	text-align:left;
}

/*div.post .post-date a:link{
	font-size:12px;
}

div.post .post-date a:visited{
	font-size:12px;
}

div.post .post-date a:hover {
	font-size:12px;
}

div.post .post-date a:active {
	font-size:12px;
}*/

div.post .readfull{
	font-weight:bold;
	margin:10px 0 5px 18px;
}

div.post .post-footer{
/*	width:100%;*/
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:5px 0 5px 0;
	padding:2px 10px 0 0;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	background:url("neatBY/bullet_2.gif") no-repeat right;
}


div.post .post-tags{
/*	width:95%;*/
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	margin:8px -4px 2px 0;
	padding:2px 0 0 20px;
	font-size:10px;
	font-weight:normal;
	text-align:left;
}

body.multi div.post .post-tags{
	text-align:right;
}

/*日志内容html格式化标签样式定义*/
div.post div.post-body{
	width:98%;
	margin:0 0 0 0;
	padding:0 0 0 20px;
	font-size:12px;
	word-break:break-all;
	text-align:left;
	line-height:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
/*	letter-spacing:1px;*/
	overflow:auto;
}

/* Hide from IE-mac \*/
div.post div.post-body{
	overflow:hidden;
}
/* End hide from IE-mac */


div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("default/media.gif") no-repeat 0 center;
}

/*日志中图片样式定义*/
div.post-body img{
	margin:8px;
	padding:0px;
	border:0px solid #666666;
	clear:both;
	float:none;
}

div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}

div.post-body hr{
height:1px;
color:#CCCCCC;
}

/*div.post-body a:link{
	color:#8B0E2E;
}

div.post-body a:visited{
	color:#8B0E2E;
}

div.post-body a:hover{
	color:#BF133F;
}

div.post-body a:active{
	color:#BF133F;
}*/


/*日志中class="img" 的样式定义*/
div.post-body p.img{
	margin:8px;
	padding:0px;
	border:0px;
	clear:both;
	float:none;
}

div.post-body .quote{
	padding:0 0 0 5px;
	color:#999999;
/*	border:0px #48450D solid;*/
	border-left:3px #666666 solid;
/*	border-right:0px #48450D solid;
	border-bottom:0px #48450D solid;		
	background-color:#F0EFE1;*/
}

/*带出处的引用样式[quote=xxx]..[/quote]*/
div.post-body .quote.quote2{
/*	color:#ff0000;*/
}

div.post-body .quote-title{
	padding:0 0 0 5px;
	margin:0 0 3px -3px;
	font-weight:bold;
	border-bottom:1px #CACACA solid;
}

div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}

div.post-body p.code{
	color:#999999;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	padding:10px;
	border:1px #666666 dotted;
/*	border-right:2px #48450D solid;
	border-bottom:2px #48450D solid;*/		
	background-color:#F0F0F0;
}

div.post-body textarea{
	color:#999999;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	padding:10px;
	line-height:150%;
	background-color:#F0F0F0;
	border:1px dashed #666666;
}

div.post-body h1{
	margin:0;
	padding:0;
	font-size:16px;
}
div.post-body h2{
	margin:0;
	padding:0;
	font-size:14px;
}
div.post-body h3{
	margin:0;
	padding:0;
	font-size:13px;
}
div.post-body h4{
	margin:0;
	padding:0;
	font-size:12px;
}
div.post-body h5{
	margin:0;
	padding:0;
	font-size:11px;
}
div.post-body h6{
	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;
}

#BlogDesignedBy{
	color:#675E42;
	font-size:10px;
	height:18px;
	margin:0;
	padding:0 15px 0 10px;
	text-align:right;
	font-weight:normal;
}

#BlogPowerBy{
	color:#675E42;
	font-size:10px;
	height:18px;
	margin:0;
	padding:0 15px 0 10px;
	text-align:right;
	font-weight:normal;
}
#BlogCopyRight{
	color:#675E42;
	font-size:10px;
	height:18px;
	margin:0;
	padding:0 15px 0 10px;
	text-align:right;
	font-weight:normal;
}

/*---------------------------------------------------------------*/
/*显示评论及引用的块的定义*/
ul.msg{
	width:500px;
	margin:5px 0 5px 20px;
	padding:0 0 0 0;
	text-align:left;
	list-style-position:outside;
	list-style-type:none;
}
/*相关文章的的定义*/
li.relhead{
	font-weight:bold;
	padding:4px 0 2px 16px;
	margin:0px;
	background: url("neatBY/sidebar_bullet.gif") no-repeat 0 center;
}

li.relurl{
	font-size:11px;
	color:#B0B0B0;
	text-align:left;
	margin:0;
	padding:2px 10px 1px 16px;
	line-height:150%;
	background: url("neatBY/relurl_bullet.gif") no-repeat 0 center;
}

li.relurl a{
	font-size:12px;
}

/*引用地址的的定义*/
.tbhead{
	font-weight:bold;
	padding:4px 0 2px 16px;
	margin:0 0 0 20px;
	background: url("neatBY/sidebar_bullet.gif") no-repeat 0 center;
}

li.tbname{
	font-weight:bold;
	padding:4px 0 2px 16px;
	margin:0 0 0 0;
}

li.tburl{
	font-weight:bold;
	padding:4px 0 2px 16px;
	margin:15px 0 0 0;
	background: url("neatBY/sidebar_bullet.gif") no-repeat 0 center;
}
/*评论、及引用内容的定义*/
.commenthead{
	font-weight:bold;
	padding:4px 0 2px 16px;
	margin:0 0 0 20px;
	background: url("neatBY/sidebar_bullet.gif") no-repeat 0 center;
}

li.msgname{
	clear:both;
	padding:2px 0 2px 5px;
	margin:0px;
}

li.msgurl{
	font-size:11px;
	text-align:left;
	float:right;
	padding:2px 15px 2px 10px;
	margin:0;
}

li.msgtime{
	font-size:11px;
	color:#B0B0B0;
	text-align:right;
	float:left;
	padding:2px 5px 0 10px;
	margin:0 0 0 0;
}

li.msgarticle{
	list-style-position : outside;
	padding:5px 10px 15px 10px;
	margin:0 0 10px 0;
	clear:both;
	line-height:150%;
	border-bottom:1px #E6E6E6 solid;
}

li.msgarticle div.quote{
	padding:0 0 0 5px;
	color:#999999;
	border-left:3px #666666 solid;
}

/*带出处的引用样式[quote=xxx]..[/quote]*/
li.msgarticle div.quote.quote2{
/*	color:#ff0000;*/
}

li.msgarticle div.quote-title{
	padding:0 0 0 5px;
	margin:0 0 3px -3px;
	font-weight:bold;
	border-bottom:1px #CACACA solid;
}

/*---------------------------------------------------------------*/
/*评论发表框的定义*/

#divCommentPost{
	border-bottom:0px solid #666666;
}

p.posttop {
	font-size:12px;
	clear:both;
	font-weight:bold;
	margin:0 0 0 0;
	padding:4px 0 2px 16px;
	background: url("neatBY/sidebar_bullet.gif") no-repeat 0 center;
}
p.postbottom {
	color:#B0B0B0;
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	border-top:1px solid #E6E6E6;
}

#frmSumbit{
	padding:0;
	margin:0;
}

#frmSumbit p{
	padding:5px 0 5px 0;
}


input.button{
	background: url("neatBY/submit_btn.gif");
	width:64px;
	height:24px;
	border:none;
	color: #333;
	cursor:hand;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	color:#8B0E2E;
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px solid #B0B0B0;
	width: 200px;
	background:none;
/*	background: url("default/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;*/
}

textarea.text {
	color:#8B0E2E;
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px solid #B0B0B0;
	width: 80%;
	height: 80px;
	background:none;
/*	background: url("default/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;*/

}

#frmCommentVerify {
border:1px solid #B0B0B0;
padding:0px;
}

#chkRemember {
/*	border:0px solid #575B7B;
	pading:0;
	background-color:#00FF99;*/
}



/*---------------------------------------------------------------*/
/*日历子块的定义*/

#divCalendar a{
	font-size:11px;
}

#divCalendar a:hover {
	font-size:11px;
	background-color:#FFF200;
}

/*
#divCalendar a:link {
	font-size:11px;
	color:#516934;
}

#divCalendar a:visited {
	font-size:11px;
	color:#516934;
}

#divCalendar a:hover {
	font-size:11px;
	color:#EE6155;
	
}

#divCalendar a:active {
	font-size:11px;
	color:#EE6155;
	
}*/

#divCalendar div{
	width:175px;
	margin:0 0 0 0;
	padding:0 0 5px 40px;
	float:left;
}


/*
#divCalendar div.month1{
	background:url("neatBY/month1.gif") no-repeat 20px 10px;
}
#divCalendar div.month2{
	background:url("neatBY/month2.gif") no-repeat 50px 10px;
}
#divCalendar div.month3{
	background:url("neatBY/month3.gif") no-repeat 50px 10px;
}
#divCalendar div.month4{
	background:url("neatBY/month4.gif") no-repeat 50px 10px;
}
#divCalendar div.month5{
	background:url("neatBY/month5.gif") no-repeat 50px 10px;;
}
#divCalendar div.month6{
	background:url("neatBY/month6.gif") no-repeat 50px 10px;
}
#divCalendar div.month7{
	background:url("neatBY/month7.gif") no-repeat 50px 10px;
}
#divCalendar div.month8{
	background:url("neatBY/month8.gif") no-repeat 50px 10px;
}
#divCalendar div.month9{
	background:url("neatBY/month9.gif") no-repeat 50px 10px;
}
#divCalendar div.month10{
	background:url("neatBY/month10.gif") no-repeat 50px 10px;
}
#divCalendar div.month11{
	background:url("neatBY/month11.gif") no-repeat 50px 10px;
}
#divCalendar div.month12{
	background:url("neatBY/month12.gif") no-repeat 50px 10px;
}
*/


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:11px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid  #CCCCCC;
}

p.y{
	text-align:center;
	height:14px;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
/*	clear:both;
	float:none;*/
	width:175px;
	font-size:12px;
}
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;
/*	text-decoration : line-through;*/
	background: url("neatBY/date_bg.gif") repeat-x 2px 0px;
	color:#EE6155;
	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;
}


/*---------------------------------------------------------------*/
/*显示导航条的定义*/
#divNavBar{
	float:right;
	width:100%;
	height:111px;
	margin:0 0 0 0;	
	background: url("neatBY/navbar.jpg") repeat-x 0 0;
/*	display:none;*/
}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	float:right;
	margin:0 15px 0 0;
	padding:45px 0 0 5px;
	list-style-position:outside;
	list-style-type:none;
}

#divNavBar li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0px;
	background:url("neatBY/nav_partition.gif") no-repeat right 7px;
}

/*#navhome{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:60px;
	height:30px;
	background:url("default/navbar_bg_01.gif") no-repeat 0 0;
}

#navtags{
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:70px;
	height:30px;
	background:url("default/navbar_bg_02.gif") no-repeat 0 0;
}*/


#divNavBar a{
	float:left;
	letter-spacing:1px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:6px 18px 0 4px;
	text-decoration: none;
/*	filter: DropShadow(Color=#494336, OffX=1, OffY=1, Positive=1);*/
	vertical-align: baseline;
}

#divNavBar a:hover {
/*	color: #6AD0EE;
	border-bottom: #FFCD03 solid 1px;*/

}
#divNavBar a:active {
/*	color:#E4E6CC;
	text-decoration:none;*/

}

/*---------------------------------------------------------------*/
/*其它样式定义*/

/*--TAG页转换连接定义--*/
#tagstyle {
	margin:15px;
	word-break:break-all;	
}

/*--float bug fix 开始--*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--float bug fix 结束

/*--html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }--*/
