.site-header {
	margin: 0;
}
.widget {
margin: 0 0 10%;
padding:  0 10%;

}

.entry-content,
.entry-summary,
.page-content,
.nav-links,
.comment-content,
.widget
 {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}
.tags-links {
display:none;
}
.entry-footer {
font-size: 15px;
padding: 9px;
text-align:left;
}
.site-info {
padding-bottom: 10px;
padding-top: 10px;
}
.main-navigation {
margin-bottom: 30px;
}
.entry-content a, .entry-summary a, .page-content a, .widget a, .comment-content a, .pingback .comment-body > a {
border-bottom: none;
}
.entry-footer {
display:none !important;
}
