<?php get_header(); ?>
<div id="content" class="wrap group">
	<div id="content_main">
	<?php if (have_posts()) : ?>
		<?php while (have_posts()) : the_post(); ?>
		<div id="breadcrumb"><a href="<?php echo home_url('/'); ?>" title="<?php _e('Back to ', 'greenhope'); ?><?php bloginfo('name'); ?>" class="home_link"><?php _e('Home', 'greenhope'); ?></a> &gt; <?php the_category('&amp;') ?> &gt; <?php the_title(); ?></div>
		<div  <?php post_class('article'); ?> id="post-<?php the_ID(); ?>">
			<div class="post_date"><?php greenhope_posted_on(); ?></div>
			<h1 class="post_title"><?php the_title(); ?></h1>
			<div class="post_meta"><span class="comments"><?php comments_popup_link(__('Add a Comment', 'greenhope'), __('1 Comment', 'greenhope'), __('% Comments', 'greenhope')); ?></span>[<?php _e('Author: ', 'greenhope'); ?><?php the_author_posts_link() ?> <?php _e('Category: ', 'greenhope'); ?><?php the_category(', ') ?> <?php edit_post_link(__('Edit', 'greenhope'), '(', ')'); ?>]</div>
			<div class="entry group">
				<?php the_content(__('More &raquo;', 'greenhope')); ?>
				<?php wp_link_pages('before=<p class="link_pages">'); ?>
			</div>
			<?php the_tags(__('<div class="post_tag">Tags: ', 'greenhope'), ', ', '</div>'); ?>
			<div class="post_nav group">
				<div class="alignleft"><?php previous_post_link('&laquo; %link') ?></div>
				<div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
			</div>
			<div class="respond"><?php comments_template(); ?></div>
		</div>
		<?php endwhile; else : ?>
		<div class="article error group">
			<h2 class="posttitle"><?php _e('Not Found', 'greenhope'); ?></h2>
			<div class="entry group">
				<p class="center"><?php _e('Sorry, but you are looking for something that isn\'t here.', 'greenhope'); ?></p>
			</div>
		</div>
	<?php endif; ?>
	</div>
	<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>