/*
 * CoMpyS
 * debian theme
 *
 * Copyright (C) 2007  Sylvain Moisset <slivxyz@gmail.com>
 * Copyright (C) 2007  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: #fbf8f1;
  font-family: "DejaVu sans";
}

ul
{
  list-style-type: none;
}

fieldset
{
  border: 0;
}

textarea, input
{
  display: block;
}

h2 a
{
  color: #d70751;
}

#banner
{
  background: url("banner.png") no-repeat;
  height: 160px;
}

#banner a
{
  background: url("logo.png") no-repeat right top;
  height: 130px;
  display: block;
  margin-right: 10px;
  font-size: 0;
}

#menus
{
  position: absolute;
  width: 12em;
  left: 0;
  top: 180px;
  border: 2px solid #a6cff1;
  -moz-border-radius-bottomright: 20px;
  background-color: #cce5f7;
  padding: 4px;
}

#menus li
{
  background: url("menu_fond_off.png") repeat-x top #a6cff1;
  height: 2em;
  line-height: 2em;
  border: solid #a6cff1;
  border-width: 2px;
  margin-bottom: 4px;
}

#menus li:hover
{
  background: url("menu_fond_on.png") repeat-x top #d0e7f7;
}

#menus li:last-child
{
  -moz-border-radius-bottomright: 50px;
  margin-bottom: 0;
}

#menus li a
{
  padding-left: 35px;
  color: black;
  display: block;
  background: url("menu_off.png") no-repeat left;
}

#menus li:hover a
{
  background: url("menu_on.png") no-repeat left;
  color: #d70751;
}

#main_content
{
  margin: -30px 50px auto 14em;
  background: url("trace_haut.png") no-repeat left top;
  padding-top: 30px;
}

#generationduration
{
  margin-top: 30px;
  text-align: center;
}

#articles
{
  background: url("trace_bas.png") no-repeat left bottom;
  margin-left: -20px;
  padding-left: 20px;
}

.article
{
  border: 2px solid #8cc1e9;
  margin-bottom: 30px;
  background: white;
  -moz-border-radius: 20px;
}

#articles:first-child
{
}

.article
{ 
  background: #fff url("swirl_article.png") no-repeat right bottom;
}

.article h1, .article h2
{
  background-color: #aecff1;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  padding: 2px 10px 4px 10px;
}

.article h2 a
{
  color: black;
}

.article .information
{
  font-size: 0.8em;
  color: #d70751;
  margin-bottom: 15px;
  padding: 5px 10px;
}

.article .content
{
  padding: 5px;
}

.article .metadata
{
  font-size: 0.8em;
  margin: 10px auto 5px auto;
  border: solid #aed4f2;
  border-width: 1px 0;
  width: 400px;
  background: #cce5f7;
  text-align: center;
}

.article .metadata li
{
  display: inline;
}

.article .metadata li:before
{
  content: " | ";
}

.article .metadata li:first-child:before
{
  content: "";
}

.comment
{
  background: white;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  padding: 5px;
}

.comment .information
{
  border-bottom: 1px dashed black;
  margin-bottom: 5px;
}

.comment .avatar
{
  float: right;
}

.comment .content
{
  min-height: 96px;
}

code
{
  display: block;
  border-left: 3px solid blue;
  padding-left: 5px;
}

code .c { color: #408080; font-style: italic } /* Comment */
code .err { border: 1px solid #FF0000 } /* Error */
code .k { color: #008000; font-weight: bold } /* Keyword */
code .o { color: #666666 } /* Operator */
code .cm { color: #408080; font-style: italic } /* Comment.Multiline */
code .cp { color: #BC7A00 } /* Comment.Preproc */
code .c1 { color: #408080; font-style: italic } /* Comment.Single */
code .cs { color: #408080; font-style: italic } /* Comment.Special */
code .gd { color: #A00000 } /* Generic.Deleted */
code .ge { font-style: italic } /* Generic.Emph */
code .gr { color: #FF0000 } /* Generic.Error */
code .gh { color: #000080; font-weight: bold } /* Generic.Heading */
code .gi { color: #00A000 } /* Generic.Inserted */
code .go { color: #808080 } /* Generic.Output */
code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
code .gs { font-weight: bold } /* Generic.Strong */
code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
code .gt { color: #0040D0 } /* Generic.Traceback */
code .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
code .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
code .kp { color: #008000 } /* Keyword.Pseudo */
code .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
code .kt { color: #008000; font-weight: bold } /* Keyword.Type */
code .m { color: #666666 } /* Literal.Number */
code .s { color: #BA2121 } /* Literal.String */
code .na { color: #7D9029 } /* Name.Attribute */
code .nb { color: #008000 } /* Name.Builtin */
code .nc { color: #0000FF; font-weight: bold } /* Name.Class */
code .no { color: #880000 } /* Name.Constant */
code .nd { color: #AA22FF } /* Name.Decorator */
code .ni { color: #999999; font-weight: bold } /* Name.Entity */
code .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
code .nf { color: #0000FF } /* Name.Function */
code .nl { color: #A0A000 } /* Name.Label */
code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
code .nt { color: #008000; font-weight: bold } /* Name.Tag */
code .nv { color: #19177C } /* Name.Variable */
code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
code .w { color: #bbbbbb } /* Text.Whitespace */
code .mf { color: #666666 } /* Literal.Number.Float */
code .mh { color: #666666 } /* Literal.Number.Hex */
code .mi { color: #666666 } /* Literal.Number.Integer */
code .mo { color: #666666 } /* Literal.Number.Oct */
code .sb { color: #BA2121 } /* Literal.String.Backtick */
code .sc { color: #BA2121 } /* Literal.String.Char */
code .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
code .s2 { color: #BA2121 } /* Literal.String.Double */
code .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
code .sh { color: #BA2121 } /* Literal.String.Heredoc */
code .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
code .sx { color: #008000 } /* Literal.String.Other */
code .sr { color: #BB6688 } /* Literal.String.Regex */
code .s1 { color: #BA2121 } /* Literal.String.Single */
code .ss { color: #19177C } /* Literal.String.Symbol */
code .bp { color: #008000 } /* Name.Builtin.Pseudo */
code .vc { color: #19177C } /* Name.Variable.Class */
code .vg { color: #19177C } /* Name.Variable.Global */
code .vi { color: #19177C } /* Name.Variable.Instance */
code .il { color: #666666 } /* Literal.Number.Integer.Long */

