?>
						<?php 
            the_category(__('Posted in %s', 'responsive') . ', ');
            ?>
					</div><!-- end of .post-data -->
				<?php 
        }
        ?>

				<div class="post-edit"><?php 
        edit_post_link(__('Edit', 'responsive'));
        ?>
</div>

				<?php 
        responsive_entry_bottom();
        ?>
			</div><!-- end of #post-<?php 
        the_ID();
        ?>
 -->
			<?php 
        responsive_entry_after();
        ?>

			<?php 
        responsive_comments_before();
        ?>
			<?php 
        comments_template('', true);
        ?>
<?php } else { ?>

<?php the_content('Read more...'); ?>


<?php }
?>
                    
                    
					
				</div>
				<!-- end of .post-entry -->

				<?php get_template_part( 'post-data' ); ?>

				<?php responsive_entry_bottom(); ?>
			</div><!-- end of #post-<?php the_ID(); ?> -->


		<?php
		endwhile;
		get_template_part( 'loop-nav' );
	else :
		get_template_part( 'loop-no-posts' );
	endif;
	?>

</div><!-- end of #content-full -->
<?php get_footer(); ?>