/* BrianJamesOConnell stylesheet */
/* blog.css */
/* defines Blog section styles */

.header-wrapper {
  margin-bottom: 1em;
}

#blog-header {
  float: left;
  margin: 0;
  width: 107px;
  height: 27px;
  background: transparent url('/images/27.gif') top left no-repeat;
}

.blog-article {
  border-bottom: 1px solid #CDCDCD;
}

.more {
  text-align: right;
  font-size: 85%;
}


/* end blog.css */