.container {
	margin: 0 auto;
        min-height: 400px;
	padding: 0 10px;
	width: 940px;
}
.page > header p {
	float: right;
	height: 100px;
	margin: 0;
	text-indent: -9999px;
	width: 240px;
}


h1 {
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 24px;
	padding: 0 0 24px;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 24px;
}
h2 + p {
	text-indent: 0;
}
h3 {
	padding: 0 0 24px;
}


article ul,
article ol {
	padding: 0 24px 24px;
}
article ol ul,
article ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
blockquote {
	border: 1px solid rgba(0,0,0,0.2);
	border-width: 1px 0;
	margin: 0 0 24px;
	padding: 24px 24px 0;
}
blockquote p:first-of-type {
	font-family: Palatino, Georgia, serif;
	font-style: italic;
}
blockquote p:first-of-type::first-line, 
li p:first-of-type::first-line {
	font-weight: normal;
}
blockquote p {
	text-indent: 0;
	font-style: italic;
}
dl {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
	margin: 0 0 24px;	
}
dt {
	font-style: italic;	
	font-weight: bold;
}
dd {
	font-size: 14px;
	margin: 0 0 0 24px;	
}
dd em {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
}
ol, ul {
	margin-bottom: 24px;
}
p {
	font-family: Palatino, Georgia, 'Times New Roman', serif;
}
p:first-of-type {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-indent: 0;
}
p:first-of-type::first-line {
	font-weight: 800;
}
pre {
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.05);
	font-family: Iconsolata, Monaco, monospace;
	font-size: 12px;
	margin: 0 0 24px;
	padding: 12px 18px;
	overflow: auto;
}

/* @group Footnotes */

.footnotes {
	font-size: 12px;
}
.footnotes ol {
	padding-right: 0;	
}
.footnotes li {
	position: relative;	
}
.footnotes p {
	margin: 0;
	padding: 0
}
.footnotes li[id^="fn"] a {
        position: absolute; 
        right: 5px;
        top: 2px;
}
.footnotes li[id^="fn"] p a {
        position: static; 
}

/* @end */

/* @group Temporary Navigation */

.direction {
	background-color: rgba(0,0,0,0.9);
	bottom: 20px;
	font-size: 11px;
	position: fixed;
	width: 940px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.direction a {
	color: rgba(255,255,255,0.9);
	display: block;
	padding: 3px 10px;
	-webkit-transition: all 250ms linear;
}
.direction a:hover {
	color: rgba(255,255,255,0.9) !important;
	text-shadow: 0 0 5px #fff;
}
.direction a.previous {
	float: left;
}
.direction a.next {
	float: right;
}

/* @end */

