@import url(auditory.css);

.soundsculpture {
  background: #6a3d3b;
  color: #BBBBBB;
  text-color: #BBBBBB;
  padding-top: 2em;
  margin-top: -1em;
  margin-right: -1em;
/*  margin-left: 10em;*/
  font-family: arial,helvetica,sans-serif;
  /*
  // set basic font size here & let contained elements refer to it
  // by using fractional em units 
  // (in a font designation, 1em = the font size of the parent)
  // we can also make this relative to the user's preference?
  //  font-size: 1em; 
  font-size: 24pt; 
  */
}

.soundsculpture .content {
  float: left;
  top: 0;
  padding-left: 10em;
  padding-bottom: 150px;
  padding-right: 2em;
}

.soundsculpture p {
  color: #BBBBBB;
  text-color: #BBBBBB;
  font-family: arial,helvetica,sans-serif;
}


.soundsculpture a:link, .soundsculpture a:visited { 
        /* color: #E7B98A; */
	color: #E5B789;
	text-decoration: none;
}
.soundsculpture a:hover, .soundsculpture a:active { 
        color: #FC96B;
	text-decoration: none;
}


