Index: wp-content/themes/twentythirteen/page.php
===================================================================
--- wp-content/themes/twentythirteen/page.php	(revision 23455)
+++ wp-content/themes/twentythirteen/page.php	(working copy)
@@ -20,13 +20,13 @@
 			<?php while ( have_posts() ) : the_post(); ?>
 
 				<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
-					<?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
-					<div class="entry-thumbnail">
-						<?php the_post_thumbnail(); ?>
-					</div>
-					<?php endif; ?>
-
 					<header class="entry-header">
+						<?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
+						<div class="entry-thumbnail">
+							<?php the_post_thumbnail(); ?>
+						</div>
+						<?php endif; ?>
+						
 						<h1 class="entry-title"><?php the_title(); ?></h1>
 					</header>
 
