#header, #menu, #footer { display: none; }


.nowrap { white-space: nowrap; }
.clear { clear: both; }
.skip, hr { display: none; }

.storycontent hr {
  display: block;
  border-left: none;
  border-top: 1px solid transparent;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
a:link, a:visited {
  color: #D70606;
  text-decoration: underline;
}
a:visited {
  color: #FA4949;
  text-decoration: underline;
}
a:hover, a:active {
  color: #A00;
  text-decoration: none;
}
a img {
  border: none;
}
acronym, abbr {
  border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
  font-size: 90%;
  letter-spacing: .07em;
}
blockquote {
  margin-left: 1.5em;
  padding: 1px 0 0 40px;
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
}
h1{
  font: 260%/1.15 Georgia, serif;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 40px 0 5px 160px;
}
p.payoff{
  margin: 0 0 25px 160px;
  padding: 0;
  color: #fff;
  font: 120% Georgia, serif;
}
.post h1.storytitle {
  font: 185% Georgia, serif;
  letter-spacing: -0.2px;
  margin: 0 0 2px 0;
  padding: 15px 0 5px 0;
}

h2 {
  font: 150% Georgia, serif;
  clear: both;
}


h3 {
  font: 130% Georgia, serif;
}

ol#comments li p {
  font-size: 100%;
}

p, li, .feedback {
  font: 100% 'Trebuchet MS', Arial, Verdana, sans-serif;
  letter-spacing: 0px;
  line-height: 1.3;
}

/* classes used by the_meta() */
ul.post-meta {
  list-style: none;
}

ul.post-meta span.post-meta-key {
  font-weight: bold;
}

.feedback {
  color: #ccc;
  text-align: right;
  clear: both;
}
.feedback a{
  color: #D70606;
}
.feedback a:hover, .feedback a:active{
  text-decoration: none;
}
.meta {
  font-size: .75em;
}
.meta li, ul.post-meta li {
  display: inline;
}
.meta ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.meta, .meta a {
  color: #999;
  font-weight: normal;
  letter-spacing: 0;
}
.meta a{
  color: #D70606;
  text-decoration: underline;
}
.meta a:hover, .meta a:active{
  text-decoration: none;
}

.post{
  margin-bottom: 40px;
}
.post img {
  margin: 1em;
  border: 1px solid #ccc;
  padding: 5px;
}
.post img.inline {
  display: inline;
  border: none;
  margin: 0;
}
.post img.wp-smiley {
  border: none;
  display: inline !important;
  margin: 0 0 -6px 0;
}

.clear {
  clear: both;
}

.post .storycontent img.left {
  padding: 5px;
  margin: 0.5em 15px 0.5em 0;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  clear: left;
}

.post .storycontent img.right {
  padding: 5px;
  margin: 0.5em 0 0.5em 15px;
  border: 1px solid #ccc;
  background: #fff;
  float: right;
  clear: right;
}

.post .storycontent img.center {
  display: block;
  padding: 8px;
  margin: 0 auto 1.5em auto;
  border: 1px solid #ccc;
  background: #eee;
  float: none;
  clear: both;
}

.post ul{
  margin: 0;
  padding: 0;
}
.post ul li{
  margin: 0;
  padding: 0.2em 20px;
  background: url(images/list.png) 0 6px no-repeat;
  list-style: none;
}
.post ol{
  margin: 0 25px;
  padding: 0;
}
.post ol li{
  margin: 0;
  padding: 0.2em 0;
}
.post dl dt {
  font-style: italic;
  font-weight: bold;
}
.post dl dd {
  margin: 0.25em 0 0.5em 3em;
}

.post p.perma-link {
  background-image: url('images/anchor.gif');
  padding-left: 20px;
  background-position: left 5px;
  background-repeat: no-repeat;
}

.post .code {
  font-family: monospace;
  background-color: #eee;
  border: 1px solid #ccc;
  overflow: auto;
  padding: 0.25em;
  margin: 1em 0;
}

.post .taglist {
  margin: 2em 0 0 0;
  padding-bottom: 1em;
  color: #000;
  clear: both;
}
.post .feedback .taglist {
  margin-top: 1em;
  float: left;
}

.storytitle {
  margin: 0;
}
.storytitle a {
  text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
  color: #444;
  text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
  color: #D70606;
}
