/* @override http://beckism.com/bits/beckbits.css */

/* @group Reset */

/* Kudos, Eric Meyer, you rock */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

html {
	background: #d1dacb;
	height: 100%;
	overflow: auto;
}

/* @group Elements */

body {
	height: 100%;
	font: 62.5%/1 "Gill Sans", Helvetica, sans-serif;
	color: #444;
}

a:link, a:visited {
	color: #444;
	text-decoration: none;
	background: #F6F190;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	margin: 40px 0;
	text-align: left;
	font-size: 5.0em;
	letter-spacing: -2px;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 3px solid #dff4f7;
	padding: 10px 25px 10px 5px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #444;
	text-decoration: none;
	background: none;
}

p, ul, ol, dl, blockquote {
	font-size: 1.6em;
	line-height: 1.375;
	margin-bottom: 18px;
}

ul p, ol p, dl p, blockquote p {
	font-size: 1em;
}

blockquote {
	font-style: italic;
	padding-left: 20px;
}

code {
	font: 1em Consolas, Courier, monospace;
	background: #C8EA95;
}

pre {
	font-size: 1.6em;
	margin-bottom: 18px;
	background: #C8EA95;
	padding: 5px;
	max-width: 380px;
	overflow: auto;
}

input {
	color: #444;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

.caption {
	padding: .5em 0 0;
	font-size: 1.4em;
	line-height: 1.375;
	text-align: center;
}

.unchanged {
	color: #aaa;
	font-style: italic;
}

.query {
	font-weight: bold;
}

/* Specific Layout */

#page {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background: url(http://beckism.com/bits/paper_bg.png) repeat-y;
}

#wrapper {
	padding: 1px 170px 1px 100px;
	background: url(http://beckism.com/bits/paper_bg.png) repeat-y;
}

#header {
	border-bottom: 3px solid #dff4f7;
	padding-right: 25px;
}

#meta {
	position: absolute;
	left: 530px;
	top: 138px;
	width: 160px;
	z-index: 100;
}

#meta div#search {
	padding: 10px 5px 10px 15px;
}

#search input {
	width: 132px;
	padding: 3px;
	border: 1px solid #aaa;
	font-size: 1.2em;
}

#nav {
	list-style-type: none;
	margin: 0 5px 15px 15px;
	zoom: 1;
	font-size: 1.4em;
}

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

#nav li {
	float: left;
	margin: 0 10px 5px 0;
}

#nav a {
	padding: 0 3px;
}

#description {
	clear: both;
	padding: 5px 5px 0 15px;
}

#description p {
	font-size: 1.3em;
}

#results-meta {
	border-bottom: 3px solid #dff4f7;
	padding: 10px 25px 10px 5px;
}

#results-meta p {
	font-size: 1.6em;
	margin: 0;
}

#page-nav {
	text-align: right;
	font-size: 1.4em;
	position: relative;
	padding: 30px 25px 7px 5px;
}

.post {
	position: relative;
	padding: 30px 25px 7px 5px;
	border-bottom: 3px solid #dff4f7;
}

.post div.labels {
	position: absolute;
	right: 25px;
	top: 5px;
}

.post div.permalink {
	font-size: 1.6em;
	white-space: nowrap;
	float: right;
}

.permalink a:link, .permalink a:visited {
	background: none;
	color: #aaa;
}

.post span.date {
	font-style: italic;
	font-size: .875em;
	vertical-align: top;
}

/* Tags */

.tags {
	font-size: 1.3em;
	line-height: 1.08;
	text-align: right;
	float: right;
	margin-right: 10px;
}

.tags:after {
	content: '\00a0\2192';
	color: #aaa;
}

.tags a:link, .tags a:visited {
	padding: 0 0 0 10px;
	background: none;
	color: #aaa;
	font-style: italic;
}

.post h2 {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: none;
}

.post h2 a:link, .post h2 a:visited {
	background: none;
}

.post .photo,
.post .quote,
.post .link {
	margin-bottom: 18px;
}

/* Regular Post */

.post .regular {
	padding-right: 10px;
}

.post .regular p strong {
	font-size: 1.125em;
}

/* Photo Post */

.post .photo img {
	border: none;
}

/* Quote Post */

.post .quote div.quote {
	font-size: 1.8em;
	line-height: 1.375;
	display: block;
	margin-bottom: 5px;
}

.post .quote div.quote .openquote, .post .quote div.quote .closequote {
	font: bold 3em "Times New Roman", serif;
	color: #aaa;
	line-height: 8px;
	vertical-align: -20px;
}

.post .quote div.quote .closequote {
	font-size: 2em;
	vertical-align: -10px;
	line-height: 8px;
}

.post .quote cite.source {
	font-size: 1.4em;
	line-height: 1.375;
	display: block;
	text-align: right;
}

/* Link Post */

.post .link a.link:link, .post .link a.link:visited {
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.375;
	padding: 0 4px;
}

.post .link span.description {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.375;
}

.description p, .description blockquote {
	font-size: 1em;
}

/* Conversation Post */

.post .conversation ul {
	background: #F0F6F5;
	list-style-type: none;
	padding: 0;
	border-left: 5px solid #ddd;
}

.post .conversation ul li {
	border-bottom: solid 1px #ddd;
	padding: 3px 4px;
}

.post .conversation ul li span.label {
	font-weight: bold;
	color: #111;
}

/* Footer */

#footer {
	margin: 40px 0 30px;
	padding-right: 25px;
	text-align: center;
}

#footer p {
	font-size: 1.2em;
}