@charset "utf-8";
/**************************************************************************************************************************************                                                             LAYOUT & POSITIONING ELEMENTS
**************************************************************************************************************************************/
body  {
	margin: 20px 0px 0px 0px; 
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#333333;
	background: #000;
	background-image:url(../images/page-bg.jpg);
	background-repeat:repeat-x;
	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 */
}
.twoColFixLtHdr #container { 
	width: 760px;  
	background: #FFFFFF;
	background-image:url(../images/page-bg2.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container2 { 
	width: 760px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #000; 
	padding: 0; 
} 
.twoColFixLtHdr #nav{
	background-color:#480049;
	padding:0px 0px 0px 10px;
	height:30px;
	border-bottom:#FDD017 3px solid;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #efefef; 
	padding: 15px 0px 15px 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 200px; 
	background: #efefef; 
	padding: 15px 0px 15px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 5px 0 205px;
	padding: 15px 0px 0px 5px;
} 
.twoColFixLtHdr #mainContentMedia { 
	margin: 0 0 0 0px;
	padding: 15px 0px 0px 0px;
	background-color:#fff;
	text-align:left;
} 
.twoColFixLtHdr #footer { 
	width: 760px;  
	margin: 0 auto; 
	padding: 10px 0px 10px 0px;
	color:#FFF;
	font-size: .8em;
} 
.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;
}
/**************************************************************************************************************************************                                                             Sidebar Images
**************************************************************************************************************************************/
.twoColFixLtHdr #sidebar1 img{
	border:#fff 4px solid;
	margin-left: 5px;
}
.twoColFixLtHdr #sidebar1 img.sidebar-white-img{
	border:#ccc 1px solid;
	margin-left: 5px;
}
.twoColFixLtHdr #sidebar2 img{
	border:#fff 4px solid;
	margin-left: 8px;
}
/**************************************************************************************************************************************                                                             HTML ELEMENTS
**************************************************************************************************************************************/

.twoColFixLtHdr h1, h2, h3{
	margin:0;
	padding:0;
	letter-spacing:2px;
}
.twoColFixLtHdr p{
	margin:0px 0px 20px 0px;
	padding:5px;
	text-align:justify;
	line-height: 25px;
}
.twoColFixLtHdr h1{
	margin-bottom:10px;
	font-size: 16px;
	color:#c2950e;
}
.twoColFixLtHdr #mainContentMedia h1{
	margin:0px 0px 10px 15px;
	font-size: 16px;
	color:#c2950e;
}
.twoColFixLtHdr h2{
	margin:20px 0px 0px 0px;
	padding:5px;
	font-size: 12px;
	color:#c2950e;

}
.twoColFixLtHdr #sidebar1 h2{
	margin-left:12px;
	margin-bottom:25px;
}
.twoColFixLtHdr h3{
	font-size: 11px;
}
.twoColFixLtHdr #sidebar1 h3{
	margin-top: 15px;
	padding: 0px 0px 0px 20px;
	background-image:url(../images/sidebar-h3-icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.twoColFixLtHdr .back-to-top-container{
	margin:15px 0px 0px 0px;
	padding:0;
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
}
.twoColFixLtHdr .back-to-top-inner{
	margin:2px 0px 2px 0px;
	padding:2px 20px 2px 0px;
	background-color:#efefef;
	background-image:url(../images/up-arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:right;
}

/**************************************************************************************************************************************                                                             LISTS & FORM ELEMENTS
**************************************************************************************************************************************/
.twoColFixLtHdr #sidebar1 ul{
	margin:0px 0px 0px 10px;
	padding:0;
	list-style-type:none;
}

.twoColFixLtHdr #sidebar1 ul li{
	margin:0px 0px 0px 30px;
	padding:5px 0px 5px 0px;
}
.twoColFixLtHdr #contact ul{
	margin:0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
}

.twoColFixLtHdr #contact ul li{
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}

.twoColFixLtHdr #contact input{
	width:95%;
	padding:2px;
}

.twoColFixLtHdr #contact input.submit-bttn{
	width:auto;
	background-color:#E7EBE7;
	border:#cccccc 1px solid;
}
.twoColFixLtHdr #contact input.checkbox-normal{
	width:auto;
}

.twoColFixLtHdr #contact textarea{
	background-image:url(../images/textarea-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:#A7A6AA 1px solid;
	padding:10px;
}
.twoColFixLtHdr .select-list-bttm-border{
	border-bottom:#d1d1d1 1px dotted;
	padding:0px 0px 1px 2px;
	margin:5px 0px 5px 0px;
}
.twoColFixLtHdr #sidebar1 ul li.sidebar-h3-no-padding{
	margin:0;
	padding:0;
}
.twoColFixLtHdr ul.main-list-style {
	margin:0px 0px 20px 10px;
	padding:0;
	list-style-type:none;
}
.twoColFixLtHdr  ul.main-list-style li{
	margin:0px 10px 0px 0px;
	padding:10px 0px 10px 20px;
	border-bottom:#d1d1d1 1px dotted;
	background-image:url(../images/menu-icon-03.png);
	background-position:left;
	background-repeat:no-repeat;
}
.twoColFixLtHdr #sidebar1 ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.twoColFixLtHdr #sidebar1 ul li{
	margin:0;
	padding:0;
	border-bottom:#ffffff 1px dotted;
}

.twoColFixLtHdr .CollapsiblePanelContent ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.twoColFixLtHdr .CollapsiblePanelContent ul li{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	display:inline;
}
.twoColFixLtHdr #form-results ul{
	margin:0px;
	padding:0;
	list-style-type:none;
}
.twoColFixLtHdr #form-results ul li{
	margin:0;
	padding:4px 0px 4px 5px;
}
.twoColFixLtHdr .form-results-alt-color{
	background-color:#efefef;
}
.twoColFixLtHdr #sitemap {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.twoColFixLtHdr #sitemap li {
	margin:0;
	padding:5px 0px 5px 0px;
	list-style: none;
	border-bottom:#efefef 1px solid;
}

.twoColFixLtHdr #sitemap li.sitemap-noborder {
	border-bottom:none;
}

.twoColFixLtHdr #sitemap li ul {
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	background-color:#efefef;
	border:#d1d1d1 1px solid;
}

.twoColFixLtHdr #sitemap ul li {
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	background-image: url(../images/menu-icon-02.png);
	background-repeat:no-repeat;
	background-position:left;
	}
	
.twoColFixLtHdr ul.bandography-list {
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
}
.twoColFixLtHdr ul.bandography-list li.image-list-icon{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 20px;
	background-image: url(../images/image-icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.twoColFixLtHdr ul.bandography-list li.audio-list-icon{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 20px;
	background-image: url(../images/audio-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.twoColFixLtHdr ul.voiceover-list {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
	list-style-type:none;
}
.twoColFixLtHdr ul.voiceover-list li.image-list-icon{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/image-icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.twoColFixLtHdr ul.voiceover-list li.audio-list-icon{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/audio-icon.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#voiceover-1-2-3{
	margin: 0px 0px 0px 0px;
	padding:20px 10px 0px 10px;
	border:#C2950E double;
	background-image:url(../images/voiceover-images/easy-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.voiceover-123-list{
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
}
.voiceover-123-list li{
	padding: 10px 0px 10px 40px;
}
.voiceover-1{
	background-image:url(../images/voiceover-1.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.voiceover-2{
	background-image:url(../images/voiceover-2.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
.voiceover-3{
	margin:8px 0px 0px 0px;
	background-image:url(../images/voiceover-3.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/**************************************************************************************************************************************                                                             SIDEBAR QUOTES
**************************************************************************************************************************************/
.twoColFixLtHdr #sidebar1 blockquote{
	margin:0;
	padding:5px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	color:#333333;
}
.twoColFixLtHdr #sidebar2 blockquote{
	margin:0;
	padding:5px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
	color:#333333;
}
.twoColFixLtHdr #sidebar1 blockquote.blockquote-name-position{
	margin:0;
	padding:10px 0px 0px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	color:#333333;
}

.twoColFixLtHdr #sidebar2 blockquote.blockquote-name-position{
	margin:0;
	padding:10px 0px 0px 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	color:#333333;
}
/**************************************************************************************************************************************                                                             BANDOGRAPHY PAGE
**************************************************************************************************************************************/
.band-container{
	margin:20px 0px 0px 0px;
	padding:0;
	background-color:#fff;
}
.band-container h2{
	margin:0px 0px 0px 5px;
	padding:0;
}
.band-container em{
	margin:0px 0px 0px 5px;
	padding:0;
}
.band-container-alt{
	margin:20px 0px 0px 0px;
	padding:0;
}
.band-container-alt h2{
	margin:0px 0px 0px 5px;
	padding:0;
}
.band-container-alt em{
	margin:0px 0px 0px 5px;
	padding:0;
}
.band-logo-container{
	margin:10px 0px 10px 0px;
	padding:10px;
	background-color:#efefef;
	border:#d1d1d1 1px solid;
}
.band-logo-container .dark-image-border{
	border:#fff 5px solid;
}
.band-logo-container .light-image-border{
	border:#333 5px solid;
}
.twoColFixLtHd .band-container img{
	margin:0;
	padding:0;
}

/**************************************************************************************************************************************                                                             VOICEOVERS PAGE
**************************************************************************************************************************************/
.voiceover-container{
	margin:20px 0px 20px 0px;
	padding:0;
	background-color:#fff;
}
.voiceover-container h2{
	margin:0px 0px 0px 5px;
	padding:0;
}
.voiceover-container em{
	margin:0px 0px 0px 5px;
	padding:0;
}
.voiceover-container-alt{
	margin:20px 0px 0px 0px;
	padding:0;
}
.voiceover-container-alt h2{
	margin:0px 0px 0px 5px;
	padding:0;
}
.voiceover-container-alt em{
	margin:0px 0px 0px 5px;
	padding:0;
}
.voiceover-logo-container{
	margin:10px 0px 10px 0px;
	padding:0;
	background-color:#fff;
	border:#efefef 1px dashed;
}
.voiceover-logo-container .dark-image-border{
	border:#fff 5px solid;
}
.voiceover-logo-container .light-image-border{
	border:#333 5px solid;
}
.voiceover-container img{
	margin:0px 10px 0px 0px;
	padding:0;
	border:#333 1px solid;
}
td.CollapsiblePanelContentLinks{
	padding:5px 0px 5px 0px;
}
.media-slideshow-container{
	margin:10px 15px 30px 15px;
	padding:10px;
	background-color:#efefef;
	border:#d1d1d1 1px solid;
	text-align:center;
}
.media-mp3-container{
	margin:10px 15px 30px 15px;
	padding:10px;
	background-color:#efefef;
	border:#d1d1d1 1px solid;
	text-align:center;
}
.drums-container{
	margin:20px 0px 20px 0px;
	padding:0;
	background-color:#fff;
}
.drums-container h2{
	margin:0px 0px 0px 5px;
	padding:0;
}
.drums-container img{
	margin:0px 10px 0px 0px;
	padding:0;
	border:#333 1px solid;
}

/*Images*/

.float-left{
	float:left;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
.sm-sidebar-image{
	margin:0px 0px 0px 30px;
}