/* 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 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input
{ margin:0; padding:0 }

body {
 background-color: #666;
 color: #fff;
 text-align: center;
 margin-top: 80px;
 font-
 }
 
div#wrapper {
 background-color: #000;
 border: 1px solid #fff;
 width: 500px;
 margin: 0 auto 50px auto;
 text-align: left;
 }
 
div#footer {
 clear: both;
 color: #333;
 font-size: 1px;
 }
 
/* --[ COLUMNS ]-- */

div#content { /* left column */
 width: 350px;
 float: left;
 background: #000 url(../img/vdot.gif) top right repeat-y;
 padding-bottom: 25px;
 }
 
div#nav { /* right column */
 width: 150px;
 float: right;
 }
 
/* --[ LOGOTYPING ]-- */

p#logo-sm {
 margin-top: 100px;
 }
 
/* --[ CONTENT STYLES ]-- */

h1.hideh1 {
 display: none;
 }
 
h2 {
 font-family: Georgia, serif;
 font-weight: normal;
 font-size: 20px;
 margin: 23px 0 23px 25px;
 }
 
h3 {
 font-family: Georgia, serif;
 font-weight: normal;
 font-size: 17px;
 margin: 23px 0 23px 33px;
 }
 
div#content p, form {
 font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
 font-size: 11px;
 margin: 0 24px 7px 37px;
 line-height: 140%;
 }
 
div#content p.logo-lg {
 margin: 0;
 }
 
div#content p.bannerimg {
 margin: 0;
 }
 
div#content a {
 color: #666;
 }
 
 div#content a:hover {
  border-bottom: 1px solid #fff;
  color: #999;
  }
 
/* --[ NAV STYLES ]-- */

p#logo-sm {
 display: block;
 position: relative;
 bottom: 0;
 }
 
p.button {
 display: block;
 height: 32px;
 width: 150px;
 }
 
 p.button a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  }
  
 p#n-home a {
  background-image: url(../img/n-home-off.gif);
  }

 p#n-about a {
  background-image: url(../img/n-about-off.gif);
  }

 p#n-brooke a {
  background-image: url(../img/n-brooke-off.gif);
  }

 p#n-michael a {
  background-image: url(../img/n-michael-off.gif);
  }

 p#n-matt a {
  background-image: url(../img/n-matt-off.gif);
  }

 p#n-david a {
  background-image: url(../img/n-david-off.gif);
  }

 p#n-credits a {
  background-image: url(../img/n-credits-off.gif);
  }

 p#n-thanks a {
  background-image: url(../img/n-thanks-off.gif);
  }

 p#n-music a {
  background-image: url(../img/n-music-off.gif);
  }

 p#n-listen a {
  background-image: url(../img/n-listen-off.gif);
  }
  

