﻿/*全局样式
*/
div,select,body,html,input,ul,dl,dd,dt,table{margin: 0px; padding: 0px; color:#313633;font-family: Verdana,Arial,Helvetica,"宋体",sans-serif;font-size:12px;}
a{color:#6b5b42;}
a:hover{color:#f00;}
.clear{clear:both;}
img{display:block;border:none;}
img.icon{display:inline;}
ul{list-style:none;}
/*页面背景平铺图片
*/
body{}
/*页面内容宽度与位置*/
#wrapper{width:960px;margin:0 auto;}
#mainWrapper{margin:5px 0 0 0;}
#innerMainWrapper{width:960px;margin:0 auto;}
#modContainer{width:960px;}
#modContainer table td.panel{vertical-align:top;}
/*头部样式
*/
#topBG{}
#header{margin:0px 5px 0px 5px;height:200px;background:url(images/banner_5.jpg) no-repeat;}
#blogTitle{margin:0 0 0 250px;font-size:18px;color:#6b5b42;padding-top:55px;}
#blogUrl{margin:10px 0 0 250px;}
#blogUrl a{float:left;display:block;margin-left:15px;}
#blogDesc{margin:10px 0 0 250px;clear:both;width:450px;height:100px;overflow:hidden;}
/*主导航栏
*/
#navBar{margin:0px 5px 0px 5px;height:30px;background:url(images/lm_skyblue1.gif) repeat-x;border:1px solid #A0CEDD;}
#innerNavBar{}
#innerNavBar a{text-decoration:none;}
#mainNav{margin:0 0 0 45px;float:left;position:absolute;margin-top:2px;}
#mainNav li{float:left;margin-right:3px;padding:8px 15px 5px 15px;}
#mainNav li a{color:#4b3c25;font-weight:bold;}
#optionNav{float:right;margin-top:5px;}
#optionNav li{float:left;margin-right:15px;}
#optionNav a{float:left;background-position:left top;display:block;background-repeat:no-repeat;padding:3px 0 0 19px;height:20px;}
#optionNav .addNewMod{background-image:url(../../../images/ico_mod.gif);}
#optionNav .setTheme{background-image:url(../../../images/ico_theme.gif);}
#optionNav .toSpace{background-image:url(../../../images/ico_myspace.gif);}
/*加载进度栏*/
#preload{text-align:center;margin-top:20px;}
/*模块
*/
.mod{margin:0px 5px 5px 5px;border:1px solid #A0CEDD;}
.mod .mheader{background:url(images/title_skyblue1.gif) repeat-x;}
.mod .mheader.lt{height:29px;}
.mod .mheader.t{height:20px;border-bottom:1px solid #A0CEDD;padding:9px 0 0 23px;color:#000;font-weight:bold;background:no-repeat 3px 7px;}
.mod .mheader.rt{padding-right:3px;}
.mod .mheader.t span{display:none;width:9px;height:9px;background:url(../../../images/ico_close.gif) no-repeat;float:right;margin-top:-13px;margin-right:3px;}
.mod .mheader.t b{display:block;display:none;float:right;margin-top:-13px;font-weight:normal;}
.mod .mbody{padding:5px 7px;}
.mod .controlPanel .controlForm{display:none;} 
/*页面底部样式
*/
#bottomBG{}
#footer{height:200px;text-align:center;}
#innerFooter{display:none;font-family:Arial;font-size:9px;}

/*日志列表样式
*/
.articleList li{margin:10px 0 30px 0;}
.articleList .title{color:#f22e00;font-weight:bold;font-size:13px;line-height:130%;}
.articleList .title a{color:#f22e00;}
.articleList .tag{font-size:13px;border-top:1px solid #c1bda0;border-bottom:1px solid #c1bda0;line-height:180%;}
#pageRight{width:214px;float:right;}
#pageLeft{margin-right:224px;padding:0 0 0 10px;}
/*日志列表样式（王鹏）
*/
#modContainer.subWrapper{padding-left:20px;width:850px;}
.articleAllList{}
.articleAllList li{margin:10px 0 30px 0;}
.articleAllList .title{color:#f22e00;font-weight:bold;font-size:13px;border-bottom:1px solid #c1bda0;line-height:180%;}
.articleAllList .title a{color:#f22e00;}
.articleAllList .tag{font-size:13px; border-bottom:1px solid #c1bda0;line-height:180%;}
.articleAllList .content{padding:20px;line-height:180%;font-size:14px;}
/*顶部浮动工具栏*/
#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;}
.dialog .title b{display:block;float:left;margin:3px;}
.dialog .title a{display:block;float:right;margin:3px;background:url(../../../images/ico_close.gif) no-repeat;width:9px;height:9px;}
.dialog dl{padding-top:5px;}
.dialog dl dt{height:14px;border-bottom:1px solid #ddd;background:#eee url(../../../images/ico_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/ico_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(../../../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);
}

/*日志分类列表样式
*/
.articleClassList{list-style-type: disc;padding-left: 20px;line-height:180%;}
.articleClassList a{text-decoration:none;}

/*空间时近访问列表样式
*/
.accessList li{display:inline;}
.accessList li dl dt img{border:1px solid #ccc;padding:2px;float:left;margin-bottom:5px;margin-right:5px;}
.accessList li dl dd{float:left;}

.pager{float:right;padding:10px;}
.pager span{display:inline-block;float:left;padding:0 6px;margin:0 2px;line-height:18px;border:1px solid #C6C6C6;}
.pager span.current{border:none;line-height:20px;}
.pager a{display:inline-block;float:left;border:1px solid #C6C6C6;padding:0 6px;margin:0 2px;line-height:18px;color:#000;text-decoration:none;}
.pager a:hover{text-decoration:none;background-color:#e6e6e6;border-color:#666;}

.spaceUserInfo li{margin-bottom:5px;}
.spaceUserInfo .photo{text-align:center;padding-bottom:5px;border-bottom:1px solid #ccc;}

/*2009-08-31样式
*/
.underline{border-bottom:1px dotted #ccc;}
.article-list-unline li{padding:10px;line-height:180%;}

.imagelist{}
.imagelist li{float:left;text-align:center;margin:5px;height:170px;}
.imagelist li img{border:1px solid #ccc;padding:2px;width:150px; height:120px;margin-bottom:5px;}
