/*
File:			custom.css
Description:	Custom styles for Thesis
*/

.custom .comments_closed p { display: none; }

.custom #header { border-bottom:none;
	width: 950px;
	height: 265px;
	padding-top:0;
	padding-bottom:0px;
	background:url('images/header.jpg') no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom .menu {
	background:#86CBCF;
	border-color:#FFF;
	border:1px;}
	.menu {
		background:#86CBCF;
		border-color:#FFF;
		border:1px;}

.custom #footer {
	background:url('images/footer.jpg') no-repeat;
	background-position:top center;
	background-color:#fff;
	text-align:center;
	border:0; }

body.custom {
    background: #D45661 url('images/background.jpg') ;
}

