@import url(auditory.css);

.genmusic {
  background: #6f1d1b;
  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; 
  */
}

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

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


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

.caption  {
   text-decoration: none;
   text-align: left;
   width: 30em;
   margin-bottom: 1em;
   margin-left: 1em;
   padding: 4px 1em 4px 1em;
   background: #5a1d1b;
   color: #ccc;
   border: 1px solid #3a0000;
}

.caption_text  {
   text-decoration: none;
   text-align: left;
   font-size: .9em;
   padding: 4px 1em 4px 1em;
   color: #ccc;
}

.topnav_iphone {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.5em;
  background: #352599;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background: #4a3d6b;
  color: #999999;
  border-bottom: .25em solid  #3e3d6b;
}

.topnav_iphone .title {
   color: #E04444;
   font-family: arial,helvetica,sans-serif;
   font-size: 2em;
   text-align: center;
   padding-left: .5em;
   padding-right: 1em;
}

.topnav_iphone .icon {
    border-left: 1px solid #aaa;
    padding-left: 1em;
    padding-right: 1em;
    height: 40px;
}

.genmusic .content_iphone {
  top: 0;
  width: 500px;
  padding-left: 0;
  padding-top: 3em;
  padding-bottom: 0;
  padding-right: 1em;
}

.genmusic .content_iphone .subtitle {
    font-size: 1.5em;
}    

.genmusic .content_iphone .biglink {
    padding-left: 2em;
}

.aboutko .equation {
  color: #EA4747;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
}

.aboutko .highlight {
  color: #EA4747;
  font-family: arial,helvetica,sans-serif;
}

.aboutko .heading {
  color: #EA4747;
  font-family: arial,helvetica,sans-serif;
  font-weight: bold;
}






