body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat left top;
	color: #A7A7A7;
	font: 90%/1.6em Arial, Helvetica, sans-serif;
}

h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	padding-top: 7px;
	color: #3F78AB;
}

a:focus {
	outline:none;
}

a {
	color: #3F78AB;
	text-decoration: underline;
}

a:hover {
	color: #444444;
	text-decoration: none;
}

blockquote {
	color: #3F78AB;
	font: italic normal 1.6em/1.6em "Times New Roman", Times, serif;
}

img {
	border: none;
}

.thumb-left {
	float: left;
	margin-right: 15px;
}
.contact-buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header-wrapper {
	background: url(images/header-wrapper.jpg) repeat-x left top;
	height: 453px;
}

#header {
	width: 980px;
	height: 443px;
	background: url(images/header.jpg) no-repeat;
	text-align: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#player {
	height: 90px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0px 30px;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	background: url(images/footer-top.png) no-repeat center top;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #A7A7A7;
	font-size: small;
	padding-top: 30px;
}

#footer a {
	color: #A7A7A7;
	text-decoration: none;
	font-weight: normal;
}

#footer .facebook {
	background: url(images/facebook.png) no-repeat left center;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer .bandcamp {
	background: url(images/bandcamp.png) no-repeat left center;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
}

#footer a:hover {
	text-decoration: underline;
	color: #3F78AB;
}

/* Slider */

.panel h2.title {
	margin-bottom: 10px;
	font-size: 1em;
	display: none;
}

#coda-slider-wrapper {
	float: left;
	width: 980px;
	overflow: auto;
	clear: both;
}
		
.coda-slider, .coda-slider .panel {
	width: 980px;
	background-image: url(images/footer-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.coda-slider .panel li {
	margin-bottom: 14px;
}

.column {
	float: left;
	width: 410px;
	margin-right: 40px;
}
	
.coda-nav ul li a.current {
	background: url(images/menu-hover.png) no-repeat
}
	
.coda-slider .panel-wrapper {
	padding: 20px 40px;
	text-align: justify;
}
	
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
	background: url(images/ajax-loader.gif) no-repeat center center;
}

.coda-nav ul {
	clear: both;
	display: block;
	margin: auto auto auto 40px;
	overflow: hidden
}
	
.coda-nav ul li {
	display: inline;
}

.coda-nav ul li a {
	background: url(images/menu-a.png) no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	height: 29px;
	width: 100px;
	text-align: center;
	padding-top: 6px;
}

.coda-nav ul li a:hover {
	background: url(images/menu-hover.png) no-repeat;
}

.coda-slider { 
	float: left; 
	overflow: hidden; 
	position: relative
}

.coda-slider .panel {
	display: block;
	float: left;
}

.coda-slider .panel-container { 
	position: relative 
}
	
.coda-nav-left, .coda-nav-right {
	float: left;
}
	
.coda-nav-left a, .coda-nav-right a { 
	display: block; 
	text-align: center; 
	text-decoration: none 
}
