﻿body { font-size: 12px; padding: 0px; margin: 0; color: #757575; background: #666; font-family: 宋体, Arial; }

/**********************************公共部分****************************************************************/

/*一般性的链接*/
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: #666; }
/*页面等待信息*/
.waitInfo { background: #eeeeee; border: gray 1px solid; padding: 3px 10px 3px 10px; margin: 5px 3px 5px 3px; }
/*分页*/
.pager { margin: 0 0 5px 0; height: 22px; }
/*分页导航所在的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; text-decoration: none; border: #666 1px solid; padding: 2px 3px 3px 3px; }
.pagerList .curPage .linkSpan { }
.pagerList .spanHover { font-size: 13px; }
/*浏览模式据在的DIV(如果有的话)*/
.showType { float: right; width: 150px; margin: 2px 0 0px 5px; }

/*自定义标签容器*/
.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: 0 auto; width: 950px; background-color: #fff; }
#mainPageInner { width: 950px; text-align: left; }
/*head区*/
#header { background: url(/img/logo_bg.png) repeat-x; color: #333; }
#headerInner { height: 244px; background: url(/img/show.png) left bottom repeat-x; }
/*放置flash的DIV*/
#topFlash { }
/*blog名称及附标题*/
#blogInfo { padding: 21px 0 0 28px; position: absolute; }
/*logo*/
#blogName { width: 188px; height: 78px; background: url(/img/logo.png); float: left; }
#blogName a { display: none; }
/*logo text*/
#blogDescription { padding: 28px 0 0 17px; float: left; color: #0182b9; }
/*search*/
.siderItem { border: none; margin-bottom: 0px; }
#Side_search { position: absolute; top: 60px; margin-left: -125px; }
#Side_search_title { display: none; }
#columnValue { float: left; clear: both; width: 180px; height: 20px; line-height: 20px; border: 1px solid #93d2fe; padding: 0; background: url(/img/search_bg.png) repeat-x; }
#columnName { float: left; clear: both; margin: -22px 0 0 184px; height: 22px; padding: 0; }
#searchBtn { float: left; clear: both; margin: -22px 0 0 241px; height: 22px; line-height: 22px; background-color: #91d4ff; padding: 0 5px; }
/*底部*/
#footer { margin: 20px 0 0 0; }

#footerInner { height: 53px; line-height: 53px; text-align: center; border-top: 1px solid #8e8e8e; }
#verInfo, #skinInfo { display: none; }
#hisStoryFrame { position: absolute; }

/*顶部菜单*/
#topMenu { width: 780px; height: 35px; text-align: left; padding: 13px 0 0 170px; margin-top: 244px; position: absolute; background: url(/img/nav_bg.png); }
#topMenuInner { }
#topMenu ul { list-style: none; display: inline; }
#topMenu li { display: inline; margin-right: 36px; }
#topMenu a, #topMenu .linkSpan { font-weight: bold; color: #656764; }
#topMenu a:hover, #topMenu span.spanHover { font-weight: bold; text-decoration: underline; }
/*被选中项*/
#topMenu .selectedItem { }
/*页面正文区*/
#pageMiddle { width: 940px; padding: 0 5px; margin-top: 43px; background-color: #FAFAFA; }
/*副侧边区(三栏时的第三栏)*/
#sider1 { display: none; }
#siderInner1 { }
#siderTop1 { }
#siderMiddle1 { }
#siderBottom1 { }
#pageMainMiddle { }
/*主要内容显示区*/
#content { margin: 0 -260px 0 0; float: left; width: 100%; }
#contentInner { margin: 10px 265px 0 0; background: #ffffff; }
#contentTop { }
#contentMiddle { }
/*内容模块*/
#contentMoudle { border: #ddd 1px dotted; padding: 10px; margin-bottom: 10px; }
/*内容模块中每一项*/
#contentMoudle div { }
/*主要内容显示区*/
#contentMain { }
#contentBottom { }

/*主要侧边区*/
#sider { float: right; width: 250px; overflow: hidden; margin: 10px 4px 0 0; background: #ffffff; }
#siderInner { }
#siderTop { }
#siderMiddle { }
#siderBottom { }

/**********************************侧边****************************************************************/
/*侧边栏目*/
.siderItem_title { border-bottom: #9A9899 1px dashed; padding: 10px 0 10px 10px; font: 12px; font-weight: bold; color: #00A300; }
.siderItem_content { padding: 5px 0 0 5px; line-height: 18px; }
.siderItem_bottom { display: none; }
/*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 span { color: #37D40C; }
.logDay a { font-weight: bold; }
/*今天*/
.today span { background-color: #37D40C; color: #000; }
/*日志类别*/
/*一级日志类别*/
.logClass { float: left; }
/*一级日志类别*/
.logChildClass { float: left; }
/*rss链接*/
.rssLink { text-decoration: none; background: url(../common/images/rss.gif) left no-repeat; width: 16px; margin: 2px 0 0 2px; *float:left;padding-left:16px!important;padding-left:0px;}
/*文章类别*/
#Side_category_content { padding-left: 10px; padding-bottom:20px; }
#Side_category_content table td { padding: 3px 0; }

#Side_category, #Side_calendar, #Side_userInfo { border: 1px solid #ddd; margin-bottom: 20px; background-color: #F1EEEF; }

/**********************************日志显示****************************************************************/

/*日志显示区的顶部(点击日志页面时才有)*/
#logTopInfo { background: #eee; 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) 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 { border: 5px solid #fff; margin-bottom: 8px; padding: 8px; }
/*日志顶部*/
.logPanelTop { }
.logPanelTop_inner { }
/*日志标题*/
.logPanelTop_title { border-bottom: 1px solid #ddd; margin: 10px 0 0 0; padding: 0 0 5px 25px; background: url(/img/tit_bg.png) no-repeat; }
.logPanelTop_title span, .logPanelTop_title a { font-size: 14px; font-weight: bold; color: #02a200; }
/*日志发布时间*/
.logPanelTop_info { text-align: right; padding: 9px 10px 5px 0; }
/*日志正文*/
.logPanelContent { line-height: 1.5; width: 100%; overflow: hidden; }
/*查看全文*/
.otherLog { }
/*日志来源*/
.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: 5px 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: 0 10px 5px 0; border-bottom: #ddd 1px 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 { }
.logGrid tr { }
.logGrid td { border-bottom: #DCDCD9 1px solid; height: 18px; line-height: 30px; }
.logGrid .linkSpan { padding-right:5px;}
/**********************************评论及留言****************************************************************/
/*评论或留言的列表显示区*/
.restoreList { }
/*评论或留言单条显示区*/
.restorePanel { background: #F5F5F5; padding: 5px; margin: 0 6px 4px 0; border: #DCDCD9 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: #F5F5F5; margin: 0 6px 4px 0; border: #DCDCD9 1px solid; padding: 5px; }
.commonFormTop { border-bottom: #DCDCD9 1px solid; height: 18px; margin: 5px; display: none; }
.commonFormContent { }
.commonFormContent textarea, .commonFormContent textarea { width: 90%; height: 100px; }
.commonFormBottom { display: none; }

.commonFormContent table span.linkSpan { display: none; }

/**********************************其它页面****************************************************************/
/*留言板*/
#messageBoardPage { }
#messageBoardPage .commonForm { background: #ffffff; margin: 0 6px 4px 0; 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: #F5F5F5; margin: 0 6px 4px 0; border: #DCDCD9 1px solid; padding: 5px; }
#picBoxPanel { text-align: center; padding: 5px; margin: 0 6px 4px 0; border: #DCDCD9 1px solid; background: #F5F5F5; }
/*相册排列显示时的每一项*/
.picBoxClassPanel { float: left; width: 130px; border: #DCDCD9 1px solid; margin: 3px; background: #fff; }
.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; }



