html {
	margin:0; 
	padding: 0;
}

body {
	text-align: center;
	font-family: Helvetica, Arial; 
	background: #111;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	color: #fff;
}


a {
	color: #f63; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a:active {
  position: relative;
  top: 1px;
}


h1, .feedTitle {
	display: block; 
	border-top: solid 1px #333; 
	background: #000; 
	text-align: right; 
	color: #fff; 
	letter-spacing: -1px; 
	padding: 20px 19px 0px 4px;
	margin: 0px; 
	clear: both; 
	font: bold 18px arial; 
	text-transform: uppercase;
}

h1 img {
	border: none;
}

h2 {
	width: 670px;
	text-align: right; 
	padding: 12px 20px 0 0; 
	font: bold 55px arial;
	color: #fff;
	letter-spacing: -3px;
	margin: 0px;
 	border-bottom: solid 1px #333;
}

h3 {

	text-align: right; 
	display: block;
	padding: 12px 20px 0 0; 
	font: bold 25px arial;
	color: #fff;
	letter-spacing: -1px;
	margin: 0px;
 	border-bottom: solid 1px #333;
	border-top: solid 8px #333;
}


form {
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

input,textarea,select {
	font-size: 16px; 
	color: #fff;
	background: #333;
	border: solid 1px #555;
}

input.buybutton {
	color: #fff; 
	background: #000 url(images/buttonbg.jpg) top repeat-x; 
	width: 200px;
	padding: 4px 0px; 
	font: bold 13px arial;
}

input.buybutton:hover {
	color: #f63; 
	background: #000; 
	cursor: pointer;
	text-decoration: none;
}

fieldset {
	border: none; 
	padding: 0; 
	margin: 0 0 15px 0;
}

#wrapper {

	width: 1000px;
	text-align: left; 
	margin: auto; 
	
}

#radio {
	width: 960px;
	padding: 8px 20px; 
	font: bold 13px arial;
	letter-spacing: 0px;
}

#radio img {
	border: none;
}

#logo {
	width: 100%;
	display: block;
	background: #fff url(images/logo.gif) bottom;
	text-align: right;
	height: 180px;
	overflow: hidden;
	border-top: solid 1px #333;
}

#nav {
	width: 100%;
	padding: 7px 0 7px 0;
	background: #111;
	border-top: solid 8px #333;
	margin: 1px 0 0 0;
}

#nav a {
	font: normal 13px arial;
	text-transform: uppercase;
	color: #f63; 
	text-decoration: none; 
	margin: 0 0 0 30px;
	-webkit-transition-property: color;
    -webkit-transition-duration:.4s;
    -webkit-transition-timing:ease-out;
	-moz-transition-property: color;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function:ease-out;
}

#nav a.off {
	color: #fff;
}

#nav a:hover {
	color: #777;
}




#left {
	float: left; 
	width: 700px; 
	font: normal 15px arial;
}

#right {
	font: normal 13px arial; 
	width: 298px; float: 
	left; margin-left: 2px;
}

#releaseleft {
	float: left; 
	margin: 15px 0 0 12px;
}

img.off {
	border: none;
}

#releaseright {
	float: left; 
	margin: 15px 0 0 20px; 
	font: normal 19px arial;
}

.sidebox_content {
	margin: 8px 0px 8px 12px;
}

.clear {
	clear: both;
}

.content {
	font: normal 13px verdana;
	text-align: justify; 
	margin: 12px 12px 12px 12px;
}

.content .title {
	font: bold 23px arial;
	letter-spacing: -1px;
	color: #f63;
}

.content .date {
	color: #fff; 
	font: bold 18px arial;
	letter-spacing: -1px;
	padding-right:20px;
}

.newsitem {
	font: normal 13px arial;
	color: #fff;
	float: right;
	diplay: inline;
	padding: 10px 20px 20px 62px;
	border-bottom: dotted 1px #333;
	margin-bottom: 12px;
}

.newsitem img {
	border: solid 1px #f63;
	}

img.left {
	float: left; 
	margin: 0 10px 0px 0;
	width: 70px;
}

img.right {
	float: right; 
	margin: 0 0 0px 10px;
	width: 70px;
}

.event_date {
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 0px 0px 2px 8px;
	display: block;
	margin: 0px 0px 8px 0px;
	font-weight: bold;

}

.share {
	float: right;
}

.share img {
	width: 30px; 
	border: none;
	margin: 5px 5px 5px 0;
}

.small-n {
	text-transform: lowercase;
}

.cover {
	border: solid 1px #f63;
	width: 300px;
}

.press_line {
	border-bottom: dotted 1px #f63; 
	display: block; 
	margin: 12px 0 12px 0;
}

.orange {
	color: #f63;
	font-weight: normal;
}
.tickle_me {
	display: none;
}

.greytext {
	color: #777;
}

.artist_header {
	border-top: solid 1px #333; 
 	border-bottom: solid 8px #333;
}


#homebanner {
	margin: 0;
	border-top: solid 1px #333;
}

#homebanner img {
	display: block;
	border: none;
}

#footer {
	text-align: left;
	background: #000;
	height: 325px;
	padding: 20px 0 0 20px;
	border-top: solid 1px #333;
	border-bottom: solid 8px #333;
}

#footer ul{
	float: left;
	list-style-type:square;
}

#footer ul li {
	display: block;
	border-bottom: solid 1px #333;
	width: 90px;
	padding: 8px 8px 8px 25px;
	background: url(images/blotbullet.gif) left no-repeat;
}

#footer ul li a  {
	font: bold 13px arial;
	color: #333;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
	-webkit-transition-property: color;
    -webkit-transition-duration:.4s;
    -webkit-transition-timing:ease-out;
	-moz-transition-property: color;
	-moz-transition-duration: 1s;
	-moz-transition-timing-function:ease-out;
}

#footer ul li a:hover {
	font: bold 13px arial;
	color: #f63;
	letter-spacing: -1px;
	text-align: left;
	text-decoration: none;
}

#footer ul li.maphead {
	color: #fff; 
	font: bold 15px arial; 
	padding: 8px 24px 8px 8px;
}

#footer ul li.copyright {
	width: 240px; 
	list-style: none; 
	border: none; 
	background: none; 
	font: normal 11px arial; 
	color: #777; 
	padding: 8px 24px 8px 8px;
}

#event_more {

	float: right;
	margin-bottom: 10px;
	cursor: pointer;
	display: none;
}
#more_events {

	display: none;
}

/*---twitter feed style---*/

#twitter_update_list {
	margin: 0;
	padding: 0;
}

#twitter_update_list ul {
	margin: 0; 
	padding: 0;
}

#twitter_update_list li {
	list-style:none;
	padding: 6px 0px;
	border-bottom: dotted 1px #333;
	width: 98%;
	overflow: hidden;
}
#twitter-link {
	margin-top: 8px;
	font: normal 12px arial;
}

/*---artist and discogrpahy image hovers --*/

.imghover {
	
	float: left;
	position: relative;
	margin: 0 8px 8px 0;

}

.imghover a {
	text-decoration: none;
	float: left;
}

.imghover a:hover {
	cursor: pointer;
}

.imghover a img {
	float: left;
	border: none;
	padding: 0px;
	width: 128px;
	background: #000;
	border: 1px solid #f63;	
}

.imghover a:hover .desc{

	display: block;
	font-size: 12px;
	background: #111;
	filter:alpha(opacity=85);
	opacity:.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
	color: #f63;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	margin: 0;
	width: 108px;
	height: 108px;
	border: solid 1px #fff;
	text-align: left;
	overflow: hidden;
	
}

.imghover a:hover .desc strong {
	display: block;
	color: #fff;
	margin-bottom: 0px;
	font-size:16px;
	letter-spacing: -1px;
}

.imghover a:hover .catno{
	font-size: 9px;
	color: #777;
	display: block;
	margin: 0;
	padding: 0;
}

.imghover a:hover .reldate{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	display: block;
}

.imghover a .desc {
	display: none;
}

.feedburnerFeedBlock img {
	width: 50px;
	height: 50px;
	border: solid 1px #f63;
	float: left;
	margin: 0 12px 0 0;
	clear: both;

}

.feedburnerFeedBlock ul {
	padding: 12px;
	margin: 0;
}

.feedburnerFeedBlock ul li {
	list-style:none; 
	border-bottom:#333 solid 1px; 
	padding: 0px 0px 8px 0px;
	margin-bottom: 12px;
	overflow: hidden;
	margin-right: 4px;
}

.feedburnerFeedBlock ul li div {
	
	padding-top: 5px;
	font: normal 12px arial;
	display: inline;
	overflow: hidden;
	clear: both;
	padding-bottom: 0px;
}

.feedburnerFeedBlock p{
	text-align: justify;
	margin: 0;
	padding: 0;
}

.headline a {
	font: normal 23px arial;
	padding: 0 15px 0px 0;
	}
.headline a:hover{
	color: #fff;
	
	}

#creditfooter {
	float: right;
	margin: -10px 12px 12px 12px; 
	display: none;

}