@charset "UTF-8";

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, sub, sup, 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; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

html {
	font: 15px Tahoma, Geneva, sans-serif;
	background-color: #000;
}
a {
	color: #c22026;
	text-decoration: none;
}
h2 {
	font-size: 21px;
	color: #c22026;
	font-weight: bold;
	line-height: 25px;
}
h3 {
	color: #1162af;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}
h4 {
	color: #1162af;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
td {
	height: 40px;
	line-height: normal;
	color: #1162af;
	font-weight: bold;
	font-size: 13px;
}
fieldset {
	border: 1px solid #000;
}
legend {
	font-size: 21px;
	color: #c22026;
	font-weight: bold;
	margin-left: 20px;
	padding: 0 5px 15px 5px;
}
.bigred {
	font-size: 24px;
	color: #c22026;
	font-weight: bold;
}
.red {
	color: #c22026;
}
.italic_red {
	color: #c22026;
	font-style: italic;
}
.bluebold {
	color: #0061af;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#container2 {
	width: 1150px;
	margin: 0 auto;
}
#left_head {
	background: #0060ab url(images/painting.jpg) no-repeat bottom left;
	width: 630px;
	height: 650px;
	float: left;
}
#right_head {
	background: #c3162a url(images/title.jpg) no-repeat bottom left;
	float: left;
	width: 320px;
	height: 650px;
}
#nav {
	width: 230px;
	float: left;
	background-color: #c3162a;
	font-size: 12px;
}
#nav a {
	color: #f2db98;
	text-decoration: none;
}
#nav ul {
	padding-top: 20px;
}
#nav li.charno {
	padding-bottom: 50px;
}
#nav li.helmet {
	padding-left: 21px;
}
#nav li.special_helmet {
	padding-bottom: 25px;
	padding-left: 21px;
}
#content {
	background-color: #f2db98;
	float: left;
	width: 630px;
	line-height: 36px;
	padding: 0 45px 0 45px;
}
#footer {
	width: 100%;
	float: left;
}
#photog {
	width: 100%;
	padding-top: 50px;
	background-color: #f2db98;
	float: left;
}
#photog p {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	
}
#photog a{
	color:#000;
	text-decoration:underline;
}
#foot_bottom {
	width: 100%;
	height: 225px;
	background: #000 url(images/footer.jpg) no-repeat top left;
	float: left;
}
#sponsors {
	width: 315px;
	margin: 0 auto;
	padding-top: 100px;
}

/******* EVENTS ********/
.event_info {
	padding: 20px 0 30px 0;
	margin-bottom: 10px;
	border-bottom: 1px #000 solid;
}

.event_info p {
	line-height: normal;
}
.event_info img {
	padding: 0 10px 0 0;
	float: left;
}

p.tress {
	padding-top: 10px;
}
.event_info a:hover {
	color: #F00; 
}
p.zeb {
	padding-bottom: 10px;
	font-weight: bold;
}
p.tix {
	font-size: 12px;
	font-style: italic;
}

/******** PRESS *******/
ul.press li {
	font-weight: bold;
	color: #c22026;
	font-size: 13px;
}
#art {
	padding-top: 20px;
	line-height: 20px;
}
ul.press a {
	color: #000;
	text-decoration: underline;
}
ul.press a:hover {
	text-decoration: none;
}

/******** PURCHASE / CHECKOUT *******/
#tickets {
	width: 450px;
	margin-top: 20px;
}
#tickets td {
	height: 24px;
}
#tickets input {
	width: 200px;
}
td.lengthen {
	width: 185px;
}
#tickets label {
	padding-left: 5px;
	color: #000;
	font-size: 12px;
}
#tickets input.cabrera {
	width: 96px;
	height: 21px;
	padding: 10px 0 0 110px;
}
#tickets input.shorty {
	width: 25px;
}
.section {
	font-size: 16px;
	font-weight: bold;
	color: #c22026;
	text-decoration: underline;
	padding: 20px 0 10px 0;
}
#errors {
	width: 100%;
	border: 1px solid #F00;
	margin-top: 15px;
	padding: 10px 0 10px 10px;
	background-color: #eee;
	line-height: 21px;
}
#errors p {
	font-size: 14px;
	color: #F00;	
}
td.norm {
	color: #000;
	font-weight: normal;
}
td.norm2 {
	color: #000;
	font-weight: bold;
}
/********* ADMIN **********/
/**************************/
#login {
	width: 650px;
	background-color: #f2db98;
	margin: 40px auto 0 auto;
	border: 1px solid #000;
}
#login h1 {
	font-size: 18px;
	text-align: center;
	padding: 25px 0 25px 0;
	color: #c22026;
	font-weight: bold;
}
#login table {
	margin-left:200px;
	width: 200px;
	align: center;
	border: none;
}
.error {
	text-align: center;
	color: #F00;
	padding-bottom: 15px;
}

/********* EVENTS **********/
#eventinbevent form {
	width: 470px;
	line-height: 18px;
	padding-bottom: 35px;
}
#eventinbevent form input {
	width: 275px;
}
.row, .row2, .rowodd { 
	display: block;
	padding: 5px 0 5px 25px;
}
.rowodd .newb {
	font-size: 12px;
	padding: 2px 5px 0 15px;
}
#add .pack {
	width: 125px;
	margin-right: 15px;
}
#add .packprice {
	width: 50px;
}
#eventinbevent form .row2 input { 
	width: 15px;
}
.row textarea {
	display: block;
	clear:left;
}
.label, .label3 {
	width: 130px;
	float: left;
	padding-top: 2px;
}
.label3 {
	padding-bottom: 5px;
	display: block;
}
.desc {
	margin-top: 30px;
}
#eventinbevent form .addevent input{
	width: 100px;
	float: right;
	margin: 10px 35px 25px 0;
}
#current a {
	font-size: 12px;
	text-decoration: underline;
}
#current a:hover {
	text-decoration: none;
}
#current table {
	width: 475px;
	margin: 15px 0 25px 0;
}
#current td {
	height: 18px;
	color: #000;
}
td.right {
	text-align: right;
}
p.editevent {
	font-weight: bold;
}
.success {
	width: 470px;
	margin-bottom: 15px;
}
.success p {
	text-align: center;
	font-size: 21px;
	background-color: #0C0;
	padding: 10px 0;
	border: 1px solid #000;
}
/********* TIX **********/
#content3 {
	background-color: #f2db98;
	float: left;
	width: 830px;
	line-height: 36px;
	padding: 0 10px 0 10px;
}
#tix td {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	height: 18px;
	padding-right: 10px;
}
#tix td a {
	text-decoration: underline;
}
#tix td a:hover {
	text-decoration: none;
}























