﻿body{font-size:12px;padding:0px;margin:0;color:#757575;background:url(Images/Back.jpg) repeat-y center top;font-family: Verdana, Arial;}
form,ul,ol,li,dl,dt,dd {margin:0; padding:0; list-style:none;}
img,a img {border-width:0;}
.author{color:#FFFF00; color:#827265!important;}
/**********************************公共部分****************************************************************/

/*一般性的链接*/
a:link,.linkSpan,span.siderLink{ text-decoration:none; color:#333; }
.linkSpan,.spanHover,span.siderLink,span.siderLinkHover{cursor:pointer;}
a:visited { text-decoration:none; color:#333; }
a:hover,.spanHover,span.siderLinkHover{ text-decoration:underline; color:#067DBD;}
/*页面等待信息*/
.waitInfo{background:#eeeeee;border:gray 1px solid;padding:3px 10px 3px 10px;margin:5px 3px 5px 3px;}
/*分页*/
.pager{height:28px; margin-bottom:10px; border:1px dotted #DEDEDE;}
   /*分页导航所在的DIV*/
   .pagerList{float:left;margin:0 -160px 0 0;width:100%}
   .pagerList ul{padding-left:5px;}
   .pagerList li{display:block;float:left;padding:0px 5px;line-height:28px;}
       /*当前页(li)*/
      .pagerList .curPage{font-weight:bold;text-decoration:none;}
      .pagerList .curPage .linkSpan{color:#067DBD;}
      .pagerList .spanHover{font-size:13px;}
   /*浏览模式据在的DIV(如果有的话)*/
   .showType{float:right;width:150px;padding-right:5px;line-height:28px; text-align:right; color:#333;}

/*自定义标签容器*/
.ubbPanel{background:#eee;border:#ddd 1px solid;padding:5px;}
   .ubbPanelTop{border-bottom:#ddd 1px solid;padding:0 0 5px 0}
   .ubbPanelContent{padding:7px 0 0 0;}
   .ubbPanelBottom{display:none;}
/*如要加入特殊的效果，请使用范围DIV 如下：(全部范围:ubb_code,ubb_html,ubb_quote,ubb_swf,ubb_wma,ubb_wmv,ubb_rm,ubb_down,ubb_ballot)*/
    .ubb_swf .ubbPanelTop{background:url(../common/images/flash.gif) left no-repeat 0px;padding-left:20px;}
    .ubb_ballot .ubbPanelTop{background:url(../common/images/ballot.gif) left no-repeat 0px;padding-left:18px;}
    .ubb_quote .ubbPanelTop{background:url(../common/images/quote1.gif) left no-repeat 0px;padding-left:18px;}
    .ubb_html .ubbPanelTop{background:url(../common/images/html.gif) left no-repeat 0px;padding-left:18px;}
    .ubb_code .ubbPanelTop{background:url(../common/images/code.gif) left no-repeat 0px;padding-left:18px;}
    .ubb_down .ubbPanel{padding:0px;border:none;background:transparent;}
    .ubb_down .ubbPanelTop{display:none;}
    .ubb_down .ubbPanelContent{padding:0px 0 0 18px;background:url(../common/images/down.gif) left no-repeat;}


/*控件*/
.txt{border:gray 1px solid;}
.button{border:1px solid #999;background-color:#ddd;padding:2px 10px 0 10px;}
textarea{width:80%}
/*表情*/
#emotPanel{padding:2px;}
#emotPanel .linkSpan img{border:#fff 1px solid;margin:1px;}
#emotPanel .spanHover img{background: #C1D2EE;border:#316AC5 1px solid;margin:1px;}	

/**********************************页面架构****************************************************************/
/*最外面的容器*/
#mainPage{margin:25px auto 10px; width:950px;}
  #mainPageInner{width:950px;text-align:left;}
	/*head区*/
	#header{width:950px;padding-top:235px;background:url(Images/HeadLogo.jpg) no-repeat left top;}
	  #headerInner{}
	    /*放置flash的DIV*/
	    #topFlash{display:none;}
	    /*blog名称及附标题*/
		#blogInfo{display:none;}
			#blogName{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;color:#fff}
			#blogName a{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:18px;font-weight:bold;color:#fff}
			#blogDescription{font-size:12px;color:#fff;margin:5px 0 0 25px;font-weight:normal}
		/*顶部菜单*/
		#topMenu{background:url(Images/MenuBack.jpg) repeat-x left top;}
		 #topMenuInner{width:950px;height:40px;background:url(Images/MenuLeft.jpg) no-repeat left top;}
			#topMenu ul{float:right;padding:0 10px;background:url(Images/MenuRight.jpg) no-repeat right top;}
			#topMenu li{float:left;padding:0 12px;background:url(Images/Menuline.jpg) no-repeat right 9px;line-height:32px;}
			#topMenu a,#topMenu .linkSpan{color:#666;}
			#topMenu a:hover,#topMenu span.spanHover{text-decoration:underline;color:#067DBD; font-weight:bold;}
            /*被选中项*/
            #topMenu .selectedItem{}
    /*页面正文区*/
	#pageMiddle{}
	   /*副侧边区(三栏时的第三栏)*/
	  #sider1{display:none;}
		  #siderInner1{}
			#siderTop1{}
			#siderMiddle1{}
			#siderBottom1{}
	  #pageMainMiddle{}
		/*主要内容显示区*/
		#content{float:right;width:700px; margin-top:10px;}
		  #contentInner{}
			#contentTop{}
			#contentMiddle{}
			/*内容模块*/
			#contentMoudle{padding:15px;margin-bottom:10px;border:1px dotted #DEDEDE ;line-height:18px;}
			/*内容模块中每一项*/
			#contentMoudle div{}
			/*主要内容显示区*/
			#contentMain{}
			#contentBottom{}

	    /*主要侧边区*/
		#sider{float:left;width:240px;overflow:hidden;margin-top:10px;}
		  #siderInner{border-top:1px solid #ECECEC;}
			#siderTop{}
			#siderMiddle{}
			#siderBottom{}
   /*底部*/
   #footer{margin:20px 0 0 0; border-top:1px solid #ECECEC;}
   #footerInner{padding-top:5px;text-align:right; line-height:20px;}
   #verInfo, #skinInfo{display:none;}
/**********************************侧边****************************************************************/
/*侧边栏目*/
.siderItem{}
	.siderItem_title{padding:6px 0 7px 20px; *padding:8px 0 6px 20px;color:#426997; background:url(Images/LeftTitleBack.jpg) no-repeat left top;font-weight:bold;}
	.siderItem_content{padding:10px 11px;line-height:20px; border:1px solid #ECECEC;}
	.siderItem_bottom{display:none;}
/*侧边栏目 应用于SooHaw*/
#Side_category_content{font-size:14px; line-height:25px;}
#Side_newview_content span, #Side_replies_content span, #Side_newMessBoard_content span, #Side_hotview_content span{padding-left:8px; background:url(Images/LeftIcon01.jpg) no-repeat left center;}

/*sider区中需独占一行显示的链接的样式*/
.siderLink:link,span.siderLink{display:block;}
.siderLink:hover,span.siderLinkHover{display:block;}
.siderLink:visited{display:block;}
/*日历*/
#calendarPanel{width:100%;}
	/*年月区*/
	#calendar_yearAndMonth{text-align:center;}
		#calendar_year{}
		#calendar_month{}
	/*星期*/
	#calendar_week{height:25px;}
		#calendar_week ul{list-style:none;display:inline;}
		#calendar_week li{width: 14%; float:left;height:20px;text-align:center;background:#eeeeee;}
	/*天*/
	.calendar_day{height:25px;padding:0px;}
		.calendar_day ul{list-style:none;display:inline;}
		.calendar_day li{ width: 14%; height:20px;text-align:center;float:left;}
		.day{}
		/*有日志的天*/
		.logDay{}
		.logDay a{font-weight:bold}
		/*今天*/
		.today{background:#eeeeee;}
/*日志类别*/
/*一级日志类别*/
.logClass{float:left;}
/*一级日志类别*/
.logChildClass{float:left;}
/*rss链接*/
.rssLink{text-decoration:none;background:url(../common/images/rss.gif) left no-repeat;width:16px;*float:left;margin:2px 0 0 2px;padding-left:16px!important;padding-left:0px;}
/**********************************日志显示****************************************************************/

/*日志显示区的顶部(点击日志页面时才有)*/
#logTopInfo{background:#FFF;text-align:right;border:1px dotted #DDD;padding:5px 5px 0 0;margin:0 0 3px 0;}
 #logTopInfoInner{height:20px;}
    /*日志类别所在的SPAN*/
	#topLogClass{float:left;margin-left:10px;}
	/*上一篇下一篇所在的SPAN*/
	#topLogNavi{float:right;margin-right:10px;}
	    /*上一篇*/
	   .preLog_null{background:url(../common/images/Cprevious1.gif) left top no-repeat;padding-left:16px;}
	   .preLog{background:url(../common/images/Cprevious.gif) left top no-repeat;padding-left:16px;}
	   	/*下一篇*/
	   .nextLog_null{background:url(../common/images/Cnext1.gif) left top no-repeat;padding-left:16px;}
	   .nextLog{background:url(../common/images/Cnext.gif) left top no-repeat;padding-left:16px;}
/*日志显示区*/
.logPanel{margin:10px 0;border-bottom:1px dotted #DFDFDF;}
    /*日志顶部*/
	.logPanelTop{}
	  .logPanelTop_inner{width:700px;height:30px;border-bottom:1px dotted #ddd;line-height:30px;color:#067DBD;}
	    /*日志标题*/
		.logPanelTop_title{float:left; width:545px; padding-left:25px;background:url(Images/RightIcon01.jpg) no-repeat 5px 5px;}
			.logPanelTop_title span,.logPanelTop_title a{font-size:16px;font-weight:bold;color:#067DBD;}
			.logPanelTop_title .spanHover{color:#61B700;}
		/*日志发布时间*/
		.logPanelTop_info{float:left; width:130px;text-align:right;}
    /*日志正文*/
	.logPanelContent{line-height:18px;width:630px;padding:20px 40px 15px 30px;}
	     /*查看全文*/
	     .otherLog{display:block;width:500px;padding:10px 0;font-size:13px;font-weight:bold;}
	     /*日志来源*/
		.logPanel_from{background:url(../common/images/from.gif) left no-repeat;height:16px;padding:0 0 0 20px;margin:0 0 0 5px;}
		/*日志Tags*/
		.logPanel_tags{background:url(../common/images/tag.gif) left no-repeat;height:16px;padding:0 0 0 20px;margin:0 0 0 5px;}
		/*相关日志*/
		.logPanel_correlation{background:url(../common/images/curr.gif) left top no-repeat;padding:0 0 0 20px;margin:0 0 0 5px;}
			/*相关日志列表所在DIV*/
			#corrArticle{background:#eee;padding:10px;}
				#corrArticle .pager{height:20px;background:#eee;}
				#corrArticle .pagerList ul{height:16px;margin:2px 10px 0px 5px;float:right;}
				#corrArticle .pagerList li{float:left;border:#ddd 1px solid;padding:2px 4px 2px 4px}
				#corrArticle .logGrid td{border:none;height:18px;}
		/*trackBack*/
		.logPanel_trackBack{background:url(../common/images/trackBack.gif) left no-repeat;height:16px;padding:0 0 0 20px;margin:0 0 0 5px;}
	/*日志底部*/
	.logPanelBottom{}
	     /*日志底部主要信息显示区*/
		.logPanelMainInfo{margin:5px 0 0 0;text-align:right;padding:5px 10px 0 0;border-top:#ddd 0px solid;}
		/*日志底部附加信息显示区*/
		.logPanelOtherInfo{}
		  .logPanelOtherInfoInner{margin:5px 0 0 0;}
			.logPanelOtherInfo .pager{height:20px;background:#ffffff;}
			.logPanelOtherInfo .pagerList{}
			.logPanelOtherInfo .pagerList ul{height:16px;margin:2px 10px 0px 5px;float:right;}
			.logPanelOtherInfo .pagerList li{float:left;height:16px;}
/*日志作为列表显示*/
.logGrid{margin-bottom:10px;}
.logGrid tr{}
.logGrid td{padding-left:5px;border-bottom:#DEDEDE 1px dotted;line-height:25px;}

/**********************************评论及留言****************************************************************/
/*评论或留言的列表显示区*/
.restoreList{}
    /*评论或留言单条显示区*/
	.restorePanel{background:#F7F7F7;padding:5px;margin:0 6px 4px 0;border:#EEE 1px solid;}
	.restorePanelTop{border-bottom:#DCDCD9 1px solid;height:18px;}
	     /*直接引用*/
	     .setQuote{cursor:pointer;float:left;background:url(../common/images/quote.gif) left no-repeat;height:16px;margin:0 0 0 3px;width:16px;}
	     /*发表人名称*/
	     .setName{cursor:pointer;float:left;margin:2px 0 0 0;}
	     /*发表时间*/
	     .restoreTime{float:right;height:16px;margin:0 10px 0 0;}
         /*回复按纽(管理员可见)*/
		 .setRestore{cursor:pointer;float:right;background:url(../common/images/redit.gif) left top no-repeat;height:16px;margin:0 20px 0 0;width:40px;padding-left:18px;}
	     /*删除按纽(管理员可见)*/
	     .setDel{cursor:pointer;float:right;background:url(../common/images/rdel.gif) left top no-repeat;height:16px;margin:0 3px 0 0;width:40px;padding-left:18px;}
	/*评论信息正文*/
	.restorePanelContent{margin:5px 0 0 5px;}
/*发表信息的输入框*/
.commonForm{background:#FFF;margin:0 6px 4px 0;border:#DCDCD9 1px solid;padding:5px;}
.commonFormTop{border-bottom:#DCDCD9 1px solid;height:18px;margin:5px;}
.commonFormContent{}
.commonFormContent textarea,.commonFormContent textarea{width:90%;height:100px;}
.commonFormBottom{display:none;}
/**********************************其它页面****************************************************************/
/*留言板*/
#messageBoardPage{ float:right;}
    #messageBoardPage .commonForm{width:688px;background:#FFF;border:#DCDCD9 1px solid;padding:5px;}
/*友情链接页*/

#linkPage{}
    /*申请链接所在的DIV*/
	#linkPage .applyLink{background:#F5F5F5;margin:0 6px 4px 0;border:#DCDCD9 1px solid;padding:5px;}
	/*每类链接所在的在DIV*/
	.linkGroup{background:#F5F5F5;padding:5px;margin:0 6px 4px 0;border:#DCDCD9 1px solid;}
	       /*链接类别的名称*/
	      .linkGroupName{border-bottom:#DCDCD9 1px solid;height:18px;}
	       /*链接类别中的链接排列所在DIV*/
	      .linkGroupContent{width:100%;}
              /*每一个链接*/
	          .linkItem{width:22%;float:left;margin:3px;}
/*tag页*/
#tagsPage{}
     #tagsPanel{padding:5px;margin:0 6px 4px 0;border:#DCDCD9 1px solid;line-height:20px;}
          #tagsPanel span{margin:2px;}
/*rss收藏页*/
#rssBackPage{}
     #rssBackPage .applyLink{background:#F5F5F5;margin:0 6px 4px 0;border:#DCDCD9 1px solid;padding:5px;}
     /*rss收藏日志显示区*/
     #rssBak_list{}
/*相册页*/
#picbBoxPage{}
    #picBoxNavi{background:#FFF;margin:0 6px 4px 0;border:#DCDCD9 1px dotted;padding:7px 5px 5px;}
	#picBoxPanel{text-align:center;padding:5px;margin:0 6px 4px 0;border:#DCDCD9 1px solid;background:#FFF;}
		/*相册排列显示时的每一项*/
		.picBoxClassPanel{float:left;width:130px;border:#DCDCD9 1px solid;margin:3px;background:#F7F7F7;}
		.picBoxClassPanelTop{border-bottom:#DCDCD9 1px solid;height:18px;}
		.picBoxClassPanelContent{height:130px}
		.picBoxClassPanelBottom{}
		/*相册中图片排列显示时的每一项*/
		.picBoxItemPanel{float:left;width:130px;border:#DCDCD9 1px solid;margin:3px;background:#fff;}
		.picBoxItemPanelTop{border-bottom:#DCDCD9 1px solid;height:18px;}
		.picBoxItemPanelContent{height:130px}
		.picBoxItemPanelBottom{}
		/*进入每一副图片显示区*/
		.picBoxBigItem{width:100%;}
		.picBoxBigItemTop{}
		.picBoxBigItemContent{}
		.picBoxBigItemBottom{}       

/*弹出页*/
.mesWindow{border:#666 1px solid;padding:0px;background:#fff;margin:0 6px 4px 0;}
  .mesWindowTop{border-bottom:#DCDCD9 1px solid;height:18px;margin:0px;}
  .mesWindowContent{}
  .mesWindowBottom{display:none;}