#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    font-family: "微软雅黑";
}

#blogTitle h1 a {
    color: #000;
}

.postTitle {
    border-left: 5px solid #F45B00;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
    font-family: "微软雅黑";
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #F45B00;
    transition: all 0.4s linear 0s;
}

.CalTodayDay {
    background: #F45B00 !important;
    color: #FFF;
    font-weight: bold;
}

#blogTitle h1 a:hover{
    color: #F45B00;
}





#sideBar a:hover {
    color: #F45B00;
    text-decoration: underline;
}

.postDesc a:hover{
    color: #F45B00;
}

#comment_nav a:hover{
    color: #F45B00;
}

#commentbox_opt a:hover{
    color: #F45B00;
}

.comment_btn {
    width: 100px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #F45B00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-decoration: none;
}



#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 45px;
    margin-bottom: 10px;
}

#navList a:hover{
    color: #F45B00;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #686868;
    font-weight:normal;
}

#blog_post_info_block {
    display:none;
}

#green_channel {
    display: none;
}

#ad_t2 {
    display:none;
}

.c_ad_block {
    display:none;
}