#home {
    margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}

.postTitle {
    font-size: 30px;
}

#navigator {
    font-size: 18px;
}

#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
    text-align: center;
    margin-left: -1000px;
}

#navList a:hover {
    color: #4C9ED9;
    text-decoration: none;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 15%;
}

#blogTitle h1 a:hover {
    color: #e99513ed;
}