.weblog
{
  font-size   : 1.0em;
  font-weight : normal;
  margin      : 0 0 1.0em 0;
  position    : relative;
}

.weblog_subscribe
{
  float       : right;
  margin      : 0.25em 0 0.25em 1em;
  position    : relative;
  z-index     : 1;
}
.weblog_subscribe .feed_icon
{
  margin-top  : -8px;
  top         : 50%;
  position    : absolute;
}
.weblog_subscribe .feed_link {
  margin-left : 20px;
}

.weblog_entry
{
  font-weight : normal;
  margin      : 0 0 0.5em 0;
  position    : relative;
}
.weblog_entry a
{
  text-decoration: none;
}
.weblog_entry a:hover
{
  text-decoration: underline;
}
.weblog_entry .weblog_title
{
  font-size   : 1.4em;
  font-weight : bold;
  position    : relative;
}
.weblog_entry .weblog_date
{
  font-size   : 0.8em;
  font-style  : italic;
  position    : relative;
}
.weblog_entry .previous
{
  float       : left;
  font-weight : bold;
  margin      : 0 0 0 -1px; /* (fix for IE6 to prevent content expansion) */
  padding     : 0;
  text-align  : left;
  width       : 50%;
}
.weblog_entry .next
{
  float       : right;
  font-weight : bold;
  margin      : 0 -1px 0 0; /* (fix for IE6 to prevent content expansion) */
  padding     : 0;
  text-align  : right;
  width       : 50%;
}
.weblog_entry .more
{
  display     : block;
  text-align  : right;
}

.weblog_entry .weblog_body
{
  padding     : 0.5em 0 0.5em 0;
  position    : relative;
}
.weblog .weblog_entry .weblog_body
{
  padding     : 0.5em 0 0.5em 0.75cm;
}

.weblog_categories,
.weblog_categories ul
{
  list-style  : none;
  margin      : 0;
  padding     : 0;
  position    : relative;
}
.weblog_categories ul
{
  margin-left : 0.20in;
}
.weblog_categories li
{
  margin      : 3px 0;
  padding     : 0;
}
.weblog_categories li input[type=checkbox]
{
  margin      : 0 6px 0 3px;
  padding     : 0;
}

.weblog_entry-clear
{
/* "clear-both" */
  overflow    : hidden;
  visibility  : hidden;
  width       : 100%;
}
.weblog_entry_controls
{
/* "clear-both" */
  margin      : 0 0 1em 0;
  overflow    : hidden;
  width       : 100%;
}

.weblog_entry-photo-photo
{
  float           : right;
  margin          : 10px 0 10px 20px;
  position        : relative;
  z-index         : 1;
}
.weblog_entry-photo-thumb
{
  float           : right;
  margin          : 0 0 10px 20px;
  position        : relative;
  z-index         : 1;
}
