Index: themes/bartik/css/ie6.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/ie6.css,v
retrieving revision 1.2
diff -u -p -r1.2 ie6.css
--- themes/bartik/css/ie6.css	2 Sep 2010 20:43:18 -0000	1.2
+++ themes/bartik/css/ie6.css	2 Oct 2010 00:23:32 -0000
@@ -12,3 +12,11 @@
 #block-search-form .form-item-search-block-form input {
   width: 67%;
 }
+.node-sticky {
+  background: transparent;
+  border: none;
+  padding: 0 0 15px;
+}
+.node-teaser {
+  border-bottom: 1px solid #d3d7d9;
+}
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.18
diff -u -p -r1.18 style.css
--- themes/bartik/css/style.css	1 Oct 2010 07:05:22 -0000	1.18
+++ themes/bartik/css/style.css	2 Oct 2010 00:23:32 -0000
@@ -481,7 +481,7 @@ h1#site-name,
 /* ----------------- Content ------------------ */
 
 .content {
-  margin-top: 1em;
+  margin-top: 10px;
 }
 #preview #preview-block-system-main {
   line-height: 1.5;
@@ -511,6 +511,12 @@ h1#page-title,
   margin-bottom: 30px;
   padding-bottom: 15px;
 }
+.node-teaser.node-sticky {
+  background: #f9f9f9;
+  background: rgba(0, 0, 0, 0.024);
+  border: 1px solid #d3d7d9;
+  padding: 0 15px 15px;
+}
 .node-teaser .content {
   color: #3b3b3b;
   clear: none;
@@ -620,11 +626,13 @@ ul.links {
 }
 
 /* ------------------ Sidebar ----------------- */
-
+.sidebar .section {
+  padding-top: 10px;
+}
 .sidebar .block {
   border: 1px solid;
   padding: 15px 20px;
-  margin: 20px 0;
+  margin: 0 0 20px;
 }
 .sidebar h2,
 #preview .sidebar h2 {
