/* CSS Document */

* {
  color: black;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
}

body {
  margin: 0;
}

div {
  width: auto !important;
  display: block !important;
  overflow: auto !important;
  position: static !important;
  clear: both !important;
}

blockquote {
  padding-left: 5px;
  border-left: 3px solid #999;
  margin-left: 0;
}

code {
  font-family: "Courier New", Courier, mono;
  color: #999;
}

.left, .right, .date, .comments {
  float: none !important;
}

#sidebar, #related, .admin, form, .nav, .comments, .pageNav {
  display: none !important;
}

#mainpic {
  background: none;
  border: none;
}

#header {
  border-bottom: 2px solid #999;
  margin-bottom: 2em;
}

#footer {
  border-top: 2px solid #999;
  margin-top: 2em;
}

.date, .date span {
  margin-bottom: 0;
}
