/* style sheet for sciur.us

   props to:
     htmlkit.com
     planetchicken.com
     somebits.com
     and various products from google.com
   for courage, examples, and inspiration 
   
   last updated 17 may 2008
   
*/

/* applies to the entire page */

body { 
  background:#ffffff; 
  color:#000000;
  }

a:link {
  color:#0033ff;
  text-decoration:none;
  }

a:visited {
  color:#999933;
  text-decoration:none;
  }

a:hover {
  color:#ff6600;
  text-decoration:underline;
  }


/* specific object definitions */

.divider-line {
  border-top:1px dotted #ffff66;
  width:450px;
  }

.title {
  padding: 10px 0px 10px 5%;
  margin: 0px 0px 0px 0px;
  letter-spacing:.3em;
  font: 266% Verdana, sans-serif;
  border-top: solid 33px #990000;
  background: #333333;
  color: #ffffff;
  }


.h2 {
  letter-spacing:.2em;
  font: bold 110% Verdana, sans-serif;
  margin: 0px 0px 10px 0px;
  padding: 2px 0px 2px 2px;
  color:#666666;
  background:#eeeeee;
  padding-bottom:.3em;
  text-align: left;
  }

.main-menu {
  font: 100% Verdana, sans-serif;
  text-align: left;
  margin: 3px;
  background:#ffffff; 
  color:#000000;
  padding-bottom:.3em;
  }

.main-image {
  border: 0px; 
  align: center; 
  hspace: 0px;
  text-align: center; 
  vertical-align: middle;
  }


