#home {
    margin: 0 auto;
    width:80%;
    min-width: 950px;
    background-color: rgba(0, 249, 249, 0.12);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    color: #000;
    background-color: rgb(227, 236, 236);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
.CalTitle td {
    background: rgb(200, 238, 238) !important;
    border: 0px !important;
    color: #5E5F63;
    font-family: "Comic Sans MS";
}
.CalDayHeader {
    background: #c8eeee;
    font-weight: 100;
    color: #5E5F63;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    background-color: rgb(200, 238, 238);
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    background-color: rgb(200, 238, 238);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #c8eeee;
    margin-bottom: 35px;
    word-wrap: break-word;
}
#navigator {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}