@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - TOUR : 	Melanie Fiona Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mf_tour.css
	Date:			May 12, 2011
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/



/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navTour a {
		border-bottom:solid 2px #fff; 
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#pageHeader h2 {
		width:85px;
		background-position:-293px 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#events Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		
	}
	#events {
		padding:18px 0 0 0;
	}
		#events table {
			font-size:12px;
			color:#000;
		}
			#events table th h3 {
				height:9px;
				background:url(../../images/sprite_h2.png) 0 0 no-repeat;
			}
				#events table th.thDate h3 {
					width:24px;
					background-position:0 -55px;
				}
				#events table th.thVenue h3 {
					width:32px;
					background-position:-24px -55px;
				}
				#events table th.thLocation h3 {
					width:45px;
					background-position:-57px -55px;
				}
				#events table th.thTicket h3 {
					width:36px;
					background-position:-103px -55px;
				}
			#events table td {
				padding:14px 0 11px 0;
				vertical-align:middle;
				border-bottom:solid 1px #aaa;
			}
			#events table td.dateCol {
				width:70px;
			}
			#events table td.venueCol {
				width:196px;
			}
					#events table td.venueCol .venue, #events table td.venueCol .venue a {
						
					}
				#events table td.locationCol {
					width:167px;
				}
				#events table td.ticketsCol {
					width:69px;
				}
					#events table td.ticketsCol a {
						width:68px; height:19px;
						background:url(../../images/sprites.png) -385px -160px no-repeat;
						display:block; text-indent:-3000px; overflow:hidden;
					}
						#events table td.ticketsCol a:hover {
							background-position:-385px -179px;
						}
			#events table td.cmsTool {
				border-bottom:none;
				padding:0;
			}
