html
{
	font-size: 100.01%;
}

body, textarea, select, input
{
	color: #222;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p
{
	/*font-size: .8125em;*/
	font-size: .875em;
	line-height: 1.3em;
	margin-bottom: .8em;
}

h1, h2, h3, h4, h5, h6
{
	color: #404040;
	font-weight: bold;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
{
	color: #bfbfbf;
	font-weight: normal;
}

h1
{
	font-size: 2em;
	line-height: 1.25em;
	margin-bottom: .6em;
}

h1 small
{
	font-size: .55em;
}

h2
{
	font-size: 1.5em;
	line-height: 1.5em;
}

h2 small
{
	font-size: .7em;
}

h3
{
	font-size: 1.125em;
	line-height: 2em;
}

h3 small
{
	font-size: .8em;
}

h4
{
	font-size: 1em;
	line-height: 2em;
}

h4 small
{
	font-size: .75em;
}

h5
{
	font-size: .85em;
	line-height: 2em;
}

h6
{
	font-size: .8125em;
	color: #bfbfbf;
	text-transform: uppercase;
	line-height: 2em;
}

dl
{
	margin-bottom: 1.125em;
}

dl dt, dl dd
{
	line-height: 1.125em;
}

dl dt
{
	font-weight: bold;
}

dl dd
{
	margin-left: .6em;
}

address
{
	display: block;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

blockquote
{
	margin-bottom: 1.125em;
	border-left: .3em solid #eee;
	padding-left: .9em;
}

blockquote p
{
	font-size: .875em;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 0;
}

blockquote small
{
	display: block;
	font-size: .75em;
	font-weight: 300;
	line-height: 1.5em;
	color: #bfbfbf;
}

blockquote small:before
{
	content: '\2014 \00A0';
}

hr
{
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 0 0 17px;
	border: none;
}

hr.space
{
	background: #fff;
	color: #fff;
	visibility: hidden;
}

.box
{
	padding: 1.5em;
	margin-bottom: 1.5em;
	background: #e5eCf9;
}

.muted
{
	color: #bfbfbf;
}
