@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - TOUR : 	John Fogerty Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jf_tour.css
	Date:			Aug 19, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	#navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar li.tour a {
		background-position:-328px -16px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace #mainCol .header {
		width:586px; height:37px;
		margin:15px 0 17px 0; padding:13px 0 0 0;
		background:url(../../images/bg_header.png) bottom left no-repeat;
	}
		#contentSpace #mainCol .header h2 {
			width:87px; height:25px;
			margin:0 0 0 23px;
			background:url(../../images/h2_tour.png) 0 0 no-repeat;
		}
	#contentSpace #mainCol a.past {
		margin:0 0 5px 20px;
		color:#d64c00;
		display:block;
		text-decoration:none;
	}
		#contentSpace #mainCol a.past:hover {
			color:#ff7e00;
		}
	#contentSpace #mainCol .content {
		width:535px;
		margin:0 auto 0 auto; 
	}
	#footer ul#footerLinks a {
		text-decoration:none;
	}
	#contentSpace #altColTop .twitter #twitter_div #twitter_update_list li a {
		color:#d64c00;
		text-decoration:none;
	}
		#contentSpace #altColTop .twitter #twitter_div #twitter_update_list li a:hover {
			color:#ff7e00;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#altColTop Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#altColTop .tourComponent {
		display:none;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#tour {
		width:527px;	
	}
		#tour tr.last td {
			border-bottom:none;
		}
		#tour th {
			height:30px;
			background:url(../../images/dash.png) 0 bottom repeat-x;
			font:normal 13px Arial, Helvetica, sans-serif;
			color:#3a0b02;
			text-align:left;
		}
		#tour td {
			padding:10px 0;
			background:url(../../images/dash.png) 0 bottom repeat-x;
			font:normal 12px Arial, Helvetica, sans-serif;
			vertical-align:top;
			text-align:left;
		}
			#tour td.date {
				width:90px;
				padding:9px 0 6px 0;
				font-family:Verdana, Geneva, sans-serif;
				font-size:10px;
				color:#75683a;
			}
			#tour td.venue {
				width:200px;
				padding:9px 5px 6px 0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#5e452d
			}
				#tour td.venue a {
					color:#d64c00;
					text-decoration:none;
				}
					#tour td.venue a:hover {
						color:#ff7e00;
					}
			#tour td.venue .notes {
				margin:5px 0 0 10px;
				color:#5e452d;
				display:block;
			}
				#tour td.venue .notes a {
					color:#d64c00;
					text-decoration:none;
				}
					#tour td.venue .notes a:hover {
						color:#ff7e00;
					}
			#tour td.setlist {
				width:77px;
				padding:15px 5px 0 0;
			}
				#tour td.setlist a {
					width:77px; height:18px;
					display:block;
					background:url(../../images/btn_setList.png) no-repeat scroll 0 0;
				}
					#tour td.setlist a:hover {
						background-position:0 bottom;
					}
			#tour td.buy {
				width:98px;
				margin:0 0 0 10px; padding:0;
			}
				#tour tbody tr td.buy a {
					width:98px; height:18px;
					background:url(../../images/btn_buyTickets.png) no-repeat scroll 0 0;
					display:block;
					text-indent:-3000px;
				}
					#tour td.buy a:hover {
						background-position:0 -18px;
					}
					
/*	--------------------------------------------------------------------------------------------------------------------------
	#event Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#event {
		width:500px;
	}
		#event h2 {
			padding:0 0 10px 0;
			color:#ee0000;
		}
		#event .show {
			margin:0 0 15px 0;
		}
			#event .show span {
				font:bold 10px Verdana, Geneva, sans-serif;
				color:#3a0b02;
			}
		#event .info {

		}
			#event .info h3 {
				margin:0 0 5px 0;
			}
			#event .info .songs {
				margin:0 0 25px 0;
			}
