#home {
    margin: 0 auto;
    width: 80%;
    min-width: 80%;
    border-radius: 1.5em;
    background-color: #f7f7f7;
    padding: 2.5em;
    margin-top: 3em;
    margin-bottom: 3em;
    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: #f7f7f7;
    margin-bottom: 35px;
    word-wrap: break-word;
}

div.catListLink, div.catListTag, div#recent_comments_wrap, a#MyLinks1_ContactLink, a#MyLinks1_NewPostLink{
 display: none;
}

#blogTitle {
    height: 1em;
    clear: both;
}

.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 2em;
    padding-bottom: 1em;
    position: relative;
}

.postDesc {
    font-size: 13px;
    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: 0px;
    line-height: 1.5;
}

#sideBar h3 {
    font-size: 1.2em;
    color: #bbbbbb;
}

#blog-calendar {
    width: 210px;
    border-radius: 2em;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #EDEDED;
}



.grade{
  padding: 0.5em 0 0.1em 0;
}

#blog-sidecolumn{
 width: 220px;
}