/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	background: #caffff url(../_images/background_html.gif) repeat-x 0 0;
}

body {
	padding-top: 90px;
	width: 818px;
	margin: 0 auto;
	font-family: Helvetica;
	background: url(../_images/background_carnival.jpg) no-repeat 3px -1px;
	}

h1 {
	font-size: 1.95em;
	font-weight: normal;
	height: 161px;
	width: 283px;
	position: relative;
	z-index: 2;
	top: -85px;
	left: 260px;
}

h1 a:link,
h1 a:visited {
	display: block;
	height: 161px;
	width: 283px;
	background: url(../_images/logo2009.gif) no-repeat 0 0;
}

h1 span {
	display: none;
}

h2 {
	color: #006fbf;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.2;
}

h2 span {
	font-size: 12px;
	color: #006fbf;
	text-transform: none;
	display: block;
	line-height: 1.5;
	margin-top: 5px;
}

h3, h4, h5, h6 {
	color: #006fbf;
	font-size: .8em;
	line-height: 1.4;
	margin-left: 20px;
}

h3 span {
	font-size: 12px;
	text-transform: none;
}


ul + h3 {
	margin-top: 20px;
}

h4, h5, h6 {
	margin-bottom: 10px;
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, label {
	/* good place to define typical font-size, line-height and margins */
	font-size: 12px;
	line-height: 1.4;
	color: #44200d;
	margin-left: 20px;
	margin-bottom: 20px;
}

address {
	font-weight: bold;
	line-height: 1.5;
}

ul {
	margin: 0;
	list-style-type: none;
}

#thick ul,
#thick ol {
	margin-left: 20px;
}

ul ul {
	margin-top: 0;
	list-style-image: url(../_images/ul_li.gif);
}

ul ul ul {
	list-style-image: none;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 18px;
}

ol li {
	line-height: 1.5;
	margin-bottom: 10px;
}

ol ol {
	margin-top: 0;
	margin-left: 0;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	padding: 20px 0 20px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #f1eaff;
}

blockquote p {
	margin-bottom: 0;
}

cite {
	padding-top: 10px;
	margin-right: 20px;
	text-align: right;
	display: block;
}

p.Cite {
	position: relative;
	left: 70%;
	display: block;
	width: 100px;
	background: url(../_images/quote.gif) no-repeat top left;
	
}

cite:before {
  content: "- ";
}

q:before {
	content: "''"
}

q:after {
	content: "''"
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #0068d0;
}

a:hover,
a:active {
	text-decoration: underline;
}



/* FORMS
====================================================================== */
form {
	margin: 15px 0;
	color: #13679f;
}

legend {
	color: #006fbf;
	font-weight: bold;
	padding: 20px 0 !important;
}

form .Row {
	display: block;
	height: auto;
	margin: 0;
	width: 500px;
	padding: 0;
	text-align: right;
	overflow: auto;
}

label {
	color: #13679f;
	margin: 0;
	margin-bottom: 30px;
}

input {
	width: 130px;
	height: 17px;
	color: #666;
	border: 1px solid #eae484;
	margin-left: 8px;
	padding-left: 5px;
	vertical-align: top;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	position: relative;
	top: 10px;
}

label.FieldMedium input {
	margin-right: 120px;
		margin-bottom: 20px;
}

textarea {
	margin-left: 8px;
	margin-right: 55px;
	width: 200px;
	vertical-align: text-top;
}

label.FieldLarge input {
	margin-right: 50px;
	margin-bottom: 20px;
	width: 200px;
}

label.FieldSmall input {
	margin-right: 190px;
	margin-bottom: 20px;
	width: 60px;
}

label.FieldSmall select {
	margin-right: 198px;
	margin-left: 8px;
	margin-bottom: 20px;
	width: 60px !important; 
}

label span {
	position: relative;
	top: 0px;
}

select {
	vertical-align: text-top;
}

label.LabelRadio,
label.LabelCheck,
label.FieldDescribe {
	display:  block;
	width: 235px;
	float: left;
}

input.InputRadio,
input.InputCheck {
	float: left;
	width: auto;
	border: 0;
}

input.Submit {
	border: 0;
	height: 21px;
	width: 54px;
	cursor: pointer;
	background: url(../_images/join.gif) no-repeat 0 0;
}

form span {
	margin: 0;
	position: relative;
	top: 2px;
	font-size: 12px;
	font-weight: bold;
}

#response {
	color: #b4181e;
	font-weight: bold;
	margin-bottom: 10px;
}

/* CONTAINERS
====================================================================== */
#outer {
	margin: 0 auto;
	padding-bottom: 20px;
	width: 800px;
	border: 5px solid #60ffff;
	background: #eafffe url(../_images/fireworks.gif) no-repeat 400px 360px;
}

#inner {
	overflow: auto;
	height: 100%;
}

#header {
	position: relative;
	height: 81px;
	margin-bottom: 3em;
	background: url(../_images/background_header.gif) repeat-y 0 0;
}

.Date {
	position: absolute;
	right: 25px;
	top: 15px;
}

.Order {
	position: absolute;
	top: 15px;
	right: 540px;
}

#Ticket {
	position: absolute;
	top: -4px;
	right: 617px;
}

#header span#countdown {
	color: #fff;
	font-size: 13px;
	width: 230px;
	margin: 0px;
	text-align: left;
	position: absolute;
	top: 68px;
	right: -7px;
	z-index: 4;
	white-space: nowrap;
}

#header span {
}

#header span span {
	color: #ffff00;
}

#tagline {
	position: absolute;
	top: -6px;
	right: 6px;
}

#thin,
#thick,
#sidebar {
	float: left;
	min-height: 300px;
}

.Left {
	margin: 5px 15px 20px 20px;
	float: left;
	position: relative;
	top: -5px;
}

body#section_fair_information .Left {
	margin: 5px 15px 15px 20px;
}

body#section_fair_deals .Left {
	margin: 20px 15px 20px 20px;
}

.Right {
	margin: 5px 0 20px 15px;
	float: right;
	position: relative;
	top: 12px;
}

body#section_rides_and_attractions .Right,
body#section_vendor_information .Right {
	top: -26px;
}

body#section_free_entertainment .Right,
body#section_rides_and_attractions .Right,
body#section_fair_information .Right{
	top: 0;
}

#thick ul {

	margin-bottom: 15px;
	line-height: 1.5;
}

#thick ul ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

#thick ul ul li {
	margin-bottom: 5px;
}

/* HOME
====================================================================== */

body#section_home form {
	margin: 15px 0;
}

body#section_home form span {
	color: #13679f;
}

body#section_home input {
	width: 130px;
	height: 17px;
	border: 1px solid #eae484;
	margin-left: 8px;
	padding-left: 5px;
	vertical-align: top;
}

body#section_home input.Submit {
	border: 0;
	height: 21px;
	width: 54px;
	cursor: pointer;
}

body#section_home #thin {
	margin-top: 0px;
	width: 277px;
}

body#section_home #thin p {
	font-size: 12px;
	margin:0 15px 15px;
}

body#section_home #thin p strong {
	font-size: 12px;
}

body#section_home #thin a img {
	margin: 8px 0 8px 12px;
}

body#section_home #thick {
	width: 523px;
}

#home_slideshow {
	width: 523px;
	height: 251px;
}

#weather {
	background: #fff;
	width: 200px;
	padding:0 0 20px 40px;
	margin: 0 auto;
	margin-top: 10px;
}

#columns {
	width: 510px;
	padding-top: 10px;
	margin-bottom: 15px;
	overflow: auto;
	background: url(../_images/background_columns.png) repeat 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#columns ul {
	margin: 0 0 20px;
}

#one,
#two,
#three {
	float: left;
	margin-right: 10px;
	height: 100%;
}

#one li,
#two li,
#three li {
	font-size: 11px;
}

#one {
	width: 150px;
	padding-left: 10px;
}

#two {
	border: 1px solid #a7adb3;
	padding: 0 10px 0px;
	border-width: 0 1px;
	width: 188px;
	min-height: 160px;
	width: 150px;
}

#three {
	margin-right: 10px;
	width: 147px;
}

.Call {
	display: block;
	float: left;
	color: #632d8e;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0px 44px;
	font-size: 14px;
	background: url(../_images/phone.gif) no-repeat 0 0;
}

div#sponsors {
	width: 310px;
	float: right;
	margin:0 12px 0 0;
}

.Icon {
	vertical-align: middle;
	margin:0 10px 20px 10px;
}

p.SubText {
	font-size: 10px;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 0;
}

div#bike_show {
	margin-top: 40px;
	text-align: center;
}

#bike_show p {
	padding-top: 10px;
	margin: 0;
	font-size: 10px;
}

/* INTERIOR
====================================================================== */

body#section_vendor_information #outer,
body#section_fair_news #outer,
body#section_rides_and_attractions #outer,
body#section_fair_information #outer,
body#section_free_entertainment #outer,
body#section_fair_deals #outer {
	padding-bottom: 0;
}

body#section_vendor_information #inner,
body#section_fair_news #inner,
body#section_rides_and_attractions #inner,
body#section_fair_information #inner,
body#section_free_entertainment #inner,
body#section_fair_deals #inner {
	background: url(../_images/background_sidebar.gif) repeat-y 0 0;
}

body#section_vendor_information #header,
body#section_fair_news #header,
body#section_rides_and_attractions #header,
body#section_fair_information #header,
body#section_free_entertainment #header,
body#section_fair_deals #header {
	margin-bottom: 29px;
}

body#section_vendor_information #sidebar,
body#section_fair_news #sidebar,
body#section_rides_and_attractions #sidebar,
body#section_fair_information #sidebar,
body#section_free_entertainment #sidebar,
body#section_fair_deals #sidebar {
	width: 183px;
	height: 100%;
}

body#section_vendor_information #thick,
body#section_fair_news #thick,
body#section_rides_and_attractions #thick,
body#section_fair_information #thick,
body#section_free_entertainment #thick,
body#section_fair_deals #thick {
	width:  560px;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 30px;
	float: left;
}

body#section_vendor_information h2,
body#section_fair_news h2,
body#section_rides_and_attractions h2,
body#section_fair_information h2,
body#section_free_entertainment h2,
body#section_fair_deals h2 {
	text-transform: none;
	font-weight: normal;
	color: #00ccff;
	font-size: 24px;
	margin: 41px 0 15px 20px;
}

body#section_vendor_information h4,
body#section_fair_news h4,
body#section_rides_and_attractions h4,
body#section_fair_information h4,
body#section_free_entertainment h4,
body#section_fair_deals h4 {
	color: #15a4d3;
	font-size: 16px;
	
}

body#section_vendor_information h3,
body#section_fair_news h3,
body#section_rides_and_attractions h3,
body#section_fair_information h3,
body#section_free_entertainment h3,
body#section_fair_deals h3 {
	color: #6d3997;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

body#section_fair_news table,
body#section_rides_and_attractions table,
body#section_fair_information table,
body#section_free_entertainment table,
body#section_fair_deals table {
	width: 350px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	margin-left: 20px;
	color: #61402f;
}

body#section_fair_news table th,
body#section_rides_and_attractions table th,
body#section_fair_information table th,
body#section_free_entertainment table th,
body#section_fair_deals table th {
	padding: 5px 0;
	vertical-align: middle;
}

body#section_fair_news table td,
body#section_rides_and_attractions table td,
body#section_fair_information table td,
body#section_free_entertainment table td,
body#section_fair_deals table td {
	padding: 5px 0;
}


/* FAIR DEALS
====================================================================== */

body#section_fair_deals h2 a:link,
body#section_fair_deals h2 a:visited {
	color: #00d1ff;
}


body#section_fair_deals h2 a:hover,
body#section_fair_deals h2 a:active {
	text-decoration: none;
	color: #0066d0;
}

body#section_fair_deals h2 img {
	vertical-align: text-bottom;
	margin-left: 20px;
}

.Row {
	width: 530px;
	margin: 10px 0 55px;
	padding: 10px 20px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: auto;
}

.Even {
	background: #f2ebff;

}

.Odd {
	background: #caffff;
}

.Row p {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #3d1e09;
}

.Album {
	position: absolute;
	top: -18px;
	right: 30px;
	width: 250px;
	height: 172px;
	overflow: hidden;
}

.Album div {
	position: absolute;
	z-index: 4;
	width: 250px;
	height: 172px;
}

.Even .Album div {
	background: url(../_images/album_pink.gif) no-repeat 0 0;
}

.Odd .Album div {
	background: url(../_images/album_blue.gif) no-repeat 0 0;
}

body#section_fair_deals #info li span {
	font-weight: bold;
	margin-right: 10px;
	float: left;
	color: #6d3997;
}

body#section_fair_deals ul#info ul {
	list-style-image: none;
	display: block;
	margin-left: 43px;
}

.CallOut {
	font-weight: bold;
	font-size: 16px;
	color: #006fbf;
}

/* FREE ENTERTAINMENT
====================================================================== */

span.Time {
	color: #0068d0;
}

strong.Day {
}


body#section_free_entertainment p {
	line-height: 1.6;
}



/* FAIR INFORMATION
====================================================================== */

body#section_fair_information #nav li.Current {
	left: -1px;
}


body#section_fair_information address {
	font-weight: normal;
}

body#section_fair_information address span {
	display: block;
}

body#section_fair_information ol span {
	display: block;
	margin-left: 335px;
}

li strong,
body#section_fair_information strong {
	color: #6d3997;
}

span.Question {
	display: block;
	font-weight: bold;
	color: #6d3997;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.purplebold {
	font-weight: bold;
	color: #6d3997;
}

span.Answer {
	color: #006fbf;
	font-weight: bold;
}

ol.Answer {
	margin-top: -15px;
}

.Right p {
	margin: 0;
	text-align: center;
	font-style: italic;
}

/* RIDES AND ATTRACTIONS
====================================================================== */

body#section_rides_and_attractions #nav li.Current {
	left: -2px;
}

body#section_rides_and_attractions h4 {
	margin-top: 10px;
	margin-bottom: 0;
}

body#section_rides_and_attractions #thick ul {
	
}

/* FAIR NEWS
====================================================================== */

body#section_fair_news #nav li.Current {
	left: 1px;
}

body#section_fair_news address span {
	display: block;
	color: #6d3997;
	font-size: 16px;
	padding-top: 5px;
}

body#section_fair_news #thick ul {
	list-style-image: url(../_images/ul_li.gif);
	list-style-position: outside;
}

body#section_fair_news #thick ul li {
	margin-bottom: 10px;
	margin-left: 15px;
}

body#section_fair_news form {
	background: #f1eaff;
	padding: 20px 10px 10px;
	width: 420px;
	margin-left: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

body#section_fair_news .Msg {
	
	width: 380px;
}

.Msg strong {
	color: #00ccff;
	font-size: 16px;
}

span.error strong {
	color: #6c3897;
}

span.error {
	line-height: 1.6;
	font-weight: bold;
	background: #c8ffff;
	display: block;
	padding: 20px;
	width: 400px;
 	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

body#section_fair_news .Row {
	width: 400px;
	margin:0 0 20px 0px;
}

body#section_fair_news label {
	font-weight: bold;
}

body#section_fair_news input {
	width: 280px;
}

.File {
	border: 0;
	height: auto;
	width: 100px;
	position: relative;
	left: -8px;
	margin-left: 12px;
}

div.Browse {
	overflow: visible;
}

body#section_fair_news .Send {
	width: auto;
	text-align: center;
	border: 0;
	padding: 5px 10px;
	height: auto;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #03a5d3;
}

body#section_fair_news .Send:hover {
	background: #08679f;
}

#honeypot {
	position: absolute;
	top: -100000px;
}

/* VENDOR INFORMATION
====================================================================== */

body#section_vendor_information #nav li.Current {
	left: 2px;
}


/* NAVIGATION
====================================================================== */

#nav_wrapper {
	background: url(../_images/background_nav.gif) repeat -1px top;
	position: absolute;
	top: 81px;
	left: 0;
}

body#section_vendor_information ul#nav,
body#section_fair_news ul#nav,
body#section_rides_and_attractions ul#nav,
body#section_fair_information ul#nav,
body#section_free_entertainment ul#nav,
body#section_fair_deals ul#nav {
	background: url(../_images/background_nav_int.gif) no-repeat 0px bottom;
}

ul#nav {
	/* use this for centered navigation */
	margin: 0;
	list-style-type: none;
	text-align: center;
	width: 800px;
	background: url(../_images/background_nav.gif) repeat-x -1px bottom;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	width: 132px;
	height: 37px;
}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block;
	width: 132px;
	height: 32px;
	padding-top: 5px;
	font-size: 12px;
	color: #0065ce;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	
}

#nav li:hover {
	background: url(../_images/nav_hover.png) no-repeat 0 0;
}

#nav li.Current {
	position: relative;
	left: -4px;
	top: 0;
	background: url(../_images/nav_on.gif) no-repeat center -19px;
}

#sidebar ul {
	margin: 37px 0 0 0;
}

#sidebar ul li.Current {
	font-weight: bold;
	background: url(../_images/star_on.gif) no-repeat 3px 50%;
}

#sidebar ul li.Last a:link,
#sidebar ul li.Last a:visited {
	border-width: 0;
}

#sidebar li a:link,
#sidebar li a:visited {
	color: #fff;
	width: 145px;
	display: block;
	border: 1px dashed #ffcb2d;
	border-width: 0 0 1px;
	padding: 7px 0;
	margin: 0 16px 0 20px;
}

#sidebar li:hover {
	background: url(../_images/star.gif) no-repeat 4px 50%;
}

/* FOOTER
====================================================================== */

#footer {
	margin: 15px auto 0;
	width: 800px;
	position: relative;
}

#footer p {
	display: inline;
	font-size: 9px;
	color: #3e4d87;
}

p.Credit {
	position: absolute;
	right: 25px;
}

.Credit a:link,
.Credit a:visited {
	color: #3e4d87;
}

.Credit a span {
	text-decoration: underline;
}



/* CUSTOM CLASSES
====================================================================== */

.ClearBoth {
	clear: both;
}
ul.ConcertList li {
	margin-bottom: 15px;
}
p.WelcomeText {
	margin: 10px 15px 10px 0;
	padding: 0;
}

strong.Callout {
	font-size: 18px !important;
	color: #006FBB;
	line-height: 1.3;
	display: block;
	padding-bottom: 3px;
	margin-bottom: 10px;
}