#header{
top:0;
}
#topics {
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
}
.post {
    background-color: #FFF;
}
#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #390;
    transition: all 0.4s linear 0s;
}
.day:first-child .postTitle a:link,.day:first-child .postTitle a:visited,.day:first-child .postTitle a:active {
    color: #ff1493; 
    font-size:medium;
}
#cnblogs_post_body .navCategory{
   position:fixed;
   bottom:5px;
   right:5px;
   width:250px;
   height:auto;
background-color: rgb(255, 255, 255);
box-shadow: rgb(11, 75, 169) 0px 0px 15px;
}
#cnblogs_post_body .navCategory ul {
   margin-left: 0px;
   padding:5px 15px;
}
#cnblogs_post_body .navCategory ul li {
   list-style-type: none;
    margin-bottom: 0;
}
#cnblogs_post_body .navCategory ul li a{
  text-decoration: none;
}
#cnblogs_post_body h2 {
    color: #fff;
    padding-left: 15px;
    padding-bottom: 5px;
    background: #6FA833 !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
    -ms-box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px argb(10, 10, 0, 0.5);
    text-shadow: 2px 2px 3px #222222;
    font-family: "微软雅黑","宋体","黑体",Arial;
    margin-bottom: 5px;
}
#cnblogs_post_body h3 {
    color: #6FA833;
    border-left: 13px solid #6FA833;
    padding: 5px;
    background-color: #f5f5f5;
}
.postBody h3 { 
   margin: 10px auto 2px 0px;
}
#sideBar{
    box-shadow: none;
    background-color:#fff;
    border: none;
    border-right: 1px dashed #6FA833;
    border-radius: 0;
}
#sidebar_search .catListTitle{display:none;}
.catListTitle {
    background: #4078c0; 
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
#blogTitle h2{display: block;font-size: 14px;font-family: "微软雅黑" , "宋体" , "黑体" ,Arial; }
body{font-family: sans-serif,Arial;}
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:390px;
  border:2px solid #6FA833;
  padding:10px;
  background-color:#fff;
  border-radius:5px 5px 5px 5px !important;
  box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/* 转载说明 */
#topics .postBody blockquote {
    border: none;
    border-left: 5px solid #ddd;
    margin: 0;
    padding-left: 10px;
}
#cnblogs_post_body blockquote p {
    color: #777;
    line-height: 2rem;
}
#cnblogs_post_body blockquote a {
    color: #4183C4;
}
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}