Almost Ismael - The navigation did move, but I received an error. See screenshot posted here:
http://lsnewsletters.com/screenshots/Propulsion1.jpg
Also - any ideas on changing the left hand links to "back" links and removing the category links?
Below I've pasted the section of Code I modified:
<?php echo "<div class='nine units'>"; ?>
<div class='post_nav'>
<div class='previous_post_link_align'>
<?php previous_post_link('<span class="previous_post_link">← %link </span><span class="post_link_text">'.__('(previous item)','avia_framework'))."</span>"; ?>
</div>
<div class='next_post_link_align'>
<?php next_post_link('<span class="next_post_link"><span class="post_link_text">'.__('(next item)','avia_framework').'</span> %link →</span>'); ?>
</div>
</div> <!-- end navigation -->
if(avia_post_meta('hero'))
{
echo "<div class='hero-text entry-content'>";
the_excerpt();
echo "<span class='seperator extralight-border'></span>";
echo "</div>";
}
//display the actual post content
the_content(__('Read more →','avia_framework'));
echo avia_flag(false);
?>
</div> <!-- end nine units -->
</div>
</div><!--end post-entry-->