@charset "UTF-8";



/* ---------------------------------------- */



body {
	background-color: #382924;
	background-image: url(background.jpg);
	color: #BCB9B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
		
	h1 {
		background-color: #57453E;
		border: 3px solid #000000;
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 11px;
		margin-top: 0px;
		padding: 11px;
	}
		
	p.content {
		margin-bottom: 11px;
		margin-top: 0px;
		text-align: justify;			
	}
		p.content a, p.content a:visited {
			background-color: inherit;
			color: #BCB9B8;
			font-weight: bold;
			text-decoration: underline;
		}	
		p.content a:hover {
			background-color: #7C625A;
			color: #FFFFFF;
			text-decoration: none;
		}

	a.youtube:link, a.youtube:visited {
		background-color: inherit;
		color: #BCB9B8;
		font-weight: bold;
		text-decoration: underline;
	}	
	a.youtube:hover {
		background-color: #7C625A;
		color: #FFFFFF;
		text-decoration: none;
	}

	ul {
		list-style-type: none;
	}
		ul li {
			margin-left: -40px;
			padding-bottom: 6px;
		}
		
	img {
		border: 0px;		
	}



/* ---------------------------------------- */



	.audioPlayer {
		height: 22px;
		margin-bottom: 11px;
		margin-top: 0px;
	}

	.audioTrackInfoHighlight {
		background-color: #7C625A; 
		color: #FFFFFF; 
		font-weight: bold; 
		padding: 3px;
	}

	.backForMoreAlbumCover {
		border: 1px solid #000000;	
	}
	
	.albumCover {
		border: 1px solid #000000;	
	}	
	
	.buyWith {
		border: 0px;
		vertical-align: middle; 		
	}
	
	.contentImageLeft {
		border: 3px solid #000000;
		float: left; 
		margin-bottom: 6px;
		margin-right: 11px; 		
	}
	.contentImageRight {
		border: 3px solid #000000;
		float: right; 
		margin-bottom: 6px;
		margin-left: 11px; 		
	}	
	
	.outNowOnSedSoul {
		background-color: inherit;
		color: #FFFFFF;
		text-transform: uppercase; 
	}
	
	.playAllAudioTracks {
		text-transform: uppercase;		
	}
	
	.playAudioTrackButton {
		border: 0px;
		vertical-align: middle; 
	}
	
	.socialBookmark {
		border: 1px solid #FFFFFF;
		height: 16px;
		margin-right: 6px;
		width: 16px;
	}		


	
/* ---------------------------------------- */	
	
	
	
	#audioTracksJavaScript {
		display: none;
	}	
	
	#backgroundLeft {
		background-image: url(background_left.gif);
		background-repeat: repeat-x;
		height: 419px;
		left: 0px;
		position: absolute; 
		top: 0px;
		width: 50%;		 
		z-index: -20; 	
	}
	
	#contents {
		left: 50%;
		margin-left: -480px;
		position: absolute; 
		top: 300px; 
		width: 960px;
	}
	
	#copyrightContainer {
		height: 50px;
		left: 50%;
		margin-left: -480px;
		position: absolute;
		top: 232px;		
		width: 960px;
	}
		#copyright {
			background-color: inherit;
			color: #7C625A;
			left: 638px;
			position: absolute; 
		}
	
	#leftColumn {
		left: 0px;
		position: absolute; 
		width: 462px;
	}
	
	#legalContainer {
		height: 50px;
		left: 50%;
		margin-left: -480px;
		position: absolute; 
		top: 205px; 
		width: 960px;	
	}
		#legal {
			background-color: inherit;
			color: #7C625A;
			left: 630px;
			position: absolute; 			
		}
			#legal a, #legal a:visited {
				background-color: inherit;
				color: #7C625A;
			}
			#legal a:hover{
				background-color: #7C625A;
				color: #FFFFFF;
				text-decoration: none;
			}
			
	#logo {
		background-image: url(logo.gif);
		background-repeat: no-repeat;
		height: 419px;
		left: 50%;
		margin-left: -480px;
		position: absolute; 
		top: 0px; 	 
		width: 960px; 
		z-index: -10; 	 		
	}	
		
	#outNow {
		left: 33%;
		margin-left: -200px;
		position: absolute; 
		top: 180px; 
		width: 150px; 
		z-index: 10;
	}
	
	#rightColumn {
		left: 497px;
		margin-top: 10px;
		position: absolute;
		width: 462px;
	}

