@charset "utf-8";
/*	-------------------------------------------------------------
	CSS EVENTS: 	Katharine McPhee Website - EVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		km_events.css
	Date:			Oct 28, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_events.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .events a {
		background-position:-87px -66px !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#eventsAlt Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#eventsAlt {
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#events Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#events {
		width:546px;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}
		#events .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#events .eventsBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#events .eventsContent {
			width:546px;
			padding:10px 0 20px 0;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
	#events h1#h1_events {
		height:18px; 
		margin:0 0 0 36px;
		background:url(../../images/h1_events.png) no-repeat;	
	}
		#events table {
			margin:18px auto 0 auto;
			width:482px;
			background:url(../../images/bg_eventsTable.png) 0 14px no-repeat;
		}
			#events table .dateCol {
				width:72px;
			}
			#events table .venueCol {
				width:109px;
			}
			#events table .locationCol {
				width:247px;
			}
			#events table .ticketsCol {
				width:72px;
			}
			#events table thead {
				text-align:left;
			}
				#events table thead tr th {
					padding:0 0 2px 0;
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#859aa4;
					text-align:left;
				}
					#events table tbody tr td {
						padding:12px 0 10px 0;
					}
					#events table tbody tr td.date {
						color:#859aa4;
					}
					#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:80px; height:18px;
						background:url(../../images/btn_buyTickets.png) 0 0 no-repeat;
						display:block;
					}
						#events table tbody tr td.btn a:hover {
							background-position:0 -18px;
						}
