@import url(auditory.css);

#leftnav {
//  width: 8em;
}

.genmusic, .music {
  background: #6a1d1b;
  color: #BBBBBB;
  text-color: #BBBBBB;
  padding-top: 2em;
  margin-top: -1em;
  margin-right: -1em;
  font-family: arial,helvetica,sans-serif;
/*  margin-left: 10em;*/
  /*
  // 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; 
  */
}

.genmusic .content {
  float: left;
  top: 0;
  padding-left: 10em;
  padding-bottom: 150px;
  padding-right: 2em;
  font-size: .9em;
}

.genmusic .sep {
    background: #aa8a22
}
.music .content {
  float: left;
  top: 0;
  padding-left: 12em;
  padding-bottom: 150px;
  padding-right: 2em;
  font-size: .75em;
}

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


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


.genmusic .musictitle, .music .musictitle {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.3em;
  color: #aaa;
}

.genmusic .musictitle a, .music .musictitle a {
  color: #c7997A;
}

.genmusic .musictitle a:hover, .music .musictitle a:hover {
  color: #E7b97A;
}

.genmusic .a, .music .a {
  background: #5a1010;
  padding: 1em;
}

.genmusic .b, .music .b {
  background: #6a1010;
  padding: 1em;
}


