@charset "utf-8";
/* DirtySpinach CSS */
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333;
	background-image: url(images/topback3.gif);
	background-repeat: no-repeat;
	height: 100%;
	display: block;
}
#wrapper #nav #jQueryUITabs1 {
	height: 600px;
	padding-top: 10px;
}
#wrapper #nav #jQueryUITabs1 #jQueryUITabs1-1 {
	overflow: auto;
}
#wrapper #top {
	height: 150px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #nav {
	height: 50px;
	margin: 0px;
	padding: 0px;
}
#wrapper #content {
	height: 800px;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#wrapper #player {
	background-color: #333;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100px;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #nav #jQueryUITabs1 #tabtitles {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#footer  {
	background-color: #333;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #player #guts {
	float: right;
	margin: 0px;
	padding: 0px;
}
/* Home */
.newsitem {
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 380px;
}
.newsitem a {
	color: #9BA500;
	text-decoration: none;
}
.newsitem a:hover {
	color: #FFF;
	text-decoration: underline;
}

.newsitem h4 {
	float: right;
}
.newsitem .title {
}
.newsitem .title h2 {
	float: left;
	color: #C00;
	font-weight: normal;
	width: 200px;
}
#leftbar .newsitem .title img {
	float: left;
	padding-right: 10px;
}
.newsitem p {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0;
	padding: 10px;
	line-height: 21px;
}
#rightbar {
	float: right;
	width: 170px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
#rightbar form table tr td .style10 .style10 {
	border: 1px solid #000;
	color: #990;
}

#rightbar a  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9BA500;
	text-decoration: none;
}
#rightbar a:hover {
	text-decoration: underline;
}
#leftbar {
	float: left;
}
#rightbar p a #mysp {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* Gigs */
#gigs {
	padding: 15px;
}
#gigs table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DEDEBC;
}
#gigs table tr td {
	background-color: #333;
	padding: 5px;
}
#gigs #container {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
}
#gigs table #titles td {
	background-color: #DEDEBC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #921f00;
	border: 1px solid #FFF;
}
#gigs table a {
	color: #9BA500;
}
#gigs table a:hover {
	text-decoration: underline;
}
/* Biog */
#biog img {
	float: left;
	color: #C00;
}
#biog {
	padding: 15px;
	line-height: 21px;
}
#biog #slideshow {
	position: relative;
	height: 188px;
	float: right;
	width: 250px;
	border: 1px solid #666;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 188px;
	background-color: #FFF;
}
 
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow DIV.last-active {
    z-index:9;
}
 
#slideshow DIV IMG {
	height: 188px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
#biog p {
	padding: 5px;
}
/* Discog */
#disco table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#disco table tr td {
	padding: 5px;
}
#disco {
	padding: 15px;
	color: #000;
}
#disco a {
	color: #9BA500;
}
#disco a:hover {
	text-decoration: underline;
}
/* Media */
#media {
	padding: 15px;
}
#media a {
	color: #9BA500;
	text-decoration: none;
}
#media a:hover {
	color: #9C0;
	text-decoration: underline;
}

#media table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DEDEBC;
}
#media table tr td {
	background-color: #333;
	padding: 10px;
}
#media #container {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
}
/* Contact */
#contactForm {
	background-color: #666;
	padding: 5px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#contactForm ul li {
	list-style-type: none;
	padding: 4px;
}
#contactForm ul li input , #contactForm ul li textarea{
	border: 1px solid #000;
}
