body .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.site-content article {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

footer[role="contentinfo"] {
	border-top: 0;
	line-height: 1;
	margin-top: 0;
	padding: 0 0 10px 0;
}

hr {
	display:none;
}
.entry-title {
  padding-top: 0;
}
.site-header {
	position: relative;
}

.site-header > a {
	position: absolute;
	top: 20px;
}

.main-navigation {
	margin-top: 20px;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}