body {
	padding: 0;
	margin: 0;
	min-width: 960px;
	background: black;
	color: white;
	font-size: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: white;
}

p {
	font-weight: normal;
	color: #808080;
	font-size: 1.12em;
	line-height: 1.35em;
}

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

h1 {
	position: relative;
	float: left;
	font-size: 24.25em;
	line-height: 1em;
	margin-left: -0.19em;
	letter-spacing: -0.02em;
}

h1 a, h2 a {
	color: white;
}

h1 a span {
	position: absolute;
	bottom: -10em;
	right: 1em;
	visibility:hidden;
	font-size: 0.05em;
	letter-spacing: 0;
}

h1 a:hover span {
	visibility: visible;
}

h2 {
	font-size: 2.375em;
	line-height: 1.1em;
	text-transform: uppercase;
}

input, textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	border: none;
	border-bottom: dashed 0.1em #808080;
	background: transparent;
}

textarea {
	border-right: dashed 0.1em #808080;
}

input.button {
	font-weight: bold;
	color: black;
	padding: 0.3em;
	border: none;
	background: #808080;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
}

input.button:hover {
	background: #00d2ff;
	cursor: pointer;
}

input.button:active {
	background: #007895;
	color: white;
}

/* info boxes */

div.infobox {
	float: right;
	width: 7.8em;
	padding-right: 10%;
	line-height: 1.4em;
	color: black;
}
div.infoboxheader {
	width: 7.8em;
	width: 100%;
	height: 2.5em;
	background: white;
}
div.infoboxtype {
	position: relative;
	width: 6.43em;
	height: 4.4em;
	border-top: solid black 0.1em;
	padding: 0.6em 0.7em 0 0.7em;
	background: #959595;
}
.infobox a {
	color: black;
}
.infobox a:hover {
	color: white;
}

.infoboxheader h3 {
	padding-left: 0.5em;
	line-height: 2em;
}

.infobox input.text {
	width: 7.5em;
	margin-bottom: 0.75em;
	border-color: white;
	color: black;
}

.infobox input.button {
	background: white;
}
.infobox input.button:hover {
	background: #00d2ff;
	cursor: pointer;
}
.infobox input.button:active {
	background: #007895;
	color: white;
}

.podcast.infobox h3 {
	padding: 0;
}

.podcast.infobox h3 a {
	display: block;
	background: url(images/rss.png) top left no-repeat;
	padding-left: 2.2em;
	height: 2.5em;
}
.podcast.infobox h3 a:hover {
	color: #ff6600;
}

.shop .infoboxtype {
	background-color: #0073F8;
}
.shop.infobox h3 a:hover {
	color: #0073F8;
}

a.buy_button {
	position: absolute;
	bottom: -17px;
	right: -10px;
	display: block;
	height: 54px;
	width: 55px;
	text-indent: -10000em;
	background-image: url(images/buybutton.png);
	background-repeat: none;
	background-position: 0px 0px;
}
a.buy_button:hover {
	background-position: 0px 54px;
}


/* tracks */

div.track {
	float: left;
	padding-top: 8em;
	width: 100%;
}

div.date {
	float: left;
	padding-right: 2em;
}

div.date span {
	display: block;
	font-size: 1.5em;
	text-align: right;
	height: 1.55em;
	width: 1.5em;
	padding-right: 0.2em;
	padding-top: 0.15em;
	border-bottom: solid 1px black;
	color: black;
	background: white;
}

div.titleandnotes {
	float: left;
	width: 65%;
}

div.notes p {
	padding-top: 0.4em;
	max-width: 60em;
}

div.notes p a {
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

ul.share_links {
	width: 100%;
	list-style: none;
	margin-top: 2em;
}
ul.share_links li {
	float: left;
	margin-right: 2em;
}
ul.share_links li a {
	font-size: 0.8em;
}
ul.share_links li a:hover {
	color: #808080;
}

div.track.goodies div.infoboxtype {
	background: #ff00ff;
}
div.track.remixes div.infoboxtype {
	background: #ffc100;
}
div.track.djmixes div.infoboxtype {
	background: #00ffc4;
}
div.track.releases div.infoboxtype {
	background: #0073F8;
}

div.infoboxheader ul {
	list-style: none;
	height: 2.5em;
	overflow: hidden;
	float: right;
}

div.infoboxheader ul li {
	float: left;
	background: white;
}

div.infoboxheader ul li a {
	display: block;
	width: 2.5em;
	height: 2.5em;
}
div.infoboxheader ul li.play a {
	margin-left: -0.15em;
	width: 2.65em;
}

.goodies div.infoboxheader ul li a:hover {
	border-top: solid 1px #ff00ff;
}
.remixes div.infoboxheader ul li a:hover {
	border-top: solid 1px #ffc100;
}
.djmixes div.infoboxheader ul li a:hover {
	border-top: solid 1px #00ffc4;
}
.releases div.infoboxheader ul li a:hover {
	border-top: solid 1px #0073F8;
}

div.infoboxheader ul li.play a:hover {
	border-top: none;
}

.goodies h2 a:hover, .goodies p a:hover {
	color: #ff00ff;
}
.remixes h2 a:hover, .remixes p a:hover {
	color: #ffc100;
}
.djmixes h2 a:hover, .djmixes p a:hover {
	color: #00ffc4;
}
.releases h2 a:hover, .releases p a:hover {
	color: #0073F8;
}


li.play {
	width: 2.5em;
	height: 2.2em;
	height: 2.55em;
	padding-left: 0em;
	text-align: center;
	border-right: solid 0.1em black;
}

li.play a {
	text-indent: -5000em;
}

li.play .onebit_mp3 {
	margin-left: -0.4em;
}

li.download {
	width: 2.5em;
	height: 2.5em;
}

li.download a {
	background: url(images/download.png) no-repeat top center;
	text-indent: -5000em;
}

li.buy {
	width: 2.5em;
	height: 2.5em;
}

li.buy a {
	background: url(images/buy.png) no-repeat top center;
	text-indent: -5000em;
}

li.comment a {
	background: url(images/comments.png) no-repeat top right;
	border-left: solid 0.1em black;
	color: white;
}

li.comment a span {
	float: right;
	width: 1.6em;
	text-align: center;
	padding-top: 0.1em;
}

div.infoboxheader span.onebit_mp3 a {
	display: none;
}

/* soundmanager audio player */

a.sm2_link {
	background-image: url(images/play.png);
}
a.sm2_link:hover {

}

a.sm2_playing {
	background-image: url(images/playing.gif);
}
a.sm2_playing:hover {

}

a.sm2_paused {
	background-image: url(images/paused.png);
}
a.sm2_paused:hover {

}

/*
  gigs
*/

#gigs-listing {
  margin-top: 4em;
  width: 40em;
}

#gigs-listing td {
  vertical-align: top;
  padding-right: 1em;
  padding-bottom: 1em;
}

#gigs-listing td.month {
  padding-left: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 18em;
}

td.month h3 {
  padding: 0.25em;
  font-size: 2em;
  background: #fff;
  color: #000;
  display: inline;
}

td.gig-date {
  padding-left: 4.5em;
}

td.gig-date span {
  margin-right: 0.125em;
  padding: 0.25em;
  background: #fff;
  color: #000;
}

td.gig-venue-info p {
  color: #fff;
}
td.gig-venue-info p a {
  color: #808080;
}
td.gig-venue-info p a:hover {
  color: #fff;
}

#booking-details p {
  margin-left: 4.5em;
  margin-top: 3em;
  color: #fff;
}

/* header */

div#header {
	padding-top: 1em;
	width: 100%;
	float: left;
	height: 24em;
}

#header .infobox {
	padding-top: 2.5em;
	clear: right;
}

#header .infobox.mailinglist {
	padding-top: 4em;
}

/* content */

div#content {
	width: 100%;
	float: left;
}

/* footer */

div#footer {
	width: 100%;
	float: left;
}

div#navigation {
	width: 100%;
	float: left;
	padding-bottom: 6em;
}

div#navigation p {
	font-size: 2.3em;
	font-weight: bold;
}

p.older {
	float: left;
}
p.newer {
	float: right;
}

div#navigation p a:hover {
	color: #808080;
}

p.older a {
	background: url(images/older.png) top left no-repeat;
	padding-left: 2em;
}

p.newer {
	padding-left: 12%;
}
p.newer a {
	background: url(images/newer.png) top right no-repeat;
	padding-right: 2em;
}

.footerinfo {
	clear: both;
	float: left;
	padding-left: 4.5em;
	margin-bottom: 2em;
}

.footerinfo ul {
	float: left;
	list-style: none;
	margin: 0;
}

.footerinfo ul li {
	float: left;
	margin-right: 1.5em;
}

.footerinfo ul li.first {
	width: 5.5em;
	color: #808080;
}

.footerinfo ul li a:hover, div.commentspreviewform a:hover {
	color: #00d2ff;
}

#links.footerinfo {
	position: fixed;
	bottom: 0;
	border-top-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	background-color: #fff;
	background-color: rgba(0,0,0,0.7);
	padding-left: 0;
	padding: 0.5em;
	padding-bottom: 1.5em;
	margin-left: 4em;
	margin-bottom: 0;
}

#links ul li {
	margin-bottom: 0.25em;
}

#links ul li .sublink {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	color: #808080;
}

#mailinglist input {
	font-size: 1em;
}

#mailinglist input.text {
	font-weight: bold;
	padding: 0.3em;
	padding-left: 0em;
	margin-top: -0.4em;
	width: 12.5em;
}

#mailinglist input.button {
	margin-top: -0.3em;
}

#credits {
	color: #808080;
}

/* comments */

div.track.comments {
	padding-top: 3em;
	color: #474747;
}

div.commentspreviewform {
	float: right;
	width: 25%;
	padding-right: 20%;
	padding-left: 0;
}

div.commentspreviewform td {
	vertical-align: top;
}

h3#comment {
	margin-bottom: 1em;
}

div.commentspreviewform label {
	font-size: 0.7em;
}

div.commentspreviewform input.comment_web_input, textarea.txpCommentInputMessage {
	padding-left: 0;
	font-weight: normal;
}

div.commentspreviewform input.button:hover {
	background: #00d2ff;
	cursor: pointer;
}

div.commentspreviewform input.button:active {
	background: #007895;
	color: white;
}

div.commentspreviewform input.button.disabled, div.commentspreviewform input.button.disabled:hover, div.commentspreviewform input.button.disabled:active {
	background: #3D3D3D;
	cursor: auto;
}

div.commentslist {
	width: 40%;
	margin-right: 55%;
	padding-left: 5%;
	padding-top: 1em;
	font-size: 0.8em;
}

ol.comments li {
	margin-bottom: 1em;
}

ol.comments li p {
	word-wrap: break-word;
}

#cpreview {
	font-size: 0.8em;
	padding: 1em;
	margin-bottom: 1em;
	background: white;
}

#cpreview h4 {
	margin-bottom: 0.5em;
}

/* sticky footer code from http://www.cssstickyfooter.com/using-sticky-footer-code.html */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#content {padding-bottom: 26em;}  /* must be same height as the footer (or more in this case to create some whitespace above the footer) */

#footer {position: relative;
	margin-top: -20em; /* negative value of footer height */
	height: 20em;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
