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

body {
	height: 100%;
	background-color: #FFF;
	background-image: url(/media/images/common/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

#frame {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	height: 100%;
}

#header {
}

#content-feature {
	margin-top: 10px;
}

#featured {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FAF20D;
}

#featured-secondary {
	border: 1px solid #669900;
	margin-left: 10px;
	margin-right: 10px;
}

#content-main {
	width: 960px;
	margin-top: 20px;
}

.artist-box {
	display: block;
	height: 123px;
	width: 298px;
	border: 1px solid #06C;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
}
.artist-menu {
	font-size: 0.75em;
	background-color: #06C;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 225px;
	text-align: left;
	left: auto;
}
.artist-menu a:link , .artist-menu a:visited{
	color: #FFF;
	text-decoration: none;
}
.artist-menu a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.artist-name {
	font-size: 18px;
	font-weight: bold;
	margin-top: 83px;
	margin-left: 2px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
}
.artist-name a:link , .artist-name a:visited{
	color: #FFF;
	text-decoration: none;
}
.artist-name a:hover {
	color: #fff;
	background-color: #06C;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
}


.artist-bg-fpf {
	background-image: url(/media/images/artist-fpf.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-lambert {
	background-image: url(/media/images/artist-lambert-miranda.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-joyrory {
	background-image: url(../images/artist-joey-rory.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-littlebigtown {
	background-image: url(../images/artist-little-big-town.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-mcbride {
	background-image: url(../images/artist-mcbride-martina.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-loveless {
	background-image: url(../images/artist-loveless-patty.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-strait {
	background-image: url(../images/artist-strait-george.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.artist-bg-sa {
	background-image: url(/media/images/artist-sa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#news-releases {
	margin-left: 10px;
	float: left;
	width: 620px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#news-releases h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#news-releases ul li {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#news-releases ul li span {
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 6px;
	padding-left: 2px;
}
#news-releases ul li div {
	margin-top: 6px;
}

#news-releases ul li a:link, #news-releases ul li a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#news-releases ul li a:hover {
	color: #FF9;
}

#news-releases ul li strong a:link, #news-releases ul li strong a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #F6F516;
}
#footer {
	clear: both;
	display: block;
}
#footer #contact-info {
	display: block;
	text-align: right;
	float: right;
	margin-bottom: 10px;
	clear: right;
	margin-top: 10px;
	
}
#footer #contact-info a:link, #footer #contact-info a:visited {
	color: #FFF;
	background-color: #669900;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#footer #contact-info a:hover {
	color: #669900;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#footer #footer-artist-list {
	background-color: #3579D5;
	display: block;
	float: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer #footer-artist-list a:link, #footer #footer-artist-list a:visited {
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 4px;
}
#footer #footer-artist-list a:hover {
	color: #578CDC;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#footer #footer-copyright {
	color: #000;
	background-color: #fff200;
	clear: right;
	float: left;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#misc {
	display: block;
	clear: both;
}

