/*
  Style sheet for http://www.cerro-rabon.org/
  $Id: stylesheet.css 154 2008-03-10 07:12:51Z michel $
*/ 

body {
  color: #000;
  background: white;
  font-family: Verdana, helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Garamond, "Times New Roman", serif;
  color: green;
  background: white;
}

h1 {
  text-align: center;
}
h2,h3,h4,h5,h6 {
  margin-left: -3%;
}

PRE, TT, CODE, KBD, SAMP {
  font-family: monospace;
  font-size: 110%;
}
.header {
  background-color: #99ff99;
  position: static;
  width: 100%;
  height: 3em;
  padding: 0;
  margin: 0;
}

.main {
  margin-left: 10%;
  margin-right: 10%;
  position: static;
  text-align: justify;
}

.ident {
  position: static;
  text-align: left;
  font-size: 50%;
  color: #888;
  background: white;
  font-family: Verdana, helvetica, Arial, sans-serif;

}

.footer {
  text-align: right;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: .5em;
  padding-top: .5em;
  border-top: thin solid green;
  background: white url(/logo_cerro_rabon-small.png);
  background-repeat: no-repeat;
}
ul.links {
  position: absolute;
  display: block;
  top: 1em;
  right: 10%;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 90%;
}
ul.links li
{
  display: inline;
  list-style-type: none;
  padding-left: 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 90%;
}
.author {
  font-style: oblique;
}
li img {
  float: left;
  margin-right: .5em;
}
li.publication {
  clear: both;
  margin: .5em 0;
}
p.img-caption {
  text-align: center;
  border-color: green;
  border-style: solid;
  border-width: thin;
  padding: 1em;
  margin: 2em;
  clear: both;
}
p.img-caption img {
  clear: both;
  display: block;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
}
.acknowledge {
  font-size:90%;
}
.side-note {
  margin: 2em;
  padding: 1em;
  background-color: #99ff99;
  border-color: green;
  border-style: solid;
  border-width: thin;
}
 
