/*-------------------------------------------------------------------------
   MAIN STYLE (Body text and basic links)
-------------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	letter-spacing: 1px;
	background:url('images/bgd.gif') #ffffff repeat-x;
}

#wrapper_home {
	background:url(images/bgd.jpg) center top no-repeat;
	height:1008px;
}
#wrapper_bio {
	background:url(bio/images/bgd-bio.jpg) center top no-repeat;
	height:1670px;
}
#wrapper_news {
	background:url(news/images/bgd-news.jpg) center top no-repeat;
	height:1550px;
}
#wrapper_contact {
	background:url(contact/images/bgd-contact.jpg) center top no-repeat;
	height:1008px;
}
#wrapper_videos {
	background:url(videos/images/bgd-videos.jpg) center top no-repeat;
	height:1008px;
}
#wrapper_music {
	background:none;

}

.bio-content {
	background:url(bio/images/bio-content.png) left top no-repeat;	
}
.news-content {
	background:url(news/images/news-content.png) left top no-repeat;	
}
.contact-content {
	background:url(contact/images/contact-content.png) left top no-repeat;	
}
.videos-content {
	background:url(videos/images/videos-content.png) left top no-repeat;	
}
.music-content {
	background:url(music/images/music-content.png) left top no-repeat;	
}
.albums-content {
	background:url(music/images/albums-content.png) left top no-repeat;	
}
.licensing-content {
	background:url(music/licensing/images/licensing-content.png) left top no-repeat;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 13px;

}
tr {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;	
	margin-left: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;	
	margin-left: 0px;
	padding-left: 20px;	
}
.categories {
	font-size: 18px;
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	width: 250px;
}
.selected {
	font-size: 18px;
	color: #ce008e;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	width: 250px;
}


div {
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	font-family: Arial Narrow, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.subheadorange {
	color: #C15E1F;	
	line-height: 24px;
	font-size: 14px;	
	padding-top: 5px;
	letter-spacing: 5px;
}
.albumtitle{
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
}
.newstitle{
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: middle;
	color:#7eb2db;
}
.categorytitle{
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: middle;
	color:#897ECB;
	padding-left: 20px;
}
.tracklistings{
	font-size: 11px;
}
.videotext {
	font-family: Arial, Helvetica, sans-serif;
 color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
}

/*-------------------------------------------------------------------------
   Nav
-------------------------------------------------------------------------*/
.nav {
	font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;	
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
a.nav {
  color: #ffffff;
  letter-spacing: 3px;
	text-decoration: none;
}
a.nav:visited {
  color: #ffffff;
	text-decoration: none;
}
a.nav:active {
  color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
 color: #ce008e;
	text-decoration: none;
}
.quote {
	font-family: Garamond;
 color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-style:italic;
}
.quote-small {
	font-family: Garamond;
 color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	font-style:italic;
}
/*-------------------------------------------------------------------------
   Footer
-------------------------------------------------------------------------*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 14px;
}


