/* stylesheets for blog related page
   entries page [index]
   comment page
   comment-preview */

/* secondary content area formating */

#pid_blog #contentsec li {
  font-size: 85%;
  .font-size: 80%; /*IE6 hack*/
}


/* entries header & text */
#pid_blog h2.btitle {
  padding-left: 0;
  border-bottom: 1px solid #444;
}
#pid_blog h2.btitle a{
  text-decoration: none;
}

#content h2.btitle span{
 font-size: 80%;
 color: #888;
}

#content h3{margin-top: 0;}

#pid_blog #content p.bauthor {
  font-size: 80%;
  color: #888;
  margin-top: 0;
}

/* entries - bottom line for each entry */
#pid_blog #content div.bposted p{
  font-size: 80%;
  color: #888;
}

#content p span.bposted_more {
  float: right;
  text-align: right;
}

/* for smileys in text */
#content p img {
  padding: 0;
  background-color: transparent;
}

/* entries - pagination */
#pid_blog div.paginate {
  margin-top: 2em;
  text-align: center;
}


/* section/columns at page bottom for displaying the entries
  in various orders [recent/viewed/commented*/
#content #bposts {
  font-size: 90%;
  margin: 2em 15px 0 15px;
  border-top: 1px solid #a00;
  border-top-style: ridge;
}
#content #bposts h3 {margin-left: 0;}

#content #bposts p, #content #bposts li {
  font-size: 90%;
  text-decoration: none;
  list-style: none;
  margin-left: 15px;
  list-style-position: outside;
}

#bpost_group1 {width: 50%; float: left;}
#bpost_group2 {width: 49.9%; float: left;}


/* monthly archives section */
#content #barchives {
  font-size: 90%;
  margin: 2em 15px 0 15px;
  border-top: 1px solid #a00;
  border-top-style: ridge;
}

#content #barchives p {
  font-size: 90%;
  margin-left: 15px;
  .margin-left: 7px; /*IE6 hack */
  padding-left: 0;
  position: relative;
  width: 25%;
  float: left;
}


/* COMMENT PAGE - author & text */
#content div.b_en1 p, #content div.b_en2 p {
  font-size: 85%;
}

#content h2.ben_title span{
 font-size: 80%;
 color: #888;
}
#content p.ben_posted{   /* author of parent post */
  text-align: center;
  font-size: 80%;
  font-style: italic;
  margin-bottom: 0;
  padding: 0;
  color: #888;
}

#content p.ben_com_by {  /* author of comment */
  font-size: 80%;
  font-style: italic;
  margin: 0.2em 30px;
  padding: 0.5em 0 0 0;
  border-bottom: 1px solid #444;
}
#content div.ben_com_text {padding-bottom: 1em;} /*comment */

/* comment - submission form */
#content input.button {
  margin-left: 30px;
}



/* Content secondary - categories */
#contentsec #blog_cats ul li {
  display: inline;
}

