@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_discography.css
	Date:			April 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li.navDisco a {
		background-position:-392px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Discography Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#discoBlock {
		width:624px;
		background:#f5f5f5;
	}
		#discoBlock .header {
			padding:13px 0 0 21px;
			width:603px; height:39px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#discoBlock .header h2 {
				width:217px; height:27px;
				background:url(../../images/h2_discography.png) no-repeat;
			}
	
		/* entry */
		#discoBlock .entries {
			padding:23px 0 70px 9px;
			width:615px;
		}
			#discoBlock .entries .entry {
				margin:0 6px 6px 0; padding:15px 0 0 0;
				width:198px; height:269px;
				color:#1d1c14;
				font:normal 11px Arial, Helvetica, sans-serif;
				text-align:center;
				display:inline;
				float:left;
			}
				#discoBlock .entries .entry img {
					width:150px; height:150px;
					border:1px solid #7b0909;
				}
				#discoBlock .entries .entry h3 {
					margin:10px 0 0 0;
					font:bold 12px Arial, Helvetica, sans-serif;
				}
					#discoBlock .entries .entry h3 a {
						color:#781c0a;
					}
						#discoBlock .entries .entry h3 a:hover {
							color:#b5371f;
						}
				#discoBlock .entries .entry .buyLinks {
					margin:15px 0 0 60px;
					font:normal 9px Verdana, Arial, Helvetica, sans-serif;
				}
					#discoBlock .entries .entry .buyLinks a.linkAmazon {
						margin:0 10px 0 0; padding:18px 0 0 0;
						background:url(../../images/icon_amazon.png) 10px 0 no-repeat;
						color:#781c0a;
						display:block;
						float:left;
					}
						#discoBlock .entries .entry .buyLinks a.linkAmazon:hover {
							color:#ff5074;
						}
					#discoBlock .entries .entry .buyLinks a.linkiTunes {
						padding:17px 0 0 0;
						background:url(../../images/icon_iTunes.png) 8px 0 no-repeat;
						color:#781c0a;
						display:block;
						float:left;
					}
						#discoBlock .entries .entry .buyLinks a.linkiTunes:hover {
							color:#ff5074;
						}