html,body{ font-size:81%;font-family:"Droid Serif",Georgia,"Times New Roman",STHeiti,serif;}

#blogTitle h1{font-size:2.5rem;}

#navList li a:link, #navList li a:visited, #navList li a:active{
    font-size: 16px;
    color: #444;
    font-weight: normal;
}
div.postTitle{
border:none;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#topics .postTitle{font-size:18px;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{color:#3354AA;}
div.day .postTitle a{padding-left:0;}

ul#navList li{margin:0;}
ul#navList a{padding-top:10px;}
div#navigator{height:38px;}

div#blog-sidecolumn a{color:#3354AA;font-size:14px;}
.blog_comment_body{font-size:16px;}

/**点赞区**/
/*div#div_digg{
    position: fixed;
    border: 1px solid #aaa;
    padding: 8px;
    bottom: 1%;
    right: 18.5%;
    margin-right: 165px;
    background-color: #ddd;
    border-radius: 2px;
    z-index: 1000;
}
*/

div#div_digg {
    position: fixed;
    border: 1px solid #aaa;
    padding: 8px;
    bottom: 0;
    right: 18.5%;
    margin-right: 165px;
    background-color: #ddd;
    border-radius: 2px;
    z-index: 1000;
    padding-bottom: 22px;
}
#comment_nav a[href="#top"]{
    position: fixed;
    bottom: 0;
    right: 18.5%;
    margin-right: 210px;
    z-index: 1000;
    margin-bottom: 14px;
    color: #555;
}