/*  
Theme Name: Barthelme
Description: A super simple theme
Version: 1
Author: Mike Brand
Author URI: microphonefire.com
*/

body {

	background: no-repeat fixed url(http://www.microphonefire.com/1.jpg);;
	line-height: 140%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color: #7be801;
}

a:visited {
	text-decoration: none;
	color: #86009c;
}

a:hover{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#nav {
	color: #801c78;
	margin-right: 150px;
	padding: 30px 0px 20px 0px;
}

#nav li {
    list-style: none;
    margin-left: 5px;
    float: right; 

}

.alignright {
        float: right;
        padding: 20px;
}

.noncurr{
    background-image: url(http://www.microphonefire.com/bgwht.png);
    padding: 5px 10px 0px 10px;	
}

#current{
	background-image: url(http://www.microphonefire.com/bg.png);
	padding: 5px 10px 0px 10px;
}

#container{
	background-image: url(http://www.microphonefire.com/microphone-fire.png);
	background-repeat: no-repeat;
}

#comments{
	margin: -50px 150px -50px 150px;
	color: white;
	background-image: url(http://www.microphonefire.com/bg.png);
        padding: 30px;
}

.post{
	margin-right: 150px;
	margin-left: 150px;
	color: white;
	margin-bottom: 50px;
	background-image: url(http://www.microphonefire.com/bg.png);
	padding: 30px;
}

.post-title{
	font-style: normal;
	font-family: georgia, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
        margin-bottom: 0px;
}

.post-date{
	font-size: 80%;
	font-weight: light;
        margin: 0px;
        padding: 0px;
}

/* COMMENTS STUFF */
h3#comment-count {
	font-size: 0.9em;
	margin: 0;
}
h4#comment-header {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.1em 0 1em 0;
}
h4#respond {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0 0 0;
}
div.formcontainer p {
	margin: 0.5em 0 1em 0;
}
div#comments ol li {
	background: #f6f7f9;
	color: #111;
	margin: 1em 5%;
	padding: 0.5em 1em;
}
div#comments ol li.alt {
	background: #e7eaed;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}
div#comments ol li p.comment-metadata {
	font-size: 0.9em;
}

