#main {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 10px;
	background-color: #551707;
	width: 450px;
	float: left;
	color: #fff;
}

#sidebar {
	background-color: #551707;
	width:255px;
    float:right;
	padding:2px 20px 10px;
    color: white;
}

/* Posts
----------------------------------------------- */

.date-header {
	color: #804b3e;
	margin: 0 0 .5em;
	font: bold 12px "Courier New", Courier, Monaco, monospace;
}

.post {
	margin: 0 0 2em;
	overflow: auto;
}

.post-title, .post-title a:link, .post-title a:hover, .post-title a:active, .post-title a:visited {
	margin: 0 0 .25em;
	text-decoration: none !important;
	color: white !important;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
}

.post-body {
	width: 410px;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
}

.post p, .post-body {
	margin: 0 0 .75em;
	line-height: 1.6em;
}

.post-footer, .comment-link {
	text-transform: lowercase;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 11px;
	color: #804b3e;
}

.post blockquote {
	margin: 1em 20px;
	padding: 5px 0;
	border: 3px dashed white;
	border-width: 1px 0;
}

.post blockquote p {
	margin: .5em 0;
}

/* Comments
----------------------------------------------- */

#comments {
	border-top-color: white;
	border-top-width: 4px;
	margin: 2em 0 0;
	border-top: dashed;
	padding-top: 1em;
}

#comments h4 {
	margin: 0 0 .25em;
	text-transform: uppercase;
	color: #804b3e;
	font: bold 14px "Courier New", Courier, Monaco, monospace;
}

#comments-block {
	margin: 0;
	line-height: 1.6em;
}

.comment-poster {
	margin: 0 0 .25em;
	font: bold 13px "Courier New", Courier, Monaco, monospace;
	text-transform: lowercase;
}

.comment-body, .comment-body p {
	margin: 0 0 .75em;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
}

p.comment-timestamp, p.postar {
	margin: -.25em 0 2em;
}

#main .comment-timestamp a {
	color: #c0c0c0;
}

#main p.postar a {
	border-width: 1px;
	border-color: white;
	border-style: solid;
	color: white;
	background-color: #804b3e !important;
	padding: 1px;
	font-size: 12px;
	font-family: "Courier New", Courier, Monaco, monospace;
}

#main p.postar a:hover {
	text-decoration: none;
	background-color: #673d32 !important;
	color: white;
}

.deleted-comment {
	font-style: italic;
	color: gray;
}

.paging-control-container {
	float: right;
	margin: 0px 6px 0px 0px;
	font-size: 80%;
}

.unneeded-paging-control {
	visibility: hidden;
}

/* Sidebar
----------------------------------------------- */
.sidebar-title {
	margin:1em 0 .25em;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 18px;
	color: #804b3e;
	text-transform:lowercase;
  }
#sidebar ul {
	margin:0 0 1.5em;
	padding:0;
	list-style:none;
  }
#sidebar li {
	margin:0;
	padding:0 0 .25em 20px;
	text-indent:-20px;
	line-height:1.4em;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
  }
#sidebar p {
	margin:0 0 .75em;
	line-height:1.4em;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 13px;
  }
  
#sidebar a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	}
	
#sidebar li a:hover {
	text-decoration: underline;
	}

/* Misc
----------------------------------------------- */
.clear {
  clear:both;
  display:block;
  height:1px;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:1px;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
	color: white;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 12px;
	}
#postfeeds {
	}

/* Links
----------------------------------------------- */

#main a {
	color: #804b3e;
	text-decoration: none;
	background-color: transparent;
}

#main a:hover {
	text-decoration: underline;
}
