/* Main Theme Modifications: */

/* Remove theme slider */

div#athena-slider{
display:none;
}
#athena-header.frontpage .header-inner{
background: #1b1b1b;
}
/* Removes margins and padding at top of page */
#main.athena-page{
margin-top: 0;
padding-top:0;
}
.entry-content{
margin: 0;
}
/* Removes title at top of page */
.entry-title{
display: none;
}
/* Removes comments */
.comments-area{
display:none;
}


