body {
  font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
  margin: 0;
  background: url("img/2pixel.png"); }

a {
  text-decoration: none;
  font-weight: bold; }
  a:link {
    color: #3333aa; }
  a:visited {
    color: #6666aa; }
  a:hover {
    color: #6666ff;
    text-decoration: underline; }

img {
  border: none; }

img.b {
  border: 1px solid black; }

img.it {
  float: left;
  margin: 0 10px 10px 0; }

#logo {
  height: 189px;
  background: rgba(54, 50, 50, 0.8) url("img/tag_bg.png");
  padding-top: 20px; }
  #logo img {
    border: 1px solid black;
    margin-right: auto;
    margin-left: auto;
    display: block; }
  #logo #logoloc {
    color: #999999;
    font-size: 80%;
    text-align: center; }

#logoshadow {
  height: 23px;
  background: url(img/logo_shadow.png); }

#content {
  margin-top: 10px;
  max-width: 1200px;
  padding: 0 10px 0 10px;
  margin-right: auto;
  margin-left: auto; }

#contentcolumn {
  margin-left: 195px;
  margin-right: 195px; }

.navcolumn {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 160px;
  background: rgba(54, 50, 50, 0.1);
  padding: 7px;
  border: 1px solid black;
  margin-bottom: 40px; }

.navcolumn#first {
  float: left; }

.navcolumn#second {
  float: right;
  clear: right; }

.navbox {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #777777; }
  .navbox ul {
    margin: 0 0 0 5px;
    padding: 0; }
  .navbox li {
    list-style: none; }

.navboxheader {
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 5px 0; }

#bling img {
  margin-right: auto;
  margin-left: auto;
  display: block; }

#bottombar {
  position: fixed;
  background: rgba(200, 200, 200, 0.8);
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 0 2px 0;
  border-top: 1px solid black; }

#change {
  float: right;
  font-size: 70%;
  text-align: right;
  padding-bottom: 40px; }

.entry {
  margin: 0 0 20px 0; }

.caption {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: rgba(54, 50, 50, 0.1);
  border-width: 1px 1px 0 1px;
  border-color: black;
  border-style: solid;
  padding: 4px 6px 4px 6px; }

#older {
  border-bottom: 1px solid black; }

.entrycontent {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: rgba(54, 50, 50, 0.06);
  border-width: 1px;
  border-color: black;
  border-style: solid;
  padding: 4px 6px 4px 6px; }
  .entrycontent img {
    display: block;
    margin-bottom: 5px; }

hr {
  border: 0;
  border-top: solid 1px #777777; }

.smallb {
  font-size: 70%;
  font-weight: bold; }

.small {
  font-size: 70%; }

pre {
  background: rgba(54, 50, 50, 0.1);
  border: 1px dashed black;
  padding: 8px 20px 8px 20px;
  margin: 5px 12px 5px 12px; }

span.small {
  font-size: 70%; }

table.pix tr {
  vertical-align: bottom; }

