
html {
	background-image: url(../img/background.jpg);
}

body {
	padding: 0px;
	font-family: Raleway, Verdana, sans-serif;
	color: white;
	margin: 0px 40px 40px 40px;
	text-align:center;
}

#header {
	padding: 0;
	margin: 30px 0px 0px 0px;
	background-image: url(../img/whole-group-shot.jpg) ;
	background-repeat: no-repeat;
	height: 250px;
	width: 1000px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	 box-shadow: inset 0 4px 6px rgba(0,0,0,.24);
}

img.logo {
	position: relative;
	bottom: -10px;
	left: 25px;
}

#info, #shop {
	width: 1000px;
	padding: 0px;
	color: #009892;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: #ff676d;
}

a:visited {
	text-decoration: none;
	color: white;
}

a:visited:hover {
	color: #ff676d;
}


#aboutbq, #contactbq, #linksbq {
	background-color: black;
	padding: 5px 40px 0px 40px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Arial, sans-serif;
}

#musicbq {
	background-color: black;
	padding: 5px 40px 0px 40px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: Arial, sans-serif;
}

.flickr_badge_image {margin:0px 10px 20px 10px; display:inline;}
.flickr_badge_image img {border: 3px solid #fff !important; height: 100px; width: auto;
	padding:0px; margin:0px;}
#flickr_badge_wrapper {
	width:100%;
	text-align:center;	
}

#flickr_badge_wrapper a {
	target: _blank;
}

.mediatitle {
	font-size: 20px;
	padding: 20px;
	display: inline;
	height: 100px;
	width: 100px;
	color: black;
	background-color: white;
	float: left;
}



div#contactbq {
	padding-left: 150px;
}

#emailform td {
	padding: 20px;
}

#Content {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
	
#strapline, #links, #footer {
	font-family: Raleway, Verdana, sans-serif;
	color: #009892;
	text-transform: uppercase;
}
	
#strapline {
	font-size: 50px;
	letter-spacing: 18px;
	margin: 40px 0px 20px 0px;
	text-align: justify;
	text-shadow: 0px 2px 0px #ffffff;
}

ul#links {
	list-style-type:none;
	font-size: 14px;
	letter-spacing: 10px;
	padding: 10px;
	margin: 0;
	background-color: black;
	color: white;
	text-align: left;
}

ul#links li {
	display: inline;
	margin: 0px 15px 0px 5px;
}

a.linktext {
	position: relative;
	top: -5px;
}

div.membernames {
	width: 200px;
	float: left;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 16px;
	padding: 8px;
	text-align: center;
}


#members {
	width: 940px;
}

.instrument {
			text-transform: uppercase;
			color: #8fc37f;
			font: normal 0.6em Helvetica, sans-serif;
			letter-spacing: 5px;
		}

#abouttheband {
	text-align: justify;
	margin-bottom: 0px;
}

blockquote {
	font-family: Helvetica, sans-serif;
	color: #fff;
	font-style: italic;
}

#testamonial {
	width: 1000px;
	position: relative;
	left: -40px;
	padding: 20px 0px 20px 0px;
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 21%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(21%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* IE10+ */
	background: linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	
}

#testamonial p {
	margin-left: 40px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: black;
}


#linksbq {
	text-align: center;
	padding-top: 20px;
}

#linksbq a {
	letter-spacing: 5px;
	line-height: 25px;
	margin: 20px 50px 20px 50px;
	font-family: Raleway, Verdana, sans-serif;
	color: white;
	font-size: 1em;
}

#linksbq a:hover {
	color: red;
	transition: color 2s;
	-moz-transition:color 2s; /* Firefox 4 */
	-webkit-transition:color 2s; /* Safari and Chrome */
	-o-transition:color 2s; /* Opera */
}

#footer {
	font-size: 12px;
	letter-spacing: 10px;
	margin-bottom: 10px;
	background-color: black;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	height: 50px;
	width: 1000px;
	color: white;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid white;
}

div.footer-copyright {
	text-align: right;
	margin-right: 20px;
	float: right;
	width: 400px;
	letter-spacing: 5px;
	position: relative;
	top: 13px;
	font-family: helvetica, sans-serif;
}

#footerplayer {
	position: relative;
	top: 3px;
}

#dewplayer {
	position: relative;
	top: 6px;
}

div.social-links {
	float: left;
	width: 400px;
	margin-left: 20px;
}

div.social-links img {
	position: relative;
	bottom: -3px;
}

div #twitterbox {
			background-color: black;
			padding: 20px;
			border-top: 1px solid white;
}		
		
.twtr-hd {
			display: none;
}

.twtr-ft {
			display:none
			}
			
			
			
			
			
			#contact-area {
				width: 600px;
				margin-top: 25px;
			}
			
			#contact-area input, #contact-area textarea {
				padding: 5px;
				width: 471px;
				font-family: Helvetica, sans-serif;
				font-size: 1.4em;
				margin: 0px 0px 10px 0px;
				border: 2px solid #ccc;
			}
			
			#contact-area textarea {
				height: 90px;
			}
			
			
			
			#contact-area input.submit-button {
				width: 100px;
				float: right;
			}
			
			label {
				float: left;
				text-align: right;
				margin-right: 15px;
				width: 100px;
				padding-top: 5px;
				font-size: 1.4em;
			}
		
		
		
#homebq {
			width: 960px;
			background-color: black;
			padding: 20px;
}		
		
#blogbox	{
			float: left;
			background-color: white;
}

div#blogbox iframe {
			overflow-x: hidden;
}	
	
#blogheader {
	height: 23px;
	width: 454px;
	padding: 23px 10px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 21%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(21%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* IE10+ */
	background: linear-gradient(top,  #c9de96 0%,#8ab66b 21%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
	
	
}


#video469wide {
	position: relative;
	float: right;
}

div#biog {
	background-color: black;
	width: 600px;
	padding: 20px;
	text-align: left;
	font-family: Helvetica, sans-serif;
	margin:20px auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

