@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - EVENTS : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_events.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navEvents a {
		background-position: -446px -45px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tourBlock {
		
	}
		#tourBlock .header {
			margin:0 0 30px 0;
		}
		#tourBlock .header h1 {
			width:185px; height:47px;
			margin:0 auto;
			background:url(../../images/h1_tourMain.png) 0 0 no-repeat;
		}
		#eventsTable {
			margin:0 auto;
			width:520px;
		}
			#eventsTable tr td.divider {
				height:11px;
				padding:3px 0 3px 0;
				background:url(../../images/division.png) center bottom no-repeat;
			}
			#eventsTable th {
				height:35px;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
				color:#132504;
				text-transform:uppercase;
				text-align:left;
			}
				#eventsTable th.thDate {
					padding:0 0 0 5px;
				}
			#eventsTable td {
				vertical-align:middle;
			}
				#eventsTable td.date {
					width:110px;
					margin:0 10px 0 0;
					font:normal 12px Georgia, "Times New Roman", Times, serif;
					color:#644609;
				}
				#eventsTable td.venue {
					width:182px;
					margin:0 10px 0 0;
					font:bold 12px Georgia, "Times New Roman", Times, serif;
					color:#7e4700;
				}
					#eventsTable td.venue a {
						font:bold 12px Georgia, "Times New Roman", Times, serif;
						color:#ba7b00;
					}
					#eventsTable td.venue a:hover {
						color:#7e4700;
					}
				#eventsTable td.location {
					width:125px;
					margin:0 10px 0 0;
					font:normal 12px Georgia, "Times New Roman", Times, serif;
					color:#46381c;
				}
				#eventsTable td.tickets {
					width:73px;
				}
				#eventsTable .buyTickets a {
					width:73px; height:28px;
					background:url(../../images/btn_buyNow.png) 0 0 no-repeat;
					text-indent:-3000px;
					display:block;
				}
					#eventsTable .buyTickets a:hover {
						background-position:0 bottom;
					}