/*** Earthdawn stylesheet ***/
/*** for that Atlantean look ***/

body
 {
  background-color: #F5DEA7 ;
  background-image: url(Esoteric.gif) ; 
  color:  ;
 }
 

/*** Table styles ***/

table.mainblock
 {
  background-color: rgb(255, 255, 255) ; 
  width: 800px ; 
  text-align: left ; 
  margin-left: auto ; 
  margin-right: auto ;
  border-width: 0px ;
  padding: 0px ;
 }

tr.logobar
 {
  height: 95px ;
  width: 800px ;
  border-color: rgb(178,209,168) ;
  border-width: 1px ;
 }

td.menu
 {
  width: 182px ; 
  border-width: 0px ;
  padding: 0px ;
  wrap: nowrap ;
 }
 
td.edlogo
 {
  vertical-align: top ; 
  width: 182px ; 
  height: 98px ;
 }

td.menubar
 {
  vertical-align: top ; 
  width: 182px ; 
  height: auto ;
  background-color: rgb(101, 203, 120) ; 
  color: white ;
  padding-left: 1em ;
  padding-right: 1em ;
  padding-top: 2ex ;
  padding-bottom: 3ex ;
  font-family: Arial, helvetica, Verdana, sans-serif ;
  font-size: 10pt ;
 }

td.menubar a
 {
  color: white ! important ;
  white-space: nowrap ;
 }

td.menubar h3
 {
  color: #FFFF66 ;
 }

td.maintext
 {
  vertical-align: top ;
  padding-left: 10px ;
  padding-right: 10px ;
  padding-top: 1ex ;
  padding-bottom: 1ex ;
  font-family: Garamond, "Bookman Old Style", Bookplate, "Book Antiqua", Palatino, serif ;
  border-left: thin solid black ;
 }

td.footer
 {
  vertical-align: top ;
  font-family: Arial, helvetica, Verdana, sans-serif ;
  font-size: 8pt ;
  padding-left: 3px ;
  padding-right: 3px ;
  padding-top: 1ex ;
  padding-bottom: 2px ;
  border-top: thin solid black ;
 }

 
/*** Hyperlink styles ***/

a:link, a:active, a:visited
 {
  text-decoration: none ;
  font-weight: bold ;
 }

a:hover
 {
  text-decoration: underline ;
 }

a:link
 {
  color: navy ;
 }

a.target
 {
  margin-left: 1.5em  ! important ;
  font-weight: normal ! important ;
  font-size: 90% ;
 }

a.subtarget
 {
  margin-left: 3em ;
  font-weight: normal ! important ;
  font-size: 90% ;
 }


/*** Heading styles ***/

h1, h2, h3, h4, h5
 {
  font-family: Willow, "Chelsea Studio", Anastasia, Arcane, Agatha, Avenida, "ITC Anna", Parisian, Plaza, "Swaak Centennial", fantasy ;
  font-weight: normal ;
  margin-top: 2em ;
 }

h1
 {
  color: #006600 ;
 }

h2
 {
  color: #009933 ;
 }


/*** List styles ***/

dt
 {
  font-weight: bold ;
  color: #006600 ;
 }

dd
 {
  margin-bottom: 1em ;
 }
 
ul li
 {
  list-style: square outside ;
 }
ul ul li
 {
  list-style: circle ;
 }


/*** Font styles ***/

em
 {
  color: #006600 ;
 }
 
/*** Division styles ***/

div.letter
 {
  margin-left: 25px ; 
  margin-right: 25px ; 
  font-style: italic ;
 }


/*** General styles ***/

.masthead
 {
  font-style: italic ;
  font-size: 110% ;
  margin-left: 50px ;
 }

.indent
 {
  margin-left: 30px ;
 }
