.article p:first-letter {
  margin-left: 20px;
}
#body .article
{
  padding: 0 15px;
  line-height: 22px;
  border-bottom: none;
}
#body .article .description
{
  padding-bottom: 5px;
}
#body .article .description h1,
#body .article .description h2,
#body .article .description h3,
#body .article .description h4,
#body .article .description h5,
#body .article .description h6
{
  color: #759253;
  font-weight: bold;
  text-decoration: underline;
}
#body .article .description h1
{
  font-size: 20px;
  margin: 27px 0;
}
#body .article .description h2
{
  font-size: 18px;
  margin: 24px 0;
}
#body .article .description h3
{
  font-size: 16px;
  margin: 21px 0;
}
#body .article .description h4
{
  font-size: 14px;
  margin: 18px 0;
}
#body .article .description h5
{
  font-size: 12px;
  margin: 15px 0;
}
#body .article .description h6
{
  font-size: 11px;
  margin: 12px 0;
}
.comment_form button
{
  float: left;
  
}
#login_form
{

  
  margin-top: 15px;
}
#again_btn
{
  display: block;
  position: relative;
  left: 70px;
  top: -20px;
}
.spinner2
{
  display: none;
  float: left;
  background: url(/images/olivespinner2.gif) center center no-repeat ;
  height: 32px;
  width: 32px;
  margin: 0px 8px;
}
.loginmsg
{
  display: none;
  line-height: 35px;
  font-size: 12px;
  float: left;
  font-weight: bold;
  margin-left: 15px;
  background: #A50700;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 0 10px;
  display: block;
  color: white;
}
.spinner
{
  display: none;
  float: left;
  background: url(/images/olivespinner.gif) no-repeat;
  height: 32px;
  width: 32px;

  margin: 8px;
}
#login_btn
{
  float: left;
}
#blogdesc
{
  font-size: 12px;
}
#feed_container
{
  margin-top: 20px;
}
.entry
{
  font-size: 12px;
  padding-left: 25px;
  background: url(/images/blog.png) left 1px no-repeat;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.entry .title
{
  
}
.article #author
{
  line-height: 58px;
  font-size: 18px;
}
.article #author .photo
{
  padding: 2px;
  width: 48px;
  height: 48px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background: #383322;
}
.article #author img
{
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  width: 48px;
  height: 48px;
}
.article #author img
{
  float: left;
  margin-right: 15px;
  
}

.article #author .username
{
  font-size: 18px;
  font-weight: normal;
}
.entry .date
{
  font-size: 10px;
}
.admin_link
{
  display: block;
  float: none !important;
  height: 10px;
  width: 10px;
  background-position: center center;
  margin: 0 3px;
}
#adminbar
{
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 11px;
}
#adminbar a
{
  color: #BB2F1B;
  
  margin-right: 15px;
}
#adminbar a:hover
{
  color: #c54740;
}
#adminbar .admin_link
{
  display: inline;
  padding: 0;
  width: auto !important;
}
#adminbar .admin_link span
{
  display: inline !important;
}
.comments .admin_link
{
  color: #BB2F1B;
  display: inline;
  margin-right: 10px;
}
#adminbar .edit_link
{
  background: url(/images/icons/pencil_small.png) no-repeat;
  padding-left: 17px;
  
}
#adminbar .manage_link
{
  background: url(/images/icons/cog_small.png) no-repeat;
  padding-left: 17px;
  
}
#adminbar .list_link
{
  background: url(/images/icons/bullets_small.png) no-repeat;
  padding-left: 17px;
  
}
#adminbar .user_link
{
  background: url(/images/icons/user_small.png) no-repeat;
  padding-left: 17px;
  
}
#adminbar .delete_link
{
  background: url(/images/icons/cross_small.png) no-repeat;
  padding-left: 17px;
  
}
#adminbar .adminbartitle
{
  font-weight: bold;
  color: #ccc;
  margin-right: 15px;
}