:root {
    --text-color: #1d1d1f;
}

body {
    color: var(--text-color);
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif;
    font-size: 14px;
    background-color: rgb(245, 245, 245);
}

a {
    color: var(--text-color);
}

a:active {
    color: var(--text-color);
}

#top_nav {
    /* position:absolute;
    top: -50px; */
    display: none;
}

input {
    border: 2px solid var(--text-color);
    border-radius: 6px;
    background-color: transparent;
}

/* 顶部导航栏部分 */
#Header1_HeaderTitle {
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
}

ul#navList {
    width: 98%;
    height: 48px;
    margin: 0;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
    display: block;
    background-color: #333333;
    border-radius: 6px;
    position:absolute;
    top: 80px;
}

ul#navList li {
    width: 60px;
    height: 100%;
    text-align: center;
    display: inline;
    float: left;
}

ul#navList li:hover {
    background-color: ;
}

ul#navList li a {
    padding-top: 14px;
    padding-bottom: 15px;
    overflow: hidden;
    display: block;
    color: white;
    display: block;
    text-decoration: none;
}

.blogStats {
    display: block;
    position: absolute;
    top: 56px;
    right: 4px;
}



/*主界面*/

#main {
    position:absolute;
    top: 144px;
    width: 98%;
}

#mainContent {
    width: 80%;
}

#footer {
    display: none;
}


div.day {
    padding: 6px 10px 10px 10px;
    margin-bottom: 16px;
    border: 2px solid var(--text-color);
    border-radius: 6px;
}

div.postDesc {
    text-align: right;
    right: 4px;
}

div.c_b_p_desc {
    font-size: 12px;
    color: grey;
}

div.postTitle {
    font-weight: bold;
}

/*sidebar*/

div#sideBar {
    border: 2px solid var(--text-color);
    border-radius: 6px;
    position: absolute;
    padding: 6px;
    width: 18%;
    top: 0;
    right: 2px;
}


/* artical */
#post_detail {
    padding: 10px;
}

/*随笔文章分类*/
.entrylistItem {
    padding: 6px 10px 10px 10px;
    border: 2px solid var(--text-color);
    border-radius: 6px;
    margin-bottom: 8px;
}