/*@font-face{ 
	font-family: 'test';
	src: url('/fonts/test.woff') format('woff');
}*/
/*
@font-face{ 
	font-family: 'white_rabbit';
	src: url('/fonts/white_rabbit.eot');
	src: url('/fonts/white_rabbit.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/white_rabbit.woff') format('woff'),
	     url('/fonts/white_rabbit.ttf') format('truetype'),
	     url('/fonts/white_rabbit.svg#webfont') format('svg');
}
*/
@font-face{ 
	font-family: 'bebas_neue';
	src: url('/fonts/bebas_neue.eot');
	src: url('/fonts/bebas_neue.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/bebas_neue.woff') format('woff'),
	     url('/fonts/bebas_neue.ttf') format('truetype'),
	     url('/fonts/bebas_neue.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'kingthings_chimaera';
	src: url('/fonts/kingthings_chimaera.eot');
	src: url('/fonts/kingthings_chimaera.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/kingthings_chimaera.woff') format('woff'),
	     url('/fonts/kingthings_chimaera.ttf') format('truetype'),
	     url('/fonts/kingthings_chimaera.svg#webfont') format('svg');
}
html {
	background: #000;
	color: #fff;
}
body {
	font: 0.8em sans-serif;
	margin: 0;
}
header, nav, footer, article {
	display: block;
}
a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #777;
}
a:visited {
	text-decoration: none;
	color: #ccc;
	border-bottom: 1px dotted #777;
}
a:hover, a:active {
	text-decoration: none;
	color: #aaa;
}
h1, h2, h3, h4, h5, h6 {
	font-family: bebas_neue, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
}
h1 {
	font-size: 230%;
}
h2 {
	font-size: 180%;
}
body>header h2 {
	cursor: help;
}
h3 {
	font-size: 160%;
}
p {
	line-height: 150%;
}
img {
	border: 0;
	vertical-align: middle;
}
body>header {
	padding: 1em 0;
	background: #111;
	overflow: auto;
	zoom: 1;  /* IE overflow fix */
}
.bounds {
	width: 960px;
	margin: 0 auto;
}
.plainlink:link, .plainlink:visited, .plainline:active, .plainlink:hover,
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover,
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
#dsq-global-toolbar a:link, #dsq-global-toolbar a:visited, #dsq-global-toolbar a:active, #dsq-global-toolbar a:hover {
	color: #fff;
	border-bottom: 0;
}
body>header h1 {
	float: left;
	margin: 0 0 0.3em 0;
	font-size: 400%;
	font-family: kingthings_chimaera, sans-serif;
}
body>header h2 {
	float: right;
	line-height: 190%;
	color: #bbb;
}
header nav {
	clear: both;
	padding: 0 1em;
	border-radius: 5px;
	background: rgb(48,48,48);
	background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,1) 49%, rgba(40,40,40,1) 51%, rgba(40,40,40,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(49%,rgba(48,48,48,1)), color-stop(51%,rgba(40,40,40,1)), color-stop(100%,rgba(40,40,40,1)));
	background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 49%,rgba(40,40,40,1) 51%,rgba(40,40,40,1) 100%);
	background: -o-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 49%,rgba(40,40,40,1) 51%,rgba(40,40,40,1) 100%);
	background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 49%,rgba(40,40,40,1) 51%,rgba(40,40,40,1) 100%);
	background: linear-gradient(top, rgba(48,48,48,1) 0%,rgba(48,48,48,1) 49%,rgba(40,40,40,1) 51%,rgba(40,40,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#282828',GradientType=0 );
}
header nav a:link {
	font-size: 120%;
	border-bottom: none;
}
header nav a:visited {
	color: #fff;
	border-bottom: none;
}
header nav a.current, header nav a:hover, header nav a:active {
	color: #888;
	border-bottom: none;
}
nav ul {
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	overflow: auto;
	zoom: 1;  /* IE overflow fix */
}
nav ul li {
	float: left;  /* Prevents spaces between <li> elements causing gaps */
	padding-right: 2.5em
}
body>footer {
	clear: both;
	padding: 0.75em 0;
	margin-top: 2.5em;
	background: #111;
	overflow: auto;
	zoom: 1;  /* IE overflow fix */
}
article {
	overflow: auto;
	zoom: 1;  /* IE overflow fix */
	margin-bottom: 1.5em;
}
article h2 {
	margin-top: 0.5em;  /* overflow: auto fix */
}
article header p {
	margin-top: 1em;
	font-size: 0.9em
}
fieldset {
	margin: 1em 0;
	padding: 1em 0;
	border: 1px solid #111;
	border-radius: 8px;
	background: #111;
}
legend {
	display: none;
}
label {
	margin: 0.5em 0;
	display: block;
	float: left;
	clear: left;
	width: 8em;
	padding-right: 0.75em;
	text-align: right;
	font-weight: bold;
}
input, textarea {
	margin: 0.5em 0;
	padding: 0.3em 0.4em;
	border-radius: 2px;
	border: 1px solid #444;
	background: #000;
	color: #fff !important;
	font-family: sans-serif;
	font-size: 1em;  /* Not sure why FF doesn't inherit this */
}
form .buttons {
	padding: 0.5em 0;
}
form .buttons input {
	padding: 0.4em 1em;
	margin-left: 8.5em;
	border: 2px solid #444;
	background: #181818 !important;
	cursor: pointer;
}
form .buttons input:hover {
	background: #222 !important;
}
form .buttons input:active {
	background: #333 !important;
}
form input:required {
	background: #000 url('/icons/fugue/asterisk.png') no-repeat 98% 50%;
}
form input:valid {
	background: #000 url('/icons/fugue/tick.png') no-repeat 98% 50%;
}
form input:focus:invalid {
	background: #000 url('/icons/fugue/cross.png') no-repeat 98% 50%;
}
form textarea:required {
	background: #000 url('/icons/fugue/asterisk.png') no-repeat 98% 5%;
}
form textarea:valid {
	background: #000 url('/icons/fugue/tick.png') no-repeat 98% 5%;
}
form textarea:focus:invalid {
	background: #000 url('/icons/fugue/cross.png') no-repeat 98% 5%;
}
/*article {
	float: left;
	width: 60%;
}*/
/*aside {
	float: left;
	width: 25%;
}*/
#dsq-global-toolbar>ul>li {
	background: #222;
	border-radius: 3px;
}
#dsq-global-toolbar .dsq-like-panel {
	background: #000;
	border-radius: 0;
}
.success {
	color: forestgreen;
}
.failure {
	color: firebrick;
}
.unpublished header h1,
.unpublished header h2 {
	padding-left: 32px;
	background: url(/icons/fugue/24/wooden-box.png) no-repeat center left;
}
.download {
	display: block;
	line-height: 32px;
	padding-left: 38px;
	font-weight: bold;
	background: url(/icons/fugue/32/arrow-270.png) no-repeat center left;
}
.download:link, .download:visited, .download:active, .download:hover {
	border-bottom: none;
}
h1.blank {
	margin: 8em 0;
	text-align: center;
}
pre code, pre samp, pre kbd {
	display: block;
	padding: 1em;
	background-color: #111;
	border-radius: 5px;
}
.comment_count {
	padding-left: 20px;
	background: url(/icons/fugue/balloon.png) no-repeat center left;
}

