body {
  font-family: "Nobile", "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
  margin: 0;
  line-height: 120%;
  background: url("img/slate.jpg");
  background-attachment: fixed;
  color: #eeeeee; }

a {
  text-decoration: none;
  font-weight: bold; }
  a:link {
    color: #888888; }
  a:visited {
    color: #aaaaaa; }
  a:hover {
    text-shadow: #ff5555 0 0 10px; }

img {
  border: none; }

img.b {
  border: 1px solid #aaaaaa; }

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

#logo {
  height: 208px;
  width: 100%;
  position: fixed;
  z-index: 3;
  border-bottom: 1px solid #a00093;
  background: url("img/slate_lt.jpg"); }
  #logo img {
    position: fixed;
    left: 50%;
    margin-left: -410px;
    margin-top: 20px;
    border: 1px solid #aaaaaa; }
  #logo #logoloc {
    color: #666666;
    font-size: 70%;
    position: fixed;
    left: 50%;
    top: 187px;
    margin-left: -409px; }

#logoshadow {
  position: fixed;
  z-index: 3;
  top: 209px;
  height: 21px;
  width: 100%;
  background: url("img/slate.jpg"); }

#content {
  padding-top: 229px; }

.navcolumn {
  z-index: 2;
  width: 160px;
  top: 230px;
  padding: 7px;
  border: 1px solid #a00093;
  background: rgba(255, 255, 255, 0.1); }

.navcolumn#first {
  position: fixed;
  left: 20px; }

.navcolumn#second {
  position: absolute;
  right: 20px; }

.navbox {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #a00093; }
  .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; }

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

.entry {
  margin-bottom: 10px; }

.entrycontent {
  border-top: 2px dashed #a00093;
  border-left: 2px dashed #a00093;
  padding: 6px; }
  .entrycontent img {
    display: block;
    margin-bottom: 5px; }

.caption {
  text-align: right; }

#older {
  border-bottom: 2px dashed #a00093; }

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

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

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

#bottombar {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0; }

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

.small {
  font-size: 70%; }

pre {
  background: rgba(255, 255, 255, 0.2);
  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; }

