#home {
    margin: 0 auto;
    width: 95%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 3px;
}

.postTitle {
    border-left: 5px solid #21759b;
    margin-bottom: 10px;
    font-size: 16px;
    float: right;
    width: 100%;
    font-weight: bold;
    clear: both;
}

body {
    color: #8e8a8a;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

.postDesc {
    font-size: 11px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #8e8787;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 0px;
    line-height: 1.5;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 1px 0;
}

.c-portrait {
    text-align: center;
    padding: 50px 0;
    background: #24292e;
    color: #fff;
    margin-bottom: -40px;
}

.postDesc {
    font-size: 11px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #8e8787;
    float: left;
    width: 100%;
    clear: both;
    text-align: right;
    padding-left: 0px;
    padding-right: 5px;
    margin-top: 0px;
    line-height: 1.5;
    border-bottom: 1px solid #eff0f1;
}

#mainContent .forFlow {
    margin-left: 28em;
    float: none;
    width: auto;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -27em;
    width: 100%;
}

.CalTodayDay {
    background: #e0dad6 !important;
    color: #FFF;
    font-weight: bold;
}