#main {
    max-width: 1200px;
    margin: 0 auto;
}

#home {
   background-color: #fff;
}

#header {
     display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 4px #ccc;
}

#blogTitle {
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 1px solid #ccc;
    margin: 20px 0;
    box-sizing: border-box;
}

#blogTitle h1 {
    margin-top: 0;
}

.blogStats {
    display: none;
}

#navigator {
    background-color: #fff;
    display: flex;
    align-items: center;
}

#navList a, #navList a:link, #navList a:visited, #navList a:active {
    height: auto;
    color:  #26CB7C;
}

#navList a:hover {
    background-color: #fff;
    color: hsl(151.3, 68.5%, 33.1%);
    text-shadow: none;
}

#mainContent {
    padding: 10px;
    box-sizing: border-box;
}

#sideBar {
    padding: 5px;
    box-sizing: border-box;
}

.catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    border-radius: 5px;
    box-shadow: 2px 2px 10px #ccc;
    border: 1px solid #eee;
}

#topics {
    box-shadow: 2px 2px 10px #ccc;
    border: 1px solid #eee;
}

div#blog-comments-placeholder {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 2px 2px 10px #ccc;
    border: 1px solid #eee;
}
#comment_form_container {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
   border: 1px solid #eee;
   box-shadow: 2px 2px 10px #ccc;
}
#comment_nav {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
}
.comment_textarea {
    width: 100%;
}