/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,arial,sans-serif;
	color: #333;
	background:#5a2e12 url("/images/12.png") top center repeat-x;
font-size:14px;
}


h4{font-size:1em;}
h5{font-size:.8em;
padding:0;margin:0;}


.listen{float:left;
width:380px;}
.watch{float:left;
width:70px;}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}



small, .small {
	font-size: 0.9em;
}

.eventcat{padding-left:10px;}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}



#site-name a {
	border: none;
}

 #sidebar-1 a {
	color: #e9d9cf;
	border: none;
font-weight:bold;

}

#sidebar-1 a:hover{color:#bba99e;}
.paginate{font-size: 0.8em;}
/* layout
----------------------------------------------- */


#container {
margin: 0px auto;
padding-left:180px;
width: 780px;
background:url("/images/13.png") top center no-repeat;
}



#sidebar-1{
padding-top: 130px;
width: 224px;
float: left;
font-size: 13px;
}



.section_list {
background:#361c0b;
padding: 0;
list-style-type: none;
color:#fff;
padding:15px;
width:194px;
}

.section_list ul {
list-style-type: none;
}

.section_list li {

padding: 3px 0px;
}

#content {
float:left;
width:460px;
padding: 20px;
background:#fff;
margin-top:20px;
margin-bottom:20px;
line-height: 1.6em;
-moz-box-shadow: 1px 1px 6px #000;
-webkit-box-shadow: 1px 1px 6px #000;
}

#content img{
max-width:450px;
padding:5px;
background:#341c0d;
}






.clear{clear:both;}


