#header {
    background: none;
    height: 65px;
    border-bottom: 3px solid #444c84;
}
#navigator {
    top: 23px;
}

#navList li a {
    color: #737373;
    font-size: 16px;
    background: none;
}
.blogStats {
    color: #383434;
}
#navigator, #blogTitle, #main, #footer {
    width: 100%;
}
#main{
    margin-top: 0px; 
    background: rgb(249, 249, 249);
}
#mainContent {
    width: -moz-calc(100% - 310px);
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
    border-right: 2px solid #ddd;
    box-shadow: none;
    -moz-box-shadow:  none;
    -web-kit-shadow:  none;
    background: #f9f9f9;
}
#post_detail{
   background: #fdfdfd;
}
.day {
    position:relative;
    background: #fff;
}
.dayTitle{
    display:none;
}

.postTitle{
    background: rgb(247, 246, 246);
}
.postDesc{
    border-bottom:none;
    position: absolute;
    right: 37px;
    top: 13px;
}
#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb, #author_profile{
    display:none;
}
#blog_post_info, .post{
   position: relative;
}
#div_digg{
    margin-top: 0px;
    position: absolute;
    left: 386px;
    top: -1px;  
}
div.commentform textarea.comment_textarea{
        width: 100%;
    height: 200px;
}
.commentbox_title_right{
    float:inherit;
}
#footer{
    border-top: 3px solid #444c84;
}
@media only screen and (max-width: 30em) {
#navigator {
    left: 0px;
}
    #navList li:last-child{
       margin-right:0;
    }
#mainContent{
   background: #fdfdfd;
}
.day, .post {
    padding: 25px 10px;
}
    #sideBar,
    .postDesc,  #comment_form_container, #blog_post_info, #comment_nav {
       display:none
   }
}