body {
	margin: 0 0 4.5em 0;
	padding: 0;
	font-family: Lucida Grande, Lucida Sans, sans-serif;
	font-size: 75%; /* 12pt */
	line-height: 1.6667em;
	background: #344243;
	color: #FFF;
	}

/* General */

a {
	color: #029;
	color: #B02A16;
	color: #2F4D52;
	color: #ACA39A;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
#wrapper p a {
	border-bottom: 1px solid #6D7273;
	}
#wrapper p a:hover {
	text-decoration: none;
	}

img {
	border: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	}
h1, h2, h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	}
h1 {
	font-size: 2em; /* 24pt */
	line-height: 1.6667em;
	}
h2 {
	font-size: 1.5em; /* 18pt */
	line-height: 1.1111em;
	}
h3 {
	font-size: 1.3333em; /* 16pt */
	line-height: 1.25em;
	}
p {
	margin: 1.6667em 0;
	}
blockquote {
	margin: 1.5em 1.5em 1.5em .75em;
	padding: 0 0 0 .75em;
	border-left: 1px solid #6D7273;
	}
pre, code {
	font-family: Monaco, Courier New, monospace;
	}

fieldset {
	border: none;
	}

/* Admin Controls */

#controls {
	background: #016;
	background: #333;
	background: #000;
	background: #192021;
	}
#controls a {
	color: #FFF;
	}
#controls ul {
	margin: 0 auto;
	padding: .4em;
	width: 660px;
	}
#controls ul li {
	background: none;
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	}

/* Main */

#wrapper {
	width: 660px;
	margin: 0 auto 4em auto;
	padding: 0 0 1em 0;
	}

#sidebar {
	display: none;
	float: right;
	margin: 0 0 2em 0;
	padding: 1.5em 1em;
	width: 165px;
	}

/* Header */

#header {
	margin: 0 0 1.5em 0;
	padding: 1.5em 0;
	width: 100%;
	background: #344243;
	background: #242E2F;
	color: #ACA39A;
	}
#header a {
	color: #FFF;
	}
#header .header_box {
	margin: 0 auto;
	width: 660px;
	}
#header form {
	float: right;
	margin: 0;
	}
#header form fieldset {
	border: none;
	margin: 0;
	}
#header #search {
	width: 180px;
	}
#header h1 {
	margin: 0;
	}
#header h1 a {
	display: block;
	text-indent: -9999px;
	background-image: url(../images/meta.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 130px;
	height: 77px;
	float: left;
	position: relative;
	left: -10px;
	}
#header h2 {
	display: none;
	}
#header p {
	float: right;
	clear: right;
	margin: 0;
	}

#nav {
	margin: 1.5em 0;
	padding: 0;
	float: right;
	clear: right;
	list-style: none;
	font-family: Gill Sans, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	}
#nav li {
	display: inline;
	margin-left: 1.5em;
	}

#welcome {
	text-align: right;
	margin: 0 0 3em 0;
	}

/* Posts */

.post {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #6D7273;
	}

.date {
	text-align: right;
	font-family: Gill Sans, sans-serif;
	text-transform: uppercase;
	color: #A0887D;
	color: #ACA39A;
	color: #6D7273;
	letter-spacing: .2em;
	border-bottom: 1px solid #6D7273;
	margin: 6em 0 1.5em 0;
	}
.content {
	float: left;
	width: 440px;
	}
.meta {
	float: right;
	width: 170px;
	color: #CCC;
	}

.post .permalink {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: -25px;
	display: block;
	}
.post .meta .comments_link {
	display: block;
	}
.post.text .permalink {
	background-image: url(../icons-white/regular.gif);
	}
.post.link .permalink {
	background-image: url(../icons-white/link.gif);
	}
.post.photo .permalink {
	background-image: url(../icons-white/photo.gif);
	}
.post.audio .permalink {
	background-image: url(../icons-white/audio.gif);
	}
.post.video .permalink {
	background-image: url(../icons-white/video.gif);
	}
.post.quote .permalink {
	background-image: url(../icons-white/quote.gif);
	}

.source {
	text-align: right;
	}

/* Comments */

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments blockquote {
	margin: 1.6667em 0;
	padding: 0;
	border: none;
	}
ol.comments cite {
	font-style: normal;
	display: block;
	border-bottom: 1px solid #6D7273;
	padding-bottom: 1.6667em;
	}
.comment_edit_link, .comment_delete_link {
	float: right;
	margin-left: 1.5em;
	}

.notice {
	background: #242E2F;
	padding: 0 5px;
	margin-bottom: 1.6667em;
	}

.next_post, .prev_post {
	margin-bottom: 3em;
	}
.next_page {
	float: right;
	}
.prev_page {
	float: left;
	}
.pages {
	display: block;
	text-align: center;
	}

.edit_link, .delete_link {
	background-position: left center;
	background-repeat: no-repeat;
	}
.edit_link {
	}
.delete_link {
	}

#footer {
	display: none;
	clear: both;
	margin: 3em 0;
	}
#footer a.atom {
	background-color: #bbb;
	border: none;
	color: #222;
	margin: -2.5em .4em 0 0;
	padding: .3em .6em;
	float: right;
	}
#footer a.atom:hover {
	background-color: #EEA64A;
	}

/* Inline Edit */

.inline_edit {
	background: #242E2F;
	padding: 1em;
	position: relative;
	}
.inline_edit input[type="text"],
.inline_edit textarea {
	width: 412px;
	}
.inline_edit .more_options_link:link {
	display: block;
	padding: 0 0 .3em 0;
	}
.inline_edit .more_options {
	}
.inline_edit .more_options p {
	float: left;
	width: 50%;
	height: 5.5em;
	margin: 0;
	}
.inline_edit .more_options p input[type="text"] {
	width: 90%;
	margin-bottom: 0;
	}
.inline_edit .more_options p .sub {
	font-size: .8em;
	}
.inline_edit .buttons {
	}
.inline_edit h2 {
	}

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