/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* end undohtml.css */

/* vrogersharp-master.css */
/* Copyright (C) 2007 Virginia Rogers. All Rights Reserved. */
/*   (authored by John Zeratsky, http://johnzeratsky.com) */

body {
  font-family: "Trebuchet MS",trebuchet, verdana, sans-serif;
  
  background: #3b4043 url(/images/bg.gif) repeat-y center;
  background: #3b4043;
  color: #eaeff2;
}
a {
  color: #eaeff2;
  border-bottom: 1px solid #eaeff2;
}
  a:hover {
    background-color: #3c484e;
  }
p,
ul,
ol {
  margin-bottom: 1em;
}
h1,
#nav,
#main,
#footer {
  width: 599px;
  margin: 0 auto;
}

h1 {
  height: 103px;
  background: #3b4043 url(/images/header.gif) no-repeat bottom center;
}
  h1 a {
    display: block;  
    position: absolute;
    top: 63px;
    width: 350px; height: 40px;
    text-indent: -10000px;
    border: 0;
  }
    h1 a:hover {
      background: transparent;
    }

#main {
  width: 559px;
  padding: 15px 20px 1em 20px;
  
  font-size: 13px;
  line-height: 19px;
  
  background-color: #384f5c;
  color: #c0cdd4;
  border-bottom: 1px solid #416a82;
}
  h2 {
    margin-bottom: 10px;
    
    font-size: 21px;
    font-weight: normal;
    line-height: 100%;
    
    color: #eaeff2;
  }
  h3 {
    margin-top: 10px;
    font-size: 14px;
    color: #eaeff2;
  }
  #main ul li {
    margin-top: 0.2em;
    margin-left: 0.2em;
    padding-left: 1em;
    background: url(/images/bullet.gif) no-repeat left 0.6em;
  }
  #main ul ul {
    margin-left: 1em;
  }
  

#nav {
  margin-top: -33px;
  margin-bottom: 7px;
  padding-right: 40px;
  text-align: right;
  font-size: 13px;
  line-height: 2;
}
  #nav li {
    display: inline;
  }
    #nav li a {
      padding: 6px 10px 5px 10px;
      background-color: #3c484e;
      border: 0;
    }
    #nav li a:hover {
      background-color: #384f5c;
    }

#footer {
  margin-top: 20px; padding-bottom: 20px;
  text-align: center;
  font-size: 11px;
  color: #879197;
  background-color: transparent;
}

/* SECTIONS */

#listen #listenLink,
#resume #resumeLink,
#contact #contactLink {
  background-color: #384f5c;
  cursor: default;
}

  /* Home */
  
  h1 a {
    cursor: default;
  }
  h2 {
    margin-top: 14px;
  }
    #listen h1 a,
    #resume h1 a,
    #contact h1 a {
      cursor: pointer;
    }
    #listen h2,
    #resume h2,
    #contact h2,
    #contactthanks h2 {
      margin-top: 0;
    }
    
    
  /* Contact */
  
  
  #contact #main textarea,
  #contact #main input {
    padding: 2px;
    font-size: 13px;
    border: 1px solid #444;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    background: white url(/images/bg_form.gif) repeat-x 0 -2px; 
  }
    #contact #main label {
      font-size: 12px;
      text-transform: uppercase;
    }
    #contact #main textarea {
      width: 555px;
    }
    #contact #main input {
      width: 160px;
    }
      #contact #main input#submit_button {
        width: 8em;
      }
    
    
    #contact #main .errorlist {
    margin-bottom: 10px;
    padding: 0 0 2px 0;
    border: 2px solid #a0282d;
    border-left: 0;
    border-right: 0;
  }
    #contact #main .errorlist li {
      list-style: none;
      padding-left: 15px;
      background: url(/images/error.gif) no-repeat left center;
      color: white;
    }
    
  #contact div.message {
    margin-bottom: 20px;
    padding: 10px; padding-bottom: 1px;
    background-color: #3c484e;
  }
    
  /* Listen */
  
  #listen #main img {
    float: right;
    margin-left: 20px;
  }
  #listen li {
    margin-top: 0.5em;
  }
  #listen #main object {
    margin-bottom: -5px;
  }
