#home {
    margin: 0 auto;
    width: 95%;
    min-width: 950px;
    background-color: #ffffff;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 80px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#blogTitle h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #2F1701;
    transition: all 0.4s linear 0s;
}
.postTitle {
    border-left: 3px solid #FF8209;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
#blogTitle h1 a:hover {
    color: #C1194E;
}
#blogTitle h1 a {
    color: #7A023C;
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}
#sideBar h3 {
    font-size: 19px;
}
#sideBar {
    font-size: 17px;
}
.CalTodayDay {
    background: #ccc !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #ededed;
    color: #FFF;
    font-weight: bold;
}
body {
    color: #000;
    background-color:#82abba;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
#header {
    padding-bottom: 5px;
    margin-top: 10px;
}