body {
	margin: 0;
	padding: 0;
	/*font-family: Helvetica Neue, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	background: #FFFFFF;
	}
a {
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 2.5em;
	line-height: 2em;
	margin: .6667em 0 .3333em 0;
	}
h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 .5em 0;
	}
h3 {
	font-size: 1.3em;
	line-height: 1.3333em;
	margin: 1.3333em 0 .6667em 0;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 2em auto;
	}
span{
	/*font-size:medium;*/
	}

/* Admin Controls */

#controls {
	background: #55525B;
	color: #FFF;
	}
#controls ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 730px;
	}
#controls li {
	display: inline;
	}
#controls a {
	color: #FFF;
	margin-right: 1em;
	}

/* Header */

#header {
	background:#8FA3D3;
	/*background-image:url(http://www.doorwayonline.org.uk/news/doorwayonline.jpg);*/
	padding: 2em 0;
	
	width:830px;
	margin: 0 auto;
	}
#header .header_box {
	width: 830px;
	margin: 0 auto;
	}
#header h1 {
	margin: 0;
	/*margin-left:1em;*/
	text-align:center;
	font-size: 3.5em;
	line-height: 1em;
	}
#header h2 {
	text-align:center;
	color:#282B3C;
	margin: 0;
	margin-bottom:-1em;
	font-size: 1.5em;
	line-height: 1.2em;
	}
#header a {
	color: #FFF;
	}

/* Wrapper */

#wrapper {
	width: 830px;
	margin: auto;
	}

/* Sidebar */

#sidebar {
	width: 200px;
	float: right;
	margin-top: 4em;
	}
#sidebar fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
#sidebar h1 {
	font-size: 1.5em;
	line-height: 1.3333em;
	margin: 1.3333em 0 0 0;
	color: #55525B;
	}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* Content */

#content {
	width: 600px;
	float: left;
	margin-top: 1em;
	}

.date {
	font-weight: bold;
	color: #7E8FCB;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 -.14em 0;
	padding: 0 20px;
	position: relative;
	z-index: -1;
	}

.post {
	margin-bottom: 3em;
	}
.post .bubble {
	background: #FFF;
	padding: 8px;
	padding-left:20px;
	padding-bottom:20px;
	border: 1px solid #4275A8;
	}
.post .info {
	float: left;
	margin-left: 20px;
	}
.post .info strong {
	display: block;
	float: left;
	background-image: url(../images/notch.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	}
.post .controls {
	float: right;
	margin-right: 20px;
	}

.post.quote blockquote {
	font-family: Georgia, serif;
	font-size: 1.5em;
	line-height: 1.3333em;
	margin: 0;
	padding: 0;
	font-style: italic;
	}
.post.quote blockquote p {
	line-height: 1.3333em;
	}
.post.quote .source {
	text-align: right;
	}

/* Comments */

ol.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol.comments blockquote {
	margin: 0;
	padding: 1px 20px;
	background: #FFF;
	}
ol.comments cite {
	font-style: normal;
	}
ol.comments cite strong {
	display: block;
	float: left;
	background-image: url(../images/notch.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 30px;
	}
ol.comments .edit_link, ol.comments .delete_link {
	float: right;
	margin-left: 1em;
	}

/* Inline Editing */

.inline_edit {
	background:#CCCCCC;
	position: relative;
	}
.inline_edit fieldset {
	border: none;
	}
.inline_edit a {
	color: #FFF;
	}
.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 {
	/*background: #8FA3D3;*/
	padding: 20px;
	margin: 2em 0;
	font-size:12px;
	font-weight:100;
	}
#footer a {
	color: #0000FF;
	}
#footer p {
	margin: 0;
	}
#footer a.atom {
	float: right;
	/*background: #8FA3D3;*/
	padding: 0 10px;
	}

/* General */

.clear {
    /*clear: both;*/
	}
.right {
    float: right;
	}
.left {
    float: left;
	}

/* Debugger */

#debug {
    background: #ffffdd;
    color: #666;
    padding: .4em .75em .5em .75em;
    border-top: .1em solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 33%;
    overflow-y: scroll;
    overflow-x: hidden;
	}
#debug h5 {
    margin: 0;
    font-size: 1.1em;
    color: #a3a39a;
	}
#debug h5 .sub {
    color: #b3b3aa;
	}
#debug ol.queries li {
    margin: 0 0 1em;
	}
#debug pre {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 .5em;
    xoverflow-x: scroll;
    word-wrap: break-word;
	}
#debug .toggle {
    font-weight: bold;
    color: #666;
    float: right;
	}
