/* Enter Your Custom CSS Here */
.site {
    position: relative;
}

.main-navigation {
    position: absolute;
    top: 240px;
    width: 960px;
}

.wrapper {
    margin-top: 60px;
}

/* Remove page title */
.entry-header {
display: none;
}

/*Reduce  H1 margin */
.site-content {

margin-top: 2px !important;

}

.widget-area {

margin: 2px 0 0;

}

.site-header {

padding: 1.71429rem 0 14px;

}

/* Remove Comments from site */
#comments { display:none; }

