/* CSS Document */

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1.63em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=8);

  /* Needed for Gecko */
  line-height: 2.0em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.10em 0.09em;
  padding: 0;
  color: #666666; 
}

/* default setup that everything sees */
.shadowSelected {
  /* needed for Internet explorer */
  height: 1.63em;
  filter: Shadow(Color=#FFFFCC, 
                 Direction=135, 
                 Strength=8);

  /* Needed for Gecko */
  line-height: 2.0em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadowSelected:before {
  display: block;
  margin: 0 0 -2.10em 0.07em;
  padding: 0;
  color:  #000066; 
}



#shadow_1:before { 
  content: 'Welcome to Ramey Music'; 
}
#shadow_1a:before { 
  content: 'Songwriting Producing/Arranging/Publishing Studio and Mobile Multi Track Recording'; 
}


#aboutShadow:before { 
  content: 'About Ramey Music'; 
}
#meetShadow:before { 
  content: 'Ramey Music Artists'; 
}
#equipShadow:before { 
  content: 'Studio Equipment'; 
}
#mobileShadow:before { 
  content: 'Mobile Sound'; 
}
#newsShadow:before { 
  content: 'RameyNews™;'; 
}
#contactShadow:before { 
  content: 'Contact Ramey Music'; 
}

#privacyShadow:before { 
  content: 'Privacy Policy'; 
}
#termsShadow:before { 
  content: 'Terms of Use'; 
}
#accessShadow:before { 
  content: 'Accessibility'; 
}
#purchaseShadow:before { 
  content: 'Purchase Our Music'; 
}
#payCompleteShadow:before { 
  content: 'Payment Completion'; 
}
/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}
