@CHARSET "ISO-8859-1";


body {
  font:       11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:     0px;
  margin-top: 0px;
  margin-bottom: 70px;
  min-width: 800px;
  min-height: 400px;
}

/* HEADER */

#header {
  height: 85px;
  text-align: left;
  background: #98bf66;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 30px;
  text-transform: uppercase;
  font: 32px Georgia, serif;
  padding-top: 25px;
}


/* CONTENT */
#content {
  margin-left: 60px;
  margin-right: 80px; 
}

#content pre {
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}

#content pre code {
  display: block;
  margin: 10px;
  padding: 4px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font: 14px Lucida Sans Typewriter, Courier, monospace;
}


/* **********************************/
/* MENU */
/* **********************************/

#menu {
  list-style-type: none;
  position: absolute;
  right: 30px;
  top: 95px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: 35px;
}

#menu li {
  text-transform: capitalize;
  float: left;
}

#menu li a {
  display: block;
  width: 110px;
  padding-top: 9px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-image: url(images/menu.png);
}

#menu a.active {
  color: #7F9F50;
  background-image: url(images/menu-hover.png); 
}

#menu a:hover {
  color: #7F9F50;
  height: 30px;
  background: url(images/menu-hover.png); 
}

/* **********************************/
/* FOOTER */

#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.9;
  filter: alpha(opacity:90);
}

#footer p {
  float: left;
  margin: 0px;
  padding-top: 4px;
  padding-left: 35px;
  text-transform: lowercase;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.info {
  float: right;
  margin-right: 35px;
  text-transform: capitalize;
}

#footer p.counter {
  float: right;
  padding-right: 35px;
}

