.author {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

body {
    font-size: .9em;
    margin: 0;
    word-wrap: break-word;
    background: #f3f3f3;
    font-family: Segoe UI, sans-serif;
}

#home{
    width: auto;
}

#mainContent{
    width:100%;
}


#blog-calendar{
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.catListTitle{
    text-align: left;
    padding: 5px 10px;
    background: #f0f0f0;
    border-bottom: none;
    border: 1px solid #ccc;
}
.catListTitle:hover{
    text-align: left;
    color:white;
    padding: 5px 10px;
    background: #2b579a;
    border-bottom: none;
    border: 1px solid #3e6db5; 
}

#sideBar{
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.btn_my_zzk{
    background-color: #2b579a;
    color: white;
    padding: 2px;
}

.newsItem {
    width: 0px;
    height: 0px;
    visibility: hidden;
}
#blogTitle {
    visibility: collapse;
    height: 10px;
}

#blogTitle h1{
    height: 0px;
}

#main {
    text-align: left;
    clear: both;
    background: #fff;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 30px;
    min-width: 300px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.3em;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    margin-top:40px;
}



#navigator {
    background-color: #f3f3f3;
    height: 0px;
    margin-top: 0px;
}
#footer{
    color: dimgray;
}

#navList {
    position: fixed;
    z-index: 999;
    padding-bottom: 30px;
    top: 0px;
    left: 0px;
    float: left;
    height: 55px;
    padding-left: 40px;
    margin: 0px;
    background: #f3f3f3;
    width: 100vw;
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
}
#navList li{
    padding-bottom: 28px;
    
}
#blogTitle h2{
    height: 0px;
}

.commentform {
    padding: 0 5px 0 2em;
    width: 100%;
}
#tbCommentBody{
    width:94%;
    height: auto;
    padding: 10px;
    line-height: 20px;
}

#navList li:hover{
    background:white;
    border-bottom: 2px solid black;
    font-weight: 800;
    text-shadow: 0px 0px 0px #000;
    text-decoration: none;
}

#navList li a {
    color: black;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    padding: 17px 20px 0px 20px !important;
    text-shadow: 0px 0px 0px #000;
    text-decoration: none;    
}

#navList li a:link, #navList a:visited, #navList a:active {
    color: black;
    font-weight: 800;
    font-size: 1em;
    text-shadow: 0px 0px 0px #000;
    text-decoration: none;    
    
}

#navlist li a:hover {
    background-color: white;
    font-weight: 800;
    text-decoration: none;    
    text-shadow: 0px 0px 0px #000;
}

#under_post_kb{
    visibility: hidden !important;
    height: 0px !important;
    width: 0px !important;
}

#under_post_news{
    visibility: hidden !important;
    height: 0px !important;
    width: 0px !important;
}

#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 3px solid #293340;
    border-left: none;    
    color: #293340;
    line-height: 1.5em;
    padding-bottom: 30px;
    text-align: center;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #293340;
}

#post_next_prev {
    line-height: 1.8;
    font-size: 18px;
    font-weight: 800;
}

.comment_btn {
    padding: 10px 10px !important;
    border-radius: 0px;
    width: auto;
    height: auto;
    border: 1px solid #d6e9c6;
    background-color: #f2f2f2;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    text-align: center;
    transition: all ease .4s;
    font-size: 1em !important;
}
.comment_btn:hover{
    background-color: #337ab7;
    color:white;
}