/* Johnath's changes - you knew there'd be some */

#header > h1 > a {
  display: block; /* push the subtitle on to its own line */
}

#header > h1 > span {
  margin-left: 5px; /* align the subtitle, now that it's on its own line */
}

/* twitter widget is useful, but icky */

.widget_twitter li {
  padding-bottom: 10px;
  font-size: 80%;
}

.twitterwidget-title {
  font-size: 23px;
  letter-spacing: -1px;
  color: #666666;
}

.alignright {
  margin: 10px !important;
}

img.alignright {
  border: none !important;
  background: none;
}

blockquote {
  background: #FFEEEE;
  border: 1px solid #DDAAAA;
  font-size:80%;
  margin: 1em;
  padding:1em 1em 0;
}

.wp-caption {
  border: none !important;
  background-color: inherit !important;
}

