/*
File:			custom.css
Description:	Custom styles for Thesis
*/


.custom #header {
	margin: 0;
	padding: 0;
	background: url(images/Dog-Treats-BlogHeader1.jpg) no-repeat left top; /*replace header.gif with the name of your image*/

}

.custom #header #logo {
	text-indent: -9999px;
}

.custom #header #logo a {
	display: block;
	width: 850px; /*change this to the width of your image*/
	height: 150px; /*change this to the height of your image*/
}

.post_image { display:none !important; }
