/*****************************************************************
	justrhymes.com
	/css/home.css
*****************************************************************/

/*********************/
/* Featured Artists  */
/*********************/

.FeaturedArtist {
	width: 338px;
	text-align: right;
}

.FeaturedArtistTitle {
	height: 18px;
	line-height: 16px;
	border: 1px solid #dddedf;
	background-image: url("/images/homepage/featuredartists/titlebg.png") repeat-x;
}

.FeaturedArtist h6 {
	font-weight: normal;
	float: left;
	padding-left: 10px;
	color: #999999;
}

.FeaturedArtist h5 {
	float: right;
}

.FeaturedArtist img {
	height: 180px;
	width: 338px;
	border: 1px solid #dddedf;
}

#MainFeaturedArtist {
	text-align: right;
	font-weight: bold;
	float: right;
	width: 260px;
	padding-right: 5px;
	padding-top: 5px;
}

#MainFeaturedArtist h5 {
	float: right;
	border: none;
	background-image: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
}

#MainFeaturedArtist h6 {
	line-height: 16px;
	font-weight: normal;
	float: left;
	font-size: 11px;
	color: #999999;
}

#MainFeaturedArtist img {
	margin-top: 5px;
}


/*********************/
/* Content Section 1 */
/*********************/
#section1 {
	padding-left: 5px;
	width: 399px;
	float: left;
	padding-top: 5px;
}

.HomepageButton {
	width: 323px;
	height: 66px;
	line-height: 66px;
	padding-left: 15px;
	margin-bottom: 2px;
	margin-bottom: 0;
	border-right: 1px solid #6f8351;
	border-left: 1px solid #9c9c9c;
	background: url("/images/homepage/buttongradient.png") repeat-x;
}

.HomepageButtonTitle {
	float: left;
	width: 300px;
}

.HomepageButton .rightarrow {
	width: 9px;
	background: url("/images/homepage/rightarrow.png") no-repeat;
	background-position: 0 center;
	margin-top: -62px; /* kludge */
	clear: both;
	float: right;
	overflow: hidden;
}

.HomepageButton:hover .rightarrow {
	background-position: -9px center;
}

.HomepageButton a:hover {
	text-decoration: none;
}

.HomepageButton .rightarrow a:hover {
	background-position: -9px center;
}

.HomepageButtonTitle h3 a {
	margin-top: -5px;
	float: left;
	color: White;
	font-weight: normal;
}

.HomepageButtonTitle p {
	line-height: 12px;
	margin-top: -22px; /* (-)line-height + (-)font-height + (+)2px for padding */
	margin-bottom: 0px;
	width: 275px;
	float: left;
	color: #3f3f3f;
}

/*********************/
/* Content Section 2 */
/*********************/
#section2 {
	width: 590px;
	float: right;
	padding-top: 5px;
}

#TopSectionContainer {
	width: 528px;
	height: 243px;
	text-align: center;
}

/* Top Artist List */
#TopArtistContainer {
	float: left;
	width: 250px;
	border: 1px solid #a2a2a2;
}

#TopArtistHeader {
	height: 28px;
	line-height: 28px;
	background: url("/images/titlegradient.png") repeat-x left;
	border-bottom: 1px solid #586057;
}

#TopArtistHeader h5 {
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#TopArtistHeader h6 {
	float: right;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #b3d16d;
}

#TopArtistList {
	display: block;
	clear: both;
	background-color: #FFFFFF;
}

#TopArtistList ul {
	margin: 0;
	padding: 0;
}

#TopArtistList li {
	list-style: none;
	text-align: left;
	line-height: 21px;
	padding-left: 5px;
}

.TopArtistListAlternate {
	background-color: #e4e4e4;
}

/* Artist Container */
#ArtistContainer {
	height: 1060px;
	font-size: 13px;
}

#ArtistContainer h5 {
	float: left;
	width: 263px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	height: 28px;
	line-height: 28px;
	border: 1px solid #535f48;
}

#PlatinumArtistsHeader h5 {
	color: #FFFFFF;
	background: url("/images/titlegradient.png") repeat-x left;
}

#justHEARDArtistsHeader h5 {
	margin-left: 1px;
	background: url("/images/homepage/justHEARDArtists_bg.png") repeat-x left;
}

#PlatinumArtists {
	height: 1030px;
	width: 263px;
	float: left;
	background-color: #b3d16d;
	border: 1px solid #dae2ca;
	border-top: none;
}

#justHEARDArtists {
	height: 1030px;
	width: 263px;
	margin-left: 1px;
	float: left;
	border: 1px solid #dae2ca;
	border-top: none;
}

#PlatinumArtists .genre {
	color: White;
}

#PlatinumArtists div, #justHEARDArtists div {
	clear: both;
	display: block;
	margin-top: 5px;
	height: 77px;
}

/* specific styles (inherit others from global stylesheet) */
.thumbnail {
	margin-left: 15px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

/*********************/
/* Content Section 3 */
/*********************/
#section3 {
	padding-left: 5px;
	width: 789px;
	float: left;
}

/*********************/
/* Content Section 4 */
/*********************/
#section4 {
	padding-left: 5px;
	width: 181px;
	float: right;
}

/*********************/
/* Ad Spots */
/*********************/
#ad1 {
	padding-top: 1px;
	width: 338px;
	height: 282px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}

#ad2 {
	width: 338px;
	height: 282px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}

#ad3 {
	width: 728px;
	height: 90px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}

#ad4 {
	width: 120px;
	height: 90px;
	text-align: center;
	border: 1px solid gray;
	background-color: #333333;
}


/* Site Info Message */
#InfoMessage
{
	width: 985px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	text-align: left;
}

#InfoMessage a {
	color: #999933;
}

#InfoMessage a:hover
{
	color: Black;
}

.ArtistListInfoMessage {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
	width: 260px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #FFCC66;
	background-color: #FFFFCC;
	margin-top: 10px;
	text-align: center;
}