@charset "UTF-8";
/* CSS Document */

/* DOCUMENT *****************************************************************/
#indexbody {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	color: #FFFFFF;
	font-family: Bookman, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#popupbody {
	background-color: #000000;
	margin: 10px 20px auto 20px;
	padding: 0;
	color: #FFFFFF;
	font-family: Bookman, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}



/* CONTAINERS  **************************************************************/
#wrapper { /* wrapper exists so entire page can easily be embedded anywhere */
	padding-bottom: 50px;
}

#player {
	margin-bottom: 15px;
	margin-top: 10px;
}




/* CLASSES  ****************************************************************/
.section {
	padding-left: 30px;
	height: 140px;
	width: 690px;
	display: block;
	clear: both;
}

.trackname {
	font-weight: bold;
	font-size: 16px;
	display: inline;
}

.music {
	padding-left: 10px;
	font-weight: lighter;
	font-size: 16px;
	display: inline;
}

.duration {
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	display: inline;
	padding-bottom: 5px;
}

.artist {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}

.description {
	font-weight: normal;
	font-size: 14px;
}

.thumbnail {
	margin-right: 15px;
	margin-bottom: 20px;
	border: 0;
	display: inline;
	float: left;
	cursor: pointer;
}

.copy {
	padding-left: 30px;
	padding-top: 30px;
	width: 500px;
	display: block;
	clear: both;
	font-size: 14px;
	letter-spacing: .125em;
}

.artist_table {
	font-size: 14px;
	letter-spacing: .125em;
	padding-left: 30px;
	padding-top: 45px;
	padding-bottom: 60px;
}



a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	color:#999999;
	text-decoration:none;
}
a:active {
	color:#999999;
	text-decoration: none;
}


/* POP-UP DIV ID's ( FOR JAVASCRIPT & POP-UP )  *************************************/
#tracknameID {

	font-weight: bold;
	font-size: 16px;
}

#musicID {
	font-weight: lighter;
	font-size: 16px;
}

#artistID {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 20px;
}

#data {
	display: none;
}