@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - STORE : 	BLACK NUMBERS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		bn_store.css
	Date:			September 1, 2009
	Author:			David Frenson
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	#contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		padding-top:33px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#navBar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar li.store a {
		background-position:-107px -11px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#store Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#store {
		padding:0;
	}
		#store.single {
			padding-bottom:800px;
		}
		#store h1 {
			width:942px; height:47px;
			margin:0 0 10px 0;
			background:url(../../images/h1_featuredItem.png) 0 0 no-repeat;
		}
		#store #featuredItem {
			border:solid 1px #aaa8a8;
			width:933px;
			padding:0 0 25px 0;
			background:url(../../images/bg_storeSingleItem.png) 0 0 repeat-y;
		}
			#store #featuredItem .info {
				width:618px;
				padding:19px 0 0 20px;
				display:inline;
				float:left;
			}
				#store #featuredItem .info .cover {
					width:238px;
					display:inline;
					float:left;
				}
					#store #featuredItem .info .cover img {
						border:solid 1px #fff;
						display:block;
					}
					#store #featuredItem a.btn_buyDigital {
						width:100px; height:25px;
						margin:5px 0 0 0;
						background:url(../../images/btn_buyDigital.png) 0 0 no-repeat;
						display:block;
					}
						#store #featuredItem a.btn_buyDigital:hover {
							background-position:0 -25px;
						}
				#store #featuredItem .info .description {
					width:360px;
					padding:0 0 10px 0;
					display:inline;
					float:left;
				}
					#store #featuredItem .info .description .artist {
						font:normal 14px "Times New Roman", Times, serif;
						color:#f0f0f0;
						display:block;
					}
					#store #featuredItem .info .description .title {
						font:bold 26px "Times New Roman", Times, serif;
						color:#ffd803;
						display:block;
					}
					#store #featuredItem .info .description .notes {
						font:normal 14px Arial, Helvetica, sans-serif;
						color:#f0f0f0;
						display:block;
					}
					#store #featuredItem .info .description .writeup {
						margin:20px 0 0 0;
					}
						#store #featuredItem .info .description .writeup {
							font:normal 14px Arial, Helvetica, sans-serif;
							color:#f0f0f0;
						}
							#store #featuredItem .info .description .writeup p {
								margin:0 0 10px 0;
							}
		#store #featuredItem .buyBox {
			width:282px;
			padding:24px 0 0 13px;
			display:inline;
			float:left;
		}
			#store #featuredItem .buyBox .item {
				border:dashed 1px #757474;
				width:260px;
				margin:0 0 10px 0; padding:5px 5px 5px 5px;
			}
			#store #featuredItem .buyBox .price {
				margin:0 0 15px 0;
				font:bold 30px Arial, Helvetica, sans-serif;
				color:#ffd803;
			}
				#store #featuredItem .buyBox .price .shipping {
					font:normal 10px Arial, Helvetica, sans-serif; 
					color:#fff;
				}
			#store #featuredItem .buyBox .includes {
				font:bold 18px Arial, Helvetica, sans-serif;
				color:#fff;
			}
				#store #featuredItem .buyBox .includes .header {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#535252;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	.storeMain Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.storeMain {
		padding:35px 0 0 0;
	}
		.storeMain .column {
			width:320px;
			display:inline;
			float:left;
		}
			.storeMain .column h2.vinyl {
				width:301px; height:33px;
				background:url(../../images/h2_vinyl.png) 0 0 no-repeat;
			}
			.storeMain .column h2.cd {
				width:301px; height:33px;
				background:url(../../images/h2_cd.png) 0 0 no-repeat;
			}
			.storeMain .column h2.merch {
				width:301px; height:33px;
				background:url(../../images/h2_merch.png) 0 0 no-repeat;
			}
		.storeMain .column ul {
			padding:15px 0 0 0;
		}
			.storeMain .column ul li {
				border:solid 1px #aaa8a8;
				width:290px;
				margin:0 0 5px 0; padding:8px 0 0 9px;
				background:#414040;
			}
				.storeMain .column ul li .artist {
					font:normal 16px "Times New Roman", Times, serif;
					display:block;
				}
				.storeMain .column ul li .title {
					margin:0 0 10px 0;
					font:bold 21px "Times New Roman", Times, serif;
					display:block;
				}
				.storeMain .column ul li img {
					border:solid 1px #fff;
					display:block;
				}
				.storeMain .column ul li a.btn_more {
					margin:5px 0 15px 0; padding:0 0 0 14px;
					background:url(../../images/linkArrow.png) 0 4px no-repeat;
					font:normal 13px Arial, Helvetica, sans-serif;
					color:#e3c41a;
					display:block;
				}
					.storeMain .column ul li a.btn_more:hover {
						color:#fff;
						text-decoration:underline;
					}
				.storeMain .column ul li .price {
					margin:0 0 15px 0;
					font:bold 30px Arial, Helvetica, sans-serif;
					color:#ffd803;	
				}
					.storeMain .column ul li .price .shipping {
						font:normal 10px Arial, Helvetica, sans-serif; 
						color:#fff;
						display:block;
					}
/*	--------------------------------------------------------------------------------------------------------------------------
	.single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	ul.tracklist {
		margin:20px 0 0 0;
		font:normal 13px Arial, Helvetica, sans-serif;
		color:#fff;
	}
		ul.tracklist .track {
			font-size:10px;
		}
		ul.tracklist strong {
			font-weight:bold;
			font-size:14px;
		}
	a.back {
		margin:5px 0 15px 0; padding:0 0 0 14px;
		background:url(../../images/linkArrow.png) 0 4px no-repeat;
		font:normal 13px Arial, Helvetica, sans-serif;
		color:#e3c41a;
		display:block;
	}
		a.back:hover {
			color:#fff;
			text-decoration:underline;
		}