/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body.custom {
	background: url('http://benzimmer.com/wpd/wp-content/uploads/bgd.jpg');
}
.custom .wpcf7-quiz {
	display: block;
}

.custom #feature_box {
	font-size: 15px;
	padding: 40px;
}

.custom #header { border: none; }

.custom .menu { 
	border: none;
	background: #02053e;
}

.custom .menu ul li {
	background: #02053e;
}

.custom .menu a {
	background: none;
}

.mytabs {
	background: #02053e !important;
}

#box-container {
width: 800px;
margin-left: auto;
margin-right: auto;
}

#box1 {
	float: left;
	width: 400px;
	padding: 10px;
}

#box2 {
	float: left;
	padding: 35px 0 0 40px;
}

/* Adjust home page to accommodate removal of sidebars */
.custom.home #content { width: auto; }
.custom.home #content_box { background: none; }