.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 0s;
    font-weight: bold;
}

body {
    color: #000;
    background-color: #f0f0f0;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}

#topics .postTitle {
    border: 0;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 0px;
}

#blog_post_info_block {
    display: none;
    margin-top: 20px;
}


#ad_t2 {
    margin-top: 500px;
    line-height: 1.8;
}

#comment_form_container {
    visibility: hidden;
    margin-top: 500px;
}

#top_nav {
    display: none;
}