body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 0.8em; }

a {
  color: black;
  text-decoration: none; }
  a:hover {
    color: #888888; }

textarea,
ul,
ol {
  margin: 0; }

h1 {
  position: absolute;
  left: -5000px; }

#header {
  position: relative;
  margin: 2em 0 5em; }
  #header #calendar {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 135px; }
    #header #calendar .month {
      text-align: center; }
      #header #calendar .month span,
      #header #calendar .month a {
        display: inline-block;
        width: 15px;
        text-align: center; }
      #header #calendar .month a.current {
        background-color: #bbbbbb; }
      #header #calendar .month span {
        color: #bbbbbb; }
      #header #calendar .month .caption {
        text-align: center;
        font-weight: bold; }

#menu ul {
  list-style-type: none;
  margin-bottom: 1em; }
  #menu ul li a {
    text-transform: uppercase; }
    #menu ul li a.current {
      font-weight: bold; }

#content a {
  color: #888888; }
  #content a:hover {
    color: black; }
#content ul {
  margin-bottom: 1.5em; }
  #content ul li {
    margin-bottom: 0.5em; }
#content #prev,
#content #next {
  position: fixed;
  top: 400px;
  font-size: 2em; }
body#show_post #content img, body#show_picture #content img {
  margin-bottom: 2em; }
body#show_portfolio #content img {
  margin-bottom: 5em; }
body#index_pictures #content .picture-link {
  float: left;
  margin: 0 1.5em 1.5em 0; }
#content .post-date,
#content .comment-date {
  letter-spacing: 0.2em; }
  #content .post-date a,
  #content .comment-date a {
    color: black; }
    #content .post-date a:hover,
    #content .comment-date a:hover {
      color: #888888; }
#content .comment-date {
  color: #888888; }
#content .post-image-link {
  display: inline-block;
  text-align: right; }
#content .post-content,
#content .portfolio-content {
  width: 700px; }
#content .post-content {
  margin: 1em 0 4em; }
#content #feed-link {
  display: inline-block;
  margin-left: 0.2em;
  padding-left: 20px;
  background: url(/images/rss.png) no-repeat center left; }
#content #comments {
  width: 700px; }
  #content #comments input[type="text"],
  #content #comments textarea {
    width: 400px; }
  #content #comments ol {
    list-style-type: none;
    margin-bottom: 3em; }
    #content #comments ol li {
      overflow: auto;
      padding: 1em 0;
      border-bottom: 1px dotted #bbbbbb; }
      #content #comments ol li p {
        margin-bottom: 0.5em; }
  #content #comments .comment-error,
  #content #comments .comment-success {
    font-weight: bold; }
  #content #comments .comment-error {
    color: #cc0000; }
  #content #comments .comment-success {
    color: #00cc00; }
  #content #comments .avatar {
    float: left;
    margin: 0.2em 0.5em 0.2em 0; }
  #content #comments h3,
  #content #comments li {
    clear: left; }

#footer {
  margin: 2em 0; }
