/* Companion Custom CSS over-rides for [ The Bunny System ]: ComicPress - 2.8 */

body {
  background-color: #222;
  color: #ddd;
}

#page {
  width: 800px;
}

.narrowcolumn {
  width: 590px;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}

table#wp-calendar {
  color: #555;
}

#wp-calendar caption {
  font-family: Helvetica, Arial, sans-serif;
}

a, .comment-link a {
  color: #3af;
}

a:hover, .comment-link a:hover {
  color: #6df;
}

.nav a, .pagenav a, .nav-blog a {
  color: #3af;
}

.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
  color: #6df;
}

.Advman_Widget {
  text-align: center !important;
}

.widget_comicpress_comic_date {
  text-align: center;
}

.widget_comicpress_comictitle, h2.pagetitle, h2.pagetitle a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.searchresults {
  display: none;
}