/* normalizing */
html, body, p, h1, h2, h3, h4, h5, h6, 
ol, ul, li, dl, dt, dd, td, 
form, fieldset {     
	margin: 0; 
   padding: 0;
   border: 0;
}
html {
	/* text-align: center; */
}
body {
	text-align: center;
	margin: 8px auto;
	width: 960px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
p {
	text-align: left;
	margin: 0 6px 4px 6px;
	padding: 2pt;
}
.story {
	font-size: 1.1 em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.toDoBox {
	border: 1px solid #b90000;
	padding: 2px;
	margin: 6px auto;
}
.linkBox {
	border: 1px solid #483f9b;
	background-color: #d7dcf5;
	padding: 2px;
	margin: 6px auto;
}
blockquote {
	margin: 4px 40px 4px 40px;
}
/* page banners */
h1 {
	text-align: left;
	background-position: right;
	background-repeat: no-repeat;
	height: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
		
}
.theme1 {
	background-image: url(../banners/theme1.jpg);
	
}
.theme2 {
	background-image: url(../banners/banner_campfires.png);

}
.theme3 {
	background-image: url(../banners/banner_countryStore.png);

}
.theme4 {
	background-image: url(../banners/banner_maze.png);

}
.theme5 {
	background-image: url(../banners/banner_pumpkins.png);
}
.theme6 {
	background-image: url(../banners/banner_farmFun.png);
}
/* for the jsMenu */
#jsMenu {
	height: 30px;
	margin: auto 0;
	padding: 6px 0 0 0;
}
#aj1table {
	margin:  6px 0 0 0;
	padding: 0;
}

#quicklinks {
	float: right;
	text-align: right;
	margin: 0 10px 0 auto;
}
/* headers */
h2 {
	font-size: 135%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-size: 100%;
}
/* something interesting */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* styling classes */
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.sm {
	font-size: .95em;
}
.imgLeft {
	float: left;
	margin-right: 10px;
	/* padding: 4px; */
}
.imgRight  {
	float: right;
	margin-left: 10px;
}
.featureBox {
	padding: 4pt;
	border: 1px solid Black;
	margin-left: 20px;
	margin-right: 20px;
}

.leftdiv {
	float: left;
	width: 46.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0 10px;
	margin: 10px 0 10px 0;
	text-align: justify;
}
.rightdiv {
	float:right;
	width: 48%; /* see .leftdiv above */
	padding: 0 10px;
	margin: 10px 0 10px 0;
	text-align: justify;
}

.leftBD {
	float: left;
	padding: 5px;
}

.rightBD {
	float: right;
	padding: 5px;
}

/* main links */
a, a:link, a:visited {
	color: Black;
	Font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #b90000;
}
/* other links */
.special a,
.special a:link,
.special a:visited {
	color: #007b37;
	Font-weight: bold;
	text-decoration: none;
}
.special a:hover,
.special a:active {
	color: #b90000;
}

/* style these later */

/* main structural elements */
#sidebar {
	text-align: left;
	float: left;
	width: 258px;
	padding: 0 10px;
}
#mainContent {
	text-align: left;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 10px;
	width: 640px;
	border-left:1px solid Black;
}
#bottomImage {
	background-position: left;
	background-repeat: no-repeat;
}
#bottomImage p {
	margin-left: 230px;
	margin-right: 20px;
}

/* the footer */
/* footer elements ----------------- */

.footer {
	width: 807px;
	margin: 4px auto 0 auto;
	height: 40px;
	font-size: .85em; 
	color: White;
}
.footer p {
	padding: 0;
	margin: 0;
}

/* wraps */
#goldBox {
	background-color: #ffcc33;
	padding: 4px;
}
#whiteBox {
	margin: 0;
	padding: 0;
	background-color: White;
	border: 5px solid Black;
}
/* for the blog loop on front page */
#blogLoop {
	background-color: #f6f1d8;
	border: 1px solid Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 4px;
}
#blogLoop ul li a {
	font-weight: normal;
}

.winners {
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.winners img {
	margin: 4px;
}

#header {
	height: 232px;
}


.socialMedia {
	margin: 0 auto;
	width: 450px;
	height: 60px;
}

.socialMedia img {
	margin: 0 6px;
}

#creditfooter {
	display: none;
}