#page h1 { display: none; }
#sidebar { display: none; }
#clientContent { margin-top: 2px; }

#bread {  }
#bread ul { 
  padding: 5px; 
}
#bread ul li{
  display: inline;
}
#bread ul li span{
  color: #c10c0c; 
  font-weight: bold; 
  font-size: 16px; 
  text-decoration: none; 
}
#bread ul li a { 
  color: #c10c0c; 
  font-weight: bold; 
  font-size: 16px; 
  text-decoration: none; 
}

div.clearBoth { clear:both; }


/* RSS */
#rss-feed-image {
height:20px;
background:transparent;
}


/* sidebar ------------------------------------------ */
#sidebar-wrapper{
  width: 192px;
  position: absolute;
  right: 11px;
  top:199px;
  /*top:99px;*/
}

* html #sidebar-wrapper{
  right: 1px;
  top:99px;
}

#categories-wrapper h3, 
#archivedPosts-wrapper h3{
  width: 190px;
  background: #000;
  color: #fff;
  padding: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
#categories-list, #sidebarArchived-posts-list{
  width: 190px; 
  padding: 6px;
}
#categories-list li, #sidebarArchived-posts-list li{
  padding-bottom: 6px;
}
#categories-list li a, #sidebarArchived-posts-list li a{
  font-size: 12px; 
  color: #000;
  display: block;
}

#sidebar2-wrapper{
  padding: 6px;
}
   


/* posts ------------------------------------------ */
#posts-wrapper{
  width: 715px;
}

div.post{
  width: 715px;
  padding: 5px;
  padding-bottom: 20px;
  font-size: 12px; 
  line-height: 14px;
}

div.post div.post-body{
  padding-top: 5px;
}

div.post div.post-author{ 
  padding-top: 10px; 
  padding-bottom: 6px; 
  font-size: 12px; 
}
div.post h3{ 
  color: #0066cc; 
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #0066cc;
}
    
    
    
    
    
div.blog_category h3.title{ display: none; }    

div.post-body ul {
  margin-left: 25px;
  list-style-type: disc;
} 

div#content-inside { 
  text-align: left; 
  padding-bottom: 270px;
}
