@font-face {
    font-family: GoodDog;
	src: url(/fonts/GoodDog.otf) format("opentype");
}
@font-face {
	font-family: HandWritten;
	src: url(/fonts/HandWritten.otf) format("opentype");
}
body {
	background: url(/images/background.jpg);
	font-family: HandWritten;
	color: #404040;
	font-size: 20px;
	margin: 0;
	padding: 0;
	min-width: 1215px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
}
a:active, a:focus {
    outline: none;
    -moz-outline-style: none;
}
#tapedeck {
    position: fixed;
    top: -240px;
    left: 0;
    width: 100%;
	min-width: 1175px;
    height: 230px;
    background: url(/images/playerBack.jpg) repeat-x;
    z-index: 15;
	-moz-box-shadow: 0 2px 13px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 13px rgba(0, 0, 0, .4);
}
#tapedeck.active {
    -moz-transition: -moz-transform 1s;
    -moz-transform: translateY(240px);
    -webkit-transition: -webkit-transform 1s;
    -webkit-transform: translateY(240px);
}
#tapedeck #tape {
    background: url(/images/playerTape.jpg) no-repeat;
    height: 200px;
    min-width: 330px;
    width: 31.5%;
    margin: 10px 0 0 3%;
    float: left;
    position: relative;
}
#tapedeck #tape .window {
    width: 143px;
    height: 54px;
    position: relative;
    top: 49px;
    left: 95px;
    overflow: hidden;
}
#tapedeck #tape .spin {
    background: url(/images/playerSpin.png);
    height: 58px;
    width: 58px;
    top: 0;
    left: -6px;
    position: absolute;
}
#tapedeck #tape .spin.right {
    left: 104px;
}
@-moz-keyframes spin {
    from {-moz-transform: rotate(360deg);}
    to {-moz-transform: rotate(0deg);}
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(360deg);}
    to {-webkit-transform: rotate(0deg);}
}
#tapedeck #tape .spin.active {
    -moz-animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
}
#tapedeck #tape .spin.right.active {
    -moz-animation: spin 5s infinite linear;
    -webkit-animation: spin 5s infinite linear;
}
#tapedeck #control {
    width: 460px;
    float: left;    
}
#tapedeck #songName {
    background: url(/images/playerSprite.png) 0 -105px no-repeat;
    margin: 40px 0 0 0;
    padding: 0 15px 0 25px;
    height: 50px;
    font-size: 30px;
	font-family: GoodDog;
	line-height: 50px;
	color: #5a5d63;
	text-shadow: 0 0 2px #898989;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#tapedeck ul {
    margin: 60px 30px 0 10px;
    padding: 0;
    float: left;
}
#tapedeck ul li {
    float: left;
    width: 92px;
    list-style: none;
    position: relative;
}
#tapedeck ul li *,
#tapedeck ul li:first-child,
#tapedeck ul li:last-child,
#tapedeck #speakers * {
    background-image: url(/images/playerSprite.png); 
}
#tapedeck ul li div {
    background-position: -260px 0;
    height: 46px;
    cursor: pointer;
}
#tapedeck ul li.active div,
#tapedeck ul li div:active {
    background-position: -360px 0;
}
#tapedeck ul li div.led {
    position: absolute;
    cursor: default;
    width: 35px;
    height: 35px;
    top: -14px;
    left: 5px;
}
#tapedeck ul li span {
    height: 10px;
    width: 50px;
    margin-bottom: 5px;
    display: block;
    text-indent: -9999px;
}
#tapedeck ul li#prev span {
    background-position: -260px -60px;
    margin-left: 10px;
}
#tapedeck ul li#play span {
    background-position: -310px -60px;
    margin-left: 30px;
}
#tapedeck ul li#play div.led {
    background-position: -260px -70px;
}
#tapedeck ul li#play.active div.led {
    background-position: -310px -70px;
}
#tapedeck ul li#next span {
    background-position: -360px -60px;
    margin-left: 32px;
}
#tapedeck ul li#stop span {
    background-position: -410px -60px;
    margin-left: 30px;
}
#tapedeck ul li#stop div.led {
    background-position: -360px -70px;
}
#tapedeck ul li#stop.active div.led {
    background-position: -410px -70px;
}
#tapedeck ul li:first-child {
    background-position: -255px 0;
    width: 3px;
    height: 46px;
    margin: 15px 0 0 0;
}
#tapedeck ul li:last-child {
    background-position: right 0;
    width: 2px;
    height: 46px;
    margin: 15px 0 0 0;
}
#tapedeck #speakers {
    width: 255px;
    float: right;
    margin: 0 3% 0 0;
}
#tapedeck #speakers #top {
    height: 75px;
    margin: 18px 0 15px;
}
#tapedeck #speakers #bottom {
    height: 105px;
}
#ribbon {
	height: 100%;
	width: 255px;
	background: url(/images/ribbon.png) repeat-y;
	position: absolute;
	right: 0;
	top: 0;
}
h1 {
	background: url(/images/heading.png) no-repeat;
	margin: 40px 0 0 80px;
	height: 260px;
	width: 845px;
	text-indent: -9999px;
}
h2 {
	font-family: GoodDog;
	font-size: 48px;
	text-transform: uppercase;
	color: #98bd26;	
	text-shadow: 0 0 3px #a8c745;
	letter-spacing: 2px;
	margin: 0;
	opacity:0.9;
	margin: 0 0 0 65px;
	line-height: 75px
}
#scroll {
	display: block;
	height: 100%;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#scrollWrap {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    padding: 0 0 25px 0;
}
#tapeWrapper {
    width: 100%;
}
#loadWrap {
    display: none;
}
#loading {
	font-family: GoodDog;
	font-size: 24px;
	margin: auto;
	width: 400px;
    text-align: center;
	opacity:0.8;
	display: none;
}
.tape {
	margin: 100px 0 0 310px;
	position:relative;
	width: 570px;
}
.tape .case {
	position: absolute;
	left: -155px;
	top: 20px;
	z-index: 10;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
}
.tape .case img {
  position: relative;
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
  -webkit-transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform .5s;
  -moz-transform-origin: 0% 0%;
  -moz-transition: -moz-transform .5s;
}
.tape .case:hover img {
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, .8);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .8);
    -webkit-transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
}
.tape .case .cassette {
    position: absolute;
    top: -11px;
    left: 0;
    -moz-transform-origin: 100% 0%;
    -moz-transition: -moz-transform .5s;
    -webkit-transform-origin: 100% 0%;
    -webkit-transition: -webkit-transform .5s;
}
.tape .case:hover .cassette {
    -moz-transition: -moz-transform 1s;
    -moz-transform: rotate(8deg) translateX(160px) translateY(-25px);
    -webkit-transition: -webkit-transform 1s;
    -webkit-transform: rotate(8deg) translateX(160px) translateY(-25px);
}
.tape .case .cassette .label {
    position: absolute;
    height: 255px;
    width: 55px;
    left: 115px;
    top: 25px;
}
.tape .case .cassette a {
    height: 295px;
    width: 185px;
    position: absolute;
    background: url(/images/tape.png) no-repeat;
}
.tape .head {
	height: 60px;
	width: 575px;
	background: url(/images/paperHead.png) no-repeat;
}
.tape .date {
	height: 40px;
	width: 90px;
	font-family: GoodDog;
	color: #8fbed4;
	letter-spacing: 2px;
	font-size: 24px;
	position: absolute;
    left: 475px;
    top: 10px;
	padding: 0 0 0 10px;
}
.tape .date.one {
	background: url(/images/highlight1.png) no-repeat;
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg); 
}
.tape .date.two {
	background: url(/images/highlight2.png) no-repeat;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg); 
}
.tape .main {
	background: url(/images/paper.png) repeat-y;
	width: 575px;
}
.tape .main ol {
	margin: 0 0 0 85px;
	padding: 25px 10px 0 0;
	list-style-position: outside;
	display: block;
}
.tape .main ol li {
	padding: 0 0 0 8px;
	cursor: pointer;
	line-height: 21px;
	position: relative;
}
.tape .main ol li.playing {
    background: url(/images/playHighlight.png) no-repeat;
}
.tape .main ol li span {
    background: url(/images/playHover.png) no-repeat;
    height: 20px;
    width: 50px;
    display: inline;
    position: absolute;
    margin: 0 0 0 5px;
    display: none;
}
.tape .foot {
	height: 30px;
	width: 575px;
	background: url(/images/paperFoot.png) no-repeat;
	margin: 0 0 25px 0;
}
.tape .guest {
    position: absolute;
    right: 20px;
    top: 35px;
}
.tape .guest.Zach {
    top: 38px;
    right: 4px;
}
.tape .guest.Doyon {
    top: 42px;
    right: 15px;
}
.tape .guest.Gino {
    top: 47px;
    right: 10px;
}
.tape .guest.Jon {
    top: 60px;
    right: 40px;
}
.tape .guest.chaun {
    top: 115px;
    right: 10px;
}