/*
 * file   : default.css
 * version: v1.5 Sunday, October 08, 2000
 * author : Steven L. Reid
 * purpose: Default style sheet for my Imagination web site.
 */

body {
  font-family: 'Lato', 'Times New Roman', serif;
  font-size: 20px;
  margin:30px 0; padding:0;

  color: #ccc;
  background: #110;
}
:link    { color: #00ffff }
:visited { color: #ff00ff }

#wrapper {max-width:800px;margin:0;padding:0;margin-right:auto;margin-left:auto;background-repeat:no-repeat;background-position:0 0}

#header {text-align:left;margin:0;padding:0;}

/* Clean headers */
h1, h2, h3 {
  margin-bottom	: 0px;
}

/* Smaller spacing */
p, ul, ol, blockquote {
  line-height   : 1.5;
  margin-top	  : 15px;
  margin-bottom	: 5px;
}

td {
  padding: 5px;
}

/* Use this class on each subsequent paragraphs. */
p.tab {
  text-indent	: 20px;
}

/* Horizontal rule style */
hr {
  color		: #0098D0;
  line-height	: 1px;
}

#navigation {
  float: right;
  background-color: #666;
  margin: 0;
  padding: 0;
  font:100.1% "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif
}
#navigation li {
  display: inline;
}
#navigation a, #navigation a:visited {
  text-decoration: none;
  background-color: #666;
  color: #ccc;
}
#navigation a:hover, #navigation a:active, #navigation a:focus {
  text-decoration: none;
  background-color: #999;
  color: #333;
}
