/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus { outline:0; }
ol, ul { list-style:none; }
a { text-decoration:none; }
/* End Reset */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background:#6b6b6b url("../assets/gradient.png") repeat-x left top;
	padding-bottom:50px;
}

/*h1 {
	margin:50px auto;
	width:460px;
	height:80px;
	text-indent:-9999px;
	background:url("../assets/watchmy45.png") no-repeat;
	opacity:0.2;
}*/

#case {
	width:952px;
	height:467px;
	margin:0px auto;
	padding-top:245px;
	background:url("../assets/case.png");
}
#deck {
	margin:0px auto;
	width:890px;	
}

/* Collectors */
#collectors {
	padding-left:10px;
	height:30px;
	color:#999;
}
#collectors li {
	float:left;
	margin-left:5px;
	list-style: none;
}
#collectors li a {
	display:block;
	height:14px;
	background:#8B8B82 url("../assets/tab-background.png") bottom repeat-x;
	padding:8px 15px;
	font-size:0.95em;
	color:#E0DACA;
	cursor:pointer;
}
#collectors li.selected a {
	color:#666;
	background:#E0DACA;
}

/* Players */
#players {
	width:870px;
	height:385px;
	padding:10px;
	background:#E0DACA;
}
#leftplayer,
#rightplayer { width:400px; }
#rightplayer { float:right; }
#leftvideo,
#rightvideo {
	width:400px;
	height:300px;
	background:#000;
	text-align:center;
	line-height:20em;
	font-size:.9em;
	color:#333;
}
#players .info {
	margin-top:10px;
	border: 1px solid #BFBAAE;
	height:50px;
	padding:10px;
}
#players .info .tracktitle,
#players .info .tracktitle a {
	display:block;
	width:280px;
	line-height:1.5em;
	line-height:1.5em;
	font-family: Georgia,Times,serif;
	color:#666;
}
#players .info .tracktitle a { color:#444; }
#players .info .tracktitle a:hover { text-decoration: underline; }
#players .info .time {
	float:right;
	border:1px solid #BFBAAE;
	width:80px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:35px;
	color:#827e71;
	cursor:default;
}

/* Transport */
#controls {
	float:right;
	margin:0px 10px;
	width:50px;
	height:395px;
	text-align:center;
	color:#666;
}
#controls * { cursor:default; }
#volume {
	margin-bottom:10px;
	padding:10px 0px 5px;
	color:#736D62;
	background:#CCC7B0;
}
#volume h4,
#volume #volumelevel { height:18px;}
#volume #volumeslider {
	height:178px;
	width:30px;
	margin:5px 10px;
	padding-bottom:20px;
	background:url("../assets/slider-background.png");
	border-bottom: 2px solid #BF3F1D;
}
#volume #volumeslider a {
	display:block;
	height:32px;
	width:32px;
	margin-left:-1px;
	background:url("../assets/slider-handle.png");
	cursor:pointer;
}	
#volume #volumeslider div { 
	background:#33322E;
	margin-bottom:-5px;
}
#mute {
	height:30px;
	background:#CCC7B0;
	line-height:32px;
	font-size:.8em;
	cursor:pointer;
	color:#E04922;
}
#mute.muted {
	background-color:#E04922;
	color:#fff;
}

#controls #playpause {
	height:50px;
	width:50px;
	margin-top:20px;
	background:#CCC7B0;
	background-image:url("../assets/pause.png");
	cursor:pointer;
}
#controls #playpause.paused { background-image:url("../assets/play.png"); }

/* Footer */
#footer {
	width:952px;
	margin:0px auto;
	padding-top:5px;
	padding-right:20px;
	text-align:right;
	color:#8B8B82;
}
#footer a {
	color:#E0DACA;
	text-decoration:underline;
	font-size:0.9em;
}

/* Debug */
#debug {
	margin:50px auto;
	width:850px;
	height:300px;
	font-size:0.8em;
	border: 1px solid red;
	padding:20px;
	overflow: scroll;
}
