Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.19
diff -u -p -r1.19 style.css
--- themes/bartik/css/style.css	2 Oct 2010 01:42:53 -0000	1.19
+++ themes/bartik/css/style.css	2 Oct 2010 03:28:27 -0000
@@ -463,7 +463,7 @@ h1#site-name,
   font-size: 1.643em;
   font-weight: normal;
   line-height: 1.4;
-  padding: 50px 0 45px;
+  padding: 20px 0 45px;
   margin: 0;
   background: #f0f0f0;
   border-bottom: 1px solid #e7e7e7;
Index: themes/bartik/templates/page.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/templates/page.tpl.php,v
retrieving revision 1.5
diff -u -p -r1.5 page.tpl.php
--- themes/bartik/templates/page.tpl.php	9 Sep 2010 15:27:08 -0000	1.5
+++ themes/bartik/templates/page.tpl.php	2 Oct 2010 03:28:28 -0000
@@ -166,9 +166,9 @@
   <?php endif; ?>
 
   <?php if ($page['featured']): ?>
-    <div id="featured" class="section clearfix">
+    <div id="featured"><div class="section clearfix">
       <?php print render($page['featured']); ?>
-    </div> <!-- /#featured -->
+    </div></div> <!-- /.section, /#featured -->
   <?php endif; ?>
 
   <div id="main-wrapper" class="clearfix"><div id="main" class="clearfix">
