/*
Theme Name: Music for Steve
Theme URI: http://5thirtyone.com/foliagemod
Description: This theme is based on the Foliage Mod and utilizes the scriptaculus library.
Version: 1.0
Author: Ethan Smith
Author URI: http://www.feb28.com/

This theme was designed and coded by Derek Punsalan and then destroyed by Ethan Smith.
You can find Derek's ramblings and additional work at http://5thirtyone.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/ 

* {
	margin: 0;
	padding: 0;
	outline: none;
}
	
h1, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {
	margin: 1em 0; /* give me back my basic margins */
}
	
body {font: 12px "Georgia", "Times", serif; 
	color: #666;
	background: #000;
	text-align: center;
}
	
/* links  and fonts */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
}

a img {
	border: none;
text-decoration: none;
border:0px;
}

img a {
	border: none;
text-decoration: none;
border:0px;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
}
	
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

img {
	border: 0px;
}

.monday {
	color: #f60;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	margin-bottom:8px;
}

.comments_header {
	float: right;
	font-size: 11px;
	color: #999;
}

.comments_header a {
	padding-left: 0.5em;
	color: #f60;
}

.comments_header a:hover {
	color: #000;
	padding-bottom: 3px;
	border-bottom: solid 1px #f60;
}

.chrondate {
	font-size: 10px;
	color: #f60;
}

.chrondate a {
	color: #ebb700;
}

.chrondate a:hover {
	color: #f5db3c;
}
	
/* shelf & navigation */

#shelfwrap {
	background: #f60;
}

#shelf {
	color: #ffee8d;
	background: #f60;
	text-align: left;
	width: 58em;
	margin: 0 auto;
	line-height: 1.5em;
}

#shelf .left {
	width: 28em; 
	padding: 0 0.5em 0.5em;
	background: #f60;
}

ul#navigation {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
}	

#navigation li {
	background: url(images/dotted.gif) repeat-x 0.7em 0;
}

#navigation li a {
	float: left;
	color: #fff;
	background: #f60;
	padding: 0 0.2em 0 0;
	border-bottom: solid #f60 1px;
}

#navigation li a:hover {
	color: #fff;
	border-bottom: dotted #fff 1px;	
}

ul#navigation li span {
	float: right;
	padding: 0 0.2em;
	background: #f60;
}

ul#navigation li br {
	clear: both;
}

#shelf .right {
	width: 27em; 
	padding: 0 0.5em 0.5em;
}

ul#recentposts {
	margin: 0;	
	padding: 0;	
	list-style: none;	
}

ul#recentposts a {
	color: #ffee8d;	
	border-bottom: solid #f60 1px;
}

ul#recentposts a:hover {
	color: #fff;
	border-bottom: dotted #fff 1px;	
}

#recentposts li {
	background: url(images/li.gif) no-repeat 0 0.3em;
	padding-left: 15px;	
	margin-left: 4px;		
}

#shelfbreak {
	background: transparent;
}
	
#searchbar {
	background: none;
	display: block; 
	height: 41px;
	width: 280px;
}

#searchform div {
	padding: 0.2em 0 0 0;
}
	
#searchform span {
	margin-left: 3.6em;
}
	
#search {
	width: 140px;
	border: solid 1px #fff;
	background: #fff;
	padding: 3px;
	font-size: 1em;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #f60;
}
	
/* top banner */

#banner {
	background: transparent url(images/top_back.jpg) repeat-x top left;
	height: 200px;
}
	
#foliage {
	margin: 0 auto;
	background: url(images/mfs_link2.gif) no-repeat top left;
	display: block;
	width: 80em;
	height: 150px;
}

#foliage a {
	margin: 0 auto;
	background: url(images/mfs_link2.gif) no-repeat top left;
	display: block;
	float: left;
	width: 500px;
	height: 150px;
	text-indent: -9999em;
}

#foliage a:hover {
	background: url(images/mfs_link2.gif) no-repeat bottom left;
}
	
#pull a {	
	float: right;
	display: block;
	width: 105px;
	height: 146px;
	text-indent: -9999em;
	background: url(images/tag.gif) no-repeat top right;
}
		
#pull a:hover {
	background: url(images/tag.gif) no-repeat bottom right;
}
		
/* main content area home and index */

#top {
	background: #fff
}

#content {
	width: 54.6em;	
	margin: 0 auto 0;
	padding: 0 0 6em 0;
	text-align: left;
	line-height: 1.5em;
}

.post { 
	padding: 1.5em 0 1.5em 0;
	border-bottom: dotted 1px #000;
}

.entrymeta {
	font-size: 0.9em;
	margin: -1.7em 0 2em 0;
}
.entry {
	
} 

.entry ul li, .mulch ul li {
	list-style: none;
	background: url(images/li.gif) no-repeat 0 0.3em;
	padding-left: 1.5em;
	margin-left: 2.2em;
}

.entry ol, .mulch ol {
	margin-left: 3.5em;
}

.entry li, .mulch li {
	padding-bottom: 0.3em;
	width: 423px;
	font-size: 1em;
}

.entry blockquote, .mulch blockquote {
	border-left : 1px dotted #999;
	padding-left:  10px;
	margin-left: 9px;
	color: #999;
	width: 423px;
}

.entry strong, .mulch strong {
	color: #333;
}

.entry a {
	font-weight: bold;
	text-decoration: none;
	background: #eee;
	border-bottom: dotted 1px #000;
	color: #000;
}

.entry a img {
	border-bottom: 0px;
}

.entry a:visited {
	font-weight: bold;
	text-decoration: none;
	background: #eee;

	color: #000;
}

.entry a:hover {
	font-weight: bold;
	text-decoration: none;
	position: relative;
	background: #f7f7f7;

	color: #f60;
}

.entry a img {
	margin-top: 0px;
	background: none;
	padding: 0px;
	padding-left:0px;
	padding-right:0px;
}

.entry img {
	padding-bottom: 10px;
}

.cover {
	float: right;
	text-align: right;
	width: 251px;
	padding-bottom: 10px;
	margin-top: -28px;
}

.cover a img {
	margin-top: 0px;
	background: none;
	padding: 0px;
	padding-left:0px;
	padding-right:0px;
}

.storycover {
	float: right;
	text-align: right;
	width: 251px;
	padding-bottom: 10px;
}
		
.returnhome {
	float: right;
}
	
/* single post pages and comments */

h1.longname {
	width: 300px;
	line-height: 1;
}

h1.longtitle {
	width: 410px;
	line-height: 1;
}

h1, h2, h3 {
	margin: .3em 0;
}

h1 {
	color: #000;
}

#singlecontent {
	width: 70em;
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: left;
	line-height: 1.5em;
}

#singlecontent .post {	
	float: left;
	width: 45em;
}
		
#relatedposts {
	margin: 0; padding: 0;
}
	
#relatedposts h3 {
	margin: 0;
}

#relatedposts ul {
	margin: 1em 0 0 0;
}

#commentscolumn {
	color: #b36836;
	margin: 2em 0 0 0;
	float: right;
	width: 24em;
	border-left: 1px dotted #f60;
	background: #fff;
}

.comments {
	color: #ffb280;
	margin: 0;
	padding: 0px 9px 0 9px;
}

.comments a {
	color: #f60;
}

.comments a:hover {
	color: #000;
	border-bottom: dotted 1px #f60;
}

.commentnote {
	color: #ffb280;
	padding: 0.5em 0.3em 0 0.9em;
}

.commentnote a{
	color: #f60;
}

.commentnote a:hover{
	color: #000;
	border-bottom: dotted 1px #f60;
}

#commentwrap {
	float: left;
	margin:0;
	padding-bottom: em;
}

#commentwrap h3 {
	color: #f60;
}
	
#commentform small {
	color: #f60;
}
	
.commentlist {

}

.commentlist li {
	list-style: none;
	border-top: 1px dotted #f60;
}
		
.commentlist .alt {
	
}

.author .commententry {
	background: url(images/author.gif) no-repeat top right;
}
		
.commententry {
	padding: .8em.8em 0 0.9em;
	overflow: hidden;
	background: #fff0e5;
}
		
.commententry blockquote {
	color: #B3BE82; margin-left: 1em;
}

.commententry a {
	color: #f60;
	font-weight: bold;
	
}

.commententry a:hover {
	color: #000;
	border-bottom: dotted 1px #000;
}
		
#author, #email, #url, #comment {
	font: 11px Helvetica, Arial, Sans-Serif; 
	background: #fff0e5;
	border: 1px solid #ffb280;
	color: #999;
	padding: 2px;
}

#author, #email, #url {
	width: 185px;
}	

#comment {
	width: 436px;
	height: 125px;
	overflow: auto;
	font-size: 10px;
}
#submit {background: #f60;
	border: 1px solid #f60;
	color: #fff;
	font-size: 11px;
	padding: 0 1em;
}
		
/* bottom content area */

#footercontent {
	background: #000 url(images/bottom_back.jpg) repeat-x top left;
	margin: 0 0 -1em 0;
	line-height: 1.5em;
}
	
#bottomwrap {
	width: 70em;
	margin: -1.4em auto 0;
	text-align: left;
}	
		
#bottomcontent {
	color: #fff;
	width: 51em;
	margin: 0 auto;
	padding: 5em 0 4em;
}
		
#bottomcontent a {
	color: #fff;
}

#bottomcontent a:hover {
	border-bottom: dotted 1px #fff;
}

#footer {
	width: 51em;
	height: 50px;
	margin: 2em auto 0;
	}

#footer a {
		color: #fff;
		}

#footer a:hover {
		border-bottom: none;
		}
		
/* misc and images */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* gravatar */

.gravatar {
	float:left;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

/* Date */

.dateblock {
	text-align: center;
	background: url(images/date_block.gif) no-repeat top left;
	width: 60px;
	height:60px;
	font-family: helvetica, sans-serif;
	float: left;
	margin-left: -67px;
	text-transform: uppercase;
}

.month {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
}
.day {
	color: #fff;
	font-size: 24px;
	position: relative;
	padding-top: 2px;
}
.year {
	color: #fff;
	height: 16px;
	font-weight: normal;
	background: url(images/date_back.gif) repeat-x bottom left;
	font-size: 11px;
	position: relative;
	border-top: solid 2px #fff;
}
.year2 {
	background: url(images/date_back.gif) repeat-x top left;
}