﻿body {
	color: #FFF;
	font-family:arial, Verdana, Sans-Serif;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

p,
.p {
	font-size: 12px;
	margin: 15px 0;
}
h1 {
	margin: 0 0 20px;
}
h2 {
  font-size: 16px;
  margin: 0 0 15px;
}
h3 {
  color: #0072D5;
  font-size: 13px;
}
h3 a {
  color: #0072D5;
}
div.message {
	color: #900;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
#music input.admBtn,
#music #results input.admBtn  {
	border: solid 1px #0072D5;
	color: #0072D5;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 11px;
	margin: 5px;
	background: #000;
	width: auto;
}

/* Main
====================================================================================*/
#music {
	/*background: transparent url(../../../images/music/Header-Graphic.jpg) no-repeat right -30px;*/
	text-align: left;
	position: relative;
}
#music .wrapper {
	z-index: 1;
		position: relative;
		clear: left;
}
#music .musicBg {
	position: absolute;
	background: url(../../../images/music/Header-Graphic.jpg) no-repeat 30px -30px;
	width: 377px;
	height: 221px;
	z-index: 1;
	right: 0;
	top: -28px;
}

#ttlMusic {
	overflow: hidden;
}
#ttlMusic img {
	float: left;
}
#ttlMusic a {
	float: right;
	color: #FFF;
	font-size: 13px;
	margin-top: 20px;
}


/* Search
====================================================================================*/
#musicSearch {
	border: solid 1px #666;
	padding: 3px;
	margin: 30px 0;
}
#musicSearch fieldset {
	padding: 15px;
	border: 0;
	margin: 0;
	background: url(../../../images/music/Search-bg.jpg) no-repeat top right;
}
#musicSearch div {
	margin: 10px 0 10px 15px;
	overflow: hidden;
}
#musicSearch label {
	width: 200px;
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#musicSearch input,
#musicSearch select {
	width: 200px;
	float: left;
	font-size: 12px;
	color: #666;
	border: solid 1px #666;
}
#musicSearch input.btn {
	width: auto;
	border: none;
	background: transparent;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	overflow: visible;
	float: right;
	margin-right: 20px;
	display: inline;
}


/* Results
====================================================================================*/
#results {
	clear: both;
	padding-bottom: 30px;
}
#results h3 {
	margin: 20px 0;
  color: #0072D5;
  font-size: 14px;
}
#results table {
	border: none;
	width: 100%;
}
#results table th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 2px #CCC;
	padding-bottom: 3px;
}
#results table th a {
	text-decoration: none;
	color: #FFF;
}
#results table td {
	font-size: 12px;
	color: #FFF;
	padding: 5px 5px 5px 0;
	vertical-align: top;
}
#results table td.lnk {
	padding: 5px 0;
}
#results table td.lnk a {
	color: #ECB14D;
	text-decoration: none;
	white-space: nowrap;
}
/* paging */
#results table table {
	width: auto;
	margin: 10px auto;
}
#results table table span {
	color: #FFF;
  font-weight: bold;
}
#results table table a {
  color: #0072D5;
  font-weight: bold;
}

/* admin */
#results input {
	width: 50px;
	border: solid 1px #666;
}

/* Feature
====================================================================================*/
#artistOfMonth {
	border: solid 1px #666;
	padding: 3px;
	margin: 30px 0;
}
#artistOfMonth div.wrap {
	background: url(../../../images/music/ArtistOfMonth-Bg.jpg) no-repeat top right;
	padding: 15px;
	overflow: hidden;
}
#artistOfMonth p {
	margin-right: 30%;
}
#artistOfMonth h3 {
	margin: 0;
	float: right;	
}
#artistOfMonth h3 a {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
}

.aom {
	overflow: hidden;
	border-bottom: solid 1px #666;
	padding: 15px 0;
	margin: 15px 0;
}
.aom img {
	float: left;
	border: solid 1px #666;
	padding: 5px;
	margin-right: 20px;
}
.aom div {
	float: right;
	width: 350px;
}
.aom h3 {
  float: left;
}
.aom a.lnk {
	float: right;
	color: #ECB14D;
	text-decoration: none;
	white-space: nowrap;	
	font-size: 12px;
}
.aom p {
	clear: both;
	padding-top: 10px;
}


/* Newsletter
====================================================================================*/
.newsletter {
	border: solid 1px #666;
	margin: 30px 0;
	background: url(../../../images/music/Music-Club-bg.gif) no-repeat 3px 3px;
	padding: 13px;
	overflow: hidden;
	width: 170px;
	text-align: left;
}
.newsletter h2 {
	visibility: hidden;
}
.newsletter fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
.newsletter fieldset div {
	margin: 7px 0;
}
.newsletter input {
	border: none;
	color: #666;
	width: 100%;
}
.newsletter div.btn input {
	float: right;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color: #FFF;
	width: auto;
}
			  
			  
/* Admin
====================================================================================*/
.newTrack fieldset {
	border: solid 1px #666;
	padding: 15px;
	margin: 0 0 30px;
}
.newTrack div {
	padding: 10px 0;
	overflow: hidden;
}
.newTrack label {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.newTrack input,
.newTrack select,
.newTrack textarea {
	float: left;
	clear: left;
	width: 100%;
	border: solid 1px #666;
	font-size: 11px;
	font-family: Arial, Verdana, Sans-Serif;
}
.newTrack textarea {
	height: 150px;
}
.newTrack .chk input,
.newTrack input.admBtn,
.newTrack select {
	width: auto;
}
.newTrack .chk input {
	border: none;
}
.newTrack input.admBtn {
	float: right;

}
.newTrack input.cancel {
	float: left;
}
.newsblock p
{
	color: #FFFFFF;
}
.newsblock p a
{
	color: #0072D5;
	font-weight: bold;
	text-decoration: none;
}

.mp3
{
	padding-top: 35px;	
	position: relative;
	z-index: 2;
}

.mp3 h2
{
	display: block;
	/*height: 44px;
	width: 226px;*/
	height: 77px;
	width: 279px;
	position:relative;
	overflow:hidden;	
	background-color: transparent;
	color: #000;
}

.mp3 h2 span
{
	position: absolute;
	left: 0;
	top: 0;
/*	height: 44px;
	width: 226px;
	background: transparent	url(/images/mp3-downloads.gif) no-repeat 0 0;*/
	height: 77px;
	width: 279px;
	background: transparent	url(/images/free-mp3-downloads.png) no-repeat 0 0;
}

.mp3 label
{
	width: 150px;
	float: left;
	clear: left;
	margin-bottom: 6px;
}

.mp3 input
{
	width: 150px;
	float: left;
}

.mp3 a
{
	margin-left: 150px;
	clear: left;
	float: left;	
	color: #FFFFFF;
}

#ctl00_MainContent_mp3SignUp
{
	width: 310px;	
	height: auto;
	min-height: 125px;
}

.mp3 table { background-color: #fff; width: 100% }
.mp3 table td,
.mp3 table th 
{ 
	background-color: #000; 
	padding: 10px 10px 10px 10px;
}

.mp3 table th { color: #0072d5; }


.mp3 table a
{
	margin-left: 0;
	clear: none;
	float: none;	
	color: #FFFFFF;
}

.mp3 .upload
{
	width: 225px;	
}

.mp3 table input
{
	width: 83px;	
}

.mp3btn {  }