body {
  font-family: Verdana, sans-serif;
  margin-right: auto;
  margin-left: auto;
  width: 50ex; }

a {
  text-decoration: none;
  color: #555555; }
  a:hover {
    color: #cc0000; }
  a img {
    border: none; }

.header {
  height: 8.2em;
  color: white;
  background-color: #cc0000;
  border-bottom: 0.1em solid black; }

.title {
  padding-right: 1em;
  padding-left: 1em;
  height: 6em;
  float: left; }

.navigation {
  float: right; }
  .navigation a {
    color: white; }
    .navigation a:hover {
      color: #cc0000; }
  .navigation ul {
    margin: 0em;
    padding: 0em;
    list-style: none; }
    .navigation ul li {
      border-bottom: 0.1em solid black;
      border-left: 0.1em solid black;
      background-color: #555555;
      list-style: none;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 1em;
      padding-right: 1em;
      height: 1.5em; }
    .navigation ul li.current {
      background-color: #cc0000;
      border-left: none; }
      .navigation ul li.current a:hover {
        color: #555555; }

.content {
  clear: both;
  padding: 0.25em; }
  .content h1, .content h2, .content h3, .content h4 {
    margin-top: .3ex;
    margin-bottom: .3ex; }

.footer {
  border-top: 0.1em solid black;
  padding-top: 0.25em;
  text-align: center;
  font-size: smaller; }

table.contact {
  text-align: center;
  width: 100%; }
  table.contact td {
    text-align: left;
    vertical-align: top; }
    table.contact td:first-child {
      text-align: right; }

.portfolio {
  text-align: center;
  border-bottom: 0.1em solid black; }
  .portfolio img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.portfolio#last {
  border-bottom: none; }

.post {
  border-bottom: 0.1em solid black; }
  .post h3 {
    display: inline-block; }
  .post span {
    color: #555555;
    font-size: smaller; }
  .post p {
    margin-top: .3ex;
    margin-bottom: .3ex;
    text-indent: 1em; }
  .post ul.archive {
    padding: 0 0 0 0;
    margin: 0 0 0 0; }
    .post ul.archive li {
      position: relative;
      left: 1em;
      list-style: none; }
    .post ul.archive li.listhead {
      left: 0; }

.blog {
  text-align: center; }

form textarea {
  width: 100%; }
