
/**********GENERAL STYLES**********/

body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #33aad5 url(http://www.bigfun.org/images/bgMain.jpg) top center no-repeat;
	font-size: 12px;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.clearBoth {
	clear: both;	
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

.floatRightNoMargin {
	float: right;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

/**********HEADER STYLES**********/

#header {
	position: relative;
	width: 840px;
	height: 61px;
	margin: 0 auto;
}

#countdown {
	position: absolute;
	top: 8px;
	left: 212px;
	color: #571c00;
}

#countdown strong {
	font-size: 12px;	
}

#countdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#countdown li {
	float: left;
	margin-right: 12px;
	font-size: 10px;
	text-align: center;
}

#search {
	display: block;
	position: absolute;
	top: 25px;
	left: 600px;
	height: 24px;
}

.searchField {
	float: left;
	width: 136px;
	height: 22px;
	padding: 0;
	margin: 0 5px 0 0;
	color: #5e5e5e;
	font-size: 11px;
	line-height: 24px;
	text-indent: 4px;
	background: #fdfbf1;
	border: 1px solid #4f97c5;
}

/**********MENU AND NAVIGATION STYLES**********/

#menu {
	position: relative;
	width: 840px;
	height: 102px;
	margin: 0 auto;
}

#menu img {
	border: none;	
}

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

#oldSite {
	position: absolute;
	top: 15px;
	right: 25px;
}

#navigation {
	position: absolute;
	overflow: hidden;
	top: 70px;
	right: 25px;
	width: 632px;
	height: 31px;
	line-height: 80px;
}

#navigation ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;	
}

#navigation a {
	display: block;	
}

#home {width: 47px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) 0 0 no-repeat;}
#home:hover, #homeOver {width: 47px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) 0 -31px no-repeat;}

#buyTickets {width: 102px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -47px 0 no-repeat;}
#buyTickets:hover, #buyTicketsOver {width: 102px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -47px -31px no-repeat;}

#concerts {width: 87px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -149px 0 no-repeat;}
#concerts:hover, #concertsOver {width: 87px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -149px -31px no-repeat;}

#contestsCompetitions {width: 112px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -236px 0 no-repeat;}
#contestsCompetitions:hover, #contestsCompetitionsOver {width: 112px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -236px -31px no-repeat;}

#attractions {width: 108px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -348px 0 no-repeat;}
#attractions:hover, #attractionsOver {width: 108px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -348px -31px no-repeat;}

#fairInfo {width: 80px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -456px 0 no-repeat;}
#fairInfo:hover, #fairInfoOver {width: 80px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -456px -31px no-repeat;}

#contactUs {width: 96px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -536px 0 no-repeat;}
#contactUs:hover, #contactUsOver {width: 96px; height: 31px; background: url(http://www.bigfun.org/images/spriteMenu.gif) -536px -31px no-repeat;}

/**********HERO STYLES**********/

#hero {
	width: 880px;
}

#heroLeft {
	float: left;
	width: 40px;
	height: 335px;
	background: url(http://www.bigfun.org/images/bgHeroLeft.png) no-repeat;
}

#heroMiddle {
	float: left;
	width: 800px;
	height: 335px;
	background: url(http://www.bigfun.org/images/bgHeroMiddle.jpg) no-repeat;
}

#slideShow {
	width: 800px;
	height: 335px;
	position: relative;
}

#slideShow img {
	border: none;	
}

#purchase {
	float: right;
	width: 312px;
	margin: 28px 5px 0 0;
}

#date {
	width: 310px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	text-align: center;
	background: url(http://www.bigfun.org/images/hrPurchase.gif) bottom left no-repeat;	
}

#ticketsCTA {
	display: block;
	overflow: hidden;
	width: 312px;
	height: 160px;
	line-height: 400px;
	background: url(http://www.bigfun.org/images/spriteBuyTickets.gif) 0 0 no-repeat;
}

#ticketsCTA:hover {
	background: url(http://www.bigfun.org/images/spriteBuyTickets.gif) 0 -160px no-repeat;	
}

#heroRight {
	float: left;
	width: 40px;
	height: 335px;
	background: url(http://www.bigfun.org/images/bgHeroRight.png) no-repeat;
}

/**********CONTENT STYLES**********/

#content {
	width: 850px;
	margin: 0 auto 30px auto;
	background: url(http://www.bigfun.org/images/bgContent.png) repeat-y;
}

#contentHome {
	width: 790px;
	height: 420px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(http://www.bigfun.org/images/bgHomeContent.jpg) 25px 0 no-repeat;
}

#contentInside {
	width: 790px;
	margin: 0 auto;
	padding: 15px 25px;
	background: url(http://www.bigfun.org/images/bgInsideContent.jpg) 338px 0 no-repeat;
}

#contentSponsors {
	width: 790px;
	margin: 0 auto;
	padding: 15px 25px;
}

#leftColumn {
	float: left;
	width: 490px;
	margin-right: 50px;
}

#leftColumn a {
	color: #2c8d2a;	
}

#leftColumn h2 {
	margin: 0 0 15px 0;
	color: #0023a2;
	font-size: 26px;
}

#leftColumn h3 {
	margin: 0 0 15px 0;
	color: #4563d3;	
	font-size: 22px;
}

#leftColumn h4 {
	margin: 0 0 15px 0;
	color: #b57e52;	
	font-size: 18px;
}

#leftColumn h5 {
	margin: 0 0 15px 0;
	color: #ce9c74;
	font-size: 16px;
}

#leftColumn p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}

#leftColumn ul {
	list-style-type: none;
	margin: 15px 0 15px 15px;
	padding: 0;
	color: #333;
	font-size: 12px;
}

#leftColumn li {
	padding: 2px 0 2px 19px;
	background: url(http://www.bigfun.org/images/bulletRightArrowList.gif) 0 5px no-repeat;
}

#leftColumn hr {
	height: 1px;
	border: none;
	background: #e6dbb5;
	color: #e6dbb5;
}

#singleColumn {
	float: left;
	width: 790px;
}

#singleColumn img {
	border: none;	
}

#singleColumn table {
	margin: 0 0 25px 0;	
}

#singleColumn td {
	padding: 5px 0;	
}

#singleColumn h2 {
	display: block;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	color: #0023a2;
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #6c88f3;
}

#rightColumn {
	float: left;
	width: 250px;
}

#rightColumn img {
	margin: 0 0 5px 0;	
	border: none;
}

#contentHeader {
	position: relative;
	width: 840px;
	height: 212px;
	margin: 0 auto;
}

#contentHeader img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#contentHeader h1 {
	position: absolute;
	left: 25px;
	bottom: 26px;
	z-index: 100;
	margin: 0;
	color: #3f2001;
	font-size: 40px;
	line-height: 1em;
}

#marketingColumn {
	float: left;
	width: 425px;
	margin-right: 40px;
}

#marketing {
	padding-top: 15px;
	width: 425px;
	height: 300px;
}

#marketing h2 {
	margin: 0 0 15px 0;
	color: #0023a1;
	font-size: 24px;
	line-height: 1em;
}

#marketing p {
	margin: 0 0 15px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}

#marketing a {
	color: #2c8d2a;	
}

#tabContainer {
	width: 415px;
	height: 75px;
	padding: 5px;
	background: url(http://www.bigfun.org/images/bgMarketingSlides.gif) no-repeat;
}

#first {
	padding-left: 4px;	
}

#last {
	padding-right: 0;	
}

#newsColumn {
	float: left;
	width: 325px;
}

#newsColumn h3 {
	margin: 15px 0 5px 0;
	color: #0023a2;
	font-size: 20px;
}

#newsColumn strong a {
	color: #114e3f;	
	font-size: 12px;	
}

#newsColumn p {
	margin: 0;
	color: #333;
	font-size: 11px;	
}

#newsletter {
	height: 45px;
	padding: 33px 0 0 15px;
}

#newsletter img {
	margin: 1px 0 0 7px;	
}

.newsField {
	float: left;
	width: 90px;
	height: 28px;
	margin: 0 6px 0 0;
	padding: 0;
	color: #777;
	font-size: 12px;
	line-height: 28px;
	text-indent: 5px;
	border: 1px solid #4f97c5;
}

.announcement {
	padding: 8px 0;
	border-bottom: 1px solid #e6dbb5;	
}

.readMore {
	display: block;
	color: #2c8d2a;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.viewAll {
	display: block;
	margin-top: 15px;
	color: #2c8d2a;
	font-size: 12px;
	text-align: right;
}

/**********SPONSORS STYLES**********/

#sponsors {
	width: 840px;
	height: 74px;
	margin: 0 auto;
	background: url(http://www.bigfun.org/images/bgSponsors.jpg) no-repeat;
}

#sponsors a {
	display: block;
	width: 780px;
	height: 32px;
	padding: 42px 0 0 60px;
	color: #73601f;
	font-size: 11px;
}

/**********FOOTER STYLES**********/

#footer {
	width: 786px;
	height: 200px;
	margin: 0 auto;
	padding: 15px 30px 0 30px;
	background: url(http://www.bigfun.org/images/bgFooter.gif) no-repeat;
}

#footer a {
	color: #73601f;
}

#footer img {
	margin: 5px 0 0 0;
	border: none;	
}

#footer h4 {
	margin: 0 0 10px 0;
	color: #c2a74b;
	font-size: 16px;
}

#footer ul {
	list-style-type: none;
	width: 100px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#footer li {
	margin: 0;
	padding: 1px 0 1px 8px;
	border-bottom: 1px solid #d1be7a;
	background: url(http://www.bigfun.org/images/bulletRightArrow.gif) 0 5px no-repeat;
}

.footerBucket {
	float: left;
	margin: 0 15px 0 0;
}

#socialMedia img {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	width: 29px;
	height: 29px;
}

.lastBucket {
	float: right;
	margin: 0;
	padding-left: 75px;
	text-align: right;
	background: url(http://www.bigfun.org/images/logoBigFun.gif) left bottom no-repeat;
}

.lastBucket h5 {
	margin: 0;
	color: #333;
	font-size: 20px;
}

.lastBucket p {
	margin: 15px 0 0 0;
	font-size: 12px;	
}

/**********INSIDE PAGE STYLES**********/

.required {
	color: #c00;	
}

.error {
	color: #c00;
}

.map {
	float: right;
	margin: 0 0 15px 15px;
}

#addressTable {
	border: none;
}

#addressTable td {
	padding-right: 25px;
}

#contactForm {
	border: none;
	color: #333;
	font-size: 12px;
}

#contactForm td {
	padding: 5px 10px 5px 0;	
}

#contactForm input {
	width: 220px;	
}

#contactForm select {
	width: 226px;	
}

#contestsTable {
	color: #333;
	font-size: 11px;	
}

#contestsTable img {
	display: block;
	margin: 0 auto;
	border: none;
}

#contestsTable th {
	padding: 0 10px 5px 0;
	font-size: 12px;
	text-align: left;
	border-bottom: 2px solid #e4d8af;
}

#contestsTable td {
	padding: 5px 5px 5px 0;
}

.contestTitle {
	font-weight: bold;	
}

.description {
	color: #8c8c8c;
	border-bottom: 1px solid #e4d8af;	
}

#contestsTable ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#contestsTable li {
	padding: 0 0 5px 6px;
	line-height: 1em;
	background: url(http://www.bigfun.org/images/bulletRightArrow.gif) 0 4px no-repeat;
}

.concert {
	padding: 15px 0 0 0;
	border-bottom: 1px solid #e4d8af;
}

.concert img {
	border: none;	
}

.bandPhoto {
	float: left;
	margin: 0 15px 20px 0;
}

.bandPhotoStone {
	float: left;
	margin: 0 15px 50px 0;
}

.generalAdmission {
	display: block;
	margin: 10px 0 0 0;
	font-size: 11px;
}

.backToTop {
	display: block;
	margin: 0 0 5px 0;
	font-size: 11px;
}

.exhibitFloat {
	float: right;
	margin: 0 0 10px 10px;
}

#prices {
	color: #333;
	font-size: 12px;
	margin: 0 0 25px 0;
	border: none;
}

#prices th {
	padding: 10px 0;
	text-align: left;
	color: #4563d3;
	font-size: 16px;
	border-bottom: 1px solid #e4d8af;	
}

#prices th.price {
	text-align: center;	
	padding: 10px 5px;
}

#prices th.savings {
	text-align: center;
	padding: 10px 5px;
}

.saveMoney {
	color: #c00;
	font-weight: bold;
}

#prices td {
	padding: 10px 0;
	border-bottom: 1px solid #e4d8af;	
}

#prices strong {
	color: #b57e52;
	font-size: 14px;
}

#prices p {
	color: #333;
	margin: 5px 0 0 0;
	font-size: 11px;	
}

.free {
	color: #390;
	font-weight: bold;	
}

.specialNote {
	margin: 0;
	color: #333;
	font-size: 11px;
}

.buyTickets {
	display: block;
	margin: -10px 0 30px 0;
	border: none;
}

.contentCTA {
	display: block;
	margin: 0 0 15px 0;
}

.contentCTA img {
	border: none;
}

#newsletterSignUp {
	display: block;
	width: 230px;
	margin: 25px 0;
	padding: 10px;
	color: #73601f;
	font-size: 14px;
	background: #f6f2d7 url(http://www.bigfun.org/images/bgSecondaryCTA.gif) repeat-x;
	border: 1px solid #cec58e;
}

#connect {
	margin: 25px 0;
}

#connect a {
	color: #2c8d2a;	
}

#connect ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#connect li {
	margin: 0 0 6px 0;	
}

#facebook {
	padding-left: 20px;
	background: url(http://www.bigfun.org/images/iconFacebookSm.gif) left center no-repeat;
}

#myspace {
	padding-left: 20px;
	background: url(http://www.bigfun.org/images/iconMySpaceSm.gif) left center no-repeat;
}

#twitter {
	padding-left: 20px;
	background: url(http://www.bigfun.org/images/iconTwitterSm.gif) left center no-repeat;
}
