/*
Theme Name: Red Minimalism
Theme URI: http://derhobby.de/
Description: Red Minimalism is a one column theme for WordPress 2.x.
Version: 1.0
Author: Sebastian Hobert
Author URI: http://media2null.de
License: GPL
*/


body {
  color: #000000;
  font:x-small Arial, Verdana, Helvetica, sans-serif;
  font-size:8pt;
  background:#B6E0A0;
  font-weight: lighter;
}

img {
  border: none;
}

#page {
  margin: 0 auto;
}

.posttitel {
  font-size: 11pt;
  font-weight: bold;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #696969;
}

.post {
  font-size: 9pt;
  color: #000000;
}

.autor {
  float:left;
  font-size: 9pt;
}

.infos {
  color: #696969;
  text-align: right;
  font-size: 8pt;
  padding-right: 7px;
  padding-left:7px;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #696969;
}

.infos a {
  color: #000000;
  font-size: 8pt;
  text-decoration:none;
}

#footer {
  text-align: right;
  font-size: 7pt;
  color: #696969;
  border-top: 1px;
  border-top-style: solid;
  border-top-color: #696969;
  padding-right: 7px;
  padding-bottom: 5px;
}

#footer a {
  color: #000000;
  font-size: 7pt;
  text-decoration:none;
}

#footer a:hover {
  color: #ffffff;
  font-size: 7pt;
  text-decoration:none;
}

#footerlinks {
  text-align: left;
  font-size: 8pt;
  color: #696969;
}

#footerlinks a {
  color: #000000;
  font-size: 8pt;
  text-decoration:none;
}

a {
  color: #339933;
  font-weight: normal;
  text-decoration:none;
}
a:hover {
  color:#ffffff;
  text-decoration:none;
}



