/* colors:
Red: AE0000
Dark Blue: 1144AA
Dark Gray: 666666
Light Gray: 999999
Even Lighter Gray f0f0f0
Dark Green: 4C7013
Light Green: 92BB47
*/


/* CSS Reset to make all browsers the same */
/* Copied from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/*Changes:
-4/10/09	Noah Roberts	Added "center" to main list
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, center, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ------------------------  begin Zach's CSS updates for River Festival website ---------------------------------- */

body {
	min-width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
a {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#AE0000;
	}
	
#wrapper {
	width:1000px;
	text-align:left;
	background-image:url(../images/greenSwirls2.gif);
	}
	
	
/* --------------------------- header styles --------------------------- */		

#container {
	width:1000px;
	text-align:left;
	background-image:url(../images/greenBackground_test.gif);
	background-repeat:no-repeat;
	}
	.date {
		position:absolute;
		top:115px;
		left:349px;
		font-weight:bold;
		font-size:24px;
		font-size:22px;
		color:#AE0000;
		}
	.asterisk {
		position:relative;
		top:4px;
		}
	#countdown {
		position:absolute;
		top:140px;
		left:390px;
		font-size:14px;
		font-weight:bold;
		white-space:nowrap;
		}
	.eCard {
		position:absolute;
		top:170px;
		left:585px;
		z-index:999999;
		}
	.flashNavigation {
		position:absolute;
		top:125px; 
		z-index:1;
		}
		
/* --------------------------- sidebar styles --------------------------- */		

#sidebar {
	position:absolute;
	top:166px;
	z-index:2;
	}

.counterBackgroundImage {
	/* use this one when the race information is removed... */ 
	background-image:url(../images/RiverFestivalSidebar_12.gif);
	width:131px;
	height:32px;
	background-position:left top;
	background-repeat:no-repeat;
	}
.counterBackgroundImage2 {
	/* use this one when the race information is posted... */
	background-image:url(../images/RiverFestivalSidebar-wit-17.gif);
	width:129px;
	height:32px;
	background-position:left top;
	background-repeat:no-repeat;
	}
.counterStyle {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	}	
	
/* --------------------------- mainContent styles --------------------------- */		

#mainContent {
	background-image:url(../images/transparentOverlay2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:18px;
	}

/* --------------------------- primaryContent styles --------------------------- */		

#primary {
	position:relative;
	top:-72px;
	}
#primary p {
	width:190px;
	margin:2px 0 12px 12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	}
.seaMonster {
	margin-left:-16px;			
	}
	
#primary img.siteMapButton {
	position:relative;
	z-index:300;
}
#mapAndPond {
	position:relative;
	top:36px;
	left:-24px;
	}
	#cityGoBus {
		position:absolute;
		top:-38px;
		left:-6px;
	}
	#flashMap {
		margin-top:20px;
	}
	.pond {
		margin-top:10px;
		}


#news {
	float:left;
	position:relative;
	top:-280px;
	left:16px;
	z-index:3;			
	}
	.newsGraphicHeader {
		position:relative;
		left:-24px;
		}
#news p {
	width:470px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-top:6px;
	margin-left:12px;
	}
	
	#mapAndPond #news p .newsTitle {
		color:#AE0000;
		font-size:18px;
		font-weight:bold;
		}
	#mapAndPond #news p strong a {
		text-weight:bold;
	}
	#mapAndPond #news p a {
		color:#AE0000;
		}
	.newsImage {
		float:right;
		}

/* --------------------------- individual page content styles --------------------- */

.pageTitle {
	position:relative;
	left:-8px;
	top:0px;
	}
.image1 {
	position:relative;
	left:14px;			
	}
.image2 {
	position:relative;
	left:14px;
	top:16px;
	}
	
/* -------------------------- individual page navigation styles --------------------- */

.subNav ul {
	list-style-type:none;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
.subNav ul li {
	background-image:url(../images/skewedOval.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:36px;
	margin-left:6px;
	}
.subNav ul li a {
	padding-left:20px;
	position:relative;
	top:-2px;
	color:#000000;
	}
	.subNav li a:link {
		color:#000000;
		}
	.subNav li a:visited {
		color:#4C7013;
		}
	.subNav li a:hover {
		color:#AE0000;
		}
	.subNav li a:active {
		color:#000000;
		}

.subNav li ul.performersList {
	font-size:14px;
	position:relative;
	top:-6px;
	clear:both;
	}		
.subNav li ul.performersList li {
	background-image:none;
	background-position:left;
	background-repeat:no-repeat;
	margin-left:48px;
	line-height:22px;
	}
	.subNav li ul.performersList li a {
		color:#000000;
		}
		.subNav li ul.performersList li a:link {
			padding-left:5px;
			color:#000000;
			}
		.subNav li ul.performersList li a:visited {
			padding-left:5px;
			color:#4C7013;
			}
		.subNav li ul.performersList li a:hover {
			padding-left:5px;
			color:#AE0000;
			}
		.subNav li ul.performersList li a:active {
			padding-left:5px;
			color:#000000;
			}
		.subNav li ul.performersList li a .break {
			padding-left:20px;
			}
			
			
		.navBreak {
			padding-left:28px;
			}
		
		.subNavBreak2 {
			padding-left:48px;
			position:relative;
			top:-24px;
			left:0px;
			}
		.subNavBreak3 {
			padding-left:48px;
			position:relative;
			top:-24px;
			left:0px;
			}
		.subNavBreak {
			padding-left:48px;
			position:relative;
			top:-12px;
			left:0px;
			}	
		.subSubNavBreak {
			padding-left:48px;
			position:relative;
			top:-30px;
			left:0px;
			}
		
				
		.upArrow img {
			position:relative;
			top:5px;
			left:20px;
			}
		.downArrow img {
			position:relative;
			left:20px;
			top:5px;
			}
			
			.ie span.downArrow img{
				position:relative;
				left:-79px;
				top:28px;
				}
				
		.ie .subNav ul li.addSpace {
			margin-top:20px;
			}
			
/* ----------------------------- styles for informational content -----------------------------  */

#performerInfo {
	position:relative;
	}

#performerInfo #cityGoBus_innerPages {
	position:absolute;
	top:85px;
	left:235px;
}
	* html #performerInfo #cityGoBus_innerPages {
		position:absolute;
		top:-100px;
		left:235px;
	}
	
#performerInfo a {
	color:#AE0000;
	}
	#performerInfo a:hover {
		color:#4C7013;
		}
	#performerInfo h1 img {
		position:relative;
		top:-10px;
		margin-bottom:-18px;
		margin-left:-8px;
		}

#performerInfo h2 {
	font-size:24px;
	margin-top:12px;
	font-weight:bold;
	}

#performerInfo .performerPhotos img {
	float:right;
	max-width:236px;	
	margin-right:-16px;
	padding-left:12px;
	}

#performerInfo h3 {
	font-size:16px;
	margin-top:12px;
	font-weight:bold;
	}
	#performerInfo h3 a {
		color:#000000;
		}
	#performerInfo h3 a:hover {
		color:#AE0000;
		}
		
#performerInfo h3.deadlineNotice {
	border-bottom:3px double #000;
	padding-bottom:10px;
	margin-bottom:20px;
	color:#AE0000;
	} 

		
		
#performerInfo h4 {
	font-size:16px;
	margin:12px 0;
	line-height:20px;
	}
	#performerInfo h4 a {
		color:#4C7013;
		}
	#performerInfo h4 a:hover {
		color:#AE0000;
		}
		
#performerInfo h5 {
	font-size:14px;
	font-weight:normal;
	margin-top:22px;
	margin-top:12px; /* for sponsors page */
	margin-bottom:12px; /* for sponsors page */
	line-height:17px;
	}
	#performerInfo h5 a {
		color:#4C7013;
	}
	#performerInfo h5 a:hover {
		color:#AE0000;
		}
		
#performerInfo ol {
	list-style-type:circle;
	padding-left:36px;
}
#performerInfo ol li {
	padding-bottom:6px;
	font-size:14px;
	line-height:16px;
	}
#performerInfo ol li a:link {
	font-size:14px;
	}
#performerInfo ol li a:hover {
	}
	
#performerInfo p.FFFraceMap a {
	color:#000000;
	}

	#performerInfo p.FFFraceMap a:hover {
		color:#AE0000;
		}
	
#performerInfo p.raceMapLink a {
	color:#000000;
	}

	#performerInfo p.raceMapLink a:hover {
		color:#AE0000;
		}
			


#performerInfo p {
	margin-left:0px;
	margin-top:10px;
	width:400px;
	font-size:14px;
	line-height:18px;
	}

#performerInfo .photo1 {
	float:right;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	padding-bottom:10px;
	clear:left;
	}
#performerInfo .photo1 object {
	float:right;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:12px;
	clear:left;
	}
#performerInfo .photo2 {
	float:right;
	padding-left:12px;
	position:relative;
	top:0px;
	right:-7px;
	padding-left:6px;
	display:inline;
	margin-left:0;
	}
#performerInfo .photo3 {
	float:right;
	position:relative;
	top:14px;
	right:-7px;
	padding-left:6px;
	padding-bottom:10px;
	display:block;
	margin-left:0;
	}
#performerInfo .photo3 {
	*float:left;
	}
#performerInfo  strong {
	font-weight:bold;
}

#performerInfo img.festFit5 {
	position:absolute;
	left:560px;
	top:90px;
	z-index:7;
	*left:270px;
	*top:0px;
}
	
.mp3player {
	}		
.location {
	color:#AE0000;
	}
.archiveSite {
	}
	
#preFestActivites {
	position:relative;
	top:60px;
	}
	
#performerInfo #direction {
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:left;
	margin:0;
	padding:0;
	padding:0 0 6px 0;
	}
#performerInfo #direction a {
		color:#4C7013;
		text-align:left;
		}
#performerInfo #direction a:hover {
		color:#AE0000;
		text-align:left;
		}			

ul.questInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	max-width:360px;
}
ul.questInfo li {
	font-size:12px;
	line-height:20px;
	list-style-type:square;
	margin-left:36px;
}
.medallion {
	float:left;
	padding-right:12px;
	padding-top:6px;
	margin-left:-4px;
}
.set {
	font-size:20px;
}
.go {
	font-size:24px;
	}
#homeQuote p em {
	font-style:italic;
	font-size:16px;
}


/* -------------------------------------- styles for art and craft show app --------------------------------------- */

.artAndCraftApp  {
	border:1px solid black;
	padding:6px;
	font-size:12px;
	color:#000;
	margin-top:12px;
	}
.artAndCraftApp td {
	border:1px solid black;
	padding:6px;
	}
.artAndCraftApp img {
	padding:6px;
	vertical-align:top;
	}
span.acLink {
	text-align:center;
}

/* -------------------------------------------- styles for registration ------------------------------------- */

#registrationDiv {
	width:400px; 
	padding:10px;
}

#registrationDiv h1 {
	font-size:18px;
	font-weight:bold;
}

/* -------------------------------------------- styles for site map -------------------------------------------- */
#sitemap {
	position:relative;
	top:-60px;
	}
		
.siteMapNav, .siteMapNav2, .siteMapNav3 {
		margin:0;
		padding:0;
		font-weight:bold;
		}

.siteMapPart1 {
	float:left;
	width:220px;
	font-size:12px;
	margin-right:10px;
	position:relative;
	left:24px;
	}
.siteMapDecoration {
	float:left;
	position:relative;
	left:12px;
	}
.siteMapPart2 {
	float:left;
	position:relative;
	width:220px;
	font-size:12px;
	margin-right:20px;
	left:24px;
	}
.siteMapDecoration2 {
	float:left;
	position:relative;
	left:-6px;
	margin-right:6px;
	}
.siteMapPart3 {
	float:right;
	width:200px;
	font-size:12px;
	margin-right:12px;
	}


.sectionHead {
	padding-top:6px;
	}
	
	
	.siteMapNav li {
		font-size:14px;
		line-height:20px;
		color:#AE0000;
		}
		.siteMapNav li a {
			color:#AE0000;
			}
		.siteMapNav li a:hover {
			color:green;
			}
	.siteMapNav2 li {
		font-size:12px;
		color:#000000;
		padding-left:20px;
		}
		.siteMapNav2 li a {
			color:#000000;
			}
		.siteMapNav2 li a:hover {
			color:#AE0000;
			}
	.siteMapNav3 li {

		}

.siteMapNav2 li a img { /* pdfIcon */
	position:relative;
	}
.indent {
	padding-left:24px;
	}
	
	
	
/* -------------------------------------------- styles for sponsors --------------------------------------------*/
	
.sponsorsInfo {
	float:right;
	width:430px;
	margin-right:36px;
	position:relative;
	top:-634px;
	}
	* html .sponsorsInfo {
	/* target IE6 & 5.5 */ 
		top:-630px;
		} 
	*+html .sponsorsInfo { 
		/* target IE7 */
		top:-630px;
		} 
#performerInfo .sponsorsInfo h1 img {
	position:relative;
	left:-9px;
	margin-bottom:-24px;
	margin-right:6px;
	}
.sponsorsTable {
	position:relative;
	left:-4px;
	}
	.sponsorTitle {
		font-size:18px;
		font-weight:bold;
		color:#000000;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-bottom-width:1px;
		}
	.sponsorLogo {
		padding:6px;
		background-color:white;
		margin-right:6px;
		
	}
	#performerInfo .sponsor {
		font-size:12px;
		font-weight:bold;
		padding:6px;
		padding-right:18px;
		}
		#performerInfo .sponsor a {
			color:#000000;
			text-decoration:underline;
			}
	
	#performerInfo .sponsoring {
		font-size:12px;
		font-weight:bold;
		padding:6px 0;
		}
		
	.beasponsor img {
		margin-bottom:-36px;
		}
	.sponsorClass {
		margin:18px 0 12px 0;
	}


.cityMap {
	float:right;
	position:relative;
	}
.MapLink {
	float:right;
	clear:right;
	}
	
ul.bulletList {
	list-style-type:square;
	font-weight:bold;
	font-size:14px;
	}
.quote {
	font-style:italic;
	}
.AIAtitle {
	font-size:16px;
	color:#AE0000;
	}
	
		
#mailForm {
	position:relative;
	top:42px;
	}
	* html #mailForm {
		/* target IE6 & 5.5 */ 
		position:relative;
		top:-30px;
		}
	*+html #mailForm {
		/* target IE7 */
		position:relative;
		top:-30px;
		}
	#mailForm h3 {
		padding-left:0px;
		}

	#mailForm p {
		width:190px;
		position:relative;
		left:14px;
		top:-14px;
		text-align:left;
		}
	.mailFormInput {
		position:relative;
		left:0px;
		top:-20px;
		}
	.mailFormInput span {
		font-size:14px;
		}
	.mailActionStyles {
		position:relative;
		top:40px;
		}
		
.mailActionStyles h1, .mailActionStyles h2, .mailActionStyles h3, .mailActionStyles h4, .mailActionStyles h5, .mailActionStyles p {
	padding:0;	
	}
#ecardActionPage .mailActionStyles {
	margin:0;
	padding:0;
	text-align:left;
	}
	
#blogbody textarea {
	background-color:#E1F0C3;
	}

		
		
a img.onlineAd {
	float:right;
	}

/* --------------------------- copyright styles --------------------------- */		

/* colors:
Red: AE0000
Dark Blue: 1144AA
Dark Gray: 666666
Light Gray: 999999
Even Lighter Gray f0f0f0
Dark Green: 4C7013
Light Green: 92BB47
Orange: FFBF17
*/		


.redText {
	color:#AE0000;
	}

#copyright {
	text-align:left;
	position:relative;
	margin-left:22px;
	padding-bottom:6px;
	padding-top:6px;
	font-size:12px;
	color:#17592A;
	color:#000000;
	width:1000px;
	white-space:nowrap;
	line-height:16px;
	}
	
	#copyright a {
		color:#AE0000;
		}
		#copyright a:hover {
		color:#000000;
		}
