body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.6667em;
	background: #000;
	color: #666;
	}
a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #8F30BF;
	}
p a {
	border-bottom: 1px solid #333;
	}

::selection {
	background: #EABFFF;
	color: #000;
}
::-moz-selection {
	background: #EABFFF;
	color: #000;
}

h1, h2, h3 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
h1 {
	font-size: 3em;
	line-height: 1.2222em;
	margin: 0 0 .6111em 0;
	}
h2 {
	font-size: 1.6667em;
	line-height: 1em;
	margin: 2em 0 1em 0;
	}
h3 {
	font-size: 1.5em;
	line-height: 1.2222em;
	margin: 2.4444em 0 1.2222em;
	}
p {
	margin: 1.6667em auto;
	}
blockquote {
	margin: 0 1.6667em;
	}
hr {
	border: none;
	border-top: 1px solid #000;
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Admin Controls */

#controls {
	background: #222;
	color: #FFF;
	line-height: 3.3333em;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 920px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin-right: 1em;
	}
#controls a:hover {
	text-decoration: underline;
	}

/* Header */

#header {
	}
#header .header_box {
	width: 920px;
	margin: 0 auto;
	padding: 3.3333em 0 1.6667em 0;
	}
#header h1 {
	margin: 0;
	font-size: 4em;
	font-weight: normal;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	}
#header form {
	float: right;
	width: 200px;
	margin-top: 1.6667em;
	}
#header input {
	width: 190px;
	}

/* Wrapper */

#wrapper {
	width: 920px;
	margin: auto;
	}

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
	}
#sidebar h1 {
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.6667em;
	margin: 1.6667em 0 0 0;
	}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#sidebar ul.nav {
	margin-top: 1.6667em;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

/* Content */

#content {
	width: 700px;
	float: left;
	margin-top: 1.5em;
	}

.date {
	float: left;
	width: 100px;
	clear: both;
	margin: 0;
	}

.post {
	width: 600px;
	float: right;
	}
.post.first {
	border: none;
	}
.post .time {
	float: left;
	width: 100px;
	}
.post .body {
	float: right;
	width: 500px;
	margin: 0 0 3.3333em 0;
	}
.post .title {
	margin: 0;
	}
.post .info {
	float: left;
	}
.post .controls {
	float: right;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	margin: 0;
	font-size: 1.5em;
	line-height: 1.8333em;
	}
.post.quote blockquote p {
	margin-top: 0;
	}
.post.quote .source {
	text-align: right;
	display: block;
	margin: 1.6667em 0;
	}

/* Comments */

#comments {
	width: 500px;
	float: right;
	margin-top: 3.3333em;
	}
ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments li {
	margin: 3.3333em 0;
	}
ol.comments blockquote {
	margin: 0;
	}
ol.comments cite {
	font-style: normal;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Inline Editing */

.inline_edit {
	background: #222;
	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 {
	}

/* Next/prev */

.nextprev {
	margin-bottom: 3.3333em;
	}

/* Paginate */

.paginate {
	text-align: center;
	margin-top: 3.3333em;
	}
.paginate a.next_page {
	float: right;
	}
.paginate a.prev_page {
	float: left;
	}

/* Footer */

#footer {
	margin: 3.3333em 0 5em 0;
	}
#footer a {
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	}

/* General */

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