#home {
    margin: 0 auto;
    width: 76%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: .928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: right;
}