@charset "utf-8";

body {
	background: #fff; /* url(../img/grid.png) left top; */
	color: #666;
	font: normal 100%/1.5em "Helvetica Neue",Arial,Helvetica,sans-serif;
	margin: 3em auto;
	width: 890px;
}

a {
	border-bottom: 1px dotted;
	color: #be0026;
	text-decoration: none;
	-webkit-transition-duration: .4s;
	-webkit-transition-property: color, background;
}
a:hover {
	background: #be0026;
	border-bottom-style: solid;
	color: #fff;
	-webkit-transition-duration: .4s;
	-webkit-transition-property: color, background;
}
code {
	background: #ddd;
	font: 100%/0 Monaco,monospace;
}
em {
	font-weight: bold;
}
strong {
	color: #484848;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dashed;
}
input {
	border: 0;
	line-height: 1em;
	padding: 0.25em;
}
button {
	background: #5f0013;
	border: 1px solid #5f0013;
	color: #fff;
	font: inherit;
	line-height: 1em;
	margin: 0;
	padding: 0.25em;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 1em;
	text-shadow: 1px 1px 1px #5f0013;
}
h1 a {
	border: 0;
	margin: -0.25em;
	padding: 0.25em;
}
h2,
h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
}
ol,
p,
ul {
	padding: 0 0 1.5em;
}
ol li {
	list-style: decimal;
}
ul li {
	list-style: square;
}

blockquote {
	background: #ddd;
	font-family: "Georgia";
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 0.75em;
}

pre {
	background: #ddd;
	margin: 0 1.5em 1.5em;
	overflow: auto;
	padding: 0.75em;
}
img {
	line-height: 0;
}

header,
section {
	display: block;
}
footer {
	clear: both;
	display: block;
}

.post {
	clear: both;
	float: left;
	padding: 0 0 1.5em;
	width: 100%;
}
.post header {
	width: 100%;
}
.post header .meta {
	color: #999;
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1.5em 20px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 110px;
}
.post .body {
	clear: both;
	float: left;
	margin: -3em 0 0 130px;
	width: 760px;
}
.post .body > * {
	clear: left;
	float: left;
	width: 500px;
}
.post .body p img {
	clear: both;
	margin: 0;
}
.post .body .caption {
	clear: right;
	color: #999;
	float: right;
	font-size: 0.8em;
	line-height: 1.875em;
	width: 240px;
}

.post footer {
	color: #999;
	font-size: 0.8em;
	line-height: 1.875em;
	margin-left: 130px;
	padding-top: 1.875em;
}

.pagination {
	display: block;
	text-align: center;
}

body > header {
	margin-left: 130px;
	position: relative;
}
#feed {
	position: absolute;
	left: -130px;
	top: 0;
	width: 110px;
}
#feed a {
	border: 0;
}
#feed img {
	border: 0;
	float: right;
	margin: 0;
	padding: 1em 0;
}
body > header:hover #feed {
	display: block;
}

#search_results {
	display: block;
	margin-left: 130px;
}
#search_results form {
	background: #be0026;
	float: left;
	margin: 0 0 1.5em;
	padding: 1.5em;
}
#search_results ol {
	list-style: none;
}
#search_results ol li {
	list-style: none;
	padding: 0 0 1.5em;
}
#the_results {
	clear: both;
}
