body {
	background: url("images/site_bg.jpg") #000;
	background-size: cover;
	font-size: 0.8em;
}

div#container,
div#edit_container {
	position: absolute;
	top: 40%;
	left: 8%;
	color: #000;
	font-family: "Special Elite";
	padding-bottom: 3em;
}

div#edit_container {
	top: 20%;
	background: #FFF;
	padding: 2em;
}

div.edit_holder {
	margin: 3em 0;
	border-bottom: 1px dashed #999;
}

div#mainPlayer {
	margin: 0 0 2em 0;
}

div.track_holder {
	margin: 0 0 1em 0;
	font-size: 1.5em;
}

label {
	display: block;
	float: left;
	width: 12em;
}

form div {
	margin: 0 0 1em 0;
	clear: both;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
	padding: 0.75em 1em;
	background: #FFF;
	border: 1px solid #666;
}

input[type="checkbox"] {
	 -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	/* background: #900;
		color: #FFF;  */
	background: #ffea00;
}

input[type="text"],
textarea {
	width: 30em;
}

textarea {
	height: 6em;
}


#download_link {
	display: block;
	margin: 0 0 2em 0;
	border: 1px solid #000;
	background: #ffea00;
	padding: 1em .75em .75em .75em;
	color: #000;
	text-align: center;
}

a#download_link:hover {
	background: #FFF;
	text-decoration: none;
}


div#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 2.5em;
	line-height: 3em;
	font-size: 1.3em;
	text-align: left;
	width: 84%;
	background: #000;
	font-family: "Special Elite";
	padding: 10px 8%;
}

div#footer a {
	color: #FFF;
}

div#spacer_bar {
	clear: both; 
	width: 100%; 
	height: 6vh;
}


a, a:link {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.download_link {
	color: #FFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	font-size: 1.8em;
}

a.buy_link {
	display: block;
	float: right;
	padding-left: 3%;
	padding-top: 5px;
}


/* MEDIA QUERIES  */


@media only screen 
and (max-width : 736px) { 

	body {
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: 35% 0; 
		background-image: url("images/site_bg_mobile.jpg");
	}


	div#container {
		top: 20%;
	}
	
	div#spacer_bar {
		height: 3vh;
	}

	
	div#download_form {
		display: none;
	}
	
	div#footer {
		text-align: center;
	}
	
	


}