/*
Theme Name: DW Storefront Child Theme
Description: DW child theme for the Storefront theme.
Author: Webreturn
Author URI: http://www.webreturn.co.uk
Template: storefront
Version: 1.0
Text Domain: dw-storefront-child
*/

#masthead {
	background-image: url(http://donwilliams.apps-1and1.net/wp-content/uploads/2016/06/cropped-don_header-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom: 0px;
	border-bottom: 5px solid #111;
}
body.home header.entry-header {
	display: none;
}
table tbody td {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
body.custom-background {
	background-image: url(http://donwilliams.apps-1and1.net/wp-content/uploads/2016/06/logobg-1.jpg);
	background-repeat: no-repeat;
	background-position: center 500px;
	background-attachment: fixed;
}
.author {
	display:none;
}