/* Copyright (c) Eric Raptosh Photography
   ericraptosh.com/feedboost.css
   Used to override feedboost formatting.
 */
.blog {width:800px; float:left; clear:left; height:500px; overflow-y:scroll; overflow-x:hidden; padding:0px 10px; }

.blog .feedburnerFeedBlock
 {
 color:#666666;
 }

.blog .feedTitle
  {
  position: absolute;
  left: -1000px;
  top: 0px;
  width: 100px;
  height: 100px;
  }
  
.blog ul
  {
  }

.blog li
  {
  /*margin-left:24pt;*/
  margin-bottom:3em;
  list-style-type:none;
  }

.blog .headline
  {
  font-weight:bold;
  /*text-indent:-24pt;*/
  }

.blog .date
  {
  font-weight:100;
  font-size:smaller;
  text-align:left;
  /*text-indent:-24pt;*/
  }
  

.blog a { text-decoration: none; }
.blog a:link {color: #000000}     /* unvisited link */
.blog a:visited {color: #000000}  /* visited link */
.blog a:hover {color: #99ff33}   /* mouse over link */
.blog a:active {color: #99ff33}   /* selected link */

#creditfooter, .creditfooter
  {
  position: absolute;
  left: -1000px;
  top: 0px;
  width: 100px;
  height: 100px;
  }

