#home {
    margin: 0 auto;
    width: 60%;
    min-width: 1080px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

#navigator {
    font-size: 18px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

#navList {
    min-height: 30px;
    float: left;
}

    #navList li {
        float: left;
        margin: 0 40px 0 0;
    }

    #navList a {
        display: block;
        width: 5em;
        height: 22px;
        float: left;
        text-align: center;
        padding-top: 19px;
    }

        #navList a:link, #navList a:visited, #navList a:active {
            color: #6a6a6a;
            font-weight: bold;
        }

        #navList a:hover {
            color: #f30e0e;
            text-decoration: none;
        }

.catListTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #e28c37;
    padding: 10px 0 10px 14px;
    text-align: left;
    background-color: #f7f7f7
}

#sideBar h3 {
    font-size: 18px;
}

.postTitle {
    border-left: 6px solid #21759b;
    margin-bottom: 10px;
    font-size: 24px;
    float: right;
    width: 100%;
    clear: both;
}

.postDesc {
    margin-top: 0px;
    margin-bottom: 10px;
}

#main {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.postTitle a:hover {
    margin-left: 5px;
    color: #0f3647;
    text-decoration: none;
}

.postCon {
    float: left;
    line-height: 1.5em;
    width: 90%;
    clear: both;
    padding: 10px 0;
}