ol.biblio li span.biblinks
{
  float           : right;
}

span.biblinks
{
  font-size       : x-small;
}

span.bibnote
{
  font-size       : small;
}

ol.biblio li + li
{
  margin-top      : 0.5em;
}

#sidebar
{
  font-size: small;
}

#header .pageactions { font-size: x-small; }

div.i18n {
  float: right;
}

div.i18n a {
  color: white;
}

#wrap {
  border-radius: 10px;
  -moz-border-radius: 10px;
}

#logo-box {
  background-color: #000000;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}

#header #logo-box, #menu ul {
  background-color: #5f0000;
  background: linear-gradient(0deg, #480000, #8b0000);
  background: -khtml-gradient(linear, left top, right top, from(#480000), to(#8b0000));
  background: -webkit-gradient(linear, left top, right top, from(#480000), to(#8b0000));
  background: -moz-linear-gradient(0deg, #480000, #8b0000);
}

body {
  background-color: #800000;
  background: linear-gradient(-60deg, #8b0000, #000000);
  background: -khtml-linear-gradient(-60deg, #8b0000, #000000);
  background: -khtml-gradient(linear, left top, right bottom, from(#8b0000), to(#000000));
  background: -webkit-gradient(linear, left top, right bottom, from(#8b0000), to(#000000));
  background: -moz-linear-gradient(-60deg, #8b0000, #000000);
}