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

/* background */
body { background: #2361a1; }
.custom #content_box { background: #fff; }

/* border */
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #33332f; border: 0.1em solid #3e3e3a; }
.custom #page { background: #fff; }

/* Header */
.custom #header { background: #fff url('../images/header.png') no-repeat; height: 150px; }

/* Contact Form Styles */
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}