a {
  color:      #9a1414;
}

pre {
  clear:       left;
}

h1, h2 {
  border-bottom:    1px dotted #ccc;
}

h1 a, h2 a {
  border-bottom:    none;
}

#header {
  height:     234px;
  width:      510px;
  background: url(../images/header.jpg) no-repeat top left;
}
#header h1 {
  display:  none;
}

#footer {
  clear:      both;
  margin:     2em 0;
  padding:    2em 0;
  color:      #666;
}

.post p img {
  display:    block;
  text-align: center;
  float:      none;
  margin:     0 auto;
  border:     1px solid #eee;
  padding:    4px;
}

#content p img {
  display:    block;
  float:      none;
  margin:     0 auto;
  padding:    4px;
  border:     1px solid #eee;
}

.post h2 {
  font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS' sans-serif;
  padding-top:  16px;
}

.post h2 a {
  text-decoration:  none;
  font-size:        24px;
}
.post h2 a:hover {
  text-decoration:  underline;
}

.post ul.tags {
  list-style-type:  none;
  margin:           0;
}
.post ul.tags li, .post ul.tags li a {
  size:             10px;
  text-decoration:  none;
  color:            #999;
}
.post ul.tags li a:hover {
  text-decoration:  underline;
}

.post .date {
  color:            #eee;
  text-align:       center;
  margin-top:       28px;
}
.post .date .month {
  font-size:        32px;
  height:           34px;
}
.post .date .day {
  font-size:        54px;
  height:           32px;
}
.post .date .year {
  font-size:        26px;
}

pre {
  overflow:         hidden;
}
pre:hover {
/*  width:            700px;*/
  overflow:         auto;
}

#sidebar {
  color:            #aaa;
  font-size:        10px;
}

#sidebar h3 {
  border-bottom:    1px dotted #ccc;
}

#sidebar ul {
  list-style-type:  none;
  font-size:        12px;
  padding:          0;
  margin:           0;
}

#sidebar ul li a {
  color:            #c55;
  text-decoration:  none;
}

#sidebar ul li a:hover {
  color:            #9a1414;
  text-decoration:  underline;
}

.postsummary {

}
.postsummary h2 {

}
.postsummary p {
}

.info {
  background:       #eee;
  border:           1px solid #ddd;
  margin-bottom:    18px;
  padding:          16px;
  font-size:        16px;
}

textarea.codebox {
  width:            450px;
  height:           300px;
  display:          block;
}

div.thumbnails {
  margin:           0 0 0 30px;
}
div.thumbnails img {
  width:            110px;
  height:           110px;
  margin:           0;
  padding:          5px 0 0 7px;
}
div.thumbnails span.thumbnail {
  float:            left;
  width:            110px;
  height:           150px;
  margin:           0;
  padding:          5px 0 0 7px;
}
div.thumbnails span.thumbnail p {
  text-align:       left;
}
div.thumbnails span.thumbnail img {
  padding:          0;
}
}