/* @override http://localhost:3000/stylesheets/articles.css */

.news ul {
  margin: 7px 0 0 0;
}

.news li {
  margin: 0 0 1px;
  list-style: none;
}

.article {
  background: #fff;
  padding: 5px 10px 10px;
}

.article h3 {
  line-height: 1.4em;
  margin: 0.2em 0;
  font-size: 18px;
}

.article .read-more {
  font-weight: bold;
  color: #575757;
}

.article .date {
  color: #aaa;
  margin: 0 0 0.5em;
  display: block;
  font-size: 0.9em;
}

.article .meta {
  font-size: 12px;
}

.article .meta a {
  color: #575757;
}

#home-news .article .bookmarks {
  position: relative;
  top: 4px;
}

.comment {
  padding: 0.5em 0 1em;
  margin: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

.comment .author {
  margin: 0 0 0.5em 0;
}

.comment .date {
  font-size: 0.9em;
  margin: 0.5em 0;
}

#comment-form form {
  margin: 1em;
}

#comment-form dt {
  float: left;
  width: 80px;
  text-align: right;
  margin: 0 1em 0 0;
  clear: left;
}

#comment-form dt, #comment-form dd {
  padding: 0.4em 0;
}

#comment-form textarea {
  height: 5em;
}

#comment-form .required_note {
  margin: 1em 0;
}

#home-news .article p {
  margin: 0;
}

#home-news .meta {
  margin: 0.5em 0;
}

.author-bio {
  float: right;
  width: 115px;
  padding: 5px;
  color: #43b701;
  font-size: 11px;
  margin-left: 20px;
}

.news .author-bio .bio {
  display: none;
}

.author-bio .bio ul {
  margin: 0;
  padding: 0;
  color: #718385;
}

.author-bio .bio li {
  margin: 0 0 5px;
  list-style: none;
  list-style-image: none;
}

.author-bio p.name {
  font-weight: bold;
  margin: 0;
}

.author-bio p.title {
  margin: 0 0 0.5em;
}

.author-bio .photo {
  background: url(/images/bubble.gif) no-repeat left top;
  width: 86px;
  height: 110px;
  padding: 4px;
  position: relative;
  left: 15px;
  margin: 0 0 5px 0;
}

.author-bio .bio a {
  font-style: italic;
  color: #ff6600;
  font-weight: bold;
}

.detail .meta {
  margin: 0 0 1em;
  position: relative;
  font-size: 0.85em;
  font-weight: bold;
}

.detail .meta a {
  margin: 0 0.2em;
  color: #718385;
}

.detail .meta .bookmarks {
  display: inline;
  position: relative;
  top: 4px;
}

#btn {
  text-align: center;
  padding: 10px;
  position: relative;
  margin-top: 20px;
}

#btn .nav {
  color: #fff;
  font-size: 11px;
  text-align: left;
  position: absolute;
  top: -4px;
  right: 20px;
}

#btn .nav a {
  color: #fff;
  margin: 0 0.2em;
}

#btn .nav a.rss {
  position: relative;
  top: 5px;
}

#btn .bookmarks {
  position: relative;
  top: 4px;
}

#btn_comic_title {
  color: #fff;
  float: left;
  position: relative;
  top: -23px;
  left: 5px;
  font-size: 1.2em;
  font-weight: bold;
}

#comment-form input, #comment-form textarea {
  border: 1px solid #718385;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  color: #718385;
  padding: 2px;
}

#comment-form .thanks p {
  color: #ff6600;
  margin: 1em;
  font-weight: bold;
}

#comment-form textarea {
  width: 225px;
  height: 100px;
}

#comment-form input.error, #comment-form textarea.error {
  border-color: #c00;
}

label.error {
  color: #c00;
  margin: 0 0 0 0.5em;
}