/* ------------------------------------------------
CSS Document - fueled on pizza and nachos
Title:     This is the millionth CSS i have done. Ugh.
Author:    Matthew Spiel - thinmatt@gmail.com
Updated:   TOUCHDOWN!
Valid:	   http://jigsaw.w3.org/css-validator/
-------------------------------------------------- */

html {
	background: #887561 url(../images/site/bgrd_eventgradient.jpg) repeat-x left top;	
}
/* ---- Misc Event Front Page Elements ---- */
#eventfront_leftwrap {
	width: 398px;
	margin: 0px;
	float: left;
}
#event_featuredpicture {
	width: 386px;
	height: 300px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 5px 5px 0px;
	background: url(../images/site/bgrd_featurepic386x300.png) no-repeat left top;
}
#event_featuredlower {
	width: 386px;
	height: 260px;
	float: left;
	margin: 11px 0px 0px 7px;
	padding: 0px 5px 5px 0px;
	background: url(../images/site/bgrd_event_bandlist.png) no-repeat left top;
}
#event_featuredlower h6 {
	width: 366px;
	padding: 5px 5px 0px 10px;
	float: left;
	margin: 0px;
}
#event_frontcontent {
	width: 386px;
	float: left;
	margin: 0px 5px 5px;
	padding: 5px 0px 20px 8px;
	background-color: white;
	min-height: 550px;
}
#event_frontcontent p {
	padding: 0px 8px 0px 4px;
}
#event_frontlogo {
	width: 372px;
	height: 254px;
	margin: 5px 0px 0px 0px;
	padding: 6px 5px 25px 0px;
	float: left;
	background: white url(../images/site/bgrd_gameshowcase_sub.jpg) repeat-x left top;
}
#event_frontlogo_tall {
	width: 372px;
	height: 304px;
	margin: 5px 0px 0px 0px;
	padding: 6px 5px 25px 0px;
	float: left;
	background-image: url(../images/site/bgrd_gameshowcase_sub.jpg);
}
img.centerimg {
	float: left;
	margin: 0px 60px -30px;
}
#sidebar_tickets {
	width: 140px;
	height: 200px;
	margin: 8px 0px 8px 5px;
	padding: 0px 3px 3px 0px;
	background: url(../images/site/bgrd_sidebartickets.png) no-repeat left top;
}
.showcase_label {
	float: left;
	padding: 0px;
	margin: 65px -15px 0px 4px;
	list-style: none;
}
.showcase_label_wide {
	float: left;
	padding: 0px;
	margin: 0px -150px 0px 85px;
	list-style: none;
	width: 250px;
}
.showcase_label li, .showcase_label_wide li {
	padding: 2px 0px;
	margin: 0px;
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.showcase_info {
	float: left;
	padding: 0px;
	margin: 85px 0px 0px;
	list-style: none;
}
.showcase_info_wide {
	float: left;
	padding: 0px;
	margin: 17px 0px 0px;
	list-style: none;
	width: 140px;
}
.showcase_info li, .showcase_info_wide li {
	padding: 2px 0px;
	margin: 0px;
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*-- Various Home Page Elements for the Event Pages --*/
#bandlist {
	list-style: none;
	padding: 0px;
	margin: 20px 0px 0px 10px;
	color: white;
	font-size: 10px;
	float: left;
	width: 178px;
}
#bandlist li {
	margin: 0px 0px 2px 0px;
}
#bandlist li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#bandlist li a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
/* ---- FAQs ie Question and Answers ----- */
ul.faqs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}
li.question {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #ED212B;
	font-size: 15px;
	font-weight: bold;
}
li.answer {
	margin: 0px 0px 15px;
	padding: 0px 0px 10px;
	color: #3A3A3A;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted silver;
	line-height: 15px;
}
/* ---- Banner Switch Outs. Served up Hot and Fresh via embed ---- */
h2#band {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/band.jpg) no-repeat center top;
}
h2#basketballclassic {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/basketballclassic.jpg) no-repeat center top;
}
h2#aerospace {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/aerospace.jpg) no-repeat center top;
}
h2#blockparty {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/blockparty.jpg) no-repeat center top;
}
h2#cfbp {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/cfbp.jpg) no-repeat center top;
}
h2#holeinone {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/holeinone.jpg) no-repeat center top;
}
h2#invitational {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/invitational.jpg) no-repeat center top;
}
h2#parade {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/parade.jpg) no-repeat center top;
}
h2#pregame {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/pregame.jpg) no-repeat center top;
}
h2#queencourt {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/queencourt.jpg) no-repeat center top;
}
h2#stadiumclub {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/stadiumclub.jpg) no-repeat center top;
}
h2#tucsonclassic {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/about.jpg) no-repeat center top;
}
h2#volleyball {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/volleyball.jpg) no-repeat center top;
}
h2#youthfootball {
	width: 950px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9000px;
	background: url(../images/site/banners/youthfootball.jpg) no-repeat center top;
}
