?>
    <?php 
if ('flight' == get_post_type()) {
    $tags_list = get_the_term_list($id, 'flight_tag', '', __(', ', 'twentyeleven'));
    if ($tags_list) {
        if ($show_sep) {
            ?>
				<span class="sep"> | </span>
			<?php 
        }
        // End if $show_sep
        ?>
			<span class="tag-links">
                <?php 
        printf(__('<span class="%1$s">Tagged:</span> %2$s', 'twentyeleven'), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list);
        $show_sep = true;
        ?>
            </span>
		<?php 
    }
    // End if $tags_list
}
// End if flight
gus_content_nav('nav-bottom');
?>
	<hr>
</article><!-- #post-<?php 
the_ID();
?>
 -->
<?php 
            ?>
"><?php 
            the_title();
            ?>
</a>
									<time datetime="<?php 
            the_time('c');
            ?>
" pubdate="pubdate"><?php 
            the_date('Y M d');
            ?>
</time>
								</li>
							<?php 
        }
        ?>
						</ul>
					<?php 
    }
    ?>
					<?php 
}
?>
					<?php 
gus_content_nav('nav-below');
?>
				</div>
			</div>
		</div>
<?php 
get_footer();