/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ol,ul
{
	list-style: none;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after
{
	content: '';
}

abbr,acronym
{
	border: 0;
}



/* @end */

/* @group Styles */

body
{
	font-size: 90%;
	padding: 2em;
	background-color: #222;
}

body, h2 span span.sidenote
{
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

h1
{
	float: left;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0;
}

sup
{
	font-size: 0.7em;
}

h1, h3, .feedback
{
	padding-bottom: 11px;
	background: url(arr.gif) no-repeat 75% bottom;
}

h1 span
{
	letter-spacing: -0.05em;
	font-size: 2em;
}

h1 span span
{
	font-size: 0.7em;
	padding: 0;
}

h1 span span.apologies
{
	font-weight: normal;
	font-style: normal;
	font-size: 0.4em;
	margin-top: 0.2em;
}

h1 span, h3 span
{
	background-color: #fff;
	display: block;
	font-weight: bold;
	font-family: "Lucida Grande", HelveticaNeue, Helvetica, Arial, sans-serif;
	padding: 0.2em 0.3em;
}

.feedback span
{
	background-color: #fff;
	padding: 0.6em 0.6em;
	display: block;
	font-size: 75%;
}

.feedback
{
	float: right;
	position: absolute;
	width: 28em;
	top: 2em;
	left: 29em;
}

.feedback strong
{
	font-weight: bold;
}

.content
{
	clear: left;
	padding-top: 1em;
}

.using, .whatis, .whyuse
{
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: left;
}

.using
{
	background-color: #c06210;
}

.whyuse
{
	background-color: #177f7f;
}

.whatis
{
	background-color: #73a200;
}

h2 span
{
	position: relative;
	float: left;
	left: 1em;
	color: white;
	width: 16%;
	font: italic 2em Georgia, Times, "Times New Roman", serif;
}

h2 span span.sidenote
{
	color: #fff;
	font-size: 0.34em;
	float: none;
	display: block;
	width: auto;
	margin-top: 1em;
	position: static;
	font-weight: normal;
	font-style: normal;
}

h2 span span.sidenote a
{
	color: #fff;
}

.column
{
	position: relative;
	top: 0;
	width: 20%;
	float: left;
	margin-right: 2em;
}

.column p
{
	background-color: #eee;
	clear: left;
	padding: 0.5em;
	margin-top: 0.3em;
	font-size: 75%;
	line-height: 150%;
}

.column p.example
{
	background-color: #d5d5d5;
}

.column p.example strong
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0.2em;
}

.one, .two, .three
{
	left: 4em;
}

h3
{
	text-align: center;
}

h3 span
{
	font-size: 1.1em;
}

.credits
{
	color: #bbb;
	font-size: 70%;
	padding-top: 1.5em;
	padding-left: 3em;
	padding-bottom: 0;
}

.credits a
{
	color: #fff;
	text-decoration: underline;
}

.credits p#subcredits
{
	color: #555;
	font-size: 0.9em;
	margin-top: 1em;
}

.credits p#subcredits a
{
	color: #666;
	text-decoration: none;
}


/* @end */

/* @group Clearfix */

/* Forces containers to exapnd to full height of floated elements */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix
{
	display: block;
}

/* End hide from IE Mac */

* html .clearfix
{
	height: 1px;
}

/* @end */