    body{
      margin: 0;
      padding: 0;
      color: #2a3e69;
      text-align: center;
      font: normal 12px "Helvetica","Arial",sans-serif;
      background: #649ad2 url("images/bg-1.png") fixed center repeat-y;
    }
    a img{
      border: 0;
    }
    p{
      margin: 0;
    }
    a,a:visited,a:link,h1,h2,h3,h4,h5{
      color: #2b3f6a;
    }
    div#main-container{
      margin: 0 auto;
    }
    div#content-container{
      margin: 0 auto;
      position: relative;
      top: -3px;
      width: 910px;
      background: transparent url("images/bg-2.png") repeat-y;
    }
    div#sidebar-container{
      float: right;
      width: 343px;
      margin-right: 5px;
    }
    div#sidebar-content{
      width: 260px;
      float: right;
      text-align: left;
      
    }
    div#sidebar{
      padding-left: 10px;
      padding-right: 10px;
    }
    a#book-lead{
      position: relative;
      top: -50px;
    }
    div#footer{
      clear: both;
      color: #fff;
      background: transparent url('images/footer.png') no-repeat;
      line-height: 34px;
      text-align: left;
      padding-left: 20px;
    }
    ul#sidebar-links{
      zoom: 1;
      margin: 0;
      padding: 0;
      margin-top: -40px;
      margin-bottom: 20px;
    }
    ul#sidebar-links li{
      list-style: circle inside;
      padding-left: 15px;
      line-height: 24px;
      background-image: url('images/back-link-inactive.png');
    }
    ul#sidebar-links li.active{
      list-style: disc inside;
      background-image: url('images/back-link-active.png');
    }
    ul#sidebar-links li a{
      font-family: "Georgia","Times New Roman",serif;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
    }
    div#posts-container{
      float: left;
      margin-left: 20px;
      line-height: 1.3em;
      width: 520px;
      text-align: left;
      padding-left: 15px;
    }
    ul#profiles{
      list-style: none;
      margin: 0;
      margin-bottom: 20px;
      padding: 0;
    }
    ul#profiles li{
      display: block;
      height: 89px;
      padding-top: 15px;
      background: transparent url('images/back-prof.png') repeat-x;
    }
    ul#profiles li img.profile{
      float: left;
      padding-left: 15px;
    }
    ul#profiles li h3{
      font: bold 14px "Georgia","Times New Roman",serif;
      margin: 0;
      margin-left: 100px;
      margin-right: 10px;
      border-bottom: 1px solid #c0dfea;
    }
    div.post-title{
      margin-bottom: 10px;
    }
    div.post-title h2{
     border-bottom: 1px solid #5876ac; 
     margin: 0px;
     padding-bottom: 2px;
    }
    div.post-title h2 a{
      font-family: "Georgia","Times New Roman",serif;
      text-decoration: none;
    }
    div.post-title span{
      line-height: 20px;
      font-size: 10px;
    }
    div.post-title span a{
      font-weight: bold;
      text-decoration: none;
    }
    div.post{
      margin-bottom: 30px;
    }
    span.post-comments{
      background-color: #e5f1f9;
      padding-right: 10px;
      float: right;
    }
    span.post-comments img{
      padding-left: 5px;
      padding-right: 5px;
      vertical-align: middle;
    }
    span.post-cat{
      padding-left: 10px;
    }
    div.entry{
      padding-bottom: 10px;
      border-bottom: 1px solid #bbc5db;
    }
    div#comments-container ol, div#comments-container ol li{
      list-style: none;
      margin: 0;
      padding: 0;
    }
    div#comments-container ol li p{
      padding-left: 20px;
      padding-bottom: 20px;
    }
    div#comments-container ol li small a{
      text-decoration: none;
    }
     div#comments-container ol li cite{
       font-weight: bold;
       font-style: normal;
     }
     img.small-icon{
       margin-left: 5px;
       margin-top: 5px;
     }
     #posts-container p{
       margin-bottom: 14px     
     }