/*
 * Screen CSS for exherbo.org
 *
 * Copyright 2008 Alexander Færøy <ahf@exherbo.org>
 *
 * vim: set et ts=2 sts=2 :
 */

html {
  color: #333333;
  background-color: white;
}

body {
  font-family: "trebuchet ms", "verdana", sans-serif;
}

#copyright {
  font-size: small;
  text-align: center;
  color: #606060;
}

#head {
  margin-bottom: 2em;
  padding: 1px;
  border-bottom: 1px solid #66dd33;
}

#head ul {
  margin: 0;
  padding: 0;

  text-align: left;
}

#head li {
  display: inline;
  margin-left: 0.8em;
}

#head a {
    border: 1px solid transparent;
    padding: 1px;
    color: black;
    text-decoration: none;
}

#head a:before {
  content: "\25b8";
  color: #66dd33;
}

#head a:hover {
    border-top: 1px solid #66dd33;
    border-left: 1px solid #66dd33;
    border-right: 1px solid #66dd33;
    border-bottom: 1px solid #ffffff;

    padding: 1px;

    color: green;
}

#body {
  margin: 2em 4.4em;
}

h2 {
  margin-left: -1em;
  margin-right: -1em;

  border-bottom: 1px solid #88ff77;
}

li {
  margin-bottom: 0.4em;
}

pre {
    padding: 1em;
    border: 1px solid #88ff77;
    background-color: #f0ffe0;
}

a img {
    border: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

table {
}

tr.head {
  background-color: #338833;
  color: white;
}

tr.even {
  background-color: red;
}

tr.odd {
  background-color: green;
}

tt {
  color: green;
}

h3 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;

        background-color: #99ff88;
        border: 1px solid #44aa55;

        padding: 4px;
}

h3 a {
        text-decoration: none;
        color: inherit;
}

h4 {
        font-family: "Bitstream Vera Sans", sans-serif;
        font-weight: bold;
}

h4 a {
        text-decoration: none;
        color: inherit;
}

address {
	text-align: center;
}

