/*
-----------------------------------------------
Lodestone Digital Print Styles
Author:   Josh Cavalier
Version:  1 January 2005
----------------------------------------------- */


/* Page Structure
----------------------------------------------- */
body {
  margin:.5in .75in;
  padding:0;
  font:small Verdana,Sans-serif;
  }


/* Header
----------------------------------------------- */
#header {
  margin:0;
  }


/* Things To Hide
----------------------------------------------- */
#sidebar, #mainMenu, #secondnav, #quotebox, #infobox {
  display:none;
  }


/* Things To Show
----------------------------------------------- */
#main {
  display:block;
  }


/* Headings
----------------------------------------------- */
h1, h2, h3 {
  margin:1em 0 .5em;
  font-family:Georgia,Serif;
  font-weight:normal;
  clear:both;
  }
h1 {
  margin-top:.5em;
  font-size:180%;
  }
h2 {
  font-size:140%;
  }
h3 {
  font-size:125%;
  }


/* Links
----------------------------------------------- */
a {
  color:black;
  text-decoration:none;
  }
a img {
  border-width:0;
  }

/* Misc
----------------------------------------------- */
p {
  margin:0 0 .75em;
  line-height:1.3em;
  }
p, dl, ul, table {
  font-size:85%;
  line-height:1.6em;
  }
table p, dl ul, dl p, dl dl {
  font-size:100%;
  }
dt {
  font-size:117%;
  font-weight:bold;
  }
ul, dl {
  margin-top:0;
  margin-bottom:.75em;
  }
dl dl {
  margin:.125in .5in .25in;
  }
dd {
  margin:0 0 .75em;
  padding:0;
  }
hr {
  background:gray;
  display:block;
  border-width:0;
  height:.25pt;
  }
th {
  text-align:left;
  font-weight:normal;
  }


/* Footer
----------------------------------------------- */
#footer {
  margin-top:.125in;
  padding-top:.125in;
  }
#footer p {
  margin:0;
  }
