

																						/* -- Base HTML -- */
a, a:visited {
	color: #d9dde7;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
body {
	color: #949cac;
	background-color: #30363c;
	background-image: none;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


input[type=range], input[type=text] {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=radio] {
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

																					/* -- Header Layout -- */
header {
	display: block;
	width: 500px;
	padding: 65px 85px 30px 0;
	margin: 0 auto 38px auto;
	position: relative;
	background: url(../images/site/divider.png) no-repeat 50% 100%;
}



#interaction, #examples {
	width: 525px;
	padding: 27px 30px 57px 30px;
	margin: 0 auto 30px auto;
	background: rgba(27, 30, 33, 0.5);
	border: solid 1px rgba(255, 255, 255, 0.12);
	border-width: 0 0 1px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
	#examples {
		padding-bottom: 0;
	}
#filter-target {
	border: solid 12px #fff;
	-webkit-box-shadow: #000 0 5px 32px;
	-moz-box-shadow: #000 0 5px 32px;
	box-shadow: #000 0 5px 32px;
}
#examples h2 {
	float: left;
}
#examples textarea {
	width: 262px;
	height: 104px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	font-size: 12px;
	line-height: 1.5;
	color: #949cac;
	text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0;
	background: rgba(255, 255, 255, 0.02);
	border-top: solid 1px rgba(0, 0, 0, 0.15);
	border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.filtered {
	display: block;
	clear: left;
	float: left;
	border: solid 8px #fff;
	margin-bottom: 30px;
	margin-right: 30px;
	-webkit-box-shadow: #000 0 2px 16px;
	-moz-box-shadow: #000 0 2px 16px;
	box-shadow: #000 0 2px 16px;
}
.selector {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.controls {
	position: absolute;
	bottom: 20px;
	left: 200px;
}
	.controls input {
		margin-right: 30px;
		vertical-align: middle;
	}
	.controls label:last-child input {
		margin-right: 0;
	}
.apply {
	display: none;
}


																						/* -- Description Area Layout -- */
#description {
	display: block;
	width: 585px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
#description ul {
	margin: 1.8em 0 0 0;
	padding: 0;
	line-height: 1.8333;
}
#description li {
	list-style: none;
	margin-bottom: 0.8em;
}
#description aside {
	float: right;
	width: 210px;
	text-align: right;
	padding-top: 20px;
}
#description aside p {
	color: #606772;
	text-align: center;
	width: 130px;
	margin: 8px 0 0 auto;
}
#description aside a, #description aside a:visited {
	width: 130px;
	padding: 10px 0;
	margin: 0 0 0 auto;
	display: block;
	font-size: 13px;
	text-shadow: rgba(0, 0, 0, 0.33) 0 1px 3px;
	text-align: center;
	border: solid 1px #e338aa;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	background: #e338aa;
	opacity: 0.7;

	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(221,55,166)),
	    color-stop(1, rgb(204,50,153))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(221,55,166) 0%,
	    rgb(204,50,153) 100%
	);

	-webkit-box-shadow: rgba(0, 0, 0, 0.66) 0 2px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.66) 0 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.66) 0 2px 3px;
	
	-webkit-transition: -webkit-box-shadow, opacity 0.25s linear;
}
	#description aside a:hover, #description aside a:focus {
		text-decoration: none;
		text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
		border-color: #ee5fbe;
		-webkit-box-shadow: rgba(0, 0, 0, 0.66) 0 3px 6px;
		-moz-box-shadow: rgba(0, 0, 0, 0.66) 0 3px 6px;
		box-shadow: rgba(0, 0, 0, 0.66) 0 3px 6px;
		background: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0, rgb(200,49,150)),
		    color-stop(1, rgb(227,56,170))
		);
		background: -moz-linear-gradient(
		    center bottom,
		    rgb(200,49,150) 0%,
		    rgb(227,56,170) 100%
		);
		opacity: 1;
	}

																						/* -- Footer Layout -- */
footer {
	display: block;
	width: 585px;
	padding: 20px 0;
	color: #606772;
	background: url(../images/site/divider.png) no-repeat 50% 0;
	margin: 40px auto 0 auto;
}
footer a, footer a:visited {
	color: #838890;
}
footer a:hover, footer a:focus {
	color: #d9dde7;
}