/#top_nav, #footer, #homepage_top_pager{
    display: none;
}


a:link, a:visited {
    text-decoration: none;
    color: #7CB342;
}

a:hover {
    color: #4E342E;
}


body {
    font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif;
    background-color: #4E342E;
    background-image: none;
    min-height: 100vh;
}

#header {
    width: 100%;
    height: auto;
    padding: 1rem 0;
    background-color: #4E342E;
}

#main {
    min-height: 100vh;
}

#navigator {
    top: 0.3rem;
}

#navList{

}

.blogStats {
    color: #cacaca;
    font-size: 0.8rem;
    text-align: right;
    padding: 0.5rem;
}

#navList li a {
    background: transparent;
    font-weight: bold;
    color: #cacaca;
}

#navList li a:hover{
    background: transparent;
    color: #fff;
}



.day {
    background: #fff;
    padding: 0rem 2rem;
}

div.dayTitle{
    display: none;
}

.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 1.3rem;
    padding: 0;
    border: none;
    line-height: 1;
}

.postTitle a {
    color: #4E342E;
}

.forFlow {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.postTitle a:hover {
    color: #4E342E;
}

.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: #4E342E dotted 1px;
    text-align: right;
    margin: 1rem 0 3rem 0;
    padding: 0 0 1rem 0;
}

