body {
    color: #000;
    background-color: #6e9c7e;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    min-height: 101%;
}
#home {
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#navList a:hover{
    color: #6e9c7e;
}
#sideBar h3 {
}
.catListTitle {
    font-size: 1.9em;
    color: white;
    margin-top: 21px;
    margin-bottom: 10.5px;
    border-left: 10px solid #cccccc;
    text-align: left;
    background-color: #99c7a9;
    padding: 15px 0 15px 15px;
}
.CalDayHeader {
    background: #f8f8f8;
    font-weight: 100;
    color: #5e5f63;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#blog-calendar td {
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.CalTodayDay {
    background: #9ac6a8 !important;
    color: #fff;
    font-weight: bold;
}
.c_b_p_desc {
    font-size: 11px;
    line-height: 1.7;
    color: #616161;
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ededed;
}
a:visited {
    color: #616161;
    text-decoration: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #6d9c7d;
    transition: all .4s linear 0s;
}
.postTitle {
    border-left: 6px solid #6d9c7d;
    margin-bottom: 10px;
    font-size: 18px;
    float: right;
    width: 100%;
    clear: both;
    font-weight: bold;
}
.postDesc {
    font-size: 9px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    background-size: 14px 14px;
    background-position: 2px 3px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5;
}
