/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

#wrapper {
  width: 850px;
  height: 100%;
  margin: 0 auto; 
  text-align: left;
}


#content { 
  float: left;
  width: 850px;
  min-height: 100%; 
  background: url('https://7f3fa6.claudeassets.com/20250216013337im_/https://goldrushmusical.com/img/bg/page_tile_850.gif') repeat-y; 
}



/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  padding: 235px 0 0px 0px;  
  background: url(https://104a6b.claudeassets.com/20250216013337im_/https://goldrushmusical.com/img/bg/GRG_header_wide.jpg) no-repeat top center;
}


#header h2 {
  margin: 0;
  padding: 15px 0 0 0;
  color: #607a23;
  font-style: italic; 
  background: none;
}

#header h1 {
  font-size: 3.0em;
  padding: 0px 0px 20px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: -2px;
  color: #f6e44f;
}




/**************************************************************
   #menu: The top level site menu
 **************************************************************/

ul#menu {
  width: 770px;
  margin: 12px 0 0 65px;  
  padding: 0 !important;
}

ul#menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#menu li a {
  float: left;  
  padding: 4px 37px 4px 36px;
  font: 400 1.1em Georgia, Arial, Verdana, sans-serif;
  text-align: center;
  text-decoration: none;  
  color: #000000;
  border-bottom: 2px solid #211d69;
  border-top: 2px solid #211d69;
  background-color: #d9bf65;
}

ul#menu li a:visited {

}

ul#menu li a:hover {
  color: #050156;
  background-color: #f5d66d;
}

ul#menu li a.here {
  color: #050156;
  background-color: #f5d66d;
}

/* helper classes to control width of links in topbar */
ul.two li a {
  width: 50%;
}

ul.three li a {
  width: 33%;
}

ul.four li a {

}

ul.five li a {
  width: 20%;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {  
  float: left;
  clear: both;   
  width: 750px !important;
  width: 100%;  
  padding: 2em 49px;  
}

#player {   
  margin: 1em 0 0 1em;  
}

#section {  
  float: left;
  clear: both;   
  width: 770px !important;
  width: 100%;
  padding: 20px 0px 10px 0px;  
}

.quotes {
  float: left;  
  clear: both;   
  width: 500px !important;
  width: 100%;
  padding: 20px 40px 10px 80px;  
}




/**************************************************************
   .footer: Site footer and player credit
 **************************************************************/

.footer {
  padding: 10px 0 0 280px;
  font-size: 0.85em;
}

.iknow {
  padding: 10px 0 0 608px;
  font-size: 0.65em;  
}

.player {
  padding: 0 0 15px 4em;
  font-size: 0.65em;  
}


/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #F1FFE3;
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
  color: #5E9040;  
  border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
  color: #3C5D29;
  border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
  margin: 0px 15px 0px 0px;
}

.floatRight {
  float: right;
  margin: 0px 0px 0px 15px;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.caption {
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0px 0px 0px 15px;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #FFF;
}

.darkBrown {
  color: #f6e44f;
}


.greenBg {
  padding: 5px 20px 0 20px;
  background-color: #f2ffd8;
}

.lavenderBg {
  padding: 5px 20px 5px 20px;
  background-color: #e4d5f1;
}

.orangeBg {
  padding: 5px 20px 5px 20px;
  background-color: #f7ebcb;
}

.highlight {
  padding: 1px 3px;
  background: none;
  border-top: none;
}






/*
     FILE ARCHIVED ON 23:15:57 Jun 24, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:10:49 Jul 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.785
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.065
  esindex: 0.012
  cdx.remote: 11.54
  LoadShardBlock: 86.385 (3)
  PetaboxLoader3.datanode: 47.807 (4)
  PetaboxLoader3.resolve: 114.283 (2)
  load_resource: 82.861
*/