/*
Theme Name: Historic Hanover
Theme URI: http://historichanover.com
Description: A good theme for Historic Hanover
Version: 1.0
Author: Ross A. Catrow
Date: July 2007


*/
/*===============================================================================================*/
/* =General.php */
/*===============================================================================================*/
h1, h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0;
}
body {
	background-color: #B7765B;
	margin: 0;
	padding: 0;
	color: #59200C;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
}
a {
	color: #F1671F;
}
.highlight {
	font-weight: bold;
	color: #F1671F;
	font-size: 1.2em;
}
hr {
 	color: #59200C;
	background-color: #59200C;
	height: 1px;
	padding: 0;
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
h4 {
	/*font-style: italic;*/
}	
.small {
	font-size: .75em;
}
.soSmall {
	font-size: .3em;
}
.clear {
	clear: both;
}
/*===============================================================================================*/
/* =Template */
/*===============================================================================================*/
div#ribbon {
	position: absolute;
	top: 0;
	left: 0;
}
div#contentWell {
	width: 738px;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}
div#innerWell {
	margin-left: 76px;
	margin-right: 22px;
	background-color: #fff;
}
h1#header {
	background-image: url(images/main_header.jpg);
	text-indent: -2000em;
	width: 640px;
	height: 90px;
}

/*ie hacks for box model-----------*/
div#leftColumn {
	float: left;
	width: 366px;
	background-color: #fff;
}
div#rightColumn {
	margin-left: 366px;
	background-color: #fff;
}
/*end ie hacks for box model-----------*/
#innerWell>div#leftColumn {
	float: left;
	width: 369px;
	background-color: #fff;
}
#innerWell>div#rightColumn {
	margin-left: 369px;
	background-color: #fff;
}
h2#quote {
	float: left;
	background-image: url(images/main_quote.jpg);
	width: 271px;
	height: 214px;
	text-indent: -2000em;
}
div#headerLevel2Image {
	float: left;
	background-image: url(images/main_photo.jpg);
	width: 369px;
	height: 192px;
}
div#content {
	padding-left: 2em;
	padding-right: 2em;
}
div#footer {
	clear: both;
	background-color: #E0BFB0;
	text-align: right;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: .2em;
}
div#footerDropShadow {
	background-image: url(images/footer_dropShadow.gif);
	height: 23px;
	width: 738px;
}
/*===============================================================================================*/
/* =News */
/*===============================================================================================*/
div#news {
	width: 271px;
	background-image: url(images/news_tile.jpg);
	background-repeat: repeat-y;
}
#rightColumn>div#news {
	width: 271px;
	background-image: url(images/news_tile.jpg);
	background-repeat: repeat-y;
}
div#news h3 {
	margin-bottom: 1em;
	margin-left: 1em;
}
div#news h4 {
	margin-left: 1em;
}
div#newsContents {
	padding-left: 1em;
	padding-right: 1.5em;
}
div#newsContents p {
	margin-left: 1em;
	margin-top: 0.3em;
}
div#newsFooter {
	position: relative;
	bottom: 0;
	background-image: url(images/news_footer.gif);
	width: 271px;
	height: 27px;
}
p.event {
	margin-top: .3em;
	margin-left: 1em;
}
/*===============================================================================================*/
/* =HowYouCanHelp */
/*===============================================================================================*/
div#howYouCanHelp {
	padding-top: 2em;
	padding-right: 1.5em;
}
/*===============================================================================================*/
/* =Form */
/*===============================================================================================*/
div#subject h4, div#email h4, div#name h4, div#comments h4 {
	text-align: left;
}
label {
	position: absolute;	
	top: -2000em;
	left: -2000em;
}
label.visible {
	position: static;
	display: block;
	text-align: left;
}
div#name {
	background-color: #eee;
	margin-top: 1em;
	padding: .1em;
	text-align: center;
}
div#email {
	background-color: #eee;
	margin-top: .2em;
	padding: .1em;
	text-align: center;	
}
div#subject {
	background-color: #eee;
	margin-top: .2em;
	padding: .1em;
	text-align: center;
}
div#comments {
	background-color: #eee;
	margin-top: .2em;
	padding: .1em;
	text-align: center;	
}
#contactForm p { margin: 0; }
input#frmFirstName, input#frmLastName, input#frmEmailAddress, input#frmSubject, textarea#frmComments {
	border: solid 1px #A4857A;
}
input#frmFirstName {
	width: 280px;
}
input#frmLastName {
	width: 280px;
}
input#frmEmailAddress {
	width: 280px;
}
input#frmSubject{
	width: 280px;
}
textarea#frmComments{
	width: 280px;
	height: 175px;
}
div#submit {
	text-align: center;
	padding: .2em;
}
.floatLeft {
	float: left;
	padding: .2em;
}
div#messages {
	padding-top: 1em;
	font-size: 1.5em;
}