* {
  margin: 0;
  padding: 0;
  font-family: Georgia;
  color: #888;
}

a {
  color: #888;
}

a:hover {
  color: #aaa;
}

body {
  width: 960px;
  margin: auto;
}

h2 a {
  text-decoration: none;
}

img {
  border: none;
}

#content {
  margin-right: 10px;
  margin-left: 15px;
}

div.post {
  margin-top: 10px;
  margin-bottom: 20px;
}

div.post p {
  margin-bottom: 15px;
}

div.post div.date {
  color: #00ACCE;
  font-size: 0.9em;
}

#comments div.date {
  color: #00ACCE;
  font-size: 8pt;
  margin-bottom: 5px;
}

div.post div.date span.days {
  font-size: 0.8em;
}

div.post div.date span.comment-count {
  font-size: 8pt;
}

div.post div.body {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.post div.vimeo {
  width: 700px;
  margin: 10px auto;
  background-color: #8FCAD4; 
  padding: 10px 10px 8px 10px
}

div.post div.flickr {
  text-align: center;
  margin: 10px auto; 
  width: 500px;
}

div.post div.flickr.border {
  border: 10px solid #CCC;
}

div.post div.footer {
  font-size: 10pt;
  background: #F5F5F5;
  padding: 10px;
  margin-top: 10px;
}

#comments div.separator {
  opacity: 0.4;
  background: url(/images/terminator-small.png) no-repeat;
  height: 16px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  width: 29px;
}

div.post div.terminator {
  opacity: 0.4;
  background: url(/images/terminator.jpg) no-repeat;
  height: 32px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  width: 58px;
}

#comments {
  margin-bottom: 200px;
  margin-left: 400px;
}

li.comment {
  margin-bottom: 20px;
}

li.comment div.body {
  background: #FCFCFC;
  padding: 5px;
}

li.comment div.body p {
  margin-bottom: 5px;
}

li.comment h3 {
  margin-left: 5px;
}

li.comment div.date {
  margin-left: 5px;
}

#comments h2 {
  margin-bottom: 20px;
}

#leave_comment {
  float: left;
  margin-bottom: 200px;
}

#leave_comment p {
  margin-bottom: 10px;
}

#leave_comment input {
  color: black;
}

#leave_comment input.text {
  width: 300px;
  font-size: 12pt;
  padding: 3px;
}

#leave_comment textarea {
  width: 300px;
  height: 200px;  
  font-size: 10pt;
  padding: 3px;
}

#below_comments {
  height: 300px;
}

#footer {
  opacity: 0.8;
  background-color: #8FCAD4;
  bottom: 0px;
  color: white;
  left: 0px;
  position: fixed;
  width: 100%;
}

#copyright {
  color: white;
  font-size: 0.8em;
  margin: 4px auto;
  width: 960px;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: #eee;
}

div.clear {
  line-height: 1px;
  clear: both;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  display: inline;
  margin-left: 30px;
}

a.vote-link {
  color: green;
}

a.vote-link.massive {
  font-size: 80pt;
  text-decoration: none;
}

a.vote-link.massive:hover {
  background: green;
  color: white;
  padding: 0 20px 0 20px;
}

blockquote {
  font-family: arial;
  font-size: 10pt;
  border-left: 3px solid #CCC;
  background-color: #EEE;
  padding: 5px 5px 1px 10px;
  margin-bottom: 10px;
}

p.caption {
  text-align: center;
  font-size: 8pt;
}

.pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 1em; 
  margin-top: 15px;
  margin-bottom: 35px;
  }
  .pagination a, .pagination span {
    padding: .2em .3em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: bold;
    background: transparent url(apple-circle.gif) no-repeat 50% 50%; }
  .pagination a {
    text-decoration: none;
    color: black; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }


h2.archives {
  margin-top: 20px;
  margin-bottom: 10px;
}

div.archive-month {
  margin-bottom: 10px;
}

div.archive-month ul {
  list-style-type: none;
}
div.archive-month ul li {
  margin: 4px;
}
