body  {
	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: #000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
div.info {
	float: left;
	width: 162px;
	margin-right:5px;
}
div.map div.info h2 {
	color: #990000;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #768790;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.reviewbox {
	background-color: #e7e2c5;
	width: 240px;
	padding:5px;
	margin-top:10px;
}
div.reviewborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAA025;
	padding-top:5px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BAA025;
	margin-bottom:5px;
}
div.reviewbox h2 {
	font-size: 18px;
	margin: 0px;
}
.line {
	color: #FF9900;
	background-color: #FF9900;
}
div.map {
	padding: 5px;
	float: left;
	width: 518px;
	background-color: #f7ecd0;
	border: 1px solid #98aeb9;
	margin-bottom: 10px;
}
div.map h3 {
	color: #990000;
	font-size: 14px;
	padding-bottom: 5px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#spotcontainer {
	float: left;
	width: 500px;
	background-image: url(/images/spot-bg2.jpg);
	background-repeat: repeat;
	padding: 5px;
}
#spotcontainer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	font-size: 18px;
}
#spotlight a:link, #spotlight a:visited {
	color: #F6FFCA;
	text-decoration: underline;
}
#spotlight a:hover {
	color: #FFFFFF;
}
div.postmeta {
	font-size: x-small;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.onhalloween #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#spotlight {
	background-image: url(/images/spotlight-bg.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 605px;
	float: left;
	color: #f6ffe6;
	padding-left: 385px;
	padding-top: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#spotlight h2 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.onhalloween #header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	width: 990px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#subcontain {
	float: left;
	width: 990px;
}
.onhalloween #header h1 {
	margin: 0px;
	text-indent: -1000px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.onhalloween #header h1 a,h1 a:hover {
	text-decoration: none;
	width:243px;
	height:52px;
	margin:0;
	padding:0;
	border:0;
	display:block;
	background-image: url(/images/on-halloween.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div.spotscontent {
	margin: 5px;
	float: left;
	width: 105px;
	padding: 5px;
	background-color: #7B0D73;
	font-size: small;
	text-align: center;
	height: 175px;
}
#homeblogcontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-size: 18px;
	text-transform: uppercase;
}
div.spotscontent img {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.spotscontent a:link.prodtitle,div.spotscontent a:visited.prodtitle {
	font-weight: bold;
}
div.spotscontent a:hover.prodtitle {
	color: #FFFFCC;
}
div.spotscontent a:link.mythoughts,div.spotscontent a:visited.mythoughts {
	font-size: x-small;
	color: #CCFF00;
}
div.spotscontent   a:link.onthelist, div.spotscontent a:visited.onthelist {
	font-size: x-small;
	color: #FFFFCC;
}
div.spotscontent a:hover.onthelist {
	color: #FFFF00;
}
div.spotscontent a:hover.mythoughts {
	font-size: x-small;
	color: #CCFFCC;
}
div.spotscontent a:link {
	color: #FFFFFF;
}
#homeblogcontent {
	background-color: #FFFFFF;
	background-image: url(/images/content-bg.jpg);
	background-repeat: repeat-x;
	border: 5px solid #ac914c;
	padding: 5px;
	font-size: small;
	float: left;
	width: 450px;
	margin-left: 10px;
}
#nav {
	background-color: #580257;
	float: left;
	width: 990px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ee7834;
	border-bottom-color: #ee7834;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.onhalloween #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.onhalloween #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #CCCCCC;
	margin-right: 10px;
}
.onhalloween #mainContent {
	margin-top: 0;
	margin-right: 390px;
	margin-bottom: 0;
	margin-left: 0px;
	color: #000000;
	padding: 0;
	clear: left;
} 
#content {
	background-color: #FFFFFF;
	background-image: url(/images/content-bg.jpg);
	background-repeat: repeat-x;
	border: 5px solid #ac914c;
	padding: 5px;
	font-size: small;
	width: 529px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.onhalloween #footer {
	background-image: url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	width: 990px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ee7834;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#decor {
	background-image: url(/images/decor.png);
	float: left;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 990px;
}
#decorb {
	background-image: url(/images/decorb.png);
	float: left;
	height: 66px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
}
#content h2 {
	color: #ab5911;
	margin-top: 0px;
	font-size: xx-large;
}
div.contentmeta {
	float: left;
	width: 250px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
div.comment-author {
	background-color: #7E3078;
	display: block;
	padding: 2px;
	color: #FFFFFF;
}
div.comment-meta {
	padding: 2px;
	color: #CCCCCC;
	font-size: x-small;
	text-transform: uppercase;
}
div.comment-author  a:link {
	color: #FFFFFF;
}
div.comment-author  a:visited {
	color: #CCCCCC;
}
div.comment-author  a:hover {
	color: #FF9900;
}
li.comment {
	background-color: #F8F8F3;
	padding: 5px;
	list-style-type: none;
	margin: 0px;
}
/* End Comments */
