</div> <!-- /post-excerpt -->

<div class="post-meta">

	<?php 
if ('espresso_events' == get_post_type() && is_front_page() && function_exists('espresso_event_date')) {
    ?>
				<a class="post-date" href="<?php 
    the_permalink();
    ?>
" title="<?php 
    the_title();
    ?>
"><?php 
    espresso_event_date('', '', get_the_ID());
    ?>
</a>
	<?php 
} elseif ('espresso_events' == get_post_type() && !is_front_page()) {
} elseif ('espresso_venues' == get_post_type()) {
} else {
    ?>
				<a class="post-date" href="<?php 
    the_permalink();
    ?>
" title="<?php 
    the_title();
    ?>
"><?php 
    the_time(get_option('date_format'));
	
<a href="<?php 
the_permalink();
?>
" title="<?php 
the_title_attribute();
?>
" class="post-header section medium-padding">
	
	<div class="post-meta-top">
	
		<?php 
if ('espresso_events' == get_post_type() && is_front_page()) {
    _e('Event', 'radcliffe');
} elseif ('espresso_events' == get_post_type() && !is_front_page()) {
    espresso_event_date();
} elseif ('espresso_venues' == get_post_type()) {
    echo radcliffe_ee_venue_city_state();
} else {
    the_time(get_option('date_format'));
}
?>
		
		<?php 
if (comments_open()) {
    echo '<span class="sep">/</span> ';
    if (is_single()) {
        comments_popup_link('0 comments', '1 comment', '% comments', 'post-comments');
    } else {
        comments_number('0 comments', '1 comment', '% comments');
    }