@charset "utf-8";
body {
	background: #55301d url(assets/images/bg_planks.jpg);
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c7ad90;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	display: block;
	overflow: hidden;
	margin: 0;
	height: 400px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

}
#mainContent {
	text-align: left; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: block;
	overflow: hidden;
	margin: 0;
	background-image: url(assets/images/maincontent_bg.png);
}
#mainContent #frmHunts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#mainContent #frmHunts fieldset {
	background-color: #7A4629;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #361F12;
	border-bottom-color: #361F12;
	margin-right: 40px;
	margin-left: 40px;
}
#mainContent #frmHunts legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #7A4629;
	letter-spacing: 0.05em;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent #frmHunts input.text {
	width: 200px;
}
#mainContent #frmHunts input.text:focus, #mainContent #frmHunts textarea:focus {
	background-color: #E7C8B6;
	border: 1px solid #D8A789;
}
.oneColFixCtrHdr2 #container #mainContent #innercontent #frmHunts fieldset table {
	font-size: 80%;
}



#mainContent #frmGeneral p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#mainContent #frmGeneral fieldset {
	background-color: #7A4629;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #361F12;
	border-bottom-color: #361F12;
	margin-right: 40px;
	margin-left: 40px;
}
#mainContent #frmGeneral legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #7A4629;
	letter-spacing: 0.05em;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent #frmGeneral input.text {
	width: 200px;
}
#mainContent #frmGeneral input.text:focus, #mainContent #frmHunts textarea:focus {
	background-color: #E7C8B6;
	border: 1px solid #D8A789;
}





#menubar {
	display: block;
	overflow: hidden;
	background-image: url(assets/images/menu_v_bg.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
	height: 800px;
	width: 160px;
	padding-left: 11px;
	padding-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

#innercontent {
	padding: 0px;
	width: 780px;
	float: right;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c7ad90;
	text-align: justify;
}

#flash {
	float:right;
	padding-top: 10px;
}

#hofquote {
	float: left;
	width: 510px;
}

#quote {
	padding: 10px;
	float: right;
}

#halloffame {
	clear: both;
}
#bsrdove {
	clear: both;
}
#fieldnotes {
	float: left;
	width: 355px;
	padding-top: 35px;
}

#fieldnotespage {
	background-image:url(assets/photos/binder.jpg);
	height: 662px;
	background-repeat: no-repeat;
	margin-left: 90px;
	padding-left: 120px;
	padding-right: 140px;
	padding-top: 37px;
}
.fieldnotes {
	color: #333;
	font-size: small;
}
	

.oneColFixCtrHdr2 #container #mainContent #innercontent #flash  #FlashMain{
	margin-top: 35px;
}
.photo {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


img.special {
	border: 2px solid;
	border-color: #C5B095;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.flash{
	text-align:right;
	background-color:#EBF0F5;
	padding-bottom:0px;
	margin-left:12px;
	margin-right: 10px;
	margin-bottom: 5px;
}


#footer {
	text-align: center; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display: block;
	overflow: hidden;
	margin: 0;
	background-image: url(assets/images/footer.png);
	background-repeat: no-repeat;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: bold;
}
h2 {
	color: #C8AB8B;
	margin-top: 6px;
	font-size: 22px;
}
h3 {
	color: #000;
}
a {
	color: #AE8960;
}
.author {
	font-size: small;
	font-style: italic;
	padding-left: 25px;
}
.article {
	font-weight: bold;
	letter-spacing: 0.05em;
}
.hofquote {
	font-size: 14px;
}
.links {
	font-size: small;
}

