/*  
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/2.jpg);;
	line-height: 140%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color: #7be801;
}

blockquote{
    margin-left: 0px;
    padding: 0px 0px 0px 50px;
    background: url(http://www.microphonefire.com/qt.png) no-repeat;
}

.wp-caption-text {
        font-size: 80%;
        line-height: 110%;
}

.alignright {
        float: right;
        padding: 20px;
}

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; 

}

.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: no-repeat url(http://www.microphonefire.com/microphone-fire.png);
}

#comments{
	margin: -50px 150px -50px 150px;
	color: white;
	background-image: url(http://www.microphonefire.com/bg.png);
        padding: 30px;
}

.post-title-single{
        margin-left: 180px;
        margin-top: -41px;
        color: white;
}

.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;
}