/* 
Created By:   Tom Freeman
Style Sheet:  Universal site styles
Description:  Leet CSS for my web page!
*/

body{
	font-family:"Tahoma", sans-serif;
	font-size:11px;
	color:#ffffff;
	background-color: #ffffff;
	overflow:hidden;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A img {border: none; }

* :focus { outline: 0; }

#lightboxStuff{
	position:absolute;
	left:0px;
	top:0px;
}

.albumStats{
	background-color:#444444;
	height:318px;
	width:700px;
}

.albumCover{
	width:314px;
	text-align:center;
	vertical-align:middle;
}

.albumDivider{
	height:5px;
	background-color:#ffffff;
}

.albumSpacer{
	width:3px;
	background-color:#ffffff;
}

.albumDetails{
	height:70px;
	width:700px;
	background-color:#444444;
}

.albumThoughts{
	width: 340px;
	vertical-align:top;
	padding:10px 10px 10px 10px;
	text-align:justify;
}

.bold{
	font-weight:bold;
}

.trackList{
	font-size:10px;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
}

.trackArtist{
	font-weight:bold;
	font-size:10px;
}

.trackTitle{
	font-size:9px;
	color:#EEEEEE;
}

.releaseInfo{
	padding:10px;
}

.infoBit{
	padding-left:10px;
	font-weight:bold;
	width:75px;
}

.infoSpecifics{
	width:75px;
}

.infoDownload{
	width:130px;
	background-color:#444444;
	text-align:center;
}

.theDetails{
	height:90px;
}

#lightbox_mp3player{
	z-index:4;
	position:fixed;
	left:0px;
	bottom:0px;

}