I really liked this theme, but there was a problem with the single.php file (for displaying an individual post). I had to comment out as follows at the end of that file:
<div class="wordpress-link">Powered by <a href="http://wordpress.org" alt="WordPress">WordPress</a></div>
</div>
<!--</div> CM COMMENTED OUT HERE -->
</div><!--/left-col -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>