#home {
    width: 90%;
    min-width: 950px;
    background-color: #ededed;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #ededed;
    margin-bottom: 35px;
    word-wrap: break-word;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #21759b;
    font-weight: bold;
    font-size: 22px;
}
#blogTitle h1 a {
    color: #515151;
    font-size: 35px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.328571rem;
    line-height: 1.846153846;
    color: #757575;
    float: right;
}
#navList {
    min-height: 30px;
    float: left;
    font-size: 18px;
}
#navList a {
    padding-top: 15%
}
#navList a:hover {
    color: #4C9ED9
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
    font-size: 30px;
}
#sideBar h3 {
    font-size: 20px;
}
.catListTitle {
    font-weight: bold;
    font: -webkit-control;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid #3671a5;
    padding: 10px 0 10px 14px;
    background-color: #ededed;
}
.postDesc {
    font-size: 10px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5;
}
li {
    list-style: none;
    font-size: 16px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
    font-size: 26px;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: initial;
    color: #21759b;
    font-weight: bold;
}