/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	End reset styles */
html {
	overflow-y: scroll;
}
body {
	background: #eee url(http://stevecochrane.com/tumblr/images/smoke.jpg) no-repeat 0 0;
	color: #555;
	font-family: 'lemonde-sans-1', 'lemonde-sans-2', sans-serif;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}
h1 {
	font-family: "lemonde-journal-1", "lemonde-journal-2", serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.125;
	padding-bottom: 0.75em;
}
p + p,
p + blockquote,
blockquote + p,
p + div,
div + p,
p + ul,
ul + p,
p + ol,
ol + p,
p + h4,
h4 + p,
p + img,
img + p {
	margin-top: 1.5em;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover,
a:focus {
	color: #999;
}
em {
	font-style: italic;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
strong {
	font-weight: bold;
}
#container {
	padding-left: 20.25em;
	position: relative;
	width: 40.5em;
}
#container > header {
	background: #333 url(http://stevecochrane.com/tumblr/images/fabric.jpg) repeat 0 0;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	left: 3em;
	position: absolute;
	top: 0;
	width: 14.25em;
	z-index: 2;
}
#container > header div {
	border: 0.375em solid #555;
	border-top: 0;
	margin: 0 0.375em 0.375em;
	padding: 6em 0 3em;
}
#container > header h1 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0.6em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
nav li {
	font-family: "lemonde-journal-1", "lemonde-journal-2", serif;
	list-style: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}
#container > header a {
	color: #999;
	display: block;
	text-align: center;
}
#container > header a:hover,
#container > header a:focus {
	color: #fff;
}
#main {
	padding-top: 48px;
}
article {
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.125);
	box-shadow: 0 0 5px rgba(0,0,0,0.125);
	margin-bottom: 30px;
	position: relative;
	padding: 3em 6em 3em 3em;
}
article:last-child {
	margin: 0;
}
article:after {
	background: url(http://stevecochrane.com/tumblr/images/pointer-post.png) no-repeat 0 100%;
	bottom: -32px;	
	content: ".";
	display: block;
	height: 32px;	
	position: absolute;
	right: 24px;
	text-indent: -9999px;
	width: 25px;
	z-index: 3;
}
article:last-child:after {
	display: none;
}
article header p {
	color: #999;
	font-size: 0.75em;
	line-height: 2;
}
article header a {
	font-weight: normal;
}
article header p a {
	color: #999;
	letter-spacing: 2px;
	text-transform: uppercase;
}
footer {
	color: #555;
	padding: 3em 3em 1.5em;
}
footer p {
	font-size: 0.75em;
}
#post-nav {
	margin-bottom: 1.5em;
	overflow: hidden;
}
#post-nav p {
	font-size: 1em;
}
#next-post {
	float: right;
}
#previous-post {
	float: left;
}
#post-nav a {
	display: block;
	font-size: 1.5em;
	line-height: 1;
}
#owl {
	background: url(http://stevecochrane.com/tumblr/images/owl.jpg) no-repeat 0 100%;
	bottom: 0;
	height: 420px;
	position: absolute;
	left: 0;
	width: 270px;
}
#pointer {
	background: url(http://stevecochrane.com/tumblr/images/pointer.png) no-repeat 0 0;
	bottom: 190px;
	height: 53px;
	left: 266px;
	position: absolute;
	width: 59px;
}
.text blockquote {
	font-style: italic;
}
.quote blockquote {
	font-style: italic;
	margin-bottom: 1em;
}
.quote blockquote.short p {
	font-size: 1.5em;
}
.quote + p {
	clear: right;
}
.video object,
.video iframe {
	margin-bottom: 1.5em;
}
.text .quote,
.video .quote {
	overflow: hidden;
}
