body {
    color: #636fc7cf;
    background-color: rgba(242,224,166,0.9);
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 10px;
    min-height: 101%;
}
#topics .postTitle {
    border: 0;
    font-size: 250%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #636fc7cf;
    transition: all .4s linear 0s;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 1.328571429rem;
    line-height: 2.846154;
    color: #efd280;
    float: left;
}
#blogTitle h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 20px;
}
.CalTodayDay {
    background: #f7de8b !important;
    color: #fff;
    font-weight: bold;
}
.CalTitle td {
    background: #f8f8f8 !important;
    border: 0 !important;
    color: #808ad2;
    font-family: "Comic Sans MS";
}
#sideBar h3 {
    font-size: 17px;
}
.postTitle {
    border-left: 3px solid #f3e3ae;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #313131;
    transition: all .4s linear 0s;
}
a:visited {
    color: #555;
    text-decoration: none;
}
.c_b_p_desc {
    font-size: 16px;
    line-height: 1.7;
}

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #ffffffc7;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}