?>
			<?php 
if (anno_has_acknowledgements()) {
    ?>
				<section class="sec" id="acknowledgements">
					<h1><span><?php 
    _e('Acknowledgements', 'anno');
    ?>
</span></h1>
					<?php 
    anno_the_acknowledgements();
    ?>
				</section>
			<?php 
}
?>
			<?php 
anno_the_appendices();
?>
			<?php 
anno_the_references();
?>
		</div><!--/.content-->
	</div><!--/.main-->
	<footer class="footer">
		<?php 
anno_the_terms('article_tag', '<dl class="kv"><dt>' . __('Tags:', 'anno') . '</dt> <dd class="tags">', ' <span class="sep">&middot;</span> ', '</dd></dl>');
//the_tags('<dt>'.__('Tags:', 'anno').'</dt> <dd class="tags">', ' <span class="sep">&middot;</span> ', '</dd>');
?>
	</footer><!-- .footer -->
</article>
    ?>
</p>
			<?php 
}
?>
		</div>
		<div class="meta">
			<time class="published" pubdate datetime="<?php 
the_time('c');
?>
"><?php 
the_time('F j, Y');
?>
</time>
			<?php 
anno_the_terms('article_category', '<span class="article-categories"> <span class="sep">&middot;</span> ', ',', '</span>');
?>
		</div>
	</header>
	<div class="content entry-summary">
		<?php 
if (has_post_thumbnail()) {
    ?>
			<a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail('post-excerpt');
    ?>
</a>
		<?php