/* BrianJamesOConnell stylesheet */
/* comics.css */
/* defines Comics section styles */

.header-wrapper {
  margin-bottom: 1em;
}

#comics-header {
  float: left;
  margin: 0;
  width: 148px;
  height: 27px;
  background: transparent url('/images/26.gif') top left no-repeat;
}

.comic-article {
  border-bottom: 1px solid #CDCDCD;
  padding-top: 1em;
}

/* end comics.css */