@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	color: #f9fae6;
	background-color: #181804;
	font-size: 12px;
	line-height: 1.3em;
	height: 100%;
	background-image: url(http://horsemeatdisco-2.com/img/bg.png);
}
html {
	height: 100%;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#181804), to(#000));
	background: -moz-linear-gradient(#181804, #000);
}
small, #player #pcent {
	font-size: 0.8em;
}
a:focus, input:focus, input:active; button:focus {
	outline: none;
}
#crossslide {
	width: 100%;
	height: 100%;
	position: fixed !important;
}
#crossslide img {
	width: 100%;
}
#page {
	width: 750px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 50%;
	top: 3em;
	margin-left: -375px;
}
#nav {
	font-size: 1.25em;
	line-height: 2.5em;
	text-align: center;
}
#nav, #footer {
	background: #e8212e;
	-moz-box-shadow: 0px 0px 2px #e8212e;
	-webkit-box-shadow: 0px 0px 2px #e8212e;
	box-shadow: 0px 0px 2px #e8212e;
	text-shadow: 0px -1px 0px #000;
}
#nav li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 0px 1em;
}
#nav li a {
	text-decoration: none;
	color: #fff;
}
#nav li.current a {
	color: #fdc010;
	text-shadow: 0px 1px 0px #000;
}
#content {
	background: #000;
	padding-top: 1em;
}
#content, .addthis_button {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.scrollEl {
	padding: 1em 2em 1em 2em;
}
h1 {
	text-indent: -999em;
	display: inline;
	float: left;
	width: 125px;
	height: 125px;
	margin: 0px 10px 10px 0px;
	background: url(http://horsemeatdisco-2.com/img/cover.png) no-repeat center center;
	
}
h2 {
	display: block;
	font-size: 2em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #fdc010;
	text-transform: uppdercase;
}
h2 .sub {
	color: #fdc010;
	font-size: 0.8em;
	margin-left: 0.5em;
}
.white {
	color: #fff;
}
.red {
	color: #e8212e;
}
h4 {
	color: #e8212e;
	font-weight: bold;
}
.text, #tour {
	text-align: justify;
}
.text .last, #tour .last {
	margin-left: 20px;
}
.text p {
	margin-bottom: 1em;
}
.text img {
}
#tracklist {
}
#tracklist .cover img {
	float: right;
	-moz-box-shadow: 5px 5px 5px #e8212e;
	-webkit-box-shadow: 5px 5px 5px #e8212e;
	box-shadow: 5px 5px 5px #e8212e;
}
#tracklist .cover img {
	border: 5px solid #fff;
	margin-bottom: 1em;
}
#tracklist ul {
	margin-bottom: 1em;
}
#tracklist ul li{
	line-height: 1.5em;
}
#tracklist ul li a.play {
	padding-right: 15px;
	background: url(http://horsemeatdisco-2.com/img/playbtn.png) no-repeat right center;
	display: inline;
	color: #fff;
	text-decoration: none;
}
#tracklist ul li a.play:hover {
	color: #e8212e;
}
#player {
	margin-top: 1em;
}
#player #trackname {
	color: #e8212e;
	margin: 0px 0.5em;
}
#player #pcent {
	margin-right: 0.5em;
}
#player #play, #player #pause, #player #stop {
	display: inline-block;
	text-indent: -999em;
	overflow: hidden;
	width: 13px;
	height: 26px;
	background-image: url(http://horsemeatdisco-2.com/img/player.png);
	margin: 10px 10px -13px 0px;
}
#player a {
}
#player #play {
	background-position: -26px 0px;
}
#player #play:hover {
	background-position: -26px bottom;
}
#player #pause {
	background-position: -13px 0px;
}
#player #pause:hover {
	background-position: -13px bottom;
}
#player #stop {
	background-position: 0px 0px;
}
#player #stop:hover {
	background-position: 0px bottom;
}
#tracklist .credits {
	text-transform: uppercase;
}
#gettrack {
	font-size: 1.1em;
}
#gettrack p {
	margin-bottom: 1em;
}
#gettrack form label {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
#gettrack form label.error {
	display: inline;
	margin-left: 1em;
	color: #e8212e;
	text-transform: uppercase;
}
#gettrack form input, #gettrack form select {
	margin-bottom: 0.25em;
	border: 1px solid #999;
	padding: 0.25em;
	background: #f9fae6;
	font-size: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gettrack form input.submit {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #999;
	margin-top: 0.5em;
	cursor: pointer;
}
#gettrack form input.submit:hover {
	color: #f9fae6;
	background: #999;
	border-color: #f9fae6;
}
#thanks {
	display: none;
}
#tour {
}
#tour .city {
	color: #999;
}
#tour ul {
	margin-bottom: 1em;
}
#tour_notes {
}
#tour_notes p {
	text-transform: uppercase;
	font-weight: bold;
	color: #e8212e;
	font-size: 1.3em;
	line-height: normal;
	text-align: center;
}
#video {
	text-align: center;
}
#front {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
#front .cover {
	margin-bottom: 1em;
}
#front .cover img {
}
#footer {
	margin-bottom: 1em;
	float: left;
	width: 100%;
	padding: 1em 0px;
}
#footer li {
	display: inline;
}
#footer #buy {
	margin-left: 1em;
}
#footer .logos {
	float: right;
	margin-right: 1em;
}
#footer a {
	background: url(http://horsemeatdisco-2.com/img/footer.png) no-repeat center center;
	text-indent: -999em;
	display: block;
	height: 24px;
	float: left;
	margin-right: 1em;
}
#footer .itunes {
	width: 73px;
	background-position: -80px 0px;
}
#footer .hmv {
	width: 69px;
	background-position: -153px 0px;
}
#footer .amazon {
	width: 75px;
	background-position: -222px 0px;
}
#footer .strut {
	width: 80px;
	background-position: 0px 0px;
}
#footer .horsemeat {
	width: 30px;
	background-position: -297px 0px;
}
#footer .warmmusic {
	width: 35px;
	background-position: -327px 0px;
}
#footer .berlinbrands {
	width: 52px;
	background-position: -362px 0px;
}