body {
    margin: 0;
    padding: 0;
    background-color: #e2dbc8;
    /* background-image: url(https://www.17sucai.com/preview/29429/2015-07-24/blog/blog/images/main_bg.jpg) */
}

a {
    color: #db6e35;
    text-decoration: none;
    padding: 3px;
}

a:hover {
    background-color: #55472b;
    color: white;
    border-radius: 3px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blogStats,
.c_ad_block,
#under_post_news,
#under_post_kb {
    display: none;
}

#header {
    background-image: url(https://www.17sucai.com/preview/29429/2015-07-24/blog/blog/images/top_bg.jpg);
    border-bottom: #55472b solid 5px;
}

#navList {
    background-image: url(https://www.17sucai.com/preview/29429/2015-07-24/blog/blog/images/Navigation.png);
    list-style-type: none;
    height: 56px;
    width: 510px;
    margin: 0 0 0 405px;
    padding: 31px 7px 39px 97px;
}

#navList li {
    display: block;
    float: left;
    padding: 18px 23px;
}

#navList a {
    color: #e3decd;
}

#navList a:hover {
    color: #A18C15;
}

#blogTitle, #navigator, #main {
    width: 1020px;
    margin: 0 auto;
}

#main {
    background-color: #fcf8ee;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    margin: 10px auto;
}

#mainContent {
    float: left;
    width: 750px;
    padding: 30px;
}

.day {
    border-bottom: 1px dashed #CCCCCC;
    padding: 20px 0;
}

.postTitle {
    margin: 10px 0;
    border-left: 5px solid #4caf50;
    padding-left: 25px;
    margin-left: -30px;
}

.postTitle2 {
    font-size: 30px;
}

.c_b_p_desc_readmore {
    display: block;
    margin: 10px 0px;

    background-color: rgb(76, 175, 80);
    text-align: center;
    border-radius: 2px;
    height: 30px;
    width: 100px;
    padding-top: 7px;
    color: white;
}

.c_b_p_desc_readmore:hover {
    background-color: rgb(103, 175, 105);
}

#sideBar {
    float: right;
    border-left: 1px dashed #CCCCCC;
    padding: 19px 19px;
}

#sideBar a {
    color: #4f862b;
}

.catListTitle {
    border-bottom: 1px dashed #CCCCCC;
}

.dayTitle a {
    color: #538c2e;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}

#footer {
    background-color: #55472b;
    height: 100px;
    padding: 30px 0 0 0;
    text-align: center;
    color: #e2dbc8;
}

.Cal {
    font-size: 14px;
}

.CalOtherMonthDay {
    color: #999999;
}

.CalTodayDay {
    color: white;
    border-radius: 4px;
    background-color: #55472b;
    /* background-image: gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); */
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); */
}

.Cal td {
    padding: 5px 4px;
}