/* Style sheet for Country & Western */

@import url(../common.css);
@import url(subpages.css);

body
{
	background-color: #b2a578; color: black;
	font-family: Georgia, Times, "Times New Roman", "Times Roman", serif;
	background-image: url(images/bg.gif);
	/* background-repeat: repeat-y; */
}

#genreBannerBg
{
	background-color: #992d00;
	color: white;
	height: 103px;
	background-image: url(images/bg_banner.gif);
	background-repeat: repeat-x;
}

#genreBanner
{
	width: 832px;
	height: 103px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}


/* Top Artists */

#topArtists
{
	padding-top: 60px;
	background-color: #c4bb62;
	background-image: url(images/bg_topartists.gif);
	background-repeat: no-repeat;
	color: white;
}
#topArtists a { color: white; }
#topArtists a:hover { color: #992d00; }

/* Featured Artist */

#featuredArtistBg
{
	background-color: #996;
}

#featuredArtist
{
	padding: 40px 30px 30px 30px;
	background-color: #996;
	background-image: url(images/bg_featuredartist.gif);
	background-repeat: no-repeat;
	color: black;
}
#featuredArtist p { display: table; padding: 0; margin: 0; }
#featuredArtist div.illuPhoto { float: left; padding: 0 16px 16px 0; }
#featuredArtist h1 { font-size: 24px; color: white; padding: 0; margin: 0; padding-bottom: 9px; }
#featuredArtist div.rightCol { display: table; float: right; padding: 0 0 16px 16px; }
#featuredArtist div.rightCol a { color: white; font-weight: bold; }
#featuredArtist div.rightCol a:hover { color: #992d00; }

/* Latest Additions */

#latestAdditionsBg
{
	background-color: #b2a578;
	background-image: url(images/bg_latestadditions.gif);
	background-repeat: no-repeat;
	color: black;
}

#latestAdditions
{
	margin: 0;
	padding: 36px 30px 24px 30px;
	clear: both;
}

.additionAlbum
{
	float: left; display: table; font-size: 10px; width: 100px; height: 140px; overflow: hidden; line-height: 11px; margin-right: 12px;
}
.additionAlbum img
{
	display: block; clear: both; margin-bottom: 4px; border: 1px solid #fa6a08;
}
.additionAlbum a
{
	color: black; font-weight: bold;
}
.additionAlbum b { color: white; }
.additionAlbum a:hover b, .additionAlbum:hover a, .additionAlbum:hover a b { color: #992d00; }

a { color: #600; }
a:hover { color: #992d00; }
