.navbar-custom {
    display: none;
}
#home {
    background: none;
    width: 100%;
}
body {
    background: url(https://images.cnblogs.com/cnblogs_com/dxiaodang/2001026/o_240422005835_basketball-1081882_1920.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment:fixed;
    font-size: 10pt;
}
#header h1 {
    margin-top: 10px;
    margin-left: 50px;
    font-size: 24px;
}
#blogTitle h2 {
    color: #3a4d90;
    margin-top: 4px;
}
#header h1 a {
    color: #3a4d90;
}
#secondTitle {
    color: #3a4d90;
}
#navList {
    float: left;
    margin-left: 38px;
}
#navList li {
    margin-top: 28px;
}
#header {
    height: 120px;
    //background-color:#e2bee0;
    //background-size: 100% 100%;
    //opacity: 0.2;
    padding: 0px;
}
#mainContent {
    margin-left: 50px;
}
#sideBar {
    margin-right: 50px;
}
.blogStats {
    margin-right: 20px;
    color: #0b231b;
}
.dayTitle{
    text-align: left;
    height: 25px;
     padding-left: 20px;
}
.postTitle{
    font-size: 115%;
}
.postTitle a {
    background: none;
      padding-left: 20px;
}
.entrylistTitle, .PostListTitle, .thumbTitle {
    background: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #0b231b;
    font-size: 10pt;
    color: #3a4d90;
}
.postDesc {
    color: #d2caca;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #d2caca;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #0b231b;
}
.entrylistDescription {
    display: none;
}
#footer {
    color: #6b6666;
    background: none;
    padding-top: 0px;
}
.topicListFooter a {
    background: #b8dab4;
    border-radius: 20px
}
#sidebar_search,#sidebar_shortcut {
    display: none;
}