/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom #header {
	margin: 0;
	padding: 0;
	background: url(images/BlogHeader2.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: 937px; /*change this to the width of your image*/
	height: 150px; /*change this to the height of your image*/
}

.custom #sidebar_1 h3, .custom #sidebar_2 h3{ color:#003300; }

.custom a {color:#023765;}
.custom a:active {color:#0000CC;}
.custom a:hover {color:#0000CC;}

.custom #content_box {background-color:#F2F2F2;}
.custom #content {background-color:#fff;}

/*remove border from blockquote*/

.custom blockquote { border: none ;&nbsp; }

.post_image { display:none !important; }
