@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			SONOS Website - NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sonos_news.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("base_news.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Hidden Components Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#newsAlt {
		display:none;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .news a {
		background:#489eda;
		color:#d6f9ff;
	}
		#mainNav .news a:hover {
			color:#d6f9ff;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#news {
	
	}
		h1#h1_newsUpdates {
			height:23px; 
			margin:0 0 10px 0;
			background:url(../../images/h1_newsUpdates.png) no-repeat;
		}
		#news li {
			margin:10px 0 16px 0;
		}
		#news h2 {
			margin:0 0 10px 0;
			font:normal 23px Georgia, "Times New Roman", Times, serif;
			color:#489eda;
			background:#fff url(../../images/news_header_bg.png) 0 0 no-repeat;
		}
			#news h2 a {
				font:normal 18px Georgia, "Times New Roman", Times, serif;
			}
			#news h2 .date {
				margin:0 0 6px 0;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
			}
		#news .body p {
			margin:6px 0;
			line-height:17px;
		}
		#news .social {
			padding:5px 0 0 0;
		}
			#news .social .views {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#706d6e;
			}
			#news .social a.btn_share {
				width:47px; height:21px;
				padding:0 0 0 16px;
				background:url(../../images/btn_share.png) 0 0 no-repeat;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#fff;
				text-transform:uppercase;
				line-height:21px;
			}