/*
Theme Name: Music Revolt Theme v1
Description: Done done done done diddit.
Version: 1.0
Author: Molly Fowler and Charlie Rosenbury

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #8b7f71 url('images/body_bg.jpg') repeat;
	color: #000;
	margin: 0;
	padding: 0;
	}

img{ border:0}
	
#page{
	width: 1094px;
	margin: 0 auto;
	padding-top: 20px;
	background: #e1d1bf url('images/page_bg.jpg') repeat-y
}

#header {
	background: #3a3938 url('images/header_bg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	height: 231px;
	width: 100%;
	text-align: center;
}

#nav_bar {
	height: 45px;
	padding:0;
	width:100%;
	background: transparent url('images/nav_hold_bg.jpg') repeat-x;
}
#nav {
	height: 45px;
	width: 1084px;
	padding-right: 10px;
	margin: 0 auto;
	text-align: right;
	background: #c6b59f url('images/nav_bg.jpg') no-repeat;
}
#nav li{
	display: inline;
	list-style-type: none;
	padding:0;
	margin: 0;
}
#nav ul {
	height: 45px;
	padding:0;
	margin:0;
}
#nav a{
	padding: 0;
	margin:0;
}
#left {
	width:568px;
	padding: 15px 40px;
	background: #ffffff;
	border: 1px solid #9d8675;
	margin-left:35px;
	float:left;
}
.post{
	padding: 0 0 20px;
}
.post_title  h2 {
	float:left;
}
.post_title a{
	color: #000;
}
.postdate {
	float:right;
	font-style:italic;
	color: #524641;
	font-size: 1.6em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	padding-top: 4px;
}
.clear{
	clear:both;
}

.powerpress_player{
	padding: 15px 0;
	}

#sidebar {
	padding: 15px 125px 15px 30px;
	background: transparent url('images/vert_dots.png') repeat-y scroll top left ;
	width: 230px;
	float: right;
}

#sidebar h2 {
	width: 230px;
	padding: 10px 0;
	background: transparent url('images/hor_dots.png') repeat-x;
	font-size: 1.9em;
	color:
}
#sidebar p{
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: justify;
	margin: 5px 0 25px;
	font-weight: 600;
}
#sidebar h3 {
	font-size: 1.3em;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 1.2em;
	}
#sidebar label{
	padding-top:4px;
	color:#68594E;
}
#footer {

}

a {
	color:#887466;
}
a:hover {
	color:#9d8675;
	text-decoration: underline;
}
a:visited  {
	color:#68594e;
}

h1, h1 a, h1 a:hover, h1 a:visited, a {
		text-decoration: none;
		font-weight: normal;
		}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite{
		color:#b8382b;
		text-decoration: none;
		font-style: normal;
		}

h1 {
		font-size: 3.4em;
		line-height: 0.818182em;
		margin-top: 0em;
		margin-bottom: 0.3em;
		}

h2 {
		font-size: 2.5em;
		line-height: 1em;
		margin-top: 0;   
		margin-bottom: 0.2em;
		text-transform: uppercase;
}


h3 {
		font-size: 2.0em;
		line-height: 1em;
		margin-top: .1em;
		margin-bottom: .2em;
		}
		
.entry p {
		font-size: 1.3em;
		line-height: 1.5em;
}
		
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright{
   float: right;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

