body {
	margin: 0;
	padding: 0;
	font: 18px/1.5em Times, serif;
	background: #FFFFFF;
	color: #444;
	}
a {
	color: #B77533;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-decoration: none !important;
	margin: 0;
}
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 1em 0 .5em 0;
}
h2 {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 0 .75em 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 1em 0;
}
h4 {
	font: 1.2em/1em Arial, Sans Serif;
	margin: 0.3em 0.1em 0.5em;
}
h5 {
	font-size: 0.9em;
	line-height: 1em;
	margin: 0 0 0.3em 0;
}
h6 {
	font: normal 0.42em/1em Arial, san serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin: 1.2em 0 0.4em 0;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em auto;
}

/* Header */

#header {
	position: relative;
	text-align: center;
	}
#header h1 {
	margin-bottom: 0;
	font-size: 3em;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	}
#header form {
	margin: 1.5em 0;
	}

/* Content */

#content {
	position: relative;
	left: 1.6em;
	width: 520px;
	margin: 3em auto 0 auto;
}

#top_search {
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	margin: 0 0.6em;
	text-align: right;
}
#top_search input[type="text"] {
	width: 14em;
	margin: 0;
	padding: 0.4em;
	border: 1px solid #eee;
	font: normal 0.5em Arial, san serif;
	letter-spacing: 0.2em;
}

.post {
	position: relative;
	margin: 0 0 2.5em;
	padding: 0;
	border-bottom: 1px solid #CCC;
	font: 1em Arial, Sans Serif;
}

.post .info {
	position: absolute;
	bottom: -1.2em;
	left: 0;
	font: italic 0.8em Times New Roman;
}
.post .info strong {
	font-weight: normal;
}

.post .controls {
	position: absolute;
	right: 0.1em;
	bottom: -1.2em;
	font: italic 0.8em Times New Roman;
}


.post.tweet h4 {
	font: 1em/0.7em Arial, Sans Serif;
}
.post.tweet a[rel="bookmark"] {
	font: 0.9em Times New Roman;
}
.post.quote blockquote {
	font: italic 1.25em/1.2em Times New Roman, Serif;
	margin: 0.5em 1em;
	padding: 0;
	}
.post.quote blockquote p {
	line-height: 1.2em;
	}
.post.quote blockquote p .q {
	font: bold italic 25em/1.2em Georgia, Serif;
	color: #ddd;
}
.post.quote .source {
	text-align: right;
	font: 0.75em/1.2em Arial, Sans Serif;
	margin: 0 1.5em 1em;
	}

.post.word .definition {
	font: 0.75em/0.2em Arial, Sans Serif;
}
.post.link .content {
	position: relative;
	font: 0.7em Arial, San Serif;
	margin: .5em 0 .2em;
	padding: 0.8em;
	background: #B77533 url('../images/link-bg.png') -120px -45px no-repeat;
	color: #fff;
}
.post.link .content a {
	color: #fff;
}
.post.link .content a:hover {
	color: #333;
}
.post.link h3 {
	position: relative;
	font: 2.4em Times New Roman, Serif;
	margin: .2em 0 0;
	top: -.4em;
	left: -.35em;
}
.post.text h2 {
	font: 2.4em Times New Roman, Serif;
}

.date {
	position: absolute;
	top: -0.1em;
	left: -4.3em;
	width: 3.1em;
	padding: 0 0 1.2em;
	font: normal 0.6em/1.2em Arial, san serif;
	text-align: center;
	text-transform: uppercase;
}
.date span {
	display: block;
	color: #888;
}
.date .month {
	position: relative;
	letter-spacing: 0.36em;
}
.date .day {
	position: relative;
	font: normal 2.8em/0.8em Times New Roman, serif;
	letter-spacing: 0em;
}
.date .year {
	position: relative;
	right: 0;
	letter-spacing: 0.15em;
	padding: 0 0 0.5em;
}
.date .time {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15em;
	text-align: right;
	letter-spacing: 0.15em;
}

/* Comments */

.comment {
	position: relative;
	margin: 0 0 2em;
	padding: 0;
	border-bottom: 1px solid #CCC;
}
.comment .body {
	margin: 0.6em;
	font: normal 0.76em/1.5em Arial, san serif;
}

/* Forms */
form textarea {
	width: 100%;
}

/* Navigation */

.paginate {
	text-align: center;
	margin: 3em 0 1.5em 0;
	font-style: italic;
}
.paginate a {
	font-style: normal;
}
.prev_page {
	float: left;
}
.next_page {
	float: right;
}
.prev_post, .next_post {
	display: block;
	margin-bottom: 1.5em;
}

/* Inline Editing */

.inline_edit {
	background: #CCC;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	}
.inline_edit label {
	font: normal 0.4em/1em Arial, san serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin: 1.2em 0 0.4em 0;
}
.inline_edit input[type="text"],
.inline_edit textarea {
	}
.inline_edit .more_options_link:link {
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	}
.inline_edit .more_options p input[type="text"] {
	}
.inline_edit .more_options p .sub {
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

/* Footer */

#footer {
	width: 550px;
	margin: 3em auto;
	text-align: center;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
