/*
 * Copyright (C) 2008-2009  Anaël Verrier  <elghinn@free.fr>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 3 only.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

*
{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html
{
  /*background-color: #f5f9e4;*/
  background-color: #b3c8d0;
  font-family: "DejaVu sans";
  font-size: 1em;
  color: black;
}

ul
{
  list-style-type: none;
}

h1
{
  font-size: 4em;
  margin-bottom: 15px;
}

h2
{
  margin-top: 15px;
  margin-bottom: 10px;
}

h3
{
  margin-top: 10px;
  margin-bottom: 5px;
}

a
{
  /*color: #92d5e1;*/
  /*color: #2b6943;*/
  /*color: #4c372f;*/
  color: #ffffff;
}

a:hover
{
  font-weight: 900;
}

code
{
  border: 2px dashed #b1a6a6;
  background-color: #ffc68d;
  padding: 10px;
  margin: 5px auto;
  display: block;
}

#main_content
{
  margin: 5px;
}

#menu
{
  position: absolute;
  right: 10px;
  top: 5px;
}

#menu li
{
  display: inline;
}

#menu li a
{
  /*color: #00ba00;*/
  color: #636758;
  font-weight: 900;
}

#menu li a:hover
{
  /*color: #b8db64;*/
  color: #35372f;
}

#menu li:before
{
  content: " ~ ";
  font-weight: 900;
  /*color: #c1b9b9;*/
  color: #514949;
}

#menu li:first-child:before
{
  content: "";
}

#about
{
  margin-top: 20px;
  text-align: right;
}

