@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Kristinia DeBarge BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kdb_disco.css
	Date:			June 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
				
/*	--------------------------------------------------------------------------------------------------------------------------
	navbar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul.navbar li.discography a {
		background:url(../../images/nav_spritesNew.png) -90px -118px no-repeat;
	}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	.discoContent {
		margin:162px 0 0 0;
	}
		.discoContent h2 {
			margin:0 0 45px 0;
			width:237px; height:50px;
			background:url(../../images/h2_disco.jpg) 0 0 no-repeat;
		}
		.discoContent ul.catalog {
			list-style:none;
		}
			.discoContent ul.catalog li.release {
				margin:0 0 45px 0;
			}
			.discoContent ul.catalog li.release img {
				display:block;
				border:none;
			}
			.discoContent ul.catalog li.release .cover a {
				margin:0 15px 0 0;
				border:2px solid #818181;
				background:#fff;
				display:block;
				float:left;
			}
				.discoContent ul.catalog li.release .cover a:hover {
					border:2px solid #fa006f;
				}
			.discoContent ul.catalog li.release .info {
				float:left;
			}
				.discoContent h3 {
					margin:2px 0 15px 0;
					font:bold italic 16px Arial, Helvetica, sans-serif;
					color:#900040;
					display:block;
				}
					.discoContent h3 a {
						font:bold italic 16px Arial, Helvetica, sans-serif;
						color:#fa006f;
					}
						.discoContent h3 a:hover {
							font:bold italic 16px Arial, Helvetica, sans-serif;
							color:#fff;
							background:#fa006f;
						}
				.discoContent ul.catalog li.release .info p {
					font:bold 12px Arial, Helvetica, sans-serif;
					color:#505050;
					text-transform:uppercase;
					display:block;
				}
				.discoContent ul.catalog li.release .info .links {
					margin:12px 0 0 0;
					width:100px; height:28px;
					background:url(../../images/bg_releaseBuyLinks.jpg) bottom center no-repeat;
				}
					.discoContent .links .iTunes {
						width:19px; height:19px;
						float:left;
					}
					.discoContent .links .amazon {
						margin:0 10px 0 25px;
						width:17px; height:17px;
						float:left;
					}

					
/*	--------------------------------------------------------------------------------------------------------------------------
	single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.discoContent .singleHeader {
		height:100px;
	}
		.discoContent .singleHeader h2.single {
			width:237px; height:50px;
			background:url(../../images/h2_disco.jpg) 0 0 no-repeat;
			float:left;
		}
		.discoContent .singleHeader a.backTo {
				padding:0 0 0 10px; margin:23px 12px 0 0;
				width:100px; height:15px;
				background:url(../../images/btn_prev.png) center left no-repeat;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#ff006e;
				float:right;
				display:inline-block;
			}
				.discoContent .singleHeader a.backTo:hover {
					color:#900040;
				}
	.discoContent .pager {
		margin:0 0 20px 0;
	}
		.discoContent img {
			display:block;
		}
		.discoContent p {
			margin:2px 12px 0 0; 
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#828282;
			display:block;
			float:left;
		}
		.discoContent a.prev {
			margin:0 5px 0 0; padding:1px 0 0 1px;
			width:42px; height:15px;
			background:#fdfb05 url(../../images/btn_prevYellow.jpg) 3px 5px no-repeat;
			float:left;
			text-align:center;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#ff006e;
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
			.discoContent a.prev:hover {
				margin:1px 6px 0 1px; padding:1px 0 0 0;
				height:15px;
				border:none;
			}
		.discoContent a.next {
			padding:1px 1px 0 0;
			width:42px; height:15px;
			background:#fdfb05 url(../../images/btn_nextYellow.jpg) 37px 5px no-repeat;
			float:left;
			text-align:center;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#ff006e;
			border-bottom:1px solid #000;
			border-right:1px solid #000;
		}
			.discoContent a.next:hover {
				margin:1px 1px 0 1px; padding:1px 0 0 0;
				height:15px;
				border:none;
			}
	.discoContent .releaseSingle {
		width:154px;
		float:left;
		text-align:center;
	}
		.discoContent .releaseSingle .albumCover {
			margin:0 0 20px 0;
			border:2px solid #fa006f;
			display:block;
		}
		.discoContent .buyButton {
			margin:0 auto;
			width:74px; height:21px;
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#505050;
			text-transform:uppercase;
			display:block;		
		}
		.discoContent .buyButton .links {
			margin:12px 0 0 0;
			width:100px; height:28px;
			background:url(../../images/bg_releaseBuyLinks.jpg) bottom center no-repeat;
		}
			.discoContent  .buyButton .links .iTunes {
				width:19px; height:19px;
				float:left;
			}
			.discoContent  .buyButton .links .amazon {
				margin:0 10px 0 25px;
				width:17px; height:17px;
				float:left;
			}
		.discoContent .inStores {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#505050;
			text-transform:uppercase;
			display:block;
		}	
	.discoContent .releaseInfo {
		margin:0 0 75px 0; padding:0 0 0 15px;
		float:left;
	}
		.discoContent .releaseInfo .player {
			margin:19px 0 15px 0; padding:63px 0 0 0; /*padding for type placement only */
			width:242px; height:80px;
			text-align:center;
			background:#f6f6f6;
		}
			.discoContent .releaseInfo .player a {
				font:normal 10px Arial, Helvetica, sans-serif;
				color:#333;
			}
				.discoContent .releaseInfo .player a:hover {
					color:#fa006f;
				}
		.discoContent .releaseInfo h4 {
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#100d0e;
		} 
		.discoContent .releaseInfo ul.tracks {
			list-style:none;
		}	
			.discoContent .releaseInfo ul.tracks li.track {
				margin:12px 0;
				font:normal 12px Arial, Helvetica, sans-serif;
				color:#100d0e;
			}
				.discoContent .releaseInfo ul.tracks li.track .numberFloat {
					float:left;
					display:block;
				}
				.discoContent .releaseInfo ul.tracks li.track .textFloat {
					width:200px;
					float:left;
					display:block;
				}
				.discoContent .releaseInfo ul.tracks li.track .play {
					margin:0 6px;
					width:13px; height:13px;
					background:#ff006e url(../../images/discoPlay.jpg) 4px 3px no-repeat;
					float:left;
					border-bottom:1px solid #000;
					border-right:1px solid #000;
				}
				.discoContent .releaseInfo ul.tracks li.track .nowplaying {
					margin:1px 7px 0 6px;
					height:13px;
					border:none;
				}
		.discoContent .pagerBottom {
			margin:0 0 25px 0;
			clear:both;
		}	

	