echo ' wrap';
}
?>
" style="border-bottom-color:<?php 
echo $cb_page_base_color;
?>
;">
            <h1 id="cb-cat-title"><?php 
echo the_title();
?>
</h1>
    </div>
    
	<div id="cb-content" class="wrap clearfix">
    
	    <div id="main" class="entry-content cb-about-page cb-full-width wrap clearfix" role="main">
                
<?php 
while (have_posts()) {
    the_post();
    the_content();
}
echo cb_author_list(true);
?>
	    </div> <!-- end #main -->
	    
	</div> <!-- end #cb-inner-content -->
    
            
<?php 
get_footer();
        
	<div id="cb-content" class="wrap clearfix">
	  
	    <div id="main" class="cb-main cb-module-block cb-about-page clearfix" role="main">
	      	<?php 
cb_breadcrumbs();
?>
 
	        <div class="cb-module-header cb-category-header">
	               <h1 class="cb-module-title"><?php 
the_title();
?>
</h1>
	        </div>
<?php 
while (have_posts()) {
    the_post();
    the_content();
}
echo cb_author_list();
?>
	    </div> <!-- end #main -->

	    <?php 
get_sidebar();
?>
	    
	</div> <!-- end #cb-inner-content -->
            
<?php 
get_footer();