#home {
    margin: 0 auto;
    width: auto;
    position: absolute;
    left: 12%;
    right: 12%;
}
#topics .postTitle,
.postTitle {
    box-shadow: -2px 2px 3px #888;
}
#blogTitle h1 a, .postTitle a{
    display:block
}
#blogTitle h1 a:hover {
	text-decoration: none;
}
.headTop {
    position: fixed;
    z-index: 99999;
    padding: 10px;
    background: #3d97cb;
    right: 20%;
    top: 60px;
    color: #fff;
}