*{
    box-sizing: border-box;
}

body{
    background: #e9eaec;
}

#header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    box-shadow:0 3px 4px #a9a9a9;
}

#blogTitle{
    display: none;
    background: none !important;
}

#navigator{
    background: #2d8cf0;
    border: none;
    height: 50px;
}

#navList{
    height: 100%;
    width: 1080px;
}

#navList li{
    height: 100%;
    line-height: 50px;
}

#navList a{
    font-size: 14px;
}

#navList a:hover{
    color: #fff;
    background: rgba(0,0,0,.2);
}

#navList a:link{
    text-shadow: none;
}

#main{
    width: 1080px;
    margin-top: 70px;
}

#mainContent{
    width: 780px;
}

#sideBar{
    width: 280px;
}

#sidebar_search{
    display: none;
}

#blog-calendar{
    display: none !important;
}

.day{
    margin-bottom: 15px;
    box-shadow: 2px 2px 8px #d9d9d9;
    transition: all .26s
}

.day:hover{
    cursor: pointer;
    box-shadow: 2px 2px 8px #b9b9b9;
}

.dayTitle{
    display: none;
}

.day:hover{
    border: 1px solid #dedede;
}

.day .postTitle{
    color: #ed3f14;
    font-weight: bold;
}

.day .postTitle a{
    transition: all .26s;
    -webkit-transition: all .26s;
}

.day .postTitle a:hover{
    color: #ed3f14;
}

.newsItem{
    box-shadow: 2px 2px 8px #d9d9d9;
}

.sidebar-block{
    box-shadow: 2px 2px 8px #d9d9d9;
}

.c_b_p_desc{
    line-height: 1.75;
    font-size: 14px;
}

#nav_next_page a{
    background: #2d8cf0;
    font-size: 14px;
    box-shadow: 2px 2px 8px #d9d9d9;
}

.catListTitle{
    font-size: 14px !important;
    padding: 8px 20px;
    background: #2d8cf0;
    border: none;
}

.sidebar-block h3{
    padding: 8px 20px;
    background: #2d8cf0;
    border: none;
}

#post_detail,#blog-comments-placeholder,#comment_form_container{
    box-shadow: 2px 2px 8px #d9d9d9;
}

#profile_block{
    padding: 10px 20px;
}

#profile_block:hover{
    border: 1px solid #dedede;
}

.sidebar-block ul li{
    padding: 10px 20px;
}

.sidebar-block ul li a{
    text-decoration: none;
}

.sidebar-block ul li{
    line-height: 1.75;
}

.sidebar-block ul li a:hover{
    text-decoration: none;
    color: #ed3f14;
}

#footer{
    background: #ffffff;
    margin: 0;
    padding: 30px;
}

#homepage_top_pager{
    display: none;
}

.pager a{
    height: 30px;
    color: #fff;
    background: #2d8cf0;
    border-radius: 3px;
    padding: 0 10px;
    border: none;
    line-height: 30px;
    display: inline-block;
}

.pager a:hover{
    margin-top: 0 !important;
    height: 30px !important;
    color: #fff !important;
    padding:0 10px !important;
    border: none !important;
    background: #2d8cf0 !important;
    border-radius: 3px !important;
    line-height: 30px !important;
}

@media (max-width: 780px){

    #navigator{
        width: 100%;
        padding: 0 15px;
    }

    #navList{
        width: 100%;
    }

    #main{
        width: 100%;
        padding: 0 15px;
    }

    #mainContent{
        width: 100%;
    }

    #sideBar{
        margin-left: 0;
        width: 100%;
    }
}