@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_tour.css
	Date:			April 13, 2011
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#navBar li.tour a {
		background-position:0 bottom !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol {
		padding:0 0 20px 0;
	}
	.mainCol h1.tour {
		width:148px; height:11px; background:url(../../images/h1_tour.png) 0 0  no-repeat;
	}
	
	/* shows table */
	#shows {
		width:620px; padding:0 0 25px 0;
	}
		#shows col#dateCol {
			width:125px;
		}
		#shows col#venueCol {
			width:215px;
		}
		#shows col#locationCol {
			width:200px;
		}
		#shows col#ticketCol {
		
		}
		#shows thead {
			height:25px; border-bottom:1px solid #898989;
		}
			#shows thead th.thDate {
				width:125px; height:13px;
				background:url(../../images/th_date.png) top left no-repeat;
			}
			#shows thead th.thVenue {
				width:215px; height:13px; padding:0 15px 0 0;
				background:url(../../images/th_venue.png) top left no-repeat;
			}
			#shows thead th.thLocation {
				width:200px; height:13px;
				background:url(../../images/th_location.png) top left no-repeat;
			}
			#shows thead th.thTicket {
				width:125px; height:13px;
				background:url(../../images/th_tickets.png) top left no-repeat;
			}
		#shows tbody {
			
		}
		#shows tbody tr td {
			padding:10px 0 0 0; background:url(../../images/dotted_line.png) 0 bottom repeat-x;
		}
		#shows tbody tr td.venue {
			margin:5px 0 0 0;
		}
			#shows tbody tr td.venue .venue {
				font-size:14px;	
			}
			#shows tbody tr td.venue .notes {
				display:block; color:#898989; margin:2px 0 0 0; padding:0 10px 0 5px; font:italic 11px Georgia, "Times New Roman", Times, serif;
			}
		#shows tbody tr td.date {
			color:#9db2c0; font:normal 12px Arial, Helvetica, sans-serif;
		}
		#shows tbody tr td.location {
			 color:#898989; font-size:13px;
		}
		#shows tbody tr td.ticket {
		}
		#shows td.ticket a:link, #shows td.ticket a:active, #shows td.ticket a:visited {
			width:75px; height:14px; padding:3px; color:#d2d2d2; background:#1e5bae; font:italic 11px Georgia, "Times New Roman", Times, serif; display:inline-block; text-align:center;
			-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; overflow:hidden;
		}
			#shows td.ticket a:hover {
				color:#fff; background:#549cff;	
			}

/*	--------------------------------------------------------------------------------------------------------------------------
	noContent styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol #shows .noContent td {
		padding:10px 0 10px 0;
	}
