@charset "utf-8";
/* CSS Document */

/*定义blog样式*/
body{ margin:0px; font-size:12px; font-family:"宋体";}
.all{width:1024px; margin:auto;}
.header{ background-image:url(../images/blog15.gif); background-repeat:repeat-x; height:110px; background-position:0 85px; padding-top:10px; padding-left:20px;}
.headerloge{ background-image:url(../images/bloglogo.gif); background-repeat:no-repeat; height:25px; padding-top:50px; color:#999; text-align:right; background-position:0 8px;}
.globallink{ height:27px; }
.globallink a{ display:block; float:left; width:115px; height:27px;}
.globallink .blogone{ background-image:url(../images/blog16.gif); width:184px; height:27px;}

.blogtwo{  background-image:url(../images/blog26.gif);}
.blogtwo:hover{ background-image:url(../images/blog20.gif);}

.blogthree{background-image:url(../images/blog27.gif); }
.blogthree:hover{background-image:url(../images/blog21.gif); }

.blogfour{ background-image:url(../images/blog28.gif);}
.blogfour:hover{ background-image:url(../images/blog18.gif); }

.blogfive{ background-image:url(../images/blog29.gif); }
.blogfive:hover{ background-image:url(../images/blog19.gif); }

.blogsix{ background-image:url(../images/blog30.gif); }
.blogsix:hover{ background-image:url(../images/blog22.gif); }

.blogseven{ background-image:url(../images/blog31.gif); }
.blogseven:hover{ background-image:url(../images/blog23.gif); }

.blogeight{ background-image:url(../images/blog25.gif); }
.blogeight:hover{ background-image:url(../images/blog24.gif); }


.contentleft,.contentright{ float:left; }
.contentleft{ width:650px; padding-left:10px;}
.contentright{ width:320px; background-image:url(../images/blog3.gif); background-repeat:no-repeat; margin-left:40px; margin-top:20px;}
.rigttitle{background-image:url(../images/blog33.gif); width:172px; height:24px; text-align:center; padding-top:7px; margin-left:75px;}


.footer{clear:both;  line-height:24px; padding-top:40px;  color:#999;}
.contentright ul li{ list-style:none; margin-top:10px; border-bottom:#CCC dashed 1px; padding-bottom:7px; width:210px; margin-left:10px; }
.restore{ width:580px; background-color:#f1f1f1; margin-top:30px; border:1px #999 dashed; padding:10px;}
.restore p{ color:#999;}

/*定义全局颜色*/
h3{ color:#ff0000; font-size:14px; margin-top:50px;}
h4{ color:#CCC; font-size:12px; font-weight:100; margin-left:30px; }
p{ line-height:40px; color:#464646; font-size:13px;}
a{ color:#d7012e; text-decoration:none;}
.blue{ color:#4194e4;}
.gray{ color:#666;}

/*定义datatime样式*/
.datetime{height:10px; text-align:center; }
.datetime a{ float:left; margin-left:66px;}


.contentright ul li a:link,.contentright ul li a:visited{color:#88866f; text-decoration:none;}
.contentright ul li a:hover{ color:#F00; text-decoration:underline;}
.contentleft .title{display:block; background-color:#f3f3f3;  padding:10px}
.contentleft .title:link,.contentleft .title:visited{background-color:#f3f3f3;}
.contentleft .title:hover{ background-color:#e9e3d6; }

.bbs_calendar_week{ font-size:14px ; color:#666 ; font-weight:bold ; float:left ; width:32px ; height:30px ; text-align:center}
.bbs_calendar_day{ font-size:12px ; color:#666 ;float:left ; width:32px ; height:20px ; text-align:center}

#GoTop {
right:0;
bottom:0;
position:fixed;
padding:2px 5px;
text-align:center;
color:white;
background:#7a757c;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
_position: absolute; 
_bottom: auto; 
_top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight) - 1);
}
#GoTop span {
padding:3px 15px;
cursor:pointer;
}