@charset "UTF-8";

*{
	margin:0;padding:0;
}

body
{
  overflow-x: hidden;    
}

header
{
	background-image:url(../images/20240620_banner.jpg);
	margin-left: auto;
	margin-right: auto;
    margin-top: 20;
}

.left_spacer
{
	margin-left:285px;
}

.horizontal_spacer
{
	height: 10px;
}

#link_buttons
{
	float:left;
	width: 200px;
	height: 700px;
	border-right: 2px solid;
	border-right-color: #999999;
	background-color: #ffffff;
	align-content:center;
}

.link_button
{
}

.content_section
{
	width: 960px;		
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.content_section_header
{
	border-top: 4px;
    border-top-color: #777777;
    border-top-style: solid;
	border-bottom: 4px;
    border-bottom-color: #777777;
    border-bottom-style: solid;
    height: 34px;
    margin-bottom: 19px;
    background-repeat: no-repeat;}

.content_section_content
{
	text-align: left;
	margin-bottom: 40px;
}

.text_button
{
	color:#1905FB;
	cursor: pointer;
}

audio
{
	width: 246px;
}

.audio
{
	width: 240px;
	float: left;
	margin-left: 60px;
    margin-right: 0px;
}

.audio_poster_active
{
width: 240px;
    height: 180px;
    border-style: solid;
    border-color: #333333;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;}

.audio_poster_inactive
{
	width: 240px;
    height: 180px;
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 3px;
    margin-left: auto;
    margin-right: auto;}

.audio_title
{
	text-align: center;
	font-weight: bold;
}

video
{
	width: 720px;
}

.video
{
	width: 720px;
	float: left;
	margin-left: 120px;
    margin-right: 50px;
}

.video_title
{
	text-align: center;
	font-weight: bold;
}

.video_credit
{
    font-size: 10px;
	text-align: center;
}

#band_header
{
	background-image:url(../images/divider.png);
}

#music_header
{
	background-image:url(../images/music_title.png);
}

#video_header
{
	background-image:url(../images/video_title.png);
}

#shows_header
{
	background-image:url(../images/shows_title.png);
}

#photos_header
{
	background-image:url(../images/photos_title.png);
}

#purchase_header
{
	background-image:url(../images/purchase_title.png);
}

#contact_header
{
	background-image:url(../images/contact_title.png);
}

#shows_content
{
}

.band_slideshow
{
	width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact_section
{
	height: 64px;
    margin-bottom: 12px;
}

.contact_section_icon
{
	height: 64px;
    width: 64px;
	float: left;
}

.contact_section_info
{
	margin-left: 80px;
    line-height: 64px;
}
