@charset "utf-8";
/*	-------------------------------------------------------------
	CSS : 			SONOS Website - MUSIC
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sonos_music.css
	Date:			Sep 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .music a {
		background:#489eda;
		color:#d6f9ff;
	}
		#mainNav .music a:hover {
			color:#d6f9ff;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	#music Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#music{
	
	}
		#music h1#h1_music {
			margin:0 0 21px 0;
			font:normal 18px Georgia, "Times New Roman", Times, serif;
			color:#489eda;
		}
		#music h2 {
			margin:0 0 4px 0;
			font:normal 15px Georgia, "Times New Roman", Times, serif;
			color:#174463;
		}
		#music .album {
			float:left;
		}
			#music .album img {
				margin:0 0 19px 0;
			}
			#music .album .btnHolder {
				width:122px;
			}
				#music .album .btnHolder a.amazon {
					width:51px; height:18px;
					margin:0 1px 1px 0;
					background:url(../../images/btn_amazon.png) 0 0 no-repeat;
					display:block;
					float:left;
				}
					#music .album .btnHolder a.amazon:hover {
						background-position:0 -20px;
					}
				#music .album .btnHolder a.itunes {
					width:66px; height:18px;
					background:url(../../images/btn_itunes.png) 0 0 no-repeat;
					display:block;
					float:left;
				}
					#music .album .btnHolder a.itunes:hover {
						background-position:0 -20px;
					}
				#music .album .btnHolder a.barnes {
					width:92px; height:18px;
					background:url(../../images/btn_barnesAndNoble.png) 0 0 no-repeat;
					display:block;
					float:left;
				}
					#music .album .btnHolder a.barnes:hover {
						background-position:0 -20px;
					}
		#music .songs {
			width:280px;
			float:right;
		}
			#music .songs .tracklistCol {
				width:195px;
			}
			#music .songs .timeCol {
				width:37px;
			}
			#music .songs .buyCol {
				width:48px;
			}
			#music .songs th {
				height:24px;
				font-weight:bold;
				color:#3d6079;
				vertical-align:top;
				text-align:left;
			}
				#music .songs th.thTracklist {
				
				}
				#music .songs th.thTime {
				
				}
				#music .songs th.thBuy {
				
				}
			#music .songs tr td {
				height:25px;
				vertical-align:top;
			}
				#music .songs td.track {
				
				}
				#music .songs td.time {
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#706d6e;
				}
				#music .songs td.buy {
				
				}
					#music .songs td.buy a.amazon {
						width:15px; height:14px;
						margin:0 5px 0 0;
						background:url(../../images/amazon_sm.jpg) 0 0 no-repeat;
						display:block;
						float:left;
					}
					#music .songs td.buy a.itunes {
						width:15px; height:15px;
						background:url(../../images/itunes_sm.jpg) 0 0 no-repeat;
						display:block;
						float:left;
					}
				#music .songs td .number {
					margin:0 2px 0 0;
					color:#91c2e4;
				}	
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#blurb Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#blurb {
		
	}
		#blurb li {
			
		}
			#blurb li.top {
				border-top:solid 1px #3c3b3B; border-bottom:none;
				margin:10px 0 0 0;
			}
				#blurb li h2 {
					padding:10px 0;
				}
				#blurb li p {
					padding:0 0 10px 0;
				}
		
		
	