#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 28px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
    #navList a {

        padding-top: 10px;
    }
#navList a:link, #navList a:visited, #navList a:active {
    color: #650fa4;
    font-weight: bold;
}
#navigator {
    font-size: 20px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
 #blogTitle h1 {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.5em;
        margin-top: 20px;
    }
.catListTitle {
    font-weight: 2.35em;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 21px;
    margin-bottom: 10px;
    border-left:10px solid#D200D2;
    padding: 10px 0 10px 14px;
    background-color:#f7f7f7 
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left: -22em;
    width: 100%;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #650fa4;
    transition: all 0.4s linear 0s;
}
.blogStats {
    float: right;
    color: #650fa4;
    margin-top: 19px;
    margin-right: 2px;
    text-align: right;
}
#blogTitle h1 a {
    color: #650fa4;
}