#nav, #sidebar, #utility, #banner {
	display: none !important;
}
body, #wrap, #header, #main, #content, #footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none;
}
#main {
	min-height: 1px !important;
}

/* home */
body.home #main {
	background: none;
}
body.home #sidebar {
	display: block !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none;	
}
body.home #sidebar h2,
body.home #sidebar dl,
body.home #sidebar ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}
body.home #sidebar h2 { 
	border-color: #ddd;
}
a#more-btn, a#spotlight-apply-btn, a#spotlight-more-btn {
	background: none;
	width: auto; height: auto;
	text-indent: 0;
	margin: 0 1.5em 0 0;
	padding: 0;
}

/* logo and page heading */
#header h1 {
	padding-left: 0;
}
#title {
	margin-left: 0;
	padding: 0;
	background: none;
}
#title h1 {
	color: #84B027;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}

/* footer */
#footer {
	border-top: 1px solid #ddd;
	margin: 15px 0 0 !important;
	padding: 15px 0 0 !important;
}
#footer p {
	display: none;
}
#footer p#address {
	display: block;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* print links */
#main a[href]:after, #footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	color: gray;
}
