#home {
    margin: 0 auto;
    width: 96%;
    min-width: 950px;
    background-color: #fff;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 25px;
    float: right;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    padding-left: 20px;
}

#sideBar h3 {
    font-size: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
    background-color:#f1f1f1}

i, cite, em, var, address, dfn {
    font-style: italic;
    font-size:15px
}

#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%;
}

#navigator {
    font-size: 15px;
    border-bottom: 3px solid #ededed;
    border-top: 0px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}

#blogTitle h1 a {
    color: #515151;
    font-size:50px;
}

#blogTitle {
    height: 0px;
    clear: both;
}

#blogTitle {
    height: 25px;
    clear: both;
}