/*
   CSS-theme for chris written by Patrik Lembke <blambi@chebab.com>
   Licensed under GPLv3 or _later_
*/
body
{
  font-family: "Bitstream Vera Sans", sans-serif;
  font-size: 10px;
  color: black;
  background: #9EA19A;
}

#Mainbox
{
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;

  border: 1px solid #80827C;
  background: #DEDEDE;
}

#Head
{
  text-align: center;
}

#Footer
{
  border-top: 1px dashed #80827C;
  padding-top: 5px;
  padding-left: 5px;
  height: 50px;
}

.footer-thing
{
  vertical-align: middle;
}

.menu
{ 
  text-align: center;
}

a.menuitem
{ 
  height: 100%;
  padding-left: 5px;
  padding-Right: 5px;
  margin-left: -1px;
  margin-right: -1px;

  background: #75507B;
  color: white;
  text-decoration: none;
}


a.menuitem:hover
{ 
  background: #926499;
  text-decoration: none;
}

.poetry
{
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;  
}

div.content
{
  padding: 5px;
  min-height: 400px; /* bad hack :( */
}

img.lefty
{ 
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #80827C;
  float: left;
}

img.righty
{
  border: 1px solid #80827C;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

img
{
  border: 1px solid #80827C;
}

div.centery
{
  text-align: center;
}

p.desc
{
  font-style: italic;
}

img.thumb
{ 
  border: 1px solid #80827C;
  margin-left: 1px;
  margin-right: 1px;

}

q
{ 
  font-style: italic;
}

a
{ 
  text-decoration: none;
  color: #1F7ACD; /*#2C167D;*/
}

a:hover
{ 
  text-decoration: underline;
}

a.text
{
  color: black;
}

a.text:hover
{
  color: black;
  text-decoration: none;
}
