
#static_with_sidebar {   width: 490px !important; }

#sidebar { width: 215px !important; }


#posts {

  list-style-type: none;

  list-style-position: outside;
  
  background: #efefef;
  
  border-top: 4px solid #efefef; 
  
  border-bottom: 4px solid #efefef;
  
  padding-bottom: 12px;
}

    #posts .entry {
    
      margin: 25px;

      
/*      border-top: 2px solid #CBC469;
      
      border-right: 8px solid #CBC469;
*/
      border-top: 1px solid #ccc;
      
      border-right: 1px solid #ccc;
      
      padding: 12px 12px 25px 12px;
      
      background: url(/img/blog/bg_entry.jpg) no-repeat bottom right #fff;
    }
    
    
    #posts em, #entry em {
    
      display: block;
      
      margin: .5em 0;
    }
    
    .post_body {
    
      margin-bottom: 2em;
      
    }
    
    .post_body ol {
    
      list-style-position: inside;
    }
    
    .post_body ul {
    
      list-style-position: outside;
      
      list-style-type: disc;
      
      margin: 1em 0 1em 25px;
    }
    
        .post_body p {
        
          margin: 1em 0;
          
        }

.permalink {

  padding-right: 1em;
  
}

.post_cat {

  text-align: right;
  
}