/*
Theme Name: Decompose08
Theme URI: http://mikeduran.com
Description: Custom Theme by Natalie Jost (c) 2008, Header graphic by Mike Duran (c) 2008
Author: <a href="http://personatalie.us">Natalie Jost</a>
*/


body {
	background: #000000;
	text-align:center;
	font: small verdana, sans-serif;
	color: #C8C2A;
}
#wrap {
	background: url(img/wrap.jpg) repeat-y -1px 0;
	text-align:left;
	font-size: 90%;
         margin: 10px auto 0;
         width: 790px;
}
a {
	color: #000;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.center {
	display: block;
	margin: 0 auto;
}
/* --------------------------
	HEADER
--------------------------- */
#header {
	position:relative;
        background: url(img/header_100f.jpg) no-repeat -3px 0;
	height: 262px;
}
	#header h1 a {
		display:block;
		height: 100px;
		width: 300px;
		text-indent: -999em;
		margin-left: 120px;
	}
ul#nav {
	position:absolute; top: 260px; left: 15px;
	margin:0;
	text-transform:lowercase;
}
	ul#nav li {
		display:inline;
		margin:0;
	}
	ul#nav li a {
		text-decoration:none;
		font: 14px "arial black", sans-serif;
		color: #999;
		display:block;
		padding: 11px 5px 10px;
		margin: 0 15px;
		float:left;
	}
		ul#nav li.current_page_item a {
			background: url(img/nav_a.jpg) no-repeat;
			color: #CBAF97;
		} 
		ul#nav li a:hover {
			background: url(img/nav_h.jpg) no-repeat;
			color: #fff;
		}
/* --------------------------
	CONTENT
--------------------------- */
#content {
	background: url(img/content_4.jpg) no-repeat;
}
#main {
	display:inline;
	float:left;
	width: 475px;
	margin: 50px 30px;
}
h2 {
	color: #000;
	font: 18px "arial black", sans-serif;
	text-transform:uppercase;
	margin: 50px 0 20px;
}
	h2#date-1 {
		color: #fff;
		margin: 0 0 50px;
	}
/* --------------------------
	POSTS
--------------------------- */
h3 {
	font: 16px "trebuchet ms", helvetica, arial, sans-serif;
	color: #D5914B;
	display:block;
}
	


	h3 a:hover {
		background: #000;
		color: #fff;
	}
.post {
	position:relative;
	margin: 0;
}

.meta {
	font: 12px "trebuchet ms", helvetica, arial, sans-serif;
	color: #777;
	border-top: 1px dotted #aaa;
	margin: 5px 0 15px;
	padding: 5px 0 0;
}
	.meta p {
		margin: 0 0 5px;
	}
	.meta a {
		color: #7E5134;
		text-decoration:none;
		border-bottom: 1px solid #C3B58C;
	}
	.meta a:active,
	.meta a:hover {
		border-bottom: 1px solid #eee;
	}
.storycontent {
	font-size: 11px;
	line-height: 2;
}
/* --------- post links -------- */
	.storycontent a {
		color: #C83629;
		font-weight:bold;
		text-decoration:none;
	}
		.storycontent p a {
			color: #C83629;
			font-weight:bold;
			text-decoration:underline;
		}
		.storycontent p a:hover {
			color: #839E2B;
		}
	.storycontent a:visited,
	.storycontent blockquote p a,
	.storycontent a:visited:hover,
	.storycontent blockquote p a:hover {
		background: transparent;
		border:0;
		padding:0;
	}
	.storycontent a:hover {
		color: #839E2B;
	}

.storycontent img.alignleft {
	float:left;
	margin: 0 1em 0 0;
}
.storycontent img.alignright {
	float:right;
	margin: 0 0 0 1em;
}
.storycontent img.aligncenter {
	display:block;
	margin: 1em auto;
}
.storycontent ul, 
.storycontent ol,
p {
	margin: 0 0 20px 0;
}
h4, h5, h6 {
	margin: 10px 0;
}
h4 {
	font: 13px "arial black", verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding: 7px 0;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	color: #5C6A47;
}
h5 {
	font: 13px "trebuchet ms", helvetica, arial, sans-serif;
	color: #000;
}
.storycontent ul li {
	background: url(img/li.jpg) no-repeat 0 9px;
	padding-left: 23px;
	margin-left: 15px;
}
.storycontent ol li {
	margin-left: 35px;
}
.storycontent dl {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	margin: 20px 0;
	background: #F2EEE4;
}
.storycontent dt {
	margin: 10px 15px 5px;
	font-weight:bold;
}
	.storycontent dd {
		margin: 5px 15px 10px;
	}
.storycontent blockquote {
	font: italic 11px "trebuchet ms", helvetica, arial, sans-serif;
	line-height: 1.5;
	border-left: 1px dotted #aaa;
	margin: 0 20px 15px;















	padding: 0 0 0 10px;
}
	.storycontent blockquote p {
		margin: 0 0 10px 0;
	}
	
/* --------------------------
	COMMENTS
--------------------------- */

#commentlist {
	font-size: 11px;
	line-height: 2;
	margin: 20px 0;
}
.comment {
	padding: 0 0 0;
}	
	.comment p {
		margin: 10px 0 0;
	} 
	.comment-meta {
		border-top: 1px dotted #aaa;
		border-bottom: 1px dotted #aaa;
		margin: 0;
		padding: 1px 0;
		clear:both;
	}
	
.avatar {
	position:relative; top: -3px; left: -5px;
	float:left;
	display:block;
	background: url(img/content_img.jpg) no-repeat;
	padding: 14px 0 0 16px;
	margin: 0 5px 0 0;
}

/* --------------------------
	COMMENT FORM
--------------------------- */
form * { font: 11px verdana, sans-serif; }
form#commentform {
	background: #000;
	border: 3px double #fff;
	padding: 25px;
	color: #999;
}
form#commentform input,
form#commentform textarea {
	padding: 4px;
	border: 3px double #000;
	background: url(img/content.jpg) no-repeat -420px -70px;
	color: #444;
	line-height: 1.5;
	width: 170px;
	margin-right: 5px;
}
	form#commentform textarea {
		background-position: -90px -75px;
		width: 98%;
	}
	form#commentform input#submit {
		background: url(img/sidebar_heading.jpg) no-repeat -60px 0;
		color: #fff;
		width: 80px;
		font: 12px "arial black", sans-serif;
	}


/* --------------------------
	SIDEBAR
--------------------------- */
#sidebar {
	position:relative;
	display:inline;
	float:right;
	width: 220px; 
	margin: 0 25px 0 0;
	padding-top: 100px;
	font-size: 11px;
	line-height: 1.8;
}
form#searchform {
	position:absolute; top:70px;
	background: url(img/content.jpg) no-repeat 98% 0;
	padding-bottom: 30px;
         width: 100%;
}
	form#searchform div {
		margin:0;
		border: 1px solid #C3B799;
		background: #D6CEB9;
		padding: 5px;
	}
	form#searchform br {
		display:none;
	}
	form#searchform input { /* submit button */
		background: #000;
		color: #fff;
		border: 3px double #999;
		padding: 3px;
	}
	form#searchform input#s { /* text field */
		position:relative; top: -2px;
		background: #fff;
		color: #555;
		border: 1px solid #C3B799;
		height: 20px;
		width: 125px;
	}
h2#sidebar_header {
	display:none;
}
#sidebar a {
	text-decoration: none;
	color: #C83629;
	border-bottom: 1px solid #C3B58C;
}
	#sidebar a:visited {
		color: #2E261F;
	}
	#sidebar a:hover {
		color: #000;
		border-bottom: 1px solid #555;
	}
#sidebar img {
		display:block;
		margin: 1em auto;
		border:0;
	}
#sidebar div {
	margin: 0 0 20px 0;
}
#sidebar h3 {
	display:block;
	padding: 3px 0 12px 0;
	color: #000;
	font: 17px "arial black", verdana, sans-serif;
	text-transform:lowercase;
}
#sidebar ul {
	margin-left: 10px;
}
/* -- calendar -- */
#calendar h3 { display:none; }
#calendar caption {
	text-align:center;
	font: 13px "trebuchet ms", helvetica, arial, sans-serif;
	color: #000;
	padding: 10px 0 5px;
}
	#calendar table {
		background: url(img/content.jpg) no-repeat 98% -13px;
	}
	#calendar td {
		padding: 4px 8px;
		text-align:center;
	}
	#calendar th {
		padding: 4px 8px;
		text-align:center;
		background: #000;
		color: #ccc;
	}
	
	#calendar a {
		font: 12px "arial black", verdana, sans-serif;
	}
	#calendar #today {
		font: 12px "arial black", verdana, sans-serif;
		background: #fff;
	}


/* --------------------------
	FOOTER
--------------------------- */
#footer {
	background: #000 url(img/footer.jpg) no-repeat center top;
	padding: 135px 25px 20px;
	font-size: 11px;
	color: #999;
}
	#footer a {
		color: #ccc;
	}




















