/**
 * blog.css file
 *
 * @copyright Doctor Net Ltd &copy; 2009
 */
      
#content_primary {
   background: none;
   display: inline;
   float: left;
   margin: 0 2px 0 2px;
   width: 759px;
   }

#content_secondary {
   display: none;
   }
   
#content_tertiary {
   background: none;
   display: inline;
   float: left;
   padding: 0;
   width: 232px;      
   }    
   
.article {
   margin-bottom: 30px;
   }
   .article_info {
      font-style: italic;
      }

p.view_detail {
   background: #FFFFCC;
   border: 1px solid #ccc;
   font-style: italic;
   padding: 2px;
   text-align: right;
   }
   
  
   
#content_tertiary .blog_section {
   border: 1px solid #ccc;
   margin-bottom: 10px;
   }
   #content_tertiary .blog_section h3 {
      background: #CCC;
      color: #333;
      margin: 0;
      padding: 2px;
      }      
   #content_tertiary .blog_section p {
      margin: 0;
      padding: 3px;
      }
      

   #content_tertiary .blog_section p.latest_post_date {
      padding-bottom: 0;
      }   
   #content_tertiary .blog_section p.latest_post_title {
      padding-top: 0;
      }