/*** Header ***/

.custom #header {
	background: url('http://www.mad-trees.com/imgs/header.jpg') no-repeat;
	height: 200px;
	width: 949px;
	padding: 0;
	margin: 0;
}
.custom #header #logo, .custom #header #tagline {
	position:relative;
	top: 100px;
	left: 20px;
	width: 50%;
}
/*.custom #header {
	color: white;
	background-color: transparent;
}*/
.custom #header #logo a {
	color: white;
}
.custom #header #logo a:hover {
	color: #ffcc00;
}

.custom #header #tagline {
	color: white;
	font-weight: bold;
}

/*** Content ***/

.custom #content img {
	padding: 1px;
	border: 1px solid #afba9a;
}

/*** Sidebars ***/

.custom .sidebar img {
	padding: 1px;
	border: 1px solid #afba9a;
}
.custom .comments_closed p {
	display: none;
}