pre, code {
    font-family: Consolas, 'Liberation Mono', Courier, monospace;
    background: #f8f8f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
code {
    margin: 0 2px;
    padding: 0 5px;
    font-size: 12px;
    color: #c7254e;
    background-color: inherit;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}
#home{width:75%}
#blogTitle h1 a{font-size:36px; margin-top:15px;}
#mainContent{width: 75%}
#navigator{margin-top:0;}
#mainContent  .postTitle a, #mainContent h1, #mainContent h2{color: #42444e}
#topics .postTitle{ font-size: 1.5rem;border-left:0;border-bottom:0;}
.postBody{ font-size: 14px;color: #666;}