/* CSS Document */


#ArtistsArea
{
	width: 950px;
	height: 380px;
	margin: 20px 0 5px 30px;
	padding-top: 1px; /* needed to get IE & FF to display the div in the same place - see http://www.webmasterworld.com/css/3551501.htm */
	padding-bottom: 0px;
	position: relative;
	background-image: url(../unsignedartists/images/featured_Flash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#ArtistsArea.blog
{
	background-image: url(../unsignedartists/images/unsignedArtists_blog.jpg);
}

table#featuredartistsTable
{
	width: 890px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	position: relative;
}

#MediaPlayer
{
}

#picHolder
{
	margin-top: -10px;
}
#playlist
{
	height: 235px;
	width: 520px;
	position: relative;
	left: 10px;
	overflow: auto;
	margin: 0px 0px 0 65px;
	color: Black;
	top: 0px;
}

#playlist ul
{
	margin: 10px 20px 10px 20px;
}

#playlist h2
{
	color: #D40072;
	font-size: 125%;
	margin: 0px 0 5px 0px;
}

#musicList h3
{
	margin: 0px 0 5px 75px;
	padding: 0;
	color: #D40072;
}

#playlist ul li
{
	color: #333333;
}

.blogheader
{
	height:110px;
	width: 890px;
}

.blogContent
{
	font-size: 110%;
	width: 650px;
}

#blogContentHolder
{
	width: 650px;
	height: 250px;
	overflow: auto;
}

.blogContent p
{
	margin: 0px 25px 25px 25px;
}

.blogContent h2 
{
	border: 0;
	color: #3299fe;
	margin: 0 0 20px 20px;
}

linkTD
{
	vertical-align: bottom;
}

#playlist h3
{
	margin: 0;
	padding: 0;
	color: #D40072;
}

.blockquotePink
{
	color: #D40072;
	font-weight: bold;
}
