@charset "UTF-8";
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.release_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
.secondary_info {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.tracklist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
	list-style-type: decimal;
}
.headline2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.copyside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
	list-style-type: decimal;
}
.headlineside {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #CCCCCC;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
    input { border: 1px solid black;
}
	
.full {
	padding: 0;
	margin: 0;
}

ul.artist-browse {
	overflow: hidden;
	width: 100%;
}

.artist-list {
	float: left;
	width: 200px;
	margin-right: 35px;
	margin-bottom: 5px;
	height: 135px;
	padding-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	font-weight: bold;
	list-style-type: none;
}

.artist-list img {
	width: 200px;
	padding: 3px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.artist-list a:hover img {
	border: 1px solid #777;
	text-decoration: none;
}

.artist-list span  {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0;
	font-style: italic;
}

.artist-list a:hover span {
	text-decoration: none;
}

ul.releases-browse {
	overflow: hidden;
	width: 100%;
}

.releases-list {
	float: left;
	width: 200px;
	margin-right: 35px;
	margin-bottom: 5px;
	height: 260px;
	padding-bottom: 30px;
	text-decoration: none;
	list-style-type: none;
}

.releases-list img {
	width: 200px;
	padding: 3px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.releases-list a:hover img {
	border: 1px solid #777;
	text-decoration: none;
}

.releases-list span  {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 0;
}

.releases-list a:hover span {
	text-decoration: none;
}

.artist-link {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

.artist-link img {
	width: 200px;
	padding: 3px;
	background: #fff;
	border: 1px solid #e0e0e0;
}

.artist-link a:hover img {
	border: 1px solid #777;
}
artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.artist-release {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	list-style-type: none;
}
.title-release {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-transform: capitalize;
	font-style: italic;
	list-style-type: none;
}
.catnumb-release {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	list-style-type: none;
}