/** IMPORTS **********************************************************************/


/** COMMON ***********************************************************************/
body {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: medium;
}

a {
  text-decoration: none;
}

.return {
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  text-align: right;
  margin-top: 2em;
}


/** FIRST PAGE *******************************************************************/
header {
  background: url('/2.0/img/bkg.00.png') #1B1B1B;
  color: #626465;
  text-shadow: 0px 2px 2px #000;
  min-height: 1084px;
}
  header h1 {
    font-size: 1px;
    background: url('/2.0/img/logo.png') no-repeat center center;
    height: 633px;
  }
  header h2 {
    display: none;
  }

#tagline {
  font-style: italic;
  text-align: center;
  font-size: xx-large;
  margin-top: -180px;
}

#page1 nav {
  margin-top: -100px;
  font-family: "American Typewriter", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: x-large;
}
  #page1 nav a {
    text-align: center;
    color: #626465;
    
    -moz-box-shadow: 0px 1px 2px #2D2D2D;
    -webkit-box-shadow: 0px 1px 2px #2D2D2D;
    background: #1A1A1A;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, #1f1f1f), color-stop(1, #1A1A1A) ); 
    background: -moz-linear-gradient( center bottom, #1f1f1f 16%, #1A1A1A 100% );
    
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
  }
    #page1 nav a:hover, #page1 nav a:focus {
      background: #000;
      background: -webkit-gradient( linear, left bottom, left top, color-stop(0.16, #1a1a1a), color-stop(1, #000) ); 
      background: -moz-linear-gradient( center bottom, #1a1a1a 16%, #000 100% );
    }

#break1 {
  background: url('/2.0/img/break.00.png') #937B46;
  color: #5C4A26;
  height: 84px;
}

/** SECOND PAGE ******************************************************************/
#about {
  background: url('/2.0/img/bkg.01.png') #937B46;
  color: #5C4A26;
  text-shadow: 0px 1px 0px #fff;
}
  #about .container {
    padding-top: 200px;
    background: url('/2.0/img/bkg.02.png') no-repeat center 60px;
    min-height: 1084px;
  }

#about h3 {
  font-family: "American Typewriter", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  color: #3B311E;
  font-size: 400%;
  text-align: center;
  line-height: 2;
  text-shadow: 0px 1px 0px #C5AA72;
}

#about h4 {
  font-family: "American Typewriter", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: x-large;
  margin-top: 1em;
  text-transform: uppercase;
  color: #78643A;
  border-bottom: 2px dotted #947C47;
}

/*#about .tabs a {
  text-align: center;
  font-family: "American Typewriter", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  color: #786e4b;

  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  
  background: url('/2.0/img/bkg.03.png') #F2F4E5;
  -moz-box-shadow: 0px 1px 0px #756038;
  -webkit-box-shadow: 2px 2px 5px #756038;
  
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  
  border-bottom: dotted 2px #9C8352;
}*/

#blurb {
  font-family: "American Typewriter", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 3;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*-moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;*/
  
  background: url('/2.0/img/bkg.03.png') #F2F4E5;
  -moz-box-shadow: 2px 2px 5px #756038;
  -webkit-box-shadow: 2px 2px 5px #756038;
}

  #blurb nav {
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
    #blurb nav a {
      color: #78643A;
    }

#about .return a {
  color: #896E3E;
  text-shadow: 0px 1px 0px #C0A469;
}


#break2 {
  background: url('/2.0/img/break.01.png') #937B46;
  color: #5C4A26;
  height: 84px;
}

/** THIRD PAGE *******************************************************************/
#read {
  background: url('/2.0/img/bkg.00.png') #1B1B1B;
  color: #626465;
  text-shadow: 0px 2px 2px #000;
  min-height: 1084px;
}

#read h3 {
  font-family: "American Typewriter", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  padding-top: 30%;
  text-align: center;
  color: #0E0E0E;
  font-size: 300%;
  text-shadow: 0px 1px 0px #2C2D2D;
}

#download a {
  display: block;
  padding: 1em;
  
  background: rgb(76,145,47);
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(76,145,47)), color-stop(1, rgb(167,237,121)) );
  background: -moz-linear-gradient( center bottom, rgb(76,145,47) 0%, rgb(167,237,121) 100% );

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  -moz-box-shadow: 0px 2px 10px #181818;
  -webkit-box-shadow: 0px 2px 10px #181818;
  
  border: 1px solid #A9E96F;
}
  #download h4 {
    background: url('/2.0/img/icon.book.png') no-repeat left center;
    color: #34541D;
    text-shadow: 0px 1px 0px #A9E96F;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 40px;
  }
  #download p {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: x-small;
    color: #4E7E2B;
    text-shadow: 0px 1px 0px #8CC458;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 40px;
  }

#read section p {
  text-indent: 0px;
  margin-top: 1em;
}
  #read section p a {
    color: #4E7E2B;
  }


#read .return a {
  color: #0E0E0E;
  text-shadow: 0px 1px 0px #2C2D2D;
}

#break3 {
  background: #D2B723;
  height: 1px;
}

/** LAST PAGE ********************************************************************/
#follow {
  background: url('/2.0/img/bkg.03.jpg') #191704;
}

#follow-title a {
  display: block;
  font-size: 1px;
  background: url('/2.0/img/twitter.png') no-repeat center center;
  height: 322px;
  text-indent: -5000000px;
}

footer section div {
  color: #7B7F80;
  margin-top: 60px;
  border: 1px solid #D2B723;
  padding: 1em;
  
  text-shadow: 0px 1px 2px #000;
    
  -moz-box-shadow: 0px 1px 2px #2D2D2D;
  -webkit-box-shadow: 0px 1px 2px #2D2D2D;
  background: url('/2.0/img/bkg.00.png');
    
  padding-top: 0.5em;
  padding-bottom: 0.5em;
    
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
  footer section div p {
    text-align: center;
    line-height: 3;
  }
  footer section div a {
    color: #D2B723;
  }
  footer section div small {
    font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: x-small;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
    footer section div small a {
      color: #0E0E0E;
      text-shadow: 0px 1px 0px #2C2D2D;
    }

footer .return {
  display: block;
  text-align: right;
  color: #0E0E0E;
  text-shadow: 0px 1px 0px #2C2D2D;
}
