@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			SONOS Website - EVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sonos_events.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_events.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Hidden Components Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#eventsAlt {
		display:none;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .events a {
		background:#489eda;
		color:#d6f9ff;
	}
		#mainNav .events a:hover {
			color:#d6f9ff;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#eventsAlt Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#eventsAlt {
		display:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#events Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#events h1#h1_events {
		height:23px; 
		margin:0 0 10px 0;
		background:url(../../images/h1_events.png) no-repeat;	
	}
		#events table {
			margin:10px 0 0 0;
		}
			#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 {
					border-bottom:solid 1px #bebebe;
					padding:0 0 2px 0;
					font:bold 12px Georgia, "Times New Roman", Times, serif;
					color:#2e3f7a;
				}
					#events table tbody tr td {
						border-bottom:solid 1px #eee;
						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:#489eda;
						font:bold 10px Arial, Helvetica, sans-serif;
						color:#fff;
						text-align:center;
					}
						#events table tbody tr td.btn a:hover {
							background:#0067af;
							text-decoration:none;
						}