/* Your style */
h2.title{
 display:none; 
}
.type-page {
    margin-right: 0;
    width: 100%;
    text-align: center;
}
#post-area .post {
      margin-top: 5px !important;
}
.post-prev a {
    background: url(/wp-content/themes/gridly/images/btn-right.png) top left no-repeat;
    height: 35px;
    width: 35px;
    display: inline;
    float: left;
    clear: both;
    text-indent: -9999px;
}
.post-next a {
    background: url(/wp-content/themes/gridly/images/btn-left.png) top left no-repeat;
    height: 35px;
    width: 35px;
    display: inline;
    float: left;
    text-indent: -9999px;
}