@charset "UTF-8";
body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #000000;
}
.twoColFixLtHdr #container { 
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f3e3ba;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header 
{
    margin:0px;
    padding:0px; 
    background: #000;
} 
.twoColFixLtHdr #header img{
	margin: 0px;
	padding: 0px; 
}
.twoColFixLtHdr #header a{

	margin: 0px;
	padding: 0px; 
} 
 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    height: 968px;
	position: relative;
	left: 20px;
	margin-bottom: 24px;
	background: url(images/jon_bg2.jpg) no-repeat;
}
div.background
{
  width: 220px;
  position: relative;
  top: 50px;
}
div.transbox
{
  width: 200px;
  padding-left: 20px;
  padding-top: 10px;
  background-color: #333333;
  filter:alpha(opacity=60);
  opacity:0.6;
  border-bottom: 1px solid #999999;
}
div.transbox2
{
  width: 200px;
  padding-left: 20px;
  padding-top: 10px;
  background-color: #000000;
  border-bottom: 1px solid #999999;
  filter:alpha(opacity=60);
  opacity:0.6;
}

div.transbox p, div.transbox2 p
{
  font-weight: bold;
  color: #ffda00;
  font-size: 12px;	
}

div.rounded 
{
    margin:0;
    padding:0;
    background: url(images/rounded.jpg) no-repeat; 
}

.twoColFixLtHdr #sidebar1 p{
	color: #ba9e4c;
	width: 190px;
	font-size: 12px;	

}
.twoColFixLtHdr #sidebar1 h5{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 h6{
	color: #c24238;
	font-style: italic;
	font-size: 12px;
	margin: 0px;
	padding: 0px; 
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent img{ 
	margin-top: 27px;
	margin-right:14px;
}
.twoColFixLtHdr #mainContent a{ 
	color: 	#00BFFF;
	padding:0px;
	margin:0px;
}
.twoColFixLtHdr #mainContent a:hover{ 
	color: #336699;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent ul{
	list-style: square;
	margin:0px;
	margin-left: 0px;
	padding:0px;
	width: 500px;
	
}
.twoColFixLtHdr #mainContent li{
	margin-left: 0px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #mainContent h3,h2{ 
	margin:0px;
	padding:0px;
}
.twoColFixLtHdr #mainContent h1{
	color: #CC0000;
	font-size: 24px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent p,h3{ 
	color: #333333;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/footerTile.jpg);
	background-repeat: repeat-x;
	height: 115px;
	margin-top: 15px;
} 
.twoColFixLtHdr #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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer_right {
	position: relative;
	top: -30px;
	left: 740px;
	width: 200px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;

}
.twoColFixLtHdr #footer a {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 13px;
}
.twoColFixLtHdr #footer a:hover {
    text-decoration: underline;
}
.twoColFixLtHdr #footer_right a {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 13px;
}
.twoColFixLtHdr #footer_right a:hover {
    text-decoration: underline;
}
.twoColFixLtHdr #footer_right p {
	font-size: 16px;
	text-align: left;
	margin:0;
	padding:0;
	padding-bottom: 4px;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{
	color: #333333;
	font-size: 24px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
div.vid_holder{
    background: url(images/video_placeholder2.jpg) no-repeat; 
    margin-top:20px;
	width: 715px;
    height: 492px;    
}
div.inside_holder{
position: relative;
top: 65px;
left: 40px;
border: 3px solid #CC0000;
width: 545px;
height: 394px;    
}
h6[title=date]{
color: White;
background: #333;
}

p[title=date]{
padding: 2px;
border: 1px solid #d9ecf3;
background: #d9ecf3;
padding-left: 15px;
border-bottom: 6px solid #7cb8dc;
width: 481px;
margin-bottom: 0px;
}
p[title=news_date]{
padding: 2px;
background: #e9ecf3;
padding-left: 15px;
border-bottom: 4px solid #7cb8dc;
width: 700px;
margin-bottom: 3px;
color: #fff;
font-size: small;
}

/*____________________________________________________________________*/

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position: relative;
	left: 20px;
	margin-bottom: 24px;
}
div.navlist{
    position: relative;
    top: 0px;
}
div.navlist ul,li,a{
    list-style: none;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 0px;
    display: inline;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
    font-size: small;
}
div.navlist a
{
    text-align: center;
}
div.navlist ul{
    padding: 2px;
    background: #333333;
    border: 1px solid #000000;
}
ul.gig{
	list-style: square;
	margin:0px;
	margin-left: 30px;
	width: 500px;
	text-align: center;
	background: #5b544a;
}
ul.gig li{
	margin-left: 0px;
	display:block;
	text-indent: 20px;
	padding-top: 10px;
	height: 20px;
	border-bottom: 1px dotted white;
	vertical-align: middle;
	color: white;
}
ul.default_list{
	list-style: square;
	margin:0px;
	margin-left: 30px;
	padding:10px;
	text-align: left;	
}
ul.default_list li{
	margin-left: 0px;
	padding-bottom: 2px;
	display:block;
	text-indent: 20px;
	padding: 7px;
	font-weight: bolder;
	letter-spacing: 2;
}
ul.audiolist li
{
    display: block;
    margin-left:0px;
    padding-left: 0px;    
}
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent2 img{ 
	margin-top: 27px;
	margin-right:14px;
}
.twoColFixLtHdr #mainContent2 a{ 
	color: 	#00BFFF;
	padding:0px;
	margin:0px;
}
.twoColFixLtHdr #mainContent2 a:hover{ 
	color: #336699;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent2 ul{
	list-style: square;
	margin:0px;
	margin-left: 0px;
	padding:0px;
	width: 500px;
}
.twoColFixLtHdr #mainContent2 li{
	margin-left: 0px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #mainContent2 h3,h2{ 
	margin:0px;
	padding:0px;
}
.twoColFixLtHdr #mainContent2 h1{
	color: #CC0000;
	font-size: 24px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent2 p,h3{ 
	color: #333333;
}
div.gigbox{
	position: relative;
	left: 220px;
}
#gallerybox{
	margin-left: 20px;
}
#gallerybox h1{
	color: #CC0000;
	font-size: 24px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
}
#gallerybox img{
	
	vertical-align: top;
	margin-top: 11px;
}
div.gb_cont{
	position: relative;
	width: 965px;
	left: 0px;
}
div.gb_cont img{
	border-bottom: 5px solid #7cb8dc;
	margin: 0;
	padding: 0;
}
div.gb_cont a img
{
margin:0;
padding:0;
text-decoration: none;
border: 0 none;
border-bottom: 5px solid #7cb8dc;
}
div.gb_cont a{
	margin: 0;
	padding: 0;
}
    
div.gb_cont a:hover{
border: none;
}


div.emails{
    width: 500px; 
    background: #5b544a;
    padding: 15px;
    border: 1px solid #333;   
}
div.emails h6{
    margin:0px;
    padding: 0px;
    margin-bottom: -15px;   
}
div.emails p{
    color: #ffffff;
}
div.bandmember 
{
border-top: 1px solid #CC0000;
position: relative; 
padding-left: 20px;
padding-bottom: 20px;  
min-height: 370px;
}
div.bandmember img
{
border: 2px solid #7cb8dc;
position: absolute;
right: 10px; 
}
div.bandmember p
{
width: 660px; 

}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	position: relative;
	left: 20px;
	margin-bottom: 24px;
}
#navBanner
{
margin: 0;
padding: 0;
}


