@charset "utf-8";
/* ===== RESET ===== */
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, 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-size: 100%;	vertical-align: baseline;	background: transparent; }
ol, ul {	list-style: none; }
:focus {	outline: 0;}
table {	border-collapse: collapse;	border-spacing: 0; }
@font-face {
 font-family: 'ChunkFive';
 src: url('fonts/Chunkfive.eot');
 src: local('ChunkFive'), url('fonts/Chunkfive.woff') format('woff'), url('fonts/Chunkfive.ttf') format('truetype'), url('fonts/Chunkfive.svg#webfont') format('svg');
 font-weight: normal; font-style: normal;
}


h1, h2, h3, h4 { font: 2.5em ChunkFive, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; font-weight: normal; margin: 0 20px 12px; }
p, h6 { margin: 0 20px 14px; line-height: 130%; font-size: 1.3em; }
a:link, a:visited { color: #4a0000; text-decoration: none; border-bottom: 1px dotted #4a0000; }
a:hover, a:active, a:focus { color: #ba3101; text-decoration: none; border-bottom: 1px dotted #ba3101; }
h1 { font-size: 3em; }
h2 { font-size: 2.4em; color: #a83310; padding-top: 6px; clear: right; }
h3 { font-size: 2.1em; color: #601e08; }
h4, h5 { font-size: 1.8em; }
h6 { font-size: 1.5em; }
h2 img { clear: right; }

/* ===== PAGE ===== */
body { font: 62.5% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; color: #000; background: #f8db53 url(assets/bg-body.gif) no-repeat center top; text-align: center; margin: 0px; padding: 0px; }

#container { width: 828px; margin: 0 auto 18px; background: url(assets/bg-container.gif) repeat-y left top; min-height: 600px; position: relative;}

#header { display: block; position: relative; z-index: 10; }
.headertext1, .headertext2 { position: absolute; left: 6px; top: 30px; z-index: 0; }
.headertext2 { top: 70px; }

a#logo { position:absolute; display: block; width: 398px; height: 213px; left: 59px; top: 63px; border: none; zoom: 1; background: transparent; }

#nav { border: 2px solid #db5326; height: 24px; margin: 0 3px; background: url(assets/bg-nav.png) no-repeat center top; overflow: hidden; padding: 0; }
 #nav ul { height: 25px; text-align: center; margin: 0; padding: 0; }
 #nav li { display: inline; padding: 0 5px; height: 25px; }
 #nav a { background: #c73707 url(assets/bg-nav-li2.gif) repeat-x right top; text-transform: uppercase; font-size: 1.8em; font-weight: bold; 
color: #fff; text-decoration: none; padding: 2px 9px; height: 21px; line-height: 25px; border: none; }
 #nav li.last { background: none; padding-right: 11px; }
 #nav a:link, #nav a:visited { text-decoration: none; }
 #nav a:hover, #nav a:active, #nav a:focus { text-decoration: none; color: #fefad6; background: #c73707; }
 
#main { margin: 0 5px; background:url(assets/bg-main.png) repeat-x center top; position: relative; padding: 20px 0 194px;  min-height:300px; height:auto !important; height:300px; text-align: left; }
 #main-top { background:url(assets/bg-main-top.png) no-repeat top center; width: 818px; height: 89px; position: absolute; left: 0; top: 0;  }
 #main .homepage { text-align: center; margin-bottom: -6px; }

#lineup, #times {  width: 785px; margin: 0 auto 20px; overflow: hidden; position: relative; z-index: 1; text-align: center; }
#lineup td { width: 386px; padding: 0 0 12px; font-size: 1em; background:url(assets/bg-lineup.png) repeat-x left bottom;}
#lineup td.gap, #times td.gap { width: 13px; background: none; }
#lineup a:link, #lineup a:visited { border: none; }
#lineup td .top { width: 386px; background:url(assets/bg-lineup.png) no-repeat left top; height: 23px; margin-bottom: -2px; }
/* font styles in content.css */

#times { margin-top: -8px; }
#times td { width: 382px; padding: 0 2px; }

.content { position: relative; z-index: 1; }
 .homepage h4 { font-size: 2.5em; margin: 0 40px 14px; }
 .content ul { list-style-type: disc; padding: 0; margin: 0 0 14px 34px; }
 .content li { padding: 0; margin: 0 0 2px 12px; font-size: 1.3em; }
 
 .sponsors h2 { margin: 0 20px -12px; }
 .sponsors h3 { margin: 38px 20px 8px; }

/* ===== FORMS ====== */

input.textinput, textarea.textinput { background: #fff; padding: 4px; color: #333; 
font: 1em "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;	border: 2px solid #db5326; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 3px 3px 4px #e5cdc5;
-moz-box-shadow: inset 3px 3px 4px #e5cdc5; box-shadow: inset 3px 3px 4px #e5cdc5; }
fieldset { margin: 0 0 12px; border: 1px solid #ddd; padding-bottom: 2px;}
 fieldset legend { font-size: 1.3em; }
  form p { margin-left: 0; }
  form.competition p { margin-left: 20px; font-weight: bold; }
  form.competition { font-size: 1.1em; }
  .contact label, .radio span { display: block; width: 12em; text-align: right; margin-right: 0.8em; float: left; font-weight: bold;}
  .contact label { padding-top: 5px; }
  .contact .radio label { display: inline; width: auto; float: none; }
 .radio span.formsmallprint { display: block; width: auto; text-align: left; margin: 0; float: none; font-size: 0.9em; }
.contact .textinput { width: 380px; }
.contact p.button { text-align: center; padding-left: 12em; width: 390px; }	
p.extratext { padding: 1px 25px 3px 11.8em; color: #333; }
.required { color: #d00; font-weight: bold; font-size: 1.1em; }
input.button { width: auto; overflow: visible; padding: 4px 12px; color: #fff; border: none; font-weight: bold; font-size: 1.1em; background: #c73707 url(assets/bg-nav-li2.gif) repeat-x right top; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
input.button:hover { background: #c73707; cursor: pointer; }

p.checkboxgroup { line-height: 140%; }
.checkboxgroup strong { font-size: 1.1em; }
.competition h4 { margin: 20px 20px 8px; }
.competition .textinput { width: 764px; }

p.twocol { width: 44%; float:left; }
.competition p.twocol .textinput { width: 364px; }

.formerrors { color: #d00; margin-bottom: 14px;  }
 .formerrors li { font-size: 1.3em; font-weight: bold; }
 .formerrors li a:link, .formerrors li a:visited { text-decoration: underline; color: #f00; } 
 .formerrors li a:hover, .formerrors li a:active { color: #800; } 
input.error, textarea.error { border: 2px solid #960000; }

/* ===== GALLERY ===== */

.gallery { text-align: center; margin: 0 20px 14px; }
.gallery a { margin: 0 5px 8px; border: none; }
.gallery a img { border: 4px solid #db5326; margin: 5px 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  -webkit-box-shadow: 3px 3px 4px rgba(80,40,20,0.4); -moz-box-shadow: 3px 3px 4px rgba(80,40,20,0.4); box-shadow: 3px 3px 4px rgba(80,40,20,0.4); }
.gallery a:hover img { border: 4px solid #fff; }


#footer { width: 828px; height: 268px; background:url(assets/bg-footer.png?a=1) no-repeat center top; position: absolute; bottom: 0; left: -5px; }
 #footer img { left: 110px; top: 77px; position: absolute; }