/*
File:			custom.css
Description:	Custom styles for Thesis

*/

/* Line Colours */
.custom #header {border-bottom:3px double #006;}
.custom #footer {border-top:3px double #006;}
.custom blockquote{border-left:1px solid #006;}
.custom pre {border: 1px solid #006;}

/* Navigation */
.custom ul#tabs {color:#006;}

/* Font Colours */
.custom #header #logo a, #header #logo a:visited {color:#006;}
.custom #header #logo a:hover { color: #2361a1; }
.custom #header h1, #header h1#tagline {color:#FF9100;}
.custom h2 a, .custom h2 a:visited {color:#006;}
.custom h2 a:hover { color: #2361a1; }
.custom .author_and_date, .custom .drop_cap {color:#2361a1;}

/* Background */
body.custom { background: #0b013f; }
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }
.custom #page { background: #fff; }

/* 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;
}
