body {
    background: #fff;
}

#navList li:last-child {
    display: none;
}

#header {
    display: none;
}

#home {
    margin: 15px auto 15px auto;
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.3);
    min-width: 1200px;
}

#mytop {
    margin: 0 auto;
    width: 65%;
    min-width: 1200px;
    padding: 30px;
}

#mytop .mytitle {
    font-size: 45px;
    color: #fff;
    text-decoration: none;
    margin-left: -30px;
    font-weight: bold;
}

#mytop .mybutton {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 18px;
    float: right;
    color: #333;
    text-align: center;
    line-height: 36px;
    width: 90px;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 7px;
    background-color: white;
}

#mytop .mybutton:hover {
    color: red;
    cursor: pointer;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    font-weight: bold;
    font-size: 35px;
    color: #333;
}

.postTitle a:hover {
    color: #red;
}

.postTitle {
    border-left: 3px solid #333;
}

.catListTitle {
    display: none;
}