/*
Theme Name: Leo Drums
Theme URI: 
Description: 
Author: Rob Gifford

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/* colors

dark red: #7e4b3e;
gray: #b4b2a9;

*/

*{
	padding:0;
	margin:0;
	border:0; /*clears link borders */
	text-decoration: none;
}


body {
	font-family: Helvetica, Arial, sans-serif;
	color:#7e4b3e;
	background: url(images/grad.png) repeat-x scroll center top; /* for repeating background */
line-height: 1.5em;
}



#wrapper {
	margin: 0 auto;
	text-align: center;
	width:800px;
	border-top: 12px solid #7e4b3e;
}

#container {
	text-align:left;
}

#header {

}

#header ul {
	background:url(images/stripe.png) repeat;
	border: 1px solid #b4b2a9; 
	padding: 15px 10px;
        width: 780px;
}

#header ul li {
	display:inline;
}

#header ul li a {
	text-transform: uppercase;
	fonts-size:16px;
	color:#7e4b3e;
	font-weight:bold;
	padding: 0 7px;
	border:0;
}

#header ul li a:hover {
border:0;
background:none;

}

#content {
	float:left;
	width: 630px;
	padding: 36px 0px 36px 65px;
}

#content .post {
margin-bottom: 40px;
}

p.audioplayer_container {
margin:5px;
}
/*typography*/

a {

}

p a, h1 a, h2 a, h3 a, h4 a, li a {
font-weight:bold;
color:#7e4b3e;
border-bottom: 1px dotted ;
}

p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, li a:hover {
font-weight:bold;
color:#fff;
background-color:#7e4b3e;
}

h1, h2, h3, h4, p, ul {
padding-top: 5px;
}

h1 {
font-size: 24px;
text-transform: uppercase;
} 

h3 {
font-size:18px;
}

ul {
	padding-left:10px;

}

ul li {
	list-style-type:none;
}

img.logo {
	float:left;
	padding:8px 0px 8px 26px;
}

/* set article title */

h2.postTitle {

}


/* set date */

li.postWrapper small {
text-tranform: uppercase;
background-color: #fff;
border: 1px solid #b4b2a9;
}

/* title */

.post h2 {
font-size: 22px;
max-width: 300px;
text-transform: uppercase;
line-height: 1.35em;
}


/*image formatting */

 .wp-caption { 
border:0 none;
font-size:13px;
line-height:1.25em;
padding:10px;
text-align:left;			}

 .wp-caption  p {
 padding-top:7px;
 font-style: italic;
 }


/*float*/

/*left*/
#header,  #footer, #header ul, img.logo {
	float:left;
} 

#header,  #footer {
	width: 800px;
} 

/*right*/
#sidebar {
	float:right;
}

textarea#comment {
	border: 1px solid #b4b2a9;
        width: 600px;
        margin-top: 15px;
}

input#submit {
	margin: 10px 0px;
	padding: 4px;
	background-color: #7e4b3e;
	color: #fff;
	font-size: 14px;
}

h3#comments {
	padding-top: 30px;
}

li.alt, h3#respond {
margin-top:15px;
}


