/*
Theme Name: Writer's Blog
Version: 1.0.2
Description: Writer's blog is a very simple 2-column theme that focuses on minimalism. You have the option to add a banner and change the sidebar's position in the theme options.
Author: Eric Crooks
Author URI: http://www.ericcrooks.com/
Tags: black, orange, white, light, two-columns, right-sidebar, fixed-width, custom-header, theme-options
*/

* {
	margin: 0 auto;
	}
body {
	background: #efefef;
	background-image: url('http://www.toasterlabs.net/wp-content/themes/writers-blog/images/background.gif');
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	margin-top: 20px;
	}
a {
	color: #ff7700;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}
cite {
	font-style: normal;
	}
cite a {
	color: #ff7700;
	font-style: normal;
	}
code {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 10px;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	}
p {
	line-height: 1.5em;
	margin-top: 20px;
	text-align: left;
	}
pre {
	background: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 20px;
	overflow: auto;
	padding: 10px;
	}
textarea {
	font-family: "Arial";
	font-size: 1em;
	}

/* -header -*/

#bannerwrap {
	text-align: center;
	width: 830px;
	}
#bannerwrap img {
	border: 4px solid #000000;
	padding: 3px;
	margin-bottom: 20px;
	max-width: 816px;
	}
#banner-custom img {
	border: 4px solid #000000;
	padding: 3px;
	margin-bottom: 20px;
	max-width: 816px;
	}

/* -content- */

#contentwrap {
	width: 830px;
	}
#contentwrap h1 {
	background: #000000;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 20px;
	}
#contentwrap h1 a {
	color: #ffffff;
	}
#content {
	float: left;
	width: 550px;
	}
.content-margin-20 {
	float: left;
	width: 20px;
	}
#content h1 .description {
	color: #ffffff;
	font-size: .5em;
	font-weight: normal;
	}

.caption {
text-align: center;
}

/* -post and entries- */

.post {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	}
.post a {
	color: #ff7700;
	text-decoration: none;
	}
.post a:hover {
	color: #000000;
	text-decoration: none;
	}
.post blockquote {
	/*background: #efefef;*/
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}

.post embed, .post img, .post object {
	display: block;
	margin-top: 20px;
	max-width: 496px;
	}
.post img, .post object {
	border: 4px solid #dfdfdf;
	padding: 3px;
	}
.post embed.alignleft, .post img.alignleft, .post object.alignleft {
	margin: 0 10px 10px 0;
	}
.post embed.alignright, .post img.alignright, .post object.alignright{
	margin: 0 0 10px 10px;
	}
.post h2 a {
	color: #000000;
	}
.post h2 a:hover {
	color: #ff7700;
	}
.post ul, .post ol {
	line-height: 1.5em;
	margin-top: 20px;
	}
.post input {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
.post input[type="submit"] {
	margin-top: 20px;
	}

.postmetadata-top {
	margin-top: .5em;
	text-transform: uppercase;
	}
.postmetadata-bottom {
	margin-top: 20px;
	text-transform: uppercase;
	}

/* -post tables- */

.post table {
	background: #efefef;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	line-height: 1.5em;
	margin: 20px auto 0 auto;
	width: 100%;
	}
.post th, .post td {
	background: #efefef;
	border: 1px solid #dfdfdf;
	padding: 5px;
	}

/* -sidebar- */

#sidebar1wrap {
	float: left;
	width: 260px;
	}
#sidebar1 {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	width: 220px;
	}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	}
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a {
	padding-left: 20px;
	}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 30px;
	}
#sidebar1 ul.children ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item ul li.page_item a {
	padding-left: 40px;
	}
#sidebar1 li {
	list-style: none;
	}
#sidebar1 a, #sidebar1 li.recentcomments {
	border-bottom: 1px dotted #dfdfdf;
	color: #000000;
	display: block;
	padding: 5px 5px 5px 10px;
	}
#sidebar1 a:hover {
	color: #ff7700;
	}
#sideb
