#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: hsla(321, 97%, 52%, 0.6);
    transition: all 0.4s linear 0s;
}
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 0px;
}
.postDesc {
    font-size: 12px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #cca7aa;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 4px;
    line-height: 1.5;
}
#sidebar_search{
    display:none;
}
.pager a {
    box-shadow: 0 1px 3px #7aa536;
    border: 1px solid #175430;
    background: #a70;
    color: white;
    transition: all 0.4s linear 0s;
}