/* Title Here *****************************************
	Company: template
	Homepage: http://www.template.com 
	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: #fff;
	font-family: 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 {
	padding: 12px;
	position: relative;
	}
#borderOverlay {
	position: absolute;
	top: 12px;
	left: 12px;
	}
#container {
	width: 600px;
	height: 600px;
	float: left;
	display: inline;
	background: #eee;
	border: 1px dotted #aaa;
	}
#controls {
	float: left;
	display: inline;
	margin: 0 0 0 12px;
	color: #333;
	width: 180px;
	}
#controls h2,
#presets h2 {
	font-weight: 700;
	font-size: 0.83em;
	line-height: 1.4;
	margin: 12px 0 6px;
	}
#presets h2 {margin: 0 0 6px;}
#controls p {
	font-size: 0.75em;
	margin: 12px 0 8px;
	line-height: 1.3;
	}
#controls button,
#controls input,
#controls select {
	margin: 0 0 6px;
	font-size: 0.75em;
	color: #333;
	}
#controls label {
	font-size: 0.75em;
	margin: 0 4px 0 0;
	}
#reCenter {display: block;}
#controls #status {
	font-size: 0.75em;
	padding: 6px 6px 7px;
	background: #eee;
	border: 1px dotted #aaa;
	line-height: 1.4;
	}
#controls #status span {
	background: url(../images/render.gif) no-repeat center right;
	padding: 0 26px 0 0;
	}
#controls #status strong {font-weight: 700;}
#controls #update {
	margin: 12px 0;
	display: block;
	}
/* Sliders */
#sliders {display: none;}
#controls .ui-slider-horizontal {height: 0.4em;}
#controls .ui-slider-handle {
	width: 0.8em;
	height: 0.8em;
	}
#controls p span {font-size: 0.92em;}
#colorBar {
	width: 180px;
	background: url(../images/hue.png) no-repeat;
	height: 5px;
	line-height: 1;
	font-size: 1px;
	margin: 0 0 2px;
	}
/* Samples */
#presets {
	margin: 12px 0 0;
	float: left;
	display: inline;
	clear: both;
	}
#presets li img {
	border: 1px dotted #AAA;
	cursor: pointer;
	display: block;
	}