a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #FF00A1;
}

body {
  background: #F4F4F4;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 15px;
  text-align: center;
}

img {
  border: 0;
}

p {
  line-height: 1.2em;
  margin: 5px 0 10px;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 500px;
}

#header .logo {
  margin: 8px 0 4px;
}

.nav {
  height: 16px;
  padding: 5px 0;
  text-transform: uppercase;
}
.nav span {
  display: none;
}
.nav a {
  background: url("images/tumble/nav.gif") no-repeat 0 0;
  display: block;
  float: left;
  height: 16px;
  text-decoration: none;
}
.nav a.nav1 { background-position:    0   0; width: 57px; }
.nav a.nav2 { background-position:  -57px 0; width: 83px; }
.nav a.nav3 { background-position: -140px 0; width: 60px; }
.nav a.nav4 { background-position: -200px 0; width: 134px; }
.nav a.nav5 { background-position: -334px 0; width: 81px; }
.nav a.nav6 { background-position: -415px 0; width: 85px; }
.nav a.nav1:hover { background-position:    0   -16px; }
.nav a.nav2:hover { background-position:  -57px -16px; }
.nav a.nav3:hover { background-position: -140px -16px; }
.nav a.nav4:hover { background-position: -200px -16px; }
.nav a.nav5:hover { background-position: -334px -16px; }
.nav a.nav6:hover { background-position: -415px -16px; }

#content a {
  border-bottom: 1px dotted #666;
}
#content a:hover {
  border-bottom: 1px solid #FF00A1;
}

#more {
  margin: 6px 0 5px;
}

#content #archive {
  background: url("images/tumble/archive.gif") no-repeat 0 0;
  border: none;
  display: block;
  float: left;
  height: 17px;
  margin-top: 2px;
  width: 76px;
}
#content #archive:hover {
  background-position: 0 -17px;
}
#archive span {
  display: none;
}

#search {
  float: right;
  margin: 0;
}
#search input {
  margin: 0;
}
#q {
  background: #FFF;
  border: 1px solid #BBB;
  color: #333;
  float: left;
  font-size: 15px;
  padding: 1px 3px;
  width: 8em;
}
#submit {
  background: url("images/tumble/search.gif") no-repeat 0 0;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 17px;
  margin: 2px 0 0 5px;
  padding: 0;
  width: 72px;
}
#submit:hover {
  background-position: 0 -17px;
}
#submit span {
  display: none;
}

#search-results {
  clear: both;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
#search-results p {
  margin: 0;
}
#search-results .query {
  color: #FF00A1;
}

div.hr {
  background: url("images/tumble/hr.gif") repeat 0 0;
  border: none;
  clear: both;
  height: 12px;
  margin: 0;
  overflow: hidden;
}
div.hr.thin {
  height: 2px;
}

.pagination {
  clear: both;
}
.pagination a {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 17px;
}
.pagination a:hover {
  background-position: 0 -17px;
}
#content .pagination a {
  border: none;
}
.pagination a span {
  display: none;
}
.pagination .previous {
  background-image: url("images/tumble/previous.gif");
  float: left;
  width: 88px;
}
.pagination .next {
  background-image: url("images/tumble/next.gif");
  float: right;
  width: 47px;
}

#footer {
  clear: both;
  padding-top: 5px;
}
#footer .logo {
  padding-bottom: 20px;
  text-align: right;
}
#footer .hr {
  margin: 5px 0;
}
#footer p {
  font-size: 11px;
  margin: 2px 0;
}

.post {
  clear: both;
  margin-bottom: 30px;
}

.post .date {
  background: #B8B8B8 url("images/tumble/date.gif") repeat 0 0;
  color: #FFF;
  line-height: 1.1em;
  margin: 10px 0 5px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 2.8em;
}

.post .permalink {
  margin: 3px 3px 0;
  text-align: right;
}
#content .post .permalink a {
  border-bottom: none;
  display: block;
  padding-right: 5px;
}

.post .conversation h2 {
  margin: 0;
}
.post .conversation ul {
  font-size: 13px;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.post .conversation li {
  background: #FFF;
  border-bottom: 1px solid #DDD;
  border-left: 5px solid #DDD;
  margin: 0;
  padding: 3px 5px;
}
.post .conversation span {
  color: #444;
  font-weight: bold;
}

.post .link h2 {
  margin: 0;
}

.post .photo .image {
  margin-bottom: 5px;
  text-align: center;
}
#content .post .photo .image a {
  border: none;
}
.post .photo .caption {
  text-align: left;
}

.post .quote {
  background: url("images/tumble/quote-open.gif") no-repeat 0 0;
  min-height: 34px;
  padding-left: 48px;
}
.post .quote .words {
  background: url("images/tumble/quote-close.gif") no-repeat bottom right;
  font-size: 24px;
  min-height: 34px;
  padding-right: 40px;
}
.post .quote .source {
  clear: both;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 5px;
  padding: 0 22px;
}

.post .regular h2 {
  margin: 0;
}
