/* BLOG STYLE */
div#blog-main
{
  overflow: auto;
  xbackground: #BDCFC5;
  background: url('../gif/blog-bar.gif') repeat-y right #fff;
}

div#blog-side-bar
{
  background: #BDCFC5;
  width: 180px;
  float: right;
}

div#blog-side-bar ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

div#blog-side-bar h2
{
  font-size: 15px;
  padding-top: 10px;
}

li.widget
{
  padding-top: 12px;
  text-align: center;
  background: #A0BFAF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-top: solid 20px #BDCFC5;
}

li.widget ul
{
  xbackground: #BDCFC5;
}

li.widget_search
{
  border-top: none;
  padding-top: 0px !important;
}

li.widget form div
{
  text-align: left;
  color: #5D7F6E;
  background: #D6E2DC;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  border-bottom: solid 5px #BDCFC5;
  padding-bottom: 5px;
}

li.widget form label
{
  display: block;
  padding: 12px 0px 8px 0px;
  text-align: center;
  background: #A0BFAF;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

li.widget form div input#s
{
  width: 110px;
  margin-left: 5px;
}

li.widget form div input#searchsubmit
{
  font-size: 12px;
  padding: 0px;
  width: 50px;
  background-color: rgb(126, 161, 143);
  border: outset 1px rgb(126, 161, 143);
  color: #fff;
}

li.widget ul
{
  padding-top: 10px !important;
}

li.widget a
{
  width: 150px;
  height: 22px;
  text-align: left;
  display: inline-block;
  color: #5D7F6E;
  background: url('../gif/small_logo.gif') no-repeat left #D6E2DC;
  text-decoration: none;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  padding-top: 4px;
  border-top: solid 5px #BDCFC5;
}

li.widget_links a
{
  padding-top: 6px;
  height: 20px;
  font-size: 11px;
}

li.widget a:visited
{
  color: #5D7F6E;
  text-decoration: none;
}

li.widget a:hover
{
  background-color: #E9EFEC;
  color: #5D7F6E;
  text-decoration: none;
}

li.widget a:active
{
  color: #5D7F6E;
  text-decoration: none;
}

div.storycontent p
{
  font-size: 12px !important;
}

/************************** POSTS *******************************/
div#posts
{
  width: 670px;
  background: #fff;
}

div#blog-main h3.storytitle
{
  color: rgb(114, 149, 131);
  font-weight: normal;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 0px 2px 0px;
}

div#blog-main div.date
{
  padding-bottom: 10px;
}

div#blog-main div.post
{
  padding: 7px 10px;
  overflow: auto;
}

div#blog-main div.post div.meta
{
  float: right;
}

div#blog-main div.post div.feedback
{
  padding: 10px 0px;
  height: 16px;
  border-bottom: dashed 1px #BDCFC5;
}

/************ COMMENTS *****************/
div.comments
{
  padding: 7px 10px;
}

div.comments ol#commentlist
{
  list-style-type: none;
}

div.comments li.comment
{
  background: #f9f9f9;
  border: solid 1px #ddd;
  margin: 10px;
  padding: 5px;
}

div.comments li.comment p
{
  margin-top: 0px;
  margin-bottom: 10px;
}

div.comments li.comment p cite
{
  xdisplay: block;
  xmargin-top: 10px;
}

div#comment-form
{
  width: 500px;
  height: 350px;
  padding-top: 25px;
  margin: auto;
}

div#comment-form  textarea
{
  width: 494px;
  padding: 3px;
  font-family: arial, helvetica, sans-serif;
}

div#comment-form input#submit
{
  font-size: 12px;
  padding: 1px;
  float: right;
  xwidth: 50px;
  background-color: rgb(126, 161, 143);
  border: outset 1px rgb(126, 161, 143);
  color: #fff;
}