/*
 *    style.css
 *    jesse dot tane at gmail dot com
 *    
 */

/* Defaults -------------------- */

*
{
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
      color: #222;
      font-family: "helvetica";
      font-size: 10px;
      line-height: 1.6em;
      position:relative;
}

h3 
{
      background-color:#444;
      color:white;
      padding:3px
}

img 
{
      cursor:hand;
      cursor:pointer
}

/* Links -------------------- */

a
{
      text-decoration: none;
}

a:hover
{
      /*color: #F00;*/
}

/* Custom layout -------------------- */

.cover
{
      position:fixed;
      top:0px;
      left:0px;
}

.section
{
      position:relative;
      top:100px;
}

.image
{
      float:left;
      position:relative;
      top:100px;
}

.sectionChangeBtn
{
      float:left;
}

.rollover
{
      opacity: 0;
      cursor:pointer;
      position:relative;
      margin-left:-180px;
}

