/*全局样式
*/
*{padding:0;margin:0;}
body{font-family: Verdana,Arial,Helvetica,"宋体",sans-serif;}
ul,li,ol{list-style:none;}
a{color:#539028;}
a:hover{color:#f00;}
.clear{clear:both;}
img{display:block;border:none;}
img.icon{display:inline;}
/*页面背景平铺图片
*/
body{background:#fefce3;}
/*页面内容宽度与位置
*/
#wrapper{background:url(images/top.jpg) no-repeat center top;}
#innerWrapper{background:url(images/foot.jpg) no-repeat center bottom;}
#mainWrapper{width:940px;margin:5px auto 50px auto;}
#modContainer{}
#modContainer table td.panel{vertical-align:top;}
/*头部样式
*/
#header{height:269px;width:950px;margin:0 auto;}
#blogTitle{padding:60px 0 0 100px;font-size:18px;color:#fff;}
#blogUrl{margin:10px 0 0 220px;}
#blogDesc{margin:10px 0 0 100px;color:#000;font-size:14px;width:450px;line-height:150%;height:100px;overflow:hidden;}
/*主导航栏
*/
#navBar{height:31px;width:930px;margin:0 auto;font-size:12px;}
#innerNavBar{}
#innerNavBar a{text-decoration:none;}
#mainNav{float:left;}
#mainNav li{float:left;margin-right:2px;}
#mainNav li a{color:#935a23;font-weight:bold;font-size:12px;line-height:29px;display:block;padding:0 15px;border-width:2px 1px 0 1px;border-style:solid;border-color:#856335;background:#fff;}
#mainNav li a.homepage{background:#fff url(../../../images/ico_home.gif) no-repeat 10px center;padding-left:30px;}
#optionNav{float:right;}
#optionNav li{float:left;margin-left:15px;}
#optionNav a{display:block;color:#000;}
#optionNav a:hover{color:#ff6600;}
#optionNav .setLayout{background:url(../../../images/ico_layout.gif) no-repeat left center;padding-left:20px;padding-top:3px;}
#optionNav .addNewMod{background:url(../../../images/ico_adw.gif) no-repeat left center;padding-left:20px;padding-top:3px;}
#optionNav .setTheme{background:url(../../../images/ico_theme.gif) no-repeat left center;padding-left:20px;padding-top:3px;}
#optionNav .toSpace{background:url(../../../images/ico_person.gif) no-repeat left center;padding-left:20px;padding-top:3px;}
/*加载进度栏
*/
#preload{text-align:center;margin-top:20px;font-size:12px;}
/*模块
*/
.mod{margin:0 5px 5px 5px;background:#fff url(images/mod_l.jpg) no-repeat left top;}
.mod .mheader{}
.mod .mheader.lt{height:60px;padding-right:67px;background:url(images/right.jpg) no-repeat right top;}
.mod .mheader.t{font-size:12px;color:#000;font-weight:bold;padding-top:40px;padding-left:10px;}
.mod .mheader.rt{height:60px;background:url(images/left.jpg) no-repeat left top;}
.mod .mheader.t span{display:none;width:9px;height:9px;background:url(/templates/default/images/close.gif) no-repeat;float:right;margin-top:-13px;margin-right:3px;}
.mod .mheader b{float:right;display:block;}
.mod .mheader .mcaption{float:left;}
.mod .mbody{padding:5px 7px;background:url(images/mod_l.jpg) no-repeat right top;font-size:12px;}
.mod .mfooter.lb{height:32px;background:url(images/mod_lb.jpg) no-repeat left bottom;padding-left:60px;}
.mod .mfooter.rb{height:32px;background:url(images/mod_rb.jpg) no-repeat right bottom;padding-right:2px;}
.mod .mfooter.b{height:32px;background:url(images/mod_b.jpg) no-repeat right bottom;}

.mod .mcaption.modico_6{background:url(../../../module/images/mod_6.gif) no-repeat left center;padding-left:20px;}
.mod .mcaption.modico_1{background:url(../../../module/images/mod_1.gif) no-repeat left center;padding-left:20px;}
.mod .mcaption.modico_9{background:url(../../../module/images/mod_9.gif) no-repeat left center;padding-left:20px;}
.mod .mcaption.modico_18{background:url(../../../module/images/mod_9.gif) no-repeat left center;padding-left:20px;}

/*页面底部样式
*/
#footer{height:200px;text-align:center;}
#innerFooter{display:none;font-family:Arial;font-size:9px;}

/*顶部浮动工具栏
*/
#toolBar{background:url(../../../images/toolbar_bg.gif) repeat-x left top;height:30px;font-size:12px;color:#fff;}
#toolBar a{color:#ffe294;text-decoration:none;}
#mySpace{background:url(../../../images/ico_person.gif) no-repeat left center;padding-left:20px;}
#myBlog{background:url(../../../images/ico_home.gif) no-repeat left center;padding-left:20px;}
#innerToolBar{height:29px;background:url(/templates/default/images/toolBar_bg.gif) repeat-x;padding-top:0 0 0 8px;}
#login{float:left;margin-top:3px;}
#login li{float:left;margin-right:5px;}
#login li a{}
#login li a:hover{}
#login li.text{margin-top:3px;}
#login li img{float:left;margin-right:3px;}
#logo{display:block;background:url(/templates/default/images/logo.gif);width:27px;height:22px;float:left;margin:0 5px 0 0;}

/*模块拖动时目标区域
*/
.placeholder{border:1px dashed #f00;margin:0 5px 5px 5px;}

/*选择对话框基本样式（如添加模块，更改主题对话框）
*/
.dialog{border:2px solid #ccc;position:absolute;display:none;min-height:300px;background-color:#fff;padding:3px;}
.dialog .title{height:20px;border-bottom:1px solid #ccc;font-size:12px;}
.dialog .title b{display:block;float:left;margin:3px;}
.dialog .title a{display:block;float:right;margin:3px;background:url(../../../images/close.gif) no-repeat;width:9px;height:9px;}
.dialog dl{padding-top:5px;font-size:12px;}
.dialog dl dt{height:14px;border-bottom:1px solid #ddd;background:#eee url(../../../images/arrow_close.gif) no-repeat 5px center;cursor:pointer;padding-left:14px;padding-top:4px;clear:both;}
.dialog dl dt.open{background:#eee url(../../../images/arrow_open.gif) no-repeat 2px center;}
.dialog dl dd{display:none;float:left;margin:5px 0 0 5px;}
.dialog .bottom{height:20px;border-top:1px solid #ccc;margin-top:5px;clear:both;}

/*添加模块对话框内部样式
*/
#modDialog.dialog{width:350px;}
#modDialog.dialog dl dd span{display:block;border:1px solid #ccc;background-color:#eee;text-decoration:none;height:17px;width:95px;padding:5px;color:#999;}
#modDialog.dialog dl dd span img{float:left;margin-right:3px;}
#modDialog.dialog dl dd span b{display:block;float:right;background:url(../../../images/ico_tick_small.gif) no-repeat;height:16px;width:16px;margin-top:-20px;}
#modDialog.dialog dl dd a{display:block;border:1px solid #ccc;background-color:#f9f9f9;text-decoration:none;height:17px;width:95px;padding:5px;}
#modDialog.dialog dl dd a:hover{color:#000;border:1px solid #f00;}
#modDialog.dialog dl dd a img{float:left;margin-right:3px;}

/*更改主题对话框样式
*/
#themeDialog.dialog{width:440px;}
#themeDialog.dialog dl dd a{display:block;padding:2px;border:1px solid #ccc;width:60px;}
#themeDialog.dialog dl dd a:hover{border:1px solid #f00;}

/*更改布局对话框样式
*/
#layoutDialog.dialog{width:440px;}
#layoutDialog.dialog dl dd{display:block;}
#layoutDialog.dialog dl dd a{display:block;padding:2px;border:1px solid #ccc;width:60px;}
#layoutDialog.dialog dl dd a:hover{border:1px solid #f00;}

/*Ajax交互操作提示
*/
#ajaxTip{top:50px;right:0;text-align:right;color:#fff;background:#c44 url(/templates/default/images/loading.gif) no-repeat 5px center;border:2px solid #ccc;padding:5px 5px 5px 25px;display:none;
        position:fixed;
        _position: absolute;_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+50 :document.body.scrollTop+50);
        font-size:12px;
}

.articlelist li{margin-bottom:40px;}
.articlelist .underline{border-bottom:1px dashed #ccc;padding-bottom:10px;margin-bottom:10px;}
.articlelist .content{color:#539028;line-height:150%;}
.link_black{color:#000;font-size:16px;text-decoration:none;font-weight:bold;}

.userinfo img{width:180px;height:135px;display:block;margin:0 auto;padding:5px;border:1px solid #ccc;}
.userinfo .photo{text-align:center;border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;}
.userinfo .desc{line-height:150%;text-indent:2em;}