/*
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: #000000 url(http://i301.photobucket.com/albums/nn50/buttonxbrat/bg/haunted.gif) repeat;
	color: #000000;
   	font-family:Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: .8em;
	margin-top: 20px;
	}
a {
	color: #FF6600;
	text-decoration: none;
	}
a:hover {
	color: #FF6600;
	text-decoration: none;
	}
cite {
	font-style: normal;
	}
cite a {
	color: #D32B06;
	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: 24px;
	font-weight: normal;
	}
p {
	line-height: 1.6em;
	font-size: 13px;
	margin-top: 20px;
	text-align: left;
   	font-family:Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	}
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-size: 1em;
	}

/* -header -*/

#bannerwrap {
	text-align: center;
	width: 830px;
		}
#bannerwrap img {
	border: 0px solid #000000;
	padding: 0px;
	margin-bottom: 0px;
	max-width: 830px;
	}
#banner-custom img {
	border: 0px solid #000000;
	padding: 0px;
	margin-bottom: 0px;
	max-width: 830px;
	}

/* -content- */

#contentwrap {
	width: 830px;
	background: #fff;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
	padding: 30px 20px 35px 20px;
	width: 920px;
	
	border-radius: 5px; /* General */
	box-shadow: 1px 1px 1px #322112; /* General */
	-khtml-border-radius: 5px; /* Linux */
	-khtml-box-shadow: 1px 1px 1px #322112; /* Linux */
	-moz-border-radius: 5px; /* Firefox */
	-moz-box-shadow: 1px 1px 1px #322112; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-webkit-box-shadow: 1px 1px 1px #322112; /* Safari, Chrome */
	}
#contentwrap h1 {
	background: transparent;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 14px; 20px 20px 0px;
        font-size: 31px;
        letter-spacing: 1px;
        height: 60px;
	}
#contentwrap h1 a {
	color: #ffffff;
	}



#categoriesBar {
	background: url(http://buttonbrat.com/blog/wp-content/uploads/2010/07/panels.png) no-repeat;
	background-position: 0 0;
	color: #646464;
	font-size: 16px;
	height: 18px;
	padding: 18px 20px 20px 0px;
	width: 880px;
        margin-bottom: 10px;
}

#categoriesBar ul {
	display: inline;
		color: #646464;
  padding-left: 21px;
}

#categoriesBar li {
	display: inline;
		color: #646464;
}

#categoriesBar a:link, #categoriesBar a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#categoriesBar a:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#categoriesBar #categories a:focus {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#categoriesBar a.active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}




#content {
	float: left;
	width: 610px;
       margin-left:10px;
     	}

.content-margin-20 {
	float: left;
	width: 20px;
	}
#content h1 .description {
	color: #ffffff;
	font-size: .5em;
	font-weight: normal;
	}


.moretag {
	text-align: right;
        padding-left: 480px;
        font-weight: bold;
        background: black;
       color: white;
       width: 100px;
       padding: 5px;
    }


.moretag a{
	text-align: right;
        font-weight: bold;
        background: black;
       color: white;
       width: 100px;
       padding: 5px;
    }

/* -post and entries- */

.post {
	background: #ffffff;
	margin-bottom: 20px;
 	padding: 22px 22px 22px 22px;
        margin-top: 10px;

	}
.post a {
	color: #FF6600;
	text-decoration: none;
	}
.post a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
.post blockquote {
	/*background: #efefef;*/
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}
.post blockquote p {
	margin: 0;
	}
.post embed, .post img, .post object {
	display: block;
	max-width: 560px;
	}
.post img, .post object {
	border: 0px 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;
	text-decoration: none;
	}
.post h2 a:hover {
	color: #000000;
	text-decoration: underline;
	}
.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: .55em;
	text-transform: uppercase;
        float: right;
	}
.postmetadata-bottom {
	margin-top: 20px;
	text-transform: uppercase;
	}


/* -post tables- */

.post table {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	margin: 10px auto 0 auto;
	width: 100%;
        text-align: center;
        font-size: 10px;
	max-width: 580px;
	}
.post th, .post td {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 3px;
	}

/* -sidebar- */

#sidebar1wrap {
	float: left;
	width: 270px;
	}
#sidebar1 {
	background: transparent;
	margin-bottom: 20px;
	padding: 20px;
        padding-top: 70px;
	width: 230px;
        font-size: 12px;
	}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	}
#sidebar1 ul.children a, #sidebar1 li.page_item ul li.page_item a {
	padding-left: 0px;
	}
#sidebar1 ul.children ul.children a, #sidebar1 li.page_item ul li.page_item ul li.page_item a {
	padding-left: 0px;
	}
#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: 0px;
	}
#sidebar1 li {
	list-style: none;
	}
#sidebar1 a, #sidebar1 li.recentcomments {
	border-bottom: 1px dotted #dfdfdf;
	color: #000;
	display: block;
	padding: 5px 5px 5px 2px;
	}
#sidebar1 a:hover {
	color: #FF6600;
	}
#sidebar1 li.recentcomments a {
	border: none;
	}
#sidebar1 .widget_text {
	border-bottom: 1px dotted #dfdfdf;
	}
#sidebar1 .textwidget {
	padding: 5px 0 5px 0;
        line-height: 1.6em;
	}
#sidebar1 .textwidget img {
	display: block;
	}
#sidebar1 .widget_text a, #sidebar1 .widget_text a img {
	border: none;
	padding: 0;
	}
#sidebar1 .widget_text a:hover {
	background: none;
	color: #000000;
	}
#sidebar1 li.widget_categories ul li {
	border-bottom: 1px dotted #dfdfdf;
	display: block;
	padding: 5px 5px 5px 8px;
	}
#sidebar1 li.widget_categories ul li a {
	border-bottom: none;
	display: inline;
	padding: 0;
	}
#sidebar1 li.widget_categories ul li:hover, #sidebar1 li.widget_categories ul li:hover a {
	color: #FF6600;
	}
#sidebar1 h2.small {
	border-bottom: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 6px;
        font-size: 1.2em;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 2px;
	}
#sidebar1 select {
	margin: 5px 0 5px 0;
	width: 100%;
	}
#sidebar1 small {
	text-transform: uppercase;
	}
#sidebar1 #tag_cloud h2 {
	margin-bottom: 10px;
	}
#sidebar1 #tag_cloud a {
	border: none;
	display: inline;
	padding: 0 3px 0 3px;
	}

/* -sidebar calender- */

#sidebar1 table {
	border-top: 1px dotted #000000;
	width: 100%;
	}
#sidebar1 table a {
	border: none;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 3px;
	}
#sidebar1 table th {
	color: #000000;
	text-align: center;
	}
#sidebar1 table td {
	color: #dfdfdf;
	text-align: center;
	}
#sidebar1 #calendar {
	margin-top: 20px;
	}
#sidebar1 #calendar h2 {
	display: none;
	}
#sidebar1 caption {
	color: #FF6600;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	}

/* -comments- */

#comments, #respond {
	background: #ffffff;
	width: 620px;
	}
#commentpages {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 20px;
	}
ul#commentlist {
	list-style: none;
	margin-bottom: 20px;
	padding: 0 20px 0 20px;
	}
ul#commentlist li.comment {
	border-top: 1px dotted #dfdfdf;
	padding: 20px 0 20px 0;
	}
ul#commentlist ul.children {
	list-style: none;
	padding: 0 0 0 20px;
	}
ul#commentlist ul.children li {
	border-top: 1px dotted #dfdfdf;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
ul#commentlist li blockquote {
	/*background: #efefef;*/
	border-left: 4px solid #dfdfdf;
	margin-top: 20px;
	padding: 1em;
	}
ul#commentlist li blockquote blockquote {
	margin-bottom: 0;
	}
ul#commentlist li blockquote p {
	margin: 0;
	}
/*ul#commentlist a {
	color: #FF6600;
	}*/
h2.comments, h2.respond {
	color: #000000;
	padding: 20px;
        font-size: 20px;
	}
h2.commentpages {
	margin-bottom: 20px;
        font-size: 20px;
	}
small a.comment-edit-link {
	color: #FF6600;
	text-transform: uppercase;
	}
#commentlist div .avatar {
	float: left;
	border: 4px solid #dfdfdf;
	margin: 0 10px 10px 0;
	padding: 3px;
        width: 30px;
        height: 30px;
	}
.vcard .fn, .vcard .says {
	font-size: 1.5em;
	}
.comment-meta {
	font-size: .8em;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
.comment-meta a {
	color: #000000;
	}
.comment-meta a.comment-edit-link {
	color: #FF6600;
	}
.reply {
	margin-top: 20px;
	text-align: left;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	}
li.depth-1 #respond {
	margin: 0 0 -20px -20px;
	}
li.depth-2 #respond {
	margin: 0 0 -20px -40px;
	}
li.depth-3 #respond {
	margin: 0 0 -20px -60px;
	}
li.depth-4 #respond {
	margin: 0 0 -20px -80px;
	}
li.depth-5 #respond {
	margin: 0 0 -20px -100px;
	}
#commentform {
	margin-bottom: 20px;
	padding: 0 20px 20px 20px;
	width: 550px;
	}
#commentform a {
	color: #FF6600;
	}
#commentform input, #commentform textarea {
	background: #efefef;
	border: 1px solid #dfdfdf;
	color: #000000;
	padding: 3px;
	}
#commentform #commentbox {
	height: 100px;
	width: 502px;
	}
#commentform #submit {
	color: #000000;
	margin-top: 20px;
	}
#commentform small {
	text-transform: normal;
	}
.commentlinks {
	padding: 5px;
	}
.commentlinks a {
	color: #000000;
	padding: 5px 10px 5px 10px;
	}
.commentlinks a:hover {
	background: #000000;
	color: #ffffff;
	}
.commentlinks .current {
	background: #000000;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	}

/* -search form- */

#s {
	background: #efefef url("images/mag.png") top left no-repeat;
	border: 1px solid #000000;
	color: #000000;
	padding: 3px 3px 3px 25px;
	width: 192px;
	}
#searchsubmit {
	display: none;
	}

/* -footer- */

#footer {
        background: #1F1F1F;
	color: #eeeeee;
	clear: both;
	text-align: right;
 	font-family: Tahoma, serif;
	height: 10px;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 30px 20px 30px 20px;
	width: 920px;
	border-radius: 5px; /* General */
	box-shadow: 1px 1px 1px #322112; /* General */
	-moz-border-radius: 5px; /* Firefox */
	-moz-box-shadow: 1px 1px 1px #322112; /* Firefox */
	-khtml-border-radius: 5px; /* Linux */
	-khtml-box-shadow: 1px 1px 1px #322112; /* Linux */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-webkit-box-shadow: 1px 1px 1px #322112; /* Safari, Chrome */

	}
#footer a {
	color: #eeeeee;
	}
#footer small {
	text-transform: uppercase;
	}

/* -misc and universal- */

.navlink a {
	background: #ffffff;
	color: #FF6600;
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	}
.navlink a:hover {
	color: #000000;
	}
.navlink-posts {
	background: #ffffff;
	color: #FF6600;
	display: block;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-align: center;
	}
.navlink-posts a:hover {
	color: #000000;
	}
.uppercase {
	text-transform: uppercase;
	}
.wp-smiley {
	border: none;
	display: inline;
	margin: 0;
	}

/* -floats - */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}