﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/global/tile.png);
	background-repeat: repeat;
	background-color: #000;
}
/* LINK STATES */
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FFF4D6;
	text-decoration: none;
}
/* BKGD, ARTWORK AND PRIMARY CONTAINER */
#bkgd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
}
img {
	max-width: 100%;
	border: opx;
}
#container {
}
#eosso {
	width: 48px;
	height: 48px;
	margin-top: 36px;
	margin-left: 92px;
}
#bob {
	width: 309px;
	height: 480px;
	margin-top: 140px;
	margin-left: 56px;
	margin-bottom: 60px;
}
#download {
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	height: 100px;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	z-index: 5000;
}
/* HIDE MODALS ONLOAD */
#modal-1-content, #modal-2-content, #modal-3-content, #modal-4-content, #modal-5-content, #modal-6-content, #modal-7-content, #modal-8-content, #modal-9-content, #modal-10-content, #modal-11-content, #modal-12-content, #modal-13-content, #modal-14-content, #modal-15-content, #modal-16-content, #modal-17-content, #modal-18-content, #modal-19-content, #modal-20-content, #modal-21-content, #modal-22-content, #modal-23-content, #modal-24-content, #modal-25-content, #modal-26-content, #modal-27-content, #modal-28-content, #modal-29-content, #modal-30-content, #modal-31-content {
	display: none;
}
/* SCREEN OVERLAY */
#simplemodal-overlay {
	background-color: #000;
}
/* MODAL CONTAINER */
#simplemodal-container {
	width: 800px;
	height: 500px;
	color: #CCC;
	background-color: #000;
	padding: 60px;
	opacity: 0.92;
	z-index: 999;
}
#simplemodal-container a.modalCloseImg {
	background: url(../img/global/close.png) no-repeat;
	width: 17px;
	height: 17px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
/* MODEL DETAILS */
.modal_rule {
	width: 100%;
	border-bottom-color: #403D36;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	clear: both;
}
.modal_quote {
	width: 680px;
	margin-top: 48px;
	margin-bottom: 56px;
	vertical-align: middle;
	font-family: 'PT Serif', serif;
	font-size: 34px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.06;
	color: #FFF4D6;
}
.modal_cover {
	width: 240px;
	height: 240px;
	background-color: #999;
	float: left;
}
.modal_number {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 18px;
}
.modal_track_details {
	width: 540px;
	float: right;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.36;	
	color: #FFF4D6;
}
.modal_album {
	font-style: italic;
}
.modal_credit_hungry {
	margin-top: 25px;
	margin-bottom: 50px;
}
.modal_credit_caps {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 2.00;
}
.modal_credit_illustration {
	width: 340px;
	float: left;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.36;	
	color: #FFF4D6;
}
.modal_credit_illustration a {
	color: #FFF4D6;
	text-decoration: underline;
}
.modal_credit_audio {
	width: 340px;
	float: right;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.36;	
	color: #FFF4D6;
}
.modal_credit_audio a {
	color: #FFF4D6;
	text-decoration: underline;
}
/* INDEX TRACK FORMATTING */
.item {
	max-width: 100%;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 96px;
	padding-right: 20px;
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
}
.number {
	float: left;
	font-size: xx-small;
	vertical-align: bottom;
	margin-right: 22px;
}
.title {
	float: left;
}
#info_container {
	width: 100%;
	margin-bottom: 80px;
}
#info_container a:link {
}
#info_container a:hover {
}
#info {
	width: 65%;
	margin-top: 14px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.05;
}
#info p {
	color: #000;
}
#credits {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-top: 120px;
}
#credits a {
	text-decoration: underline;
}