.postTitle,.dayTitle a {
    padding:0px;
    height: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    overflow: hidden;
}

.day .dayTitle {
           width:20%;
    
        }
.day .postTitle {
           width:76%;
            color: white;
        }
.day .postTitle:hover {
            background-color: #2d2e30;
            color: white;
        }
#sideBarMain a {
    font-size:16px;
            padding-top: 2px;
            padding-bottom: 2px;

}
#sideBarMain li {
            padding-top: 2px;
            padding-bottom: 2px;
}
#sideBarMain li:hover{
            background-color: darkorange;
            color: black;
            padding-top: 2px;
            padding-bottom: 2px;
}
#sideBarMain li a:hover {
            background-color: darkorange;
            color: black;
}
#topics h1 {
            display: block;
            font-weight: 300;
            background-image: linear-gradient(to right, #fff, #cc9337, #c47c07, #cc9337, #FFF);
            background-color: orange;
            color: #FFF;
            font-size: 1.4em;
            line-height: 1.6em;
            margin: 14px 10px;
            padding: 10px 0;
            letter-spacing: 2px;
            text-shadow: 1px 1px 1px #666;
            text-align: center;
}
#topics  h2 {
    display: block;
            font-weight: 200;
            background-image: linear-gradient(to right, #c47c07,#cc9337, #e5a26b, #FFF);
            background-color: orange;
            color: #FFF;
            font-size: 1.4em;
            line-height: 1.4em;
            margin: 10px 12px 10px 0;
            padding: 8px 10% 8px 15px;
            letter-spacing: 2px;
            border-left: solid #333 6px;
            text-shadow: 1px 1px 1px #666;
}
.postBody p {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
    color: #3a4145;
    font-size:16px;
    font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
}