body {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 30px 30px 30px;
	width: 640px;	
}

h1{	
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1em;
	color: black;
	font-family: Georgia, serif;	
	font-weight: normal;
}

h3{	
	font-size: 25px;
	letter-spacing: 0px;
	line-height: 1em;
	color: black;
	font-family: Georgia, serif;	
	font-weight: normal;
}

a {
	color: #F30;
	text-decoration: none;
}

.button, .button:visited {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	xborder-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background-color: #FF6A00; 
	font-size: 14px;
	padding: 8px 14px 9px; 
	margin-right:6px;	
	-moz-user-select: none;
	-webkit-user-select: none;
}

.button:hover { 
	background-color: #F30; 
}

#debug{
	font-weight:bold;	
	color:#aaa;
}

#slider {
	width:150px;
	height:20px;
}

.framed  {
	background: #ccc;
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.waiting  {
	margin-left: 100px;
}

.thumb{
	margin: 4px 8px 4px 0;	
	cursor: pointer;
	background: #ccc;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#buttons{
	float:left;
	width:300px;
}

#settings{
	float:right;
	width:300px;
}

.option{
	font-weight:bold;	
	color:#aaa;
	padding:0px;
	margin:0;
}

#notes{
	clear:both;
}

#wrapper{
	position:relative;
}

#overlay{
	font-weight:bold;	
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 2;
	background-color: rgba(0,0,0,.3);
	color:rgba(255,255,255,.9);
	vertical-align: middle;
	text-align:center;
	line-height: 480px; 	
	font-size:24px;
}