body {
	margin: 0;
	padding: 0;
	font-family: georgia, verdana, serif;
	font-size: 14px;
	line-height: 1.5em;
	background: #FFFFFF;
	color: #444;
	}
a {
	color: #BF3030;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
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;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em auto;
	}

/* Admin Controls */

#controls {
	background: #BF3030;
	color: #FFF;
	line-height: 2em;
	}
#controls ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin: 0 .5em;
	}

/* Header */

#header {
	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 {
	width: 550px;
	margin: 3em auto 0 auto;
	}

.date {
	text-align: center;
	color: #888;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-top: 0em;
	border-top: 1px solid #CCC;
	}
.date span {
	position: relative;
	top: -.75em;
	background: #FFF;
	padding: 0 1em;
	}

.post {
	margin-bottom: 1.5em;
	padding: 0 10px 1.5em 10px;
	border-bottom: 1px solid #CCC;
	}
.post .info {
	float: left;
	font-style: italic;
	}
.post .info strong {
	font-weight: normal;
	}
.post .controls {
	float: right;
	font-style: italic;
	}

.post.quote blockquote {
	font-size: 1.25em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-style: italic;
	}
.post.quote blockquote p {
	line-height: 1.2em;
	}
.post.quote .source {
	text-align: right;
	margin: 1.5em 0;
	}

/* Comments */

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments blockquote {
	margin: 0;
	padding: 0 10px;
	background: #FFF;
	}
ol.comments cite {
	font-style: italic;
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 3em;
	}
ol.comments cite strong {
	font-weight; normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* 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 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;
	}