#home {
    margin: 0 auto;
    width: 75%;
    min-width: 950px;
    background-color: #fff;
    padding: 80px;
    margin-top: 27px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
    color: #515151;
    font-size: 35px;
}
#navList  {
        font-size: 20px;
}
#navList  a  {
        padding-top: 15%;
}
#navList  a:hover  {
        color:  #4C9ED9;
}
#sideBar {
    margin-top: -18px;
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
#sideBar h3 {
    font-size: 18px;
}