/*
 * Name: dbTwang WordPress Theme
 * Author: John Keyes <john@keyes.ie>
 * Version: 1.0
 */

body {
  background:#fff url(images/top.png) center top no-repeat;
  color: #888;
}
h1 {
  margin: 1em 0;
}

h2 {
    padding: 0px;
}

.wrapper {
    background: none;
    overflow: hidden;
}

.post {
}
.post h2 {
    font-size: 2em;
}
.post h2 a {
    text-decoration: none;
}
.post .postmetadata {
    margin-top: 1em;
    font-size: 0.8em;
}

#content {
    width: 580px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}
#content p {
    padding: 0;
    margin: 1em 0;
}
#sidebar {
    width: 270px;
    float: left;
}

#sidebar h2 {
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}

#sidebar .widget {
    padding: 1em 0.5em 0;
}

#footer {
    background: url("images/footer.jpg") no-repeat scroll center top transparent;
    clear: both;
    margin-top: 2em;
}
#footer .last a {
  border: none;
}

#footer .wrapper ul {
    padding-right: 10px;
}
.grid {
  overflow: hidden;
}
#sidebar * {
  color: #555;
}
#sidebar p {
  margin: 0.5em 0;
}
#sidebar .widget {
  font-size: 0.9em;
  background-color: #EEE;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #DDD;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.widgettitle {
  border-bottom: 1px solid #CCC;
  margin-bottom: 0.5em;
}
.widgettitle, .widgettitle a {
  color: #555;
}
.widgettitle a {
  text-decoration: none;
}

.tweets li {
  margin: 0.5em 0;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
}

h3#comments, #respond h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

#respond {
  margin: 0;
  padding: 1em;
}
#respond h3 {
  margin: 0 0 1em 0;
}

#respond input {
  margin-bottom: 0.5em;
  width: 250px;
  padding: 0.5em;
  float: left;
}
#respond textarea {
  background: #FFF;
  width: 500px;
  padding: 0.5em;
  height: 8em;
}
#respond button {
  margin: 1em 0;
}

#respond input, #respond textarea {
  border: 1px solid #CCC;
}

#respond label {
  font-weight: bold;
  display: block;
  clear: both;
  padding-right: 1em;
}

span.req {
  color: #C33;
  font-weight: bold;
}

.comment-info {
  margin: 1em 0;
  font-size: 0.9em;
}

.comment-meta {
  margin-left: 48px;
}
img.avatar {
  float: left;
  padding-right: 10px;
}

.comment-author {
  vertical-align: top;
}
.comment-author cite {
  float: left;
  display: block;
  padding-right: 1em;
}
.commenttext {
  margin-left: 58px;
}

.dialog {
  border-bottom: 1px solid #CCC;
  margin-bottom: 1em;
}

h1 {
  float: left;
}
ul.feeds {
  float: right;
  padding: 2em 0;
}
ul.feeds li {
  overflow: hidden;
}
ul.feeds li a {
  text-decoration: none;
  height: 24px;
  display: block;
  vertical-align: middle;
}
ul.feeds li a img {
  float: left;
}
ul.feeds li a span {
  float: left;
  font-size: 16px;
  padding: 4px 0;
  margin-left: 4px;
}

ul.tweets li, li.recentcomments {
  margin: 7px 0;
  line-height: 1.3em;
}