@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			Nellie McKay Website - EVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		nm_events.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_events.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .tour a {
		background-position:-556px -27px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#eventsAlt Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#eventsAlt {
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#events Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#events {
		background:#fbf1ab;
	}
	#events h1#h1_events {
		height:35px; 
		background:#f8dc7c url(../../images/h1_events.png) no-repeat;	
	}
		#events table {
			margin:18px auto 0 auto;
			width:479px;
		}
			#events table .dateCol {
				width:72px;
			}
			#events table .venueCol {
				width:201px;
			}
			#events table .locationCol {
				width:155px;
			}
			#events table .ticketsCol {
				width:72px;
			}
			#events table thead {
				text-align:left;
			}
				#events table thead tr th {
					border-bottom:solid 1px #f8df84;
					padding:0 0 2px 0;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#282828;
				}
					#events table tbody tr td {
						border-bottom:solid 1px #f8df84;
						padding:12px 0 10px 0;
					}
					#events table tbody tr td.date {
						color:#706d6e;
					}
					#events table tbody tr td.city {
						padding:12px 10px 10px 0;
					}
					#events table tbody tr td.venue {
						padding:12px 10px 10px 0;
					}
					#events table tbody tr td.btn a {
						width:72px; height:15px;
						padding:3px 0 0 0;
						background:#d9185d;
						font:bold 10px Arial, Helvetica, sans-serif;
						color:#fff;
						text-align:center;
						overflow:hidden;
					}
						#events table tbody tr td.btn a:hover {
							background:#ed4b89;
							text-decoration:none;
						}
						
/*	--------------------------------------------------------------------------------------------------------------------------
	.noContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#events .noContent {
		margin:0;
	}
	