/* layout */
html {
  margin: 0;
  padding: 0;
}

body {
  background: #000 url('../images/body.png') repeat-x;
  padding: 0 0 20px 0;
  margin: 0;
}

#shell {
  margin: auto;
  width: 940px;
}
   
#head {
  width: 940px;
  height: 160px;
  margin: 0 0 30px 0;
  position: relative;
}
  
  #head h1 {
    border-bottom: 1px solid #333;
    color: #AA0101;
    font-size: 42px;
    width: 100%;
    position: absolute;
    padding: 0;
    margin-top: 0px;
    text-transform: uppercase;
    top: 65px;
  }
  
    #head h1 a {
      color: #AA0101;
      padding-left: 8px;
      text-decoration: none;
    }
      
  #head h3 {
    position: absolute;
    top: 120px;
    font: 20px arial, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0 0 0 8px;
    width: 500px;
    text-transform: uppercase;
  }
  
  #nav {
    height: 33px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  
    #nav li {
      display: inline;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    
      #nav li a {
        color: #fff;
        float: right;
        font-family: Impact, sans-serif;
        font-size: 20px;
        margin: 0 0 0 50px;
        padding: 3px 10px 5px 10px;
        text-decoration: none;
        text-transform: uppercase;
      }
      
      #nav li a:hover, #nav li.active a {
        border: 1px solid #333;
        border-top: 0;
        padding: 3px 9px 4px 9px;
      }
    
    #feature {
      height: 320px;
    }
      
      #feature a {
        float: left;
        height: 320px;
        position: relative;
        width: 460px;
        text-decoration: none;
      }
      
      #feature a#bio {
        background: url(../images/bio.jpg) no-repeat;
      }
      
      #feature a#demos {
        background: url(../images/demos.jpg) no-repeat;
        float: right;
      }
      
        #feature a#bio:hover, #feature a#demos:hover {
          background-position: 0 -340px !important;
        }
        
        #feature a span {
          bottom: 30px;
          color: #ccc;
          font-family: Impact, sans-serif;
          font-size: 42px;
          font-style: italic;
          left: 30px;
          position: absolute;
        }
          
          #feature a:hover span {
            color: #fff;
          }
  
  #page_title {
    border-bottom: 1px solid #333;
  }
  
  #content {
    
  }
  
    #content_text {
      float: left;
      width: 540px;
    }
    
    .section {
      clear: both;
    }
    
    .section_title {
      float: left;
      text-align: right;
      width: 140px;
    }
      
      .section_title h2 {
        border-bottom: 1px solid #333;
        padding-bottom: 5px;
        padding-right: 10px;
      }
    
    .section_body {
      border-left: 1px solid #333;
      float: right;
      padding-left: 19px;
      margin-top: 42px;
      width: 380px;
    }
      
      .section_body p:first-child {
        margin-top: 0px;
      }
    
  #content_image {
    float: right;
    width: 380px;
  }
  
#foot {
  border-top: 1px solid #333;
  clear: both;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
  
  #foot h2 {
    color: #aa0101;
  }
  
  #foot h4 {
    color: #fff;
  }
    
    #foot * {
      margin-bottom: 0px;
      margin-top: 3px;
    }
    
    #foot a {
      color: #fff;
    }
    
h1, h2 {
  color: #fff;
}

a {
  color: #c00;
}

body {
  color: #ccc;
}

.clear {
  clear: both;
}

/* music samples */

.samples {
  padding-left: 26px;
}

.samples li {
  line-height: 1.1em;
  list-style: none;
  padding-bottom: .53em;
}

.samples li a {
  display: block;
  padding-left: 22px;
  position: relative;
  text-decoration: none;
}

  .samples li a:hover span {
    text-decoration: underline;
  }

  .samples li a object {
    position: absolute;
  }

.samples li a.playing {
  background: url(../images/control_stop.png) no-repeat 0 0;
}

  #content .samples li a.playing span {
    background-color: #FFF8AF;
    font-weight: bold;
    text-decoration: underline;
  }

.samples li a.playing:hover {
  background: url(../images/control_stop_blue.png) no-repeat 0 0;
}

.samples li a.stopped, .samples li a {
  background: url(../images/control_play.png) no-repeat 0 0;
}

.samples li a.stopped:hover, .samples li a:hover {
  background: url(../images/control_play_blue.png) no-repeat 0 0;
}
