body { 
	background: #010101; 
}

body, p, h1, h2, h3, h4 { 
	font-family: 'Oxygen', Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

h1, h2, h3, h4 {
	margin: 0px;
	color: #fff;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	padding: 1em 0px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.75em; }

  h2 {
    font-size: 2.3125em; }

  h3 {
    font-size: 1.1em; }

  h4 {
    font-size: 1.4375em; }
}

blockquote, p {
	font-size: .9em;
}

.row {
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 470px;
}

.row.spacer {
	padding-top: 40px;
}

.menu, .footer {
	vertical-align: none;
	text-align: center;
}

.footer {
	height: 300px;
}

h3.release {
	float: right;
}

.menu {
	border: 1px;
	padding-left: 14px;
}

.menu ul {
	font-size: .75em;
	text-transform: uppercase;
}

.footer li, .menu li {
	display: inline;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 15px;
	min-height: 27px;
}

.bam {
	text-align: center;
	margin: auto;
	width: 470px;
	padding-left: 28px;
}

#flip {
	min-height: 420px;
	margin-top: 2em;
	margin-bottom: 10em;
}

#flip .front {
	z-index: 10;
}

#flip .front, #flip .back {
	position: absolute;
}

#flip .ruiner-title {
	opacity: .01;
	z-index: 20;
	position: absolute;
}
#flip .ruiner-release {
	opacity: .01;
	z-index: 30;
	position: absolute;
}
#flip .ruiner-blob {
	z-index: 19;
	opacity: .01;
	position: absolute;
}

.row.album {
	padding-top: 40px;
	background: #272727;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #ccc;
	text-transform: uppercase;
}

.disco {
	padding-right: 2em;
}

blockquote, blockquote p {
	line-height: 1.4;
	color: #eee;
/*	text-transform: uppercase; */
	border: none;
	padding: none;
}

cite {
	margin-top: 1em;
	float: right;
}

.center {
	text-align: center;
}

.anchor {
	margin-bottom: -50px;
}

.cover {
	width: 350px; 
	height: 350px;
}

.player {
	display: none;
	
}

.flashplayer {
	margin-top: 10px;
	max-height: 26px;
	background-color: #666;
	border-radius: 10px;
	padding: 4px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.flashplayer {
		display: none;
	}
	
	.player {
		display: block;
		margin-top: 20px;
	}
}

