@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:-471px -20px;
	}
		#mainNav .events a:hover {
			background-position:-471px -20px;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#eventsAlt Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#eventsAlt {
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#events Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#events {

	}
	#events h1#h1_events {
		height:18px; 
		background: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: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:normal 11px Arial, Helvetica, sans-serif;
					color:#282828;
					text-align:left;
				}
					#events table tbody tr td {
						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:#fe46a2;
						font:bold 10px Arial, Helvetica, sans-serif;
						color:#fff;
						text-align:center;
					}
						#events table tbody tr td.btn a:hover {
							color:#3c3b3b;
							text-decoration:none;
						}