/* ------------------------------------------------
CSS Document - fueled on pizza and nachos
Title:     Bowl Page Styles
Author:    Matthew Spiel - thinmatt@gmail.com
Updated:   TOUCHDOWN!
Valid:	   http://jigsaw.w3.org/css-validator/
-------------------------------------------------- */


#featuredvideo {
	width: 386px;
	height: 200px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 5px 5px 0px;
	background: url(../images/site/bgrd_special.png) no-repeat left top;
}
#sidebar {
	width: 150px;
	height: 654px;
	float: left;
	margin: 0px 0px 0px 9px;
	padding: 0px 5px 5px 0px;
	background-image: url(../images/site/bgrd_sidebar_fiestabowl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#eventfront_leftwrap {
	width: 398px;
	margin: 0px;
	float: left;
}
#featuredvideo {
	width: 386px;
	height: 200px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 5px 5px 0px;
	background: url(../images/site/bgrd_special.png) no-repeat left top;
}
#event_frontcontent {
	width: 386px;
	height: 629px;
	float: left;
	margin: 0px 3px 5px;
	padding: 5px 0px 20px 8px;
	background-color: white;
}
#event_frontcontent p {
	padding: 0px 8px;
}
#event_frontlogo {
	width: 372px;
	height: 204px;
	margin: 5px 0px 0px 0px;
	padding: 6px 5px 25px 0px;
	float: left;
	background-image: url(../images/site/bgrd_gameshowcase_sub.jpg);
}
#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 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 li {
	padding: 2px 0px;
	margin: 0px;
	color: black;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
} 