/* Hide previous-next post links on single post pages */

.single-post #primary .post-navigation {
	display: none;
}

/* Remove Borders from image widgets and margin from top image */
.widget_media_image {
	border: none !important;
}

#media_image-5 {
	margin-bottom: 0;
}