/* MP3 Visualisation **********************************
	Author: Matt Hobbs
******************************************************/

/* Page 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.01%;
	font-family: inherit;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	color: #000;
	background: #999;
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: 400;
	}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Basic Page Styling ********************************/
#wrapper {
	width: 300px;
	height: 370px;
	margin: 30px auto 15px;
	border: 1px dotted #999;
	padding: 10px 10px 60px 10px;
	background: #222;
	position: relative;
	}
#wrapper p {
	line-height: 1.3;
	color: #fff;
	font-size: 0.69em;
	}
#wrapper p strong {font-weight: 700;}
#wrapper p a {color: #fff;}
#wrapper p a:hover {text-decoration: none;}
#wrapper h1 {
	font-weight: 700;
	margin: 0 0 10px;
	color: #eee;
	}
#wrapper h2 {
	font-size: 0.75em;
	font-weight: 700;
	color: #eee;
	margin: 0 0 12px;
	}
#wrapper audio {
	width: 300px;
	bottom: 10px;
	left: 10px;
	position: absolute;
	}
#visuals {
	width: 320px;
	margin: 0 auto;
	border: 1px dotted #999;
	background: #222;
	}
#console {
	width: 320px;
	margin: 15px auto 0;
	border: 1px dotted #999;
	background: #fff;
	height: 80px;
	}
#zoom span {
	font-weight: 400;
	font-size: 0.92em;
	}
#wrapper .ui-slider-horizontal {height: 0.4em;}
#wrapper .ui-slider .ui-slider-handle {
	height: 0.8em;
	width: 0.8em;
	}
#wrapper .ui-widget-content {
	background-color: #919090;
	border: 0;
	}
#wrapper .ui-state-default {
	background-color: #919090;
	border: 1px solid #CCCCCC;
	}