.time {
  border: 1px solid; }

body {
  margin: 0px;
  font-family: "Times New Roman", serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", serif; }

a {
  color: #333; }

a:hover {
  color: #44B0AB; }

em {
  background: none;
  font-weight: bold; }

#title h1 {
  margin-top: 20px;
  text-indent: -9999em;
  background: url('/images/title.png') no-repeat;
  width: 120px;
  height: 30px; }

#navigation {
  margin-top: 0px;
  margin-bottom: 3px; }
  #navigation #nav-about {
    width: 99px;
    margin-right: 65px; }
    #navigation #nav-about h2 {
      background: url('/images/about.png') no-repeat;
      width: 99px; }
  #navigation #nav-blog {
    width: 71px;
    margin-right: 65px; }
    #navigation #nav-blog h2 {
      background: url('/images/blog.png') no-repeat;
      width: 71px; }
  #navigation #nav-contact {
    width: 121px; }
    #navigation #nav-contact h2 {
      background: url('/images/contact.png') no-repeat;
      width: 121px; }
  #navigation a {
    border-top: 5px solid #fff;
    float: left;
    padding-top: 5px; }
    #navigation a h2 {
      text-indent: -9999em;
      height: 37px; }
  #navigation a:hover {
    border-top: 5px solid #000; }

#content {
  margin-top: 88px;
  font-size: 14px; }
  #content h1 {
    font-size: 24px;
    text-transform: uppercase;
    border-top: 3px solid #000;
    padding-top: 3px;
    margin-bottom: 25px; }
  #content .meta, #content .meta a {
    color: #666;
    text-decoration: none; }
  #content .meta a:hover {
    text-decoration: underline; }
  #content .links {
    margin-top: 20px;
    text-align: right; }
  #content .comments {
    margin-top: 50px; }

#sidebar {
  font-size: 14px; }
  #sidebar #photo {
    margin-bottom: 66px; }
  #sidebar h2 {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #000; }

#footer {
  margin-top: 68px; }
