.postimage img{
  -moz-box-shadow: 3px 3px 3px #666;
  -webkit-box-shadow: 3px 3px 3px #666;
  box-shadow: 3px 3px 3px #666;
}

.postimage {
  text-align: center;
  padding-top: 0;
  padding-bottom: 1em;
}

.postlink, .postlink a {
  font-size: 8pt;
  color: #aaa;
}

.postdate {
  font-style: italic;
  font-size: 8pt;
  color: #aaa;
}

.postEnd {
  clear: both;
}

.figure {
  margin: 1em;
}

.centered {
  text-align: center;
}

.floatedRight{
  float: right;
}

.figure .caption {
  margin-top: 0em;
  color: #666;
  font-size: 90%;
  font-style: italic;
  text-align: center;
}

blockquote, pre {
  margin: 0;
  padding: 0;
  margin-left: 2em;
  margin-right: 2em;
} 

blockquote {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  margin: 1.5em;
}

.post_header {
  padding-bottom: 1em;
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

.post_header .post_wiggle {
  display: block;
  position: absolute;
  left: 0;
  font-size: 250%;
  font-weight: bold;
}

.post_header .post_fulltitle {
  padding-left: 2.5em;
}

.post_header h1 {
  font-family: 'Lobster', Verdana, sans-serif;
  font-size: 250%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
}

.post_header .subtitle {
  font-size: 100%;
  font-style: italic;
  color: #666;
}

.footnotes {
  color: #666;
}

.footnotes li p {
  display: inline;
}

.footnotes li {
  padding-bottom: 1em;
}

.footnotes li:last-child {
  padding-bottom: 0;
}

.footnotes li a {
  text-decoration: inherit;
}
.footnotes li p a {
  text-decoration: underline;
}


/*FIXME: Find a less brittle way to select the footnote labels*/
sup a {
/*  padding-left: 0.25em;*/
  text-decoration: none;
  font-weight: bold;
}

sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}
