/* CSS 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, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END CSS RESET*/




/*MAIN STYLES*/

html {

}


body {
	font-family: Arial, Sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	Color: #fceedf;
	background: #7c0b0b url(../img/bggradient.jpg) repeat-x top left;
}

#bg {
	width: 1278px;
	height: 979px;
	margin: -20px auto;
	background: #ad2323 url(../img/bg.jpg) no-repeat;
	background-position: center top;
}

#container {
    width: 980px;
	margin: 0 auto;
    padding: 0 10px;     
}

img {
	border: none;
}

h1 {
	width: 200px;
	height: 200px;
	float: left;
	position: relative;
	top: -40px;
	left: -60px;
	z-index: 10;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fceedf;
	position: relative;
	top: 0;
	left: 230px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fceedf;
	margin-bottom: 20px;
	width: 300px;
	margin-left: 120px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fceedf;
	padding-bottom: 20px;
}

h5 {
	font-size: 24px;
	font-weight: bold;
	color: #fceedf;
	padding: 5px 0 15px 0;
}

h5 img {
	position: relative;
	top: 3px;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	color: #fceedf;
	padding: 10px 0;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

p a {
	text-decoration: underline;
	line-height: 1.2em;
	color: #fceedf;
}

p a:hover {
	color: #7c0b0b;
}

/*LAYOUT*/

#main {
	padding-top: 240px;
	float: left;
}

#header {
	float: left;
	position:relative;
	top: 30px;
}

#nav {
	width: 900px;
	*width: 800px;
	_width: 800px;
	float: left;
	margin-top: 80px;
	margin-left: -70px;
}

#nav ul {

}

#nav ul li {
	display: inline;
	padding: 0 10px;
	*padding: 0 5px;
	_padding: 0 5px;
}

#nav ul li a {
	font-size: 18px;
	padding: 0 2px 2px 2px;
	text-decoration: none;
	text-transform: uppercase;
	color: #af160c;
	background: transparent url('../img/blkbg.png') repeat top left;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #fceedf;
}

#nav ul li a.current {
	color: #fceedf;
}

#wrapper {
	width: 1040px;
	float: left;
	position: relative;
	top: -60px;
	left: -30px;
	z-index: 1;
	padding: 4px;
	margin-bottom: -30px;
	background: transparent url(../img/redbg.png) repeat;
	
}

#content {
	width: 1000px;
	padding: 20px 20px 40px 20px;
	float: left;
	position: relative;
	z-index: 1;
	background: transparent url(../img/blkbg.png) repeat;
}

/*HOME*/
/* Easy Slider */

	#slider {
	float: right;
	margin-top: 20px;
	margin-right: 24px;
	_margin-right: 12px;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:270px;
		top:131px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:996px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		text-indent: -9999px;
		background:url(../img/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../img/btn_next.png) no-repeat 0 0;	
		}	
		
/* // Easy Slider */

.intro {
	float: left;
	width: 250px;
}

/*TEAM PAGE*/

.team_wrapper {
	margin-left: 3px;	
}

.bio {
	background: transparent url(../img/redbg.png) repeat;
	padding: 4px 4px 0 4px;
	float: left;
	margin: 2px;
}

.bio:hover {
	background: transparent url(../img/highlight.png) repeat;
}

.bio img {
	border: none;
}

body#team {
background: #000;
}

.full_bio {
width: 660px;
min-height: 400px;
padding: 30px;
}

.img {
float: left;
width: 300px;
}

.img img {
	border: 4px solid #7c0b0b;
}

.img2 {
float: left;
width: 600px;
}

.img2 img {
	border: 4px solid #7c0b0b;
}

.description {
	float: left;
	margin-left: 30px;
	width: 300px;
	line-height: 1.3em;
	color: #fceedf;
}

.description2 {
	float: left;
	width: 600px;
	margin: 20px 0;
	line-height: 1.3em;
	color: #fceedf;
}

.tag {
	color: #7c0b0b;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: italic;
	padding-top: 10px;
}

/*Schedule Page*/

.results {
	float: left;
}

table.listing {
	font-size: 14px;
	color: #fceedf;
}

table.listing td {
	padding: 8px 4px;
	border-right: 1px solid #800d0d;
	text-align: center;
}

table.listing tr.over {
	background-color: #000;
	cursor: pointer;
}

table.listing tr td.date {
	font-weight: bold;
}

table.listing tr td.venue {
}

table.listing tr td.teams {
	font-weight: bold;
}

table.listing tr td.time {
}

table.listing tr td.price {
	font-weight: bold;
	border-right: none;
}

.odd {
	background-color: #800d0d;
}

table.listing tr.odd td {
	border-right: 1px solid #5c0f0e;
}

.ticket_info {
	float: left;
	margin-top: 30px;
	clear: both;
}

.ticket_info ul li {
	margin: 10px 0;
	color: #800d0d;
}

.ticket_info ul li a {
	color: #fceedf;
}

.wht {
	font-weight: bold;
	color: #fceedf;
}

/*Media Page*/

.video {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.clear {
	width: 100%;
	padding: 5px 0;
	clear: both;
	border-bottom: 1px solid #800d0d;
}

.picture {
	background: transparent url(../img/redbg.png) repeat;
	padding: 4px 4px 0 4px;
	float: left;
	margin: 2px;
}

.picture:hover {
	background: transparent url(../img/highlight.png) repeat;
}

.picture img {
	border: none;
}

/*Contact Page*/

.form {
	float: left;
}

form {
	text-align:left;
	padding: 0 20px;
	width: 450px;
}

form fieldset {
	border: 0;
}

form fieldset legend {
	visibility:hidden;
}

form fieldset ol {
	list-style: none;
}

form fieldset ol li {
	padding: 5px 0;
	position: relative;
}

form fieldset ol li label {
}

label, input, textarea {
	font: 12px 'arial', sans-serif !important;
}

form fieldset input,form fieldset textarea {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eeeeee;
	padding: 3px;
	margin: 5px 0 0 0;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		
	width: 400px;
}

form fieldset input:focus,form fieldset textarea:focus {
	border-color: #800d0d;
	color: #222;
}

form fieldset button {
	border: 1px solid #7d1a1a;
	background-color: #800d0d;	
	padding: 2px 5px;
	color: #fceedf;
	margin: 5px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	float: left;
}

form fieldset button:hover {
	background: #fff;
	color: #333;
}
*/
/* validation ----------------------------------------------------------------------------- */

p#message {
		line-height: 1.1em;
		padding-top: 10px;
		margin-left: 10px;
}

#message .success {
	color: #fceedf;
}

#message .error {
		color: #CF8E91;
}

form fieldset .astrix {
		color: red;
		font-weight: bold;
		padding-left: 5px;
}

 form .validation {
            
		display: none;
		width: 100px;
		position:absolute;
		top:30px;
		left:310px;
		margin:0;		
		color: red;
		font: 10px arial, sans-serif;
		font-weight:bold;
		text-transform: uppercase;
}

li.invalid input {
		border: 1px solid #CF8E91 !important;
}

li.invalid {
        position:relative;
}

/* // validation */

.info {
float: left;
width: 400px;
margin-top: 51px;
}

/*Links*/

.links {
	width: 480px;
	float: left;
}

.second {
	margin-top: 51px;
	margin-left: 30px;
}


.links ul li {
	margin: 10px 0;
	color: #800d0d;
}

.links ul li a {
	color: #fceedf;
}

.red {
	padding: 0 2px 2px 2px;
	font-weight: bold;
	background: transparent url('../img/redbg.png') repeat top left;
}

/*Footer*/

#footer {
	width: 320px;
	margin: 0 30px 20px 0;
	padding: 0 10px;
	float: right;
	font-size: 10px;
	color: #000;
	text-align: right;
	_position: relative;
	_z-index: 99;
}

#footer ul li {
	display: inline;
}

#footer p {
	background: transparent url(../img/redbg.png) repeat top left;
	padding: 0 5px;
}

#footer p a {
	color: #000;
}

#footer img:hover {
	background: transparent url(../img/redbg.png) repeat top left;
}

