@import "http://commoncode.solterra.us/css/SolTerraWebCMS-CSSReset.css";

body {
	background-image: url(http://adamscountytravel.org/themes/BackgroundOhioRiverSunset.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-color: #191411;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding-bottom: 10px;
}
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}


#container {
	text-align: left;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	min-height:1000px
}
/* Specific to subpages*/
#headersubpage {
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
	width: 820px;
	position: relative;
}
#logolink {
/*background-color:#FF0000;*/
	position: absolute;
	left: 40px;
	top: 50px;
	background-repeat: no-repeat;
	width: 172px;
	height: 154px;
}
#subpagefeaturedcontent {
/*	 background-color:#000000; */
	position: absolute;
	left: 250px;
	top: 50px;
	background-repeat: no-repeat;
	width: 525px;
	height: 154px;
}
/* Specific to home page below*/
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 435px;
	width: 820px;
	position: relative;
}

#logo {
	position: absolute;
	left: 50px;
	top: 30px;
	background-repeat: no-repeat;
	width: 172px;
	height: 154px;
}
#visitorsguidecover {
	position: absolute;
	left: 70px;
	top: 190px;
	background-repeat: no-repeat;
	width: 145px;
	height: 174px;
}
#moreinfobutton {
	position: absolute;
	left: 80px;
	top: 365px;
	background-repeat: no-repeat;
	width: 128px;
	height: 40px;
}
#visitorsGuide {
	position: absolute;
	left: 93px;
	top: 375px;
}
#visitorsGuide p {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#visitorsGuide p a {
	color: #000;
	text-decoration: none;
}



#preheadernav {
	background-repeat: repeat-y;
	background-position: center top;
	width: 820px;
}
#headerNav {
	background-repeat: no-repeat;
	background-position: center top;
	height: 81px;
	width: 820px;
}
#photoStack {
	height: 380px;
	width: 514px;
	position: absolute;
	z-index: 10;
	background-image: url(http://adamscountytravel.org/themes/photoStack_bg.jpg);
	background-repeat: no-repeat;
	left: 269px;
	top: 44px;
}
#photoFrameTopLeft {
	background-repeat: no-repeat;
	background-position:top left;
	position: absolute;
	z-index: 100;
	height: 60px;
	width: 50px;
	top: 0px;
	left: 0px 
}
#photoFrameTopRight {
	background-repeat: no-repeat;
	background-position:top right;
	position: absolute;
	z-index: 100;
	height: 60px;
	width: 70px;
	top: 0px;
	right: 0px;
}
#photoFrameBottomRight {
	background-repeat: no-repeat;
	background-position:bottom right;
	position: absolute;
	z-index: 100;
	height: 70px;
	width: 70px;
	bottom: 0px;
	right: 0px;
}
#photoFrameBottomLeft {
	background-repeat: no-repeat;
	background-position:bottom left;
	position: absolute;
	z-index: 100;
	height: 70px;
	width: 70px;
	bottom: 0px;
	left: 0px;
}

#navContainer {
	padding-left: 30px;
	padding-top: 10px;
	
}

#bodyWrapper {
	background-repeat: repeat-y;
	background-position: center top;
	width: 820px;
	min-height: 700px;
	overflow:hidden;
}
#rightColumn {
	text-align: left;
	float: right;
	width: 180px;
	margin-right:30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 500px;
	border-color:#FFFFFF;
	border-width: thin;
	border-style: solid;
	background-color: #FFFFCC;
	
}
#fillerrightcolumn {
	text-align: left;
	float: right;
	width: 180px;
	margin-right:30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 500px;
	border-color:#FFFFFF;
	border-width: thin;
	border-style: solid;
	background-color: #FFFFCC;
	
}
#leftColumn {
	width: 510px;
	margin-right: 200px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 40px;
	min-height: 500px;

}

#footer { color:#FFFFFF;
	text-align: center;
	width: 820px;
	min-height: 50px;
	padding-top: 30px;
	font-size: 10px;
}
#footer a {color:#FFFFFF;}
#footer a:visited {color:#FFFF99;}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
.dateformat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.dateEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: black;
}
.listingphoto {
	border:10px solid #FFFFFF;
	width: 150px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	
}