#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}

#blogTitle h1 a {
    color: #515151;
    font-size: 50px;
    margin-bottom: 30px;
    margin-left: 40px;
    color: #00BFFF;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 18px;
    color: #FF0000;
    line-height: 1.5em;
    margin-top: 10px;
    width: 50%;
    margin-left: 70px;
    float: left;
}

#navigator {
    font-size: 17px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    background: lightblue;
}

#navList a {
    wedding-top: 15%;
}

#navList a:hover {
    color: #4C9ED9;
}

.catListTitle {
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #FF9933;
    padding: 10px 0 10px 24px;
    background-color: #f7f7f7;
}

#mainContent {
    float: right;
}

#sideBar {
    float: left;
}