@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - POP EVIL TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		pe_tour.css
	Date:			May 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav a.tour {
		background-position:-137px -121px;
	}		

/*	--------------------------------------------------------------------------------------------------------------------------
	h1 Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol h1 {
		top:576px; left:28px;
		width:179px; height:75px;
		background:url(../../images/h1_tour.png) no-repeat;
		position:absolute;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol #tourContent {
		padding:64px 0 30px 50px;
	}
		#mainCol #shows {
			width:500px;
		}
			#shows col#dateCol {
				width:92px;
			}
			#shows col#venueCol {
				width:198px;
			}
			#shows col#locationCol {
				width:115px;
			}
			#shows col#ticketCol {
				
			}
		#shows tbody tr {
			background:url(../../images/hr_dash.gif) bottom left repeat-x;
		}
			#shows tbody tr td {
				padding:30px 0 15px 0;
			}
				#shows tbody tr td.date {
					font-size:12px;
					color:#682f2f;
				}
				#shows tbody tr td.venue {
					font:bold 14px Arial, Helvetica, sans-serif;
					color:#9c1b1b;
				}
					#shows tbody tr td.venue a:link, #shows tbody tr td.venue a:active, #shows tbody tr td.venue a:visited {
						font:bold 14px Arial, Helvetica, sans-serif;
						color:#9c1b1b;
						text-decoration:none;
					}
						#shows tbody tr td.venue a:hover {
						 color:#000;
						}
				#shows tbody tr td.location {
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#5f2626;
				}
				#shows td.ticket {
					
				}
				#shows td.ticket a:link, #shows td.ticket a:active, #shows td.ticket a:visited {
					width:96px; height:23px;
					background:url(../../images/btn_buyTickets.png) top center no-repeat;
					display:block;
					text-indent:-3000px;
				}
					#shows td.ticket a:hover {
						background-position:bottom;
					}