/* CSS for www.limnionas.com */

body {
  margin: 0;
  padding: 0;
  font: normal 10pt/1.5 Verdana, Helvetica, Geneva, Arial, sans-serif;
  background: #27408b url("img/bg.png") repeat-x;
  border-top: 5px #27408b solid;
}

#content {
  background: white;
  width: 770px;
  margin: 2em auto 0 auto;
  padding: 2em;  
  border: 1px #27408b solid;
}

#menu {
  float: right;
  background: white url("img/cursor.png") no-repeat right bottom;
  border: 1px solid #27408b;
  padding: 1em;
  margin: 0 0 2em 2em; /* FIXME: IE: negative values are not accepted here, so no overlapping divs */
}

#menu ul {
  font-size: 9pt;
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  padding: 1px; /* FIXME: IE: if there is a 0 value here, value is not applied! */
}

#menu ul li a {
  text-decoration: none;
  display: block;
  color: #27408b;
  padding: 0.3em 0.6em;
}

#menu ul li a:hover, #menu a.current {
  background: #27408b;
  color: white;
}

#menu ul ul a {
  padding-left: 2em;
}

h1, h2, h3 {
  font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
  color: #27408b;
}

h1 {
  font-size: 18pt;
  margin: 0 auto 1em auto;
  padding: 0;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

div.content {
  clear: both;
}

p {
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
  color: #27408b;
}

a:hover {
  color: #6174aa;
}

sup, sub {
  line-height: 1;
}

img.center {
  clear: both;
  display: block;
  margin: 1.5em auto;
  text-align: center;
}

div.left, img.left {
  float: left;
  margin: 0.5em 1em 1em 0;
}

div.right, img.right {
  float: right;
  margin: 0.5em 0 1em 1em;
}

a.zoomright {
  float: right;
  margin: 0 0 1em 1em;
}

a.zoomright img {
  border: 1px solid #27408b;
}

a:hover.zoomright img {
  border: 1px solid #6174aa;;
}

.caption {
  display: block;
  text-align: center;
  font-size: 80%;
  margin-top: 0.5em;
}

a.pdf {
  background: url(img/pdf.png) no-repeat left;
  padding-left: 19px;
}

a.word {
  background: url(img/word.png) no-repeat left;
  padding-left: 19px;
}

a.odf {
  background: url(img/odf.png) no-repeat left;
  padding-left: 19px;
}

div.box {
  border: 1px solid #27408b;
  padding: 1em 1em 0 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

#footer {
  margin: 1em 0 0 0;
  padding-bottom: 3em;
  font-size: 8pt;
  text-align: center;
  clear: both;
  color: white;
}

#footer a {
  color: white;
}
