#home {
    opacity: 0.85;
    width: 85%;
    padding-top:3px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:2px;
   margin-bottom:0px;
   margin-top: 0px;
}
body {
   color: #000;
   /*background: url(https://images.cnblogs.com/cnblogs_com/WPF0414/1536419/o_background.jpg)*/
   fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}

#blogTitle h1 {
    font-size: 40px;
    margin-right:30%;
}

#navigator {
    font-size: 18px;
}
#navList a {
    padding-top: 15%;
}
#navList a:hover{
   color:#4C9ED9
}


.catListTitle {
   margin-top:21px;
   margin-button:10.5px;
   border-left:10px solid #99CC33;
   padding: 10px 0 10px 14px;
   background-color: #f7f7f7;
}
#sideBar h3 {
    font-size: 20px;
}





.c_ad_block
{
display:none;
}
iframe
{
display:none;
}


/*回到顶部*/
#back-to-top {
    bottom: 0;
    padding: 5px 5px;
    position: fixed;
    right: 2px;
    cursor: pointer;
}



#sideBar a {
    color: #000000;
}

.CalTodayDay {
    background: #99cc33 !important;
}