#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    text-shadow: 1px 0px black;
    box-shadow: 7px 4px black;
    color: #f8f8f8;
    background-color: #9c9c9c;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #333;
}

.postTitle {
    font-size: 18px;
    font-weight: bolder;
    padding: 0 100px 10px 20px;
    border-bottom: 0px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #212b2f;
}

.postDesc {
    float: none;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #969696;
}

.postTitle a:hover {
    color: #ffffff;
    text-decoration: none;
}

#mainContent {
    min-height: 200px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 700px;
    background: #d0c9c9;
}

.postTitle {
    font-size: 18px;
    font-weight: bolder;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #212b2f;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #fff9f9;
    text-shadow: 3px 3px 3px #daeef1;
    font-size: x-large;
    box-shadow: -1px 0px black;
    /* text-shadow: -1px 0px black; */
    /* background-color: #7d4545; */
}

#goTop{
   position:fixed;
   bottom:0px;
   right:0px;
}

body{
 background: url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1518983720613&di=bdbd1bcaf5c70b23a6358538a609024e&imgtype=0&src=http%3A%2F%2Fuploads.oh100.com%2Fallimg%2F1706%2F5-1F626102255.jpg') no-repeat fixed;
 font-size: 15px;
}
#blog_nav_newpost"{
display:none
}
#blog_nav_contact{
display:none
}
#blog_nav_rss{
display:none
}