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

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #a9dd89;
    transition: all .4s linear 0s;
}

.postTitle {
    border-left: 3px solid #a9dd89;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.pager a {
    box-shadow: :0 1px 3px #000;
    border: #a9dd89;
    background: #a9dd89;
    color: #fff;
    transition: all .4s linear 0s;
}

.pager {
    color: #a9dd89;
}