/* hide some Ads */
#ad_t2, #under_post_news, #under_post_kb, #sidebar_search_box{
   display: none;
}
/* but not hide all the Ads, release some
#ad_c1, #ad_c2{
   display: none;
}
*/


/* make sure the style of blog while visit by mobilephone */
body{
   min-width: 1000px;
}
#mylinks{
   min-width: 308px;
}

/* blogTitle */
#blogTitle, #blogTitle h1{
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* postTitle  */
#topics .postTitle {
    font-size: 22px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
#topics a:visited {
    color: #935A32;
}

/*header*/
.headerText a{
    font-size: 32px;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.headerDis{
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    padding-left: 60px;
    font-size: 18px;
}