@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F9E9E3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #700000;
	line-height: 18px;
}
#header .strapline {
	float: right;
	margin-top: 20px;
	font-size: 12px;
}
#content .author p{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #742C2C;
	border-right-color: #742C2C;
	border-bottom-color: #742C2C;
	border-left-color: #742C2C;
}
.oneColFixCtrHdr #container {
	width: 875px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border: 8px none #666;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}

 #header ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	left: 0px;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-color: #872727;
	border-right-color: #872727;
	border-bottom-color: #872727;
	border-left-color: #872727;
      }
.clear {
	clear: both;
}

#basic-accordian{
	border:5px none #EEE;
	padding:0px;
	width:100%;
	left:50%;
	top:50%;
	z-index:2;
}
#sidebar {
	float: right;
	width: 250px;
	margin-left: 10px;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #721A1E;
	border: 1px solid #000;
}
#content {
	width: 580px;
}
#sidebar img {
	margin-right: 3px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #900;
}

.accordion_headings:hover{
	background-color: #963;
}

.accordion_child{
	padding:15px;
}
.accordion_child h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FFF;
}



#bob {
	background-image: url(../images/bob_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8F2929;
}
#hands {
	background-image: url(../images/hands.png);
	background-position: bottom;
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#hands h2 {
	position: relative;
	top: 247px;
	font-weight: normal;
	font-size: 20px;
	color: #FFC916;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hands h1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 246px;
	font-size: 36px;
}
.intro {
	font-size: 13px;
	font-weight: bold;
}
    #header li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(left_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #header a {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FC0;
	font-size: 12px;
	background-image: url(right_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
	color:#FC0;
      }
.header {
	color: #FFF;
}
    #header #current {
	background-image:url(left.gif);
	border-width:0;
	color: #F90;
      }
    #header #current a {
	background-image:url(right.gif);
	color:#FFF;
	padding-bottom:5px;
      }
#home {
	background-image: url(../images/home_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8F2929;
}
.home_blocks {
	text-align: center;
}
.home_blocks img {
	margin-right: 3px;
	margin-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar h2 {
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #742C2C;
	border-right-color: #742C2C;
	border-bottom-color: #742C2C;
	border-left-color: #742C2C;
	color: #FFC916;
}

.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #606060;
}
#next_gig .venue {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
}
#next_gig {
	padding-left: 5px;
	margin-top: -5px;
	border: 1px dotted #666;
	padding-bottom: 12px;
	background-color: #8D0B00;
	padding-top: 4px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #742C2C;
	border-right-color: #742C2C;
	border-bottom-color: #742C2C;
	border-left-color: #742C2C;
	background-color: #000;
	font-size: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#jerry {
	background-image: url(../images/jerry_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8F2929;
}
#content table {
	background-color: #333;
	font-size: 11px;
	border: 1px none #990D00;
	margin-top: 10px;
}
#content table tr  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#content h2 {
	line-height: 21px;
}
#content table td {
	background-color: #333;
	font-size: 11px;
	border: 1px solid #000;
}
#content table tbody tr .header {
	background-color: #990D00;
	font-size: 14px;
	font-weight: bold;
}
#gig {
	background-image: url(../images/gig_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8F2929;
}
#darren {
	background-image: url(../images/darren_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990D00;
}
.tracks p{
	font-size: 12px;
	color: #FFF;
	margin-top: 0px;
}
.credits {
	color: #CCC;
}
.notice {
	font-weight: bold;
	color: #F90;
}
#sidebar table td {
	padding-left: 5px;
	background-color: #700000;
}
#booking {
	background-image: url(../images/booking_strip.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
	width: 855px;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8F2929;
}
#hands_home {
	background-image: url(../images/hands_home.png);
	background-position: bottom;
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#hands_home h2 {
	position: relative;
	top: 247px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 20px;
	color: #FFC916;
}
#hands_home h1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 246px;
	font-size: 36px;
}
.oneColFixCtrHdr #container #mainContent #content .cushycms tbody tr td form {
	float: left;
}
.oneColFixCtrHdr #container #footer p a {
	color: #FFF;
}
