body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6667em;
	background: #FFFFFF;
	}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #3a6999;
	}
p a {
	border-bottom: 1px solid #CCC;
	}
p a:hover {
	border-bottom: 1px solid #999;
	}

h1, h2, h3 {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 2em;
	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: #000;
	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 1em 0;
	border-bottom: 2px solid #000;
	}
#header h1 {
	margin: 0;
	font-size: 4em;
	line-height: 1em;
	}
#header h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	color: #666;
	font-weight: normal;
	}
#header form {
	float: right;
	width: 200px;
	margin-top: 1.6667em;
	}
#header input, #sidebar input {
	width: 190px;
	}


/* Top banner with rotating images
-------------------------------------------------------------- */

#topbanner { height: 70px; border-bottom: 1px solid #999; background: url('http://neu.ohnehin.com/images/home_banner.png') no-repeat; margin-top:10px; }
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle { float: left; background: #fff; color: #000; font: 700 2em arial, sans-serif; text-transform: lowercase; letter-spacing: -0.036em; padding: 1px 5px 1px 0; margin: 20px 0 0 0; }

#header .header_box .title { padding: 0.5em 0 0 0; font: 700 3em arial, sans-serif; letter-spacing: -.050em; line-height: 1.2em; color: #000; }
#header .header_box .title .desc { text-align: right; margin: 0.4em 0 0 0; font: 400 0.25em arial, sans-serif; text-transform: uppercase; color: #666; letter-spacing: 0.2em; padding: 0.6em 0 0 1.5em; border-top: 1px solid #ccc;  }
#header .header_box .title a { text-decoration: none; color: #000; }
#header .header_box .title a:hover { color: #fff; background: #000; }

/* Wrapper */

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

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
	}
#sidebar fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar h1 {
	font-family: Lucida Grande, Lucida Sans, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
	border-top: 1px solid #000;
	color: #3a6999;
	}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* Content */

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

.date {
	color:#3a6999;
	float: left;
	width: 100px;
	clear: both;
	margin-top: 0.3em;
	}

.post {
	width: 600px;
	float: right;
	border-top: 1px solid #CCC;
	}
.post.first {
	border: none;
	}
.post .time {
	float: left;
	width: 100px;
	margin-top: 0.3em;
	}
.post .body {
	float: right;
	width: 500px;
	margin-top: 0.3em;
	margin-bottom: 1em;
	}
.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.2222em;
	}
.post.quote .source {
	text-align: right;
	display: block;
	margin: 1.6667em 0;
	}

.pinned_text{
	color: rgb(95, 148, 16);
	font-weight: bold;
}


/* Comments */

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

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

/* Next/prev */

.nextprev {
	border-bottom: 1px solid #000;
	margin-bottom: 1.6667em;
	}

/* Paginate */

.paginate {
	text-align: center;
	border-top: 1px solid #000;
	}
.paginate a.next_page {
	float: right;
	}
.paginate a.prev_page {
	float: left;
	}

/* Footer */

#footer {
	border-top: 1px solid #000;
	margin: 3em 0 4.5em 0;
	}
#footer a {
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	color: #FFF;
	background: #000;
	padding: 0 10px;
	}
#footer a.atom:hover {
	background: #3a6999;
	}

/* General */

.clear {
    clear: both;
	}
.right {
    float: right;
	}
.left {
    float: left;
	}
	
.quote {
	margin: 15px 0px 0px 10px;
	padding-left: 10px;
	border-left: 1px dotted;
	color: #808080 ;
}