Thanks, James! I think I have it figured out from your two links:
I simpliy changed:
<?php the_excerpt(); ?> to
<?php the_content( $more_link_text, $strip_teaser, $more_file ); ?>
on the single.php file. So far it looks good. Is there any issues that I should be aware of if I make this change?