/*  
Theme Name: Polymorph 0.2
*/

body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
}

#page {
  margin: auto;
  width: 900px;
}

#header {
  border-top: 10px solid #000;
  height: 40px;
}

#header a {
  float: left;
  font-size: smaller;
}

#s {
  background: #EFF;
  color: #444;
  font-family: Georgia, serif;
  font-size: 10pt;
  font-style: italic;
  float: right;
  padding-right: 0.5em;
  text-align: right;
}

#content {
  padding-bottom: 20px;
}

#nameplate {
  float: left;
  width: 292px;
}

#nameplate a img {
  border: 0;
}

#micro-nameplate {
  float: left;
  width: 143px;
}

#micro-nameplate a img {
  border: 0;
}

#excerpt {
  float: right;
  width: 580px;
}

#post {
  float: right;
  width: 730px;
}

#excerpt h1, #post h1 {
  margin-top: 0.1em;
  font-weight: normal;
  font-style: italic;
}

#archive h2 {
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  font-weight: normal;
  font-style: italic;
}

#excerpt h1 a, #post h1 a {
  color: #000;
  text-decoration: none;
}

#excerpt h2, #excerpt h3 {
  font-style: italic;
  font-weight: normal;
}

#post h2, #post h3 {
  font-style: italic;
  font-weight: normal;
}

h2.widgettitle {
  font-style: italic;
  font-weight: normal;
}

.story-date {
  font-size: 10pt;
  font-style: italic;
  padding-top: 7px;
}

.dateline {
  font-style: italic;
  font-weight: bold;
}

h1 + p, h2 + p, h3 + p {
  text-indent: 0;
  margin-top: 0;
}

.full-post-link {
  padding-right: 2em;
  text-align: right;
}

.run-in {
  padding-top: 10px;
}

.run-in li {
  display: inline;
}

.fill {
  width: 100%;
}

#footer {
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 900px;
}

#catcloud {
  text-align: center;
  padding: 30px 20px;
  text-decoration: none;
}

#catcloud a {
  text-decoration: none;
  color: #333;
}

#footer h2 {
  font-style: italic;
  font-weight: normal;
  margin-top: 10px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#footer li {
  margin-bottom: 0.5em;
}

#footer .bio {
  font-size: smaller;
  font-style: italic;
  text-align: justify;
  text-indent: 0em;
}

#footer-column-1 {
  float: left;
  padding: 0 10px;
  width: 280px;
}

#footer-column-2 {
  float: left;
  padding: 0 10px;
  width: 280px;
}

#footer-column-3 {
  float: left;
  padding: 0 10px;
  width: 280px;
}

#credits {
  border-top: 1px solid #000;
  float: left;
  font-size: smaller;
  margin-top: 20px;
  text-align: center;
  width: 900px;
}

#sidebar ul img {
    float: left;
    padding: 0.5em 0.5em 0 0;
}

ul .entry-meta {
    display:block;
    font-size: 80%;
}

#sidebar ul {
  padding-left: 0;
  width:95%;
  font-size: 90%;
}

#sidebar li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  list-style: none;
}

.widgettitle a {
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 0;
}
