﻿body{font-size:12px;
    margin:0px;
	padding:0px;
	text-align:center;
	background:#555 url(images/bg.gif);
	color:#555;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

/**********************************公共部分****************************************************************/

/*一般性的链接*/
a:link,.linkSpan,span.siderLink{ color:#555555;text-decoration:none; }
.linkSpan,.spanHover,span.siderLink,span.siderLinkHover{color:#555555;text-decoration:none;cursor:pointer;}
a:visited {color:#555555;text-decoration:none; }
a:hover,.spanHover,span.siderLinkHover{color:#cc0000; text-decoration:none;}
/*页面等待信息*/
.waitInfo{background:#fff url(images/loading.gif) no-repeat 5px 3px;height:13px;border:#C0C0C0 1px solid;padding:5px 10px 5px 24px;margin:5px 0px 5px 0px;}
/*分页*/
.pager{margin:0 0 5px 0;height:22px;color: #666666;}
   /*分页导航所在的DIV*/
   .pagerList{float:left;margin:0 -160px 0 0;width:100%}
   .pagerList ul{height:16px;margin:2px 0 0 5px;list-style:none;padding:0px;}
   .pagerList li{float:left;margin:0 3px 0 0;padding:1px 4px 0 4px;}
       /*当前页(li)*/
      .pagerList .curPage{border:none;font-weight:bold;}
      .pagerList .curPage .linkSpan{cursor:text;color:#333}
      .pagerList .spanHover{}
   /*浏览模式据在的DIV(如果有的话)*/
   .showType{float:right;width:150px;margin:2px 0 0px 5px;}

/*自定义标签容器*/
.ubbPanel{border:1px solid #ccc;padding:1px; background:#f9f9f9 url(images/UBBTitlebg.png) repeat-x top;margin:auto;overflow:hidden;}
   .ubbPanelTop{background:url(images/UBBTitle.gif) no-repeat 1px 1px; line-height:20px;padding:2px 2px 2px 12px;font-weight:bold;}
   .ubbPanelContent{padding:4px;line-height:180%;border-left:1px solid #fff; border-top:1px solid #ccc;border-right:1px solid #fff; border-bottom:1px solid #fff;overflow:hidden;}
   .ubbPanelBottom{display:none;}
/*如要加入特殊的效果，请使用范围DIV 如下：(全部范围:ubb_code,ubb_html,ubb_quote,ubb_swf,ubb_wma,ubb_wmv,ubb_rm,ubb_down,ubb_ballot)*/
    .ubb_down .ubbPanel{padding:0px;border:none;background:transparent;}
    .ubb_down .ubbPanelTop{display:none;}
    .ubb_down .ubbPanelContent{padding:0px 0 0 23px;background:url(../common/images/down.gif) left no-repeat;border:none;}


/*控件*/
.txt{border:1px solid;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;color:#c00;border:1px #c00 solid;}

.button{margin-right:2px;border:0;height:22px;padding:0px 5px 2px 5px !important;padding:3px 2px 0px 2px;background:#CC0000;color:#fff;}
textarea{width:80%;	font-size: 12px;  
	font-family: Tahoma, Verdana; 
	color: #000000;
	
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;}
/*表情*/
#emotPanel{padding:2px;}
#emotPanel .linkSpan img{border:#fff 1px solid;
margin:1px;}
#emotPanel .spanHover img{background: #C1D2EE;border:#316AC5 1px solid;margin:1px;}	

/**********************************页面架构****************************************************************/
/*最外面的容器*/
#mainPage{width:818px;margin:0 auto;padding:0;text-align:center;background:#fff ; border-left:6px solid #fff;border-top:5px solid #fff;border-right:6px solid #fff;}
  #mainPageInner{}
	/*head区*/
	#header{height:139px;!important;width:100%;margin:0 auto; background:url(images/top.png) no-repeat top left;}
	  #headerInner{}
	    /*放置flash的DIV*/
	    #topFlash{}
	    /*blog名称及附标题*/
		#blogInfo{margin:0 auto; height:75px;font-size:24px;color:#FFFFFF;text-align:left;padding:25px 0 0 120px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
			#blogName{}
			#blogName a{font-size:24px;color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
			#blogName a:hover{font-size:24px;color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
			#blogDescription{font-size:12px;margin:3px 3px 3px 0px;height:16px; font-weight:100;}
		/*顶部菜单*/
		#topMenu{height:39px;text-align:right;background:url(images/menu_bg.png); }
		 #topMenuInner{height:36px;border-bottom:#c00 3px solid ;}
			#topMenu ul{list-style:none;margin:0px 6px 0px 0px!important;margin:0px 3px 0px 0px;padding-top:5px;height:24px;float:left;}
			#topMenu li{float:left;height:24px;}
			#topMenu a,#topMenu .linkSpan{float:left;height:22px;text-align:center;padding:0px 4px 0px 4px;background:#fff url(images/menu_bg.png) 0px 0px;text-decoration:none;color:#333;line-height:22px;font-weight:bold;}
			#topMenu a:hover,#topMenu span.spanHover{float:left;height:22px;text-align:center;padding:0px 4px 0px 4px;background:#c00;color:#fff;line-height:22px;font-weight:bold;}
            /*被选中项*/
            #topMenu .selectedItem{}
    /*页面正文区*/
	#pageMiddle{width:818px;margin:0 auto;text-align:left;padding:0; background:url(images/Tbody_top.png) repeat-x top;}
	   /*副侧边区(三栏时的第三栏)*/
	  #sider1{display:none;}
		  #siderInner1{}
			#siderTop1{}
			#siderMiddle1{}
			#siderBottom1{}
	  #pageMainMiddle{}
		/*主要内容显示区*/
		#content{float:left; margin-right:-226px;width:100%;text-align:left;}
		  #contentInner{overflow:visible;margin-right:230px;}
			#contentTop{}
			#contentMiddle{}
			/*内容模块*/
			#contentMoudle{border:#ddd 1px dotted;padding:10px;margin-bottom:10px;margin-top:5px;}
			/*内容模块中每一项*/
			#contentMoudle div{}
			/*主要内容显示区*/
			#contentMain{}
			#contentBottom{}

	    /*主要侧边区*/
		#sider{float:right; width:220px;margin-top:2px; border-top:0; border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;text-align:center; display:inline;}
		  #siderInner{}
			#siderTop{}
			#siderMiddle{}
			#siderBottom{}
   /*底部*/
   #footer{font-family:Geneva, Arial; font-size:10px; height:40px; background:url(images/bottom_line.png) repeat-x top;padding-top:30px; color:#999;}

   #footerInner{text-align:center;}
/**********************************侧边****************************************************************/
/*侧边栏目*/
.siderItem{width:220px;margin:0 auto!important; margin:0px; background-color:#f9f9f9;overflow:hidden;}
	.siderItem_title{height:28px;line-height:28px;text-align:left;padding-left:25px;background:#fff url(images/sidebar_title.png);font-weight:bold;font-size:12px;margin:0px;overflow:hidden;}
	.siderItem_content{text-align:left;padding-left:6px;padding-top:5px;line-height:160%;border:#fff 1px solid;padding-bottom:5px; overflow:hidden;}
	.siderItem_bottom{display:none;}
/*sider区中需独占一行显示的链接的样式*/
.siderLink:link,span.siderLink,.siderLink:visited{text-decoration:none;padding-left:16px;background:url(images/dot2.gif) 2px 3px no-repeat;height:20px;overflow:hidden;display:block;margin-bottom:2px;width:190px;}
.siderLink:hover,span.siderLinkHover{padding-left:16px;background:url(images/dot2.gif) 2px -17px no-repeat;height:20px;overflow:hidden;display:block;margin-bottom:2px;width:190px;}
/*日历*/
#calendarPanel{	width: 200px;margin-top: 5px;}
	/*年月区*/
	#calendar_yearAndMonth{color: #333333;text-align: center;padding: 2px;}
		#calendar_year{font-weight: bold;}
		#calendar_month{font-weight: bold;}
	/*星期*/
	#calendar_week{height:25px;}
		#calendar_week ul{list-style:none;display:inline;}
		#calendar_week li{width: 14%; float:left;height:20px;text-align:center;color: #333333;font-size:11px;font-weight:bold;}
	/*天*/
	.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{font-weight:bold;}
		/*今天*/
		.today{cursor:default;background:#c00;color:#fff;}
/*日志类别*/
/*一级日志类别*/
.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{text-align:right;padding:3px 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) no-repeat 1px;padding-left:16px;color: #56623E;}
	   .preLog{background:url(../common/images/Cprevious.gif) no-repeat 1px;padding-left:16px;}
	   	/*下一篇*/
	   .nextLog_null{background:url(../common/images/Cnext1.gif) no-repeat 1px;padding-left:16px;color: #56623E;}
	   .nextLog{background:url(../common/images/Cnext.gif) no-repeat 1px;padding-left:16px;}
/*日志显示区*/
.logPanel{margin:0 auto;font-family:Verdana, Arial;}
    /*日志顶部*/
	.logPanelTop{height:30px;color:#333;text-align:left;overflow:hidden;border-bottom:1px #f5f5f5 solid;margin-top:5px;}
	  .logPanelTop_inner{}
	    /*日志标题 */
		.logPanelTop_title{padding-left:20px;line-height:28px; background:url(images/dot1.png) no-repeat 0px 4px;font-size:14px;display:inline; width:450px; float:left;}
			.logPanelTop_title span,.logPanelTop_title a{text-decoration:none;font-family:verdana,宋体;text-align:left;color:#333;font-weight:bold;}
		    .logPanelTop_title .spanHover,.logPanelTop_title a:hover{text-decoration:none;font-family:verdana,宋体;text-align:left;color:#cc0000;font-weight:bold;}
		/*日志发布时间*/
		.logPanelTop_info{font-size:11px;line-height:28px;display:inline; text-align:right; float:left;font-weight:100; font-family:Verdana, Arial; overflow:hidden; color:#999;}
    /*日志正文*/
	.logPanelContent{margin:8px auto;overflow:hidden;text-align:left;width:96%;line-height:150%;}
	     /*查看全文*/
	      .otherLog{margin:5px;}
	     .otherLog .linkSpan{font-weight:bold;background:url(images/dot3.gif) no-repeat 0px 0px;padding-left:14px;margin:5px;text-decoration:none;}
	      .otherLog .spanHover{font-weight:bold;background:url(images/dot3.gif) no-repeat 0px -17px;padding-left:14px;margin:5px;text-decoration:none;}
	     /*日志来源*/
		.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{border: solid 1px #CCCCCC;padding:10px;margin-top:5px;}
				#corrArticle .pager{height:20px;}
				#corrArticle .pagerList ul{height:16px;margin:2px 10px 0px 5px;float:right;}
				#corrArticle .pagerList li{float:left;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{text-align:right; background:url(images/Content_bottomline.png) repeat-x bottom; padding:3px 2px 4px 2px; margin-bottom:2px; color:#999999;}
		/*日志底部附加信息显示区*/
		.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{}
.logGrid tr{}
.logGrid td{border-bottom:#DCDCD9 1px solid;height:18px;}

/**********************************评论及留言****************************************************************/
/*评论或留言的列表显示区*/
.restoreList{}
    /*评论或留言单条显示区*/
	.restorePanel{text-align:left;}
	.restorePanelTop{border-bottom:1px dotted #c00;border-top:1px solid #ccc; border-bottom:1px solid #ccc;  background-color:#f5f5f5;padding:4px;height:15px;}
	     /*直接引用*/
	     .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;color: #666666;font-size: 11px;}
         /*回复按纽(管理员可见)*/
		 .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{padding:10px;line-height:140%;overflow:hidden;background-color:#f9f9f9;color:#555555;}
/*发表信息的输入框*/
.commonForm{border:1px solid #ccc;padding:1px; background:#f9f9f9 url(images/UBBTitlebg.png) repeat-x top;margin:auto;overflow:hidden;}
.commonFormTop{background:url(images/UBBTitle.gif) no-repeat 1px 1px; line-height:20px;padding:2px 2px 2px 12px;font-weight:bold;}
.commonFormContent{padding:4px;line-height:180%;border-left:1px solid #fff; border-top:1px solid #ccc;border-right:1px solid #fff; border-bottom:1px solid #fff;overflow:hidden;}
.commonFormContent textarea,.commonFormContent textarea{width:90%;height:100px;}
.commonFormBottom{display:none;}

   .restorePanelContent .restorePanel{border:#ccc 1px solid;background:#fff;margin-left:10px;}
   .restorePanelContent .restorePanelTop{background:#fff;border:none;}
   .restorePanelContent .restorePanelContent{margin:0 2px 0 2px;border-top:#ccc 1px solid;background:#fff;}
/**********************************其它页面****************************************************************/
/*留言板*/
#messageBoardPage{}
    #messageBoardPage .commonForm{margin-top:5px;}
/*友情链接页*/

#linkPage{text-align:left;}
    /*申请链接所在的DIV*/
	#linkPage .applyLink{font-weight:bold;text-align:left; background:url(images/Content_bottomline.png) repeat-x bottom; padding:15px 2px 4px 2px; margin-bottom:5px; color:#999999;}
	/*每类链接所在的在DIV*/
	.linkGroup{border:1px solid #ccc;padding:1px; background:#f9f9f9 url(images/UBBTitlebg.png) repeat-x top;margin:auto;overflow:hidden;margin-bottom:5px;width:100%;}
	       /*链接类别的名称*/
	      .linkGroupName{background:url(images/UBBTitle.gif) no-repeat 1px 1px; line-height:20px;padding:2px 2px 2px 12px;font-weight:bold;}
	       /*链接类别中的链接排列所在DIV*/
	      .linkGroupContent{padding:4px;border-top:#ccc 1px solid;overflow:hidden;margin:0 2px 0 2px;text-align:left;}
              /*每一个链接*/
	          .linkItem{width:22%;float:left;margin:3px;overflow:hidden;}
/*tag页*/
#tagsPage{}
     #tagsPanel{padding:5px;margin:10px 6px 4px 3px;border:#DCDCD9 1px solid;line-height:20px;}
          #tagsPanel span{margin:2px;}
/*rss收藏页*/
#rssBackPage{}
     #rssBackPage .applyLink{font-weight:bold;text-align:left; background:url(images/Content_bottomline.png) repeat-x bottom; padding:15px 2px 4px 2px; margin-bottom:5px; color:#999999;}
     /*rss收藏日志显示区*/
     #rssBak_list{}
/*相册页*/
#picbBoxPage{}
    #picBoxNavi{font-weight:bold;text-align:left; background:url(images/Content_bottomline.png) repeat-x bottom; padding:15px 2px 4px 2px; margin-bottom:5px; color:#999999;}
	#picBoxPanel{text-align:center;padding:5px;margin:0 6px 4px 0;}
		/*相册排列显示时的每一项*/
		.picBoxClassPanel{float:left;width:130px;border:#DCDCD9 1px solid;margin:3px;}
		.picBoxClassPanelTop{border-bottom:#DCDCD9 1px solid;height:18px;}
		.picBoxClassPanelContent{height:130px}
		.picBoxClassPanelBottom{}
		/*相册中图片排列显示时的每一项*/
		.picBoxItemPanel{float:left;width:130px;border:#DCDCD9 1px solid;margin:3px;}
		.picBoxItemPanelTop{border-bottom:#DCDCD9 1px solid;height:18px;}
		.picBoxItemPanelContent{height:130px}
		.picBoxItemPanelBottom{}
		/*进入每一副图片显示区*/
		.picBoxBigItem{width:100%;}
		.picBoxBigItemTop{}
		.picBoxBigItemContent{}
		.picBoxBigItemBottom{}       

/*弹出页*/
.mesWindow{text-align:left;border:1px solid #ccc;padding:1px; background:#f9f9f9 url(images/UBBTitlebg.png) repeat-x top;margin:auto;overflow:hidden;}
  .mesWindowTop{background:url(images/UBBTitle.gif) no-repeat 1px 1px; line-height:20px;padding-left:12px;font-weight:bold;}
  .mesWindowContent{padding:4px;line-height:180%;border-left:1px solid #fff; border-top:1px solid #ccc;border-right:1px solid #fff; border-bottom:1px solid #fff;overflow:hidden;}
  .mesWindowBottom{display:none;}


