/*
-------------------------------------------------------
title: "eFishAntSea Style Sheet"
date: 9/9/2003
author: "Christopher Ross-Gill"
rights: http://creativecommons.org/licenses/by-sa/1.0/
history: [24/4/2003 "Original Version"]
------------------------------------------------------- */

/* Page Setup
------------------------------------------------------- */
body {
  background: #cef url(http://www.ross-gill.com/w/efas/sea.gif) repeat-x;
  font: 12px/17px "lucida sans unicode",verdana,times,serif;
  color: #006;
  margin: 170px 0 0;
  padding: 0; width: 110%;
  }
a, a:link, a:visited {
  color: #060; text-decoration: underline;
  }
a:active, a:hover {
  color: #090;
  }

/* Text Styles
------------------------------------------------------- */
hr, .hidden {
  display: none;
  }
h1, h2, h3, h4, p, ol, ul, li, dl, dt, dd, th, td {
  font-size: 1em;
  margin: 0;
  padding: 0 0 1em;
  max-width: 40em;
  }
ul, ol {
  padding-left: 2.6em;
  }
li {
  padding-bottom: 0.5em;
  }
dl {
  padding: 0;
  }
dt {
  font-weight: bold;
  padding-bottom: 0.3em;
  }
img {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  }

/* Enhanced Styles
------------------------------------------------------- */
div.image {
  text-align: center;
  }
blockquote {
  border: 1px solid #1ad;
  margin: 4px 0 1em;
  padding: 0.5em;
  overflow: visible;
  }
pre {
  font-family: "courier new",courier,mono,fixed-width;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  }
blockquote p {
  padding: 0 0 0.6em;
  }
.note dt {
  background: #999;
  color: #fff;
  border: 2px solid #999;
  border-bottom-width: 0;
  padding: 0.1em;
  }
.note dd {
  background: #ddd;
  border: 2px solid #999;
  margin: 0 0 1em;
  padding: 0.5em;
  }
.note blockquote {
  background: transparent;
  border: 0;
  padding: 0;
  }
.note ul, .note li {
  list-style-image: none;
  }
.indent {
  padding: 0 2.6em;
  }


/* Table Style
------------------------------------------------------- */
table, tr {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 4px 0 13px;
  }

th, td {
  border: 0;
  border: 1px solid #369;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 0.5em 0;
  overflow: visible;
  text-align: left;
  vertical-align: top;
  }
th {
  background: #369;
  border-bottom: 1px solid #859db2;
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  }

/* Header Styles
------------------------------------------------------- */
h1 {
  background: transparent;
  color: #369;
  font: bold 1.8em georgia,"times new roman",times,serif;
  margin: 0 0 0.3em;
  padding: 0 0 0.2em;
  }
h2, h3 {
  background: transparent;
  color: #000;
  font: bold 1.5em georgia,"times new roman",times,serif;
  margin: 0;
  max-width: 28em;
  padding: 0 0 0.5em;
  }
h2 {
  color: #090;
  padding-top: 0.8em;
  }
h4 {
  font-weight: bold;
  font-style: italic
  }

/* Page Structure
------------------------------------------------------- */
div#efish, img#efish {
  position: absolute; top: 5px; right: 0;
  text-align: right;
  }
div#page {
  background: url(/w/efas/fish.png) top left repeat-y;
  margin: 0;
  padding: 20px 10% 0 180px;
  }
div#menu {
  background: #fff;
  margin: 0.3em 0;
  padding: 0;
  position: absolute; left: 20px;
  width: 120px;
  }
p#footer {
  background: #7ce;
  border-top: 1px dashed #6bd;
  margin: 0;
  max-width: 100em;
  padding: 1em 1em 2em 180px;
  }

/* Menu + Table of Contents
------------------------------------------------------- */
#menu h2 {
  display: none;
  }
#menu h3 {
  background: #369;
  color: #fff;
  font-size: 1.2em;
  padding: 0.1em;
  text-align: center;
  }
#menu ul, #toc, #toc ul {
  list-style: outside;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  }
#menu ul {
  border: 1px solid #369;
  padding: 0 0 0.4em;
  text-align: center;
  }
#menu ul, #toc {
  padding-left: 0;
  }
#toc ul {
  padding: 0 2.6em;
  }
#menu li, #toc li {
  padding: 0; text-indent: 0;
  }
#menu li a, #menu li a:link, #menu li a:visited {
  color: #369;
  }
#menu li a:active, #menu li a:hover {
  color: #c00;
  }
#toc ul li {
  font-weight: normal;
  }
#toc ul ul li {
  font-style: italic;
  }
#toc ul ul ul li {
  font-style: normal; font-size: 0.9em;
  }
