.header {
  min-height: 30px;
}

.pageheader {
  background-color: #eee;
  background-image: url("/img/erossi_60.png");
  background-repeat: no-repeat;
  background-position: right;
  border-bottom:2px solid;
  color:#228;
  min-height:65px;
  padding:5px;
}

.pageheader .actions ul {
  border-bottom: none;
}

.sidebar {
  border: 1px solid #228;
  background-color: #eee;
  font-size: small;
  margin: 1em;
  width: 11em;
}

#pageinfo {
  border-top: 1px solid #228;
  font-size: small;
  background-color: #eee;
  padding-left: 1ex;
  padding-bottom: 1ex;
}

#blogindex {
  width: 500px;
  border: 1px solid #228;
  background-color: #eee;
  font-size: small;
  margin: 1em;
}

.inlinepage {
  margin: 10px;
}

pre {
  background-color:#EEEEFF;
  border:thin dashed;
  margin-left:2em;
  margin-right:2em;
  padding:3pt 1em;
}


