diff -upN zen-DRUPAL-6--2/STARTERKIT/css/block-editing.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/block-editing.css
--- zen-DRUPAL-6--2/STARTERKIT/css/block-editing.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/block-editing.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,27 +0,0 @@
-/* $Id: block-editing.css,v 1.3 2009/11/05 14:01:26 johnalbin Exp $ */
-
-/**
- * @file
- * Zen's rollover edit links for blocks.
- */
-
-
-div.block.with-block-editing {
-  position: relative;
-}
-
-div.block.with-block-editing div.edit {
-  display: none;
-  position: absolute;
-  right: 0; /* LTR */
-  top: 0;
-  z-index: 40;
-  border: 1px solid #eee;
-  padding: 0 2px;
-  font-size: 0.75em;
-  background-color: #fff;
-}
-
-div.block.with-block-editing:hover div.edit {
-  display: block;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/block-editing-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/block-editing-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/block-editing-rtl.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/block-editing-rtl.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
-/* $Id: block-editing-rtl.css,v 1.2 2009/08/12 08:03:52 johnalbin Exp $ */
-
-/**
- * @file
- * RTL companion for the block-editing.css file.
- */
-
-
-div.block.with-block-editing div.edit {
-  left: 0;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/blocks.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/blocks.css
--- zen-DRUPAL-6--2/STARTERKIT/css/blocks.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/blocks.css	2010-08-21 18:18:31.000000000 +0000
@@ -90,3 +90,24 @@
 
 #block-user-3 /* "Who's online" block for a list of the online users */ {
 }
+
+
+/**
+ * Zen's rollover edit links for blocks.
+ */
+
+
+div.block.with-block-editing {
+  position: relative;
+}
+
+div.block.with-block-editing div.edit {
+  display: none;
+  position: absolute;
+  right: 0; /* LTR */
+  top: 0;
+  z-index: 40;
+  border: 1px solid #eee;
+  padding: 0 2px;
+  font-size: 0.75em;
+  b
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/blocks-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/blocks-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/blocks-rtl.css	1970-01-01 00:00:00.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/blocks-rtl.css	2010-08-21 18:15:23.000000000 +0000
@@ -0,0 +1,11 @@
+/* $Id: block-editing-rtl.css,v 1.2 2009/08/12 08:03:52 johnalbin Exp $ */
+
+/**
+ * @file
+ * RTL companion for the block-editing.css file.
+ */
+
+
+div.block.with-block-editing div.edit {
+  left: 0;
+}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/comments.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/comments.css
--- zen-DRUPAL-6--2/STARTERKIT/css/comments.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/comments.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,81 +0,0 @@
-/* $Id: comments.css,v 1.5 2009/11/01 20:54:20 johnalbin Exp $ */
-
-/**
- * @file
- * Comment Styling
- */
-
-
-#comments /* Wrapper for the list of comments and its title */ {
-  margin: 1em 0;
-}
-
-#comments .title /* Heading for the list of comments */ {
-}
-
-.comment /* Wrapper for a single comment */ {
-}
-
-.comment-preview /* Preview of the comment before submitting new or updated comment */ {
-}
-
-.comment.new /* A new comment since the user last viewed the page. */ {
-}
-
-.comment.first /* The first comment in the list of comments */ {
-}
-
-.comment.last /* The last comment in the list of comments */ {
-}
-
-.comment.odd /* An odd-numbered comment in the list of comments */ {
-}
-
-.comment.even /* An even-numbered comment in the list of comments */ {
-}
-
-.comment-unpublished /* Unpublished comments */ {
-  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
-}
-
-.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
-}
-
-.comment-by-anonymous /* A comment created by an anonymous user */ {
-}
-
-.comment-by-node-author /* A comment created by the node's author */ {
-}
-
-.comment-by-viewer /* A comment created by the current user */ {
-}
-
-.comment h3.title /* Comment title */ {
-}
-
-.new /* "New" marker for comments that are new for the current user */ {
-  color: #c00;
-}
-
-.comment .picture /* The picture of the comment author */ {
-}
-
-.comment .submitted /* The "posted by" information */ {
-}
-
-.comment .content /* Comment's content wrapper */ {
-}
-
-.comment .user-signature /* The user's signature */ {
-}
-
-.comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
-}
-
-.indented /* Nested comments are indented */ {
-  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
-}
-
-.preview .comment /* Preview of the comment before submitting new or updated comment */ {
-  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
-}
Common subdirectories: zen-DRUPAL-6--2/STARTERKIT/css/CVS and NEW-zen-DRUPAL-6--2/STARTERKIT/css/CVS
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/fields.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/fields.css
--- zen-DRUPAL-6--2/STARTERKIT/css/fields.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/fields.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,46 +0,0 @@
-/* $Id: fields.css,v 1.3 2009/08/12 08:03:52 johnalbin Exp $ */
-
-/**
- * @file
- * Field Styling
- */
-
-
-/*
- * Field types
- */
-
-.field /* Wrapper for any CCK field. */ {
-}
-
-.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
-}
-
-.field-type-filefield /* Field from filefield module */ {
-}
-
-.field-type-nodereference {
-}
-
-.field-type-number-decimal {
-}
-
-.field-type-number-float {
-}
-
-.field-type-number-integer {
-}
-
-.field-type-text {
-}
-
-.field-type-userreference {
-}
-
-
-/*
- * Named fields
- */
-
-.field-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/forms.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms.css
--- zen-DRUPAL-6--2/STARTERKIT/css/forms.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,136 +0,0 @@
-/* $Id: forms.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
-
-/**
- * @file
- * Form Styling
- */
-
-
-.form-item,
-.form-checkboxes,
-.form-radios /* Wrapper for a form element (or group of form elements) and its label */ {
-  margin: 1em 0;
-}
-
-.form-item input.error,
-.form-item textarea.error,
-.form-item select.error /* Highlight the form elements that caused a form submission error */ {
-  border: 2px solid #c00;
-}
-
-.form-item label /* The label for a form element */ {
-  display: block;
-  font-weight: bold;
-}
-
-.form-item label.option /* The label for a radio button or checkbox */ {
-  display: inline;
-  font-weight: normal;
-}
-
-.form-required /* The part of the label that indicates a required field */ {
-  color: #c00;
-}
-
-.form-item .description /* The descriptive help text (separate from the label) */ {
-  font-size: 0.85em;
-}
-
-.form-checkboxes .form-item,
-.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
-  margin: 0.4em 0;
-}
-
-.form-submit /* The submit button */ {
-}
-
-.container-inline div,
-.container-inline label /* Inline labels and form divs */ {
-  display: inline;
-}
-
-.tips /* Tips for Drupal's input formats */ {
-}
-
-
-/*
- * Search (search-theme-form.tpl.php)
- */
-#search-box /* Wrapper for the search form */ {
-}
-
-#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
-  display: none;
-}
-
-
-/*
- * Search (search-block-form.tpl.php)
- */
-#search-block-form /* Wrapper for the search form */ {
-}
-
-#edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */ {
-  display: none;
-}
-
-
-/*
- * Drupal's default login form block
- */
-#user-login-form {
-  text-align: left; /* LTR */
-}
-
-
-/*
- * OpenID
- *
- * The default styling for the OpenID login link seems to assume Garland's
- * styling of list items.
- */
-
-#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
-  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
-}
-
-#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
-  margin-top: 1em;
-  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
-}
-
-#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
-  margin-top: 1em;
-}
-
-#user-login ul {
-  margin: 1em 0;
-}
-
-#user-login li.openid-link,
-#user-login li.user-link /* The OpenID links on the /user form. */ {
-  margin-left: -2em; /* LTR */ /* Un-do all of the padding on the ul list. */
-}
-
-
-/*
- * Drupal admin tables
- *
- * We overrode these styles in html-elements.css, but restore them for the admin
- * section of the site.
- */
-
-form tbody {
-  border-top: 1px solid #ccc;
-}
-
-form th,
-form thead th {
-  text-align: left; /* LTR */
-  padding-right: 1em; /* LTR */
-  border-bottom: 3px solid #ccc;
-}
-
-form tbody th {
-  border-bottom: 1px solid #ccc;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments.css
--- zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments.css	1970-01-01 00:00:00.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments.css	2010-08-21 18:46:49.000000000 +0000
@@ -0,0 +1,259 @@
+/* $Id: forms.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
+
+/**
+ * @file
+ * Form Styling
+ */
+
+
+.form-item,
+.form-checkboxes,
+.form-radios /* Wrapper for a form element (or group of form elements) and its label */ {
+  margin: 1em 0;
+}
+
+.form-item input.error,
+.form-item textarea.error,
+.form-item select.error /* Highlight the form elements that caused a form submission error */ {
+  border: 2px solid #c00;
+}
+
+.form-item label /* The label for a form element */ {
+  display: block;
+  font-weight: bold;
+}
+
+.form-item label.option /* The label for a radio button or checkbox */ {
+  display: inline;
+  font-weight: normal;
+}
+
+.form-required /* The part of the label that indicates a required field */ {
+  color: #c00;
+}
+
+.form-item .description /* The descriptive help text (separate from the label) */ {
+  font-size: 0.85em;
+}
+
+.form-checkboxes .form-item,
+.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
+  margin: 0.4em 0;
+}
+
+.form-submit /* The submit button */ {
+}
+
+.container-inline div,
+.container-inline label /* Inline labels and form divs */ {
+  display: inline;
+}
+
+.tips /* Tips for Drupal's input formats */ {
+}
+
+
+/*
+ * Search (search-theme-form.tpl.php)
+ */
+#search-box /* Wrapper for the search form */ {
+}
+
+#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
+  display: none;
+}
+
+
+/*
+ * Search (search-block-form.tpl.php)
+ */
+#search-block-form /* Wrapper for the search form */ {
+}
+
+#edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */ {
+  display: none;
+}
+
+
+/*
+ * Drupal's default login form block
+ */
+#user-login-form {
+  text-align: left; /* LTR */
+}
+
+
+/*
+ * OpenID
+ *
+ * The default styling for the OpenID login link seems to assume Garland's
+ * styling of list items.
+ */
+
+#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
+  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
+}
+
+#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
+  margin-top: 1em;
+  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
+}
+
+#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
+  margin-top: 1em;
+}
+
+#user-login ul {
+  margin: 1em 0;
+}
+
+#user-login li.openid-link,
+#user-login li.user-link /* The OpenID links on the /user form. */ {
+  margin-left: -2em; /* LTR */ /* Un-do all of the padding on the ul list. */
+}
+
+
+/*
+ * Drupal admin tables
+ *
+ * We overrode these styles in html-elements.css, but restore them for the admin
+ * section of the site.
+ */
+
+form tbody {
+  border-top: 1px solid #ccc;
+}
+
+form th,
+form thead th {
+  text-align: left; /* LTR */
+  padding-right: 1em; /* LTR */
+  border-bottom: 3px solid #ccc;
+}
+
+form tbody th {
+  border-bottom: 1px solid #ccc;
+}
+
+
+
+/**
+ * Field Styling
+ */
+
+
+/*
+ * Field types
+ */
+
+.field /* Wrapper for any CCK field. */ {
+}
+
+.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
+}
+
+.field-type-filefield /* Field from filefield module */ {
+}
+
+.field-type-nodereference {
+}
+
+.field-type-number-decimal {
+}
+
+.field-type-number-float {
+}
+
+.field-type-number-integer {
+}
+
+.field-type-text {
+}
+
+.field-type-userreference {
+}
+
+
+/*
+ * Named fields
+ */
+
+.field-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
+}
+
+
+/**
+ * Comment Styling
+ */
+
+
+#comments /* Wrapper for the list of comments and its title */ {
+  margin: 1em 0;
+}
+
+#comments .title /* Heading for the list of comments */ {
+}
+
+.comment /* Wrapper for a single comment */ {
+}
+
+.comment-preview /* Preview of the comment before submitting new or updated comment */ {
+}
+
+.comment.new /* A new comment since the user last viewed the page. */ {
+}
+
+.comment.first /* The first comment in the list of comments */ {
+}
+
+.comment.last /* The last comment in the list of comments */ {
+}
+
+.comment.odd /* An odd-numbered comment in the list of comments */ {
+}
+
+.comment.even /* An even-numbered comment in the list of comments */ {
+}
+
+.comment-unpublished /* Unpublished comments */ {
+  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
+}
+
+.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
+}
+
+.comment-by-anonymous /* A comment created by an anonymous user */ {
+}
+
+.comment-by-node-author /* A comment created by the node's author */ {
+}
+
+.comment-by-viewer /* A comment created by the current user */ {
+}
+
+.comment h3.title /* Comment title */ {
+}
+
+.new /* "New" marker for comments that are new for the current user */ {
+  color: #c00;
+}
+
+.comment .picture /* The picture of the comment author */ {
+}
+
+.comment .submitted /* The "posted by" information */ {
+}
+
+.comment .content /* Comment's content wrapper */ {
+}
+
+.comment .user-signature /* The user's signature */ {
+}
+
+.comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
+}
+
+.indented /* Nested comments are indented */ {
+  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
+}
+
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments-rtl.css	1970-01-01 00:00:00.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-fields-comments-rtl.css	2010-08-21 18:15:23.000000000 +0000
@@ -0,0 +1,48 @@
+/* $Id: forms-rtl.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
+
+/**
+ * @file
+ * RTL companion for the forms.css file.
+ */
+
+
+/*
+ * Drupal's default login form block
+ */
+#user-login-form {
+  text-align: right;
+}
+
+
+/*
+ * OpenID
+ *
+ * The default styling for the OpenID login link seems to assume Garland's
+ * styling of list items.
+ */
+
+#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
+  margin-left: 0;
+  margin-right: -20px; /* Un-do some of the padding on the ul list. */
+}
+
+#user-login li.openid-link,
+#user-login li.user-link /* The OpenID links on the /user form. */ {
+  margin-left: 0;
+  margin-right: -2em; /* Un-do all of the padding on the ul list. */
+}
+
+
+/*
+ * Drupal admin tables
+ *
+ * We overrode these styles in html-elements.css, but restore them for the admin
+ * section of the site.
+ */
+
+form th,
+form thead th {
+  text-align: right;
+  padding-left: 1em;
+  padding-right: 0;
+}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/forms-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/forms-rtl.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/forms-rtl.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,48 +0,0 @@
-/* $Id: forms-rtl.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
-
-/**
- * @file
- * RTL companion for the forms.css file.
- */
-
-
-/*
- * Drupal's default login form block
- */
-#user-login-form {
-  text-align: right;
-}
-
-
-/*
- * OpenID
- *
- * The default styling for the OpenID login link seems to assume Garland's
- * styling of list items.
- */
-
-#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
-  margin-left: 0;
-  margin-right: -20px; /* Un-do some of the padding on the ul list. */
-}
-
-#user-login li.openid-link,
-#user-login li.user-link /* The OpenID links on the /user form. */ {
-  margin-left: 0;
-  margin-right: -2em; /* Un-do all of the padding on the ul list. */
-}
-
-
-/*
- * Drupal admin tables
- *
- * We overrode these styles in html-elements.css, but restore them for the admin
- * section of the site.
- */
-
-form th,
-form thead th {
-  text-align: right;
-  padding-left: 1em;
-  padding-right: 0;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/messages.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages.css
--- zen-DRUPAL-6--2/STARTERKIT/css/messages.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,55 +0,0 @@
-/* $Id: messages.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
-
-/**
- * @file
- * Message Styling
- *
- * Sensible styling for Drupal's error/warning/status messages.
- */
-
-
-div.messages,
-div.status,
-div.warning,
-div.error /* Important messages (status, warning, and error) for the user */ {
-  min-height: 21px;
-  margin: 0 1em 5px 1em;
-  border: 2px solid #ff7;
-  padding: 5px 5px 5px 35px; /* LTR */
-  color: #000;
-  background-color: #ffc;
-  background-image: url(../images/messages-status.png);
-  background-repeat: no-repeat;
-  background-position: 5px 5px; /* LTR */
-}
-
-div.status /* Normal priority messages */ {
-}
-
-div.warning /* Medium priority messages */ {
-  border-color: #fc0;
-  background-image: url(../images/messages-warning.png);
-}
-
-div.warning,
-tr.warning {
-  color: #000; /* Drupal core uses #220 */
-  background-color: #ffc;
-}
-
-div.error /* High priority messages. See also the .error declaration in pages.css. */ {
-  /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
-  border-color: #c00;
-  background-image: url(../images/messages-error.png);
-}
-
-div.error,
-tr.error {
-  color: #900; /* Drupal core uses #200 */
-  background-color: #fee;
-}
-
-div.messages ul {
-  margin-top: 0;
-  margin-bottom: 0;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/messages-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/messages-rtl.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-rtl.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-/* $Id: messages-rtl.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
-
-/**
- * @file
- * RTL companion for the messages.css file.
- */
-
-
-div.messages,
-div.status,
-div.warning,
-div.error /* Important messages (status, warning, and error) for the user */ {
-  padding: 5px 35px 5px 5px;
-  background-position: 99.5% 5px;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs.css
--- zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs.css	1970-01-01 00:00:00.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs.css	2010-08-21 18:31:24.000000000 +0000
@@ -0,0 +1,178 @@
+/* $Id: messages.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
+
+/**
+ * @file
+ * Message Styling
+ *
+ * Sensible styling for Drupal's error/warning/status messages.
+ */
+
+
+div.messages,
+div.status,
+div.warning,
+div.error /* Important messages (status, warning, and error) for the user */ {
+  min-height: 21px;
+  margin: 0 1em 5px 1em;
+  border: 2px solid #ff7;
+  padding: 5px 5px 5px 35px; /* LTR */
+  color: #000;
+  background-color: #ffc;
+  background-image: url(../images/messages-status.png);
+  background-repeat: no-repeat;
+  background-position: 5px 5px; /* LTR */
+}
+
+div.status /* Normal priority messages */ {
+}
+
+div.warning /* Medium priority messages */ {
+  border-color: #fc0;
+  background-image: url(../images/messages-warning.png);
+}
+
+div.warning,
+tr.warning {
+  color: #000; /* Drupal core uses #220 */
+  background-color: #ffc;
+}
+
+div.error /* High priority messages. See also the .error declaration in pages.css. */ {
+  /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */
+  border-color: #c00;
+  background-image: url(../images/messages-error.png);
+}
+
+div.error,
+tr.error {
+  color: #900; /* Drupal core uses #200 */
+  background-color: #fee;
+}
+
+div.messages ul {
+  margin-top: 0;
+  margin-bottom: 0;
+}
+
+
+/**
+ * Tabs Styling
+ *
+ * Adds styles for the primary and secondary tabs.
+ *
+ * Compare this with default CSS found in the system module's stylesheet (a copy
+ * of which is in drupal6-reference.css, line 510.)
+ */
+
+
+div.tabs {
+  margin: 0 0 5px 0;
+}
+
+ul.primary {
+  margin: 0;
+  padding: 0 0 0 10px; /* LTR */
+  border-width: 0;
+  list-style: none;
+  white-space: nowrap;
+  line-height: normal;
+  background: url(../images/tab-bar.png) repeat-x left bottom;
+}
+
+ul.primary li {
+  float: left; /* LTR */
+  margin: 0;
+  padding: 0;
+}
+
+ul.primary li a {
+  display: block;
+  height: 24px;
+  margin: 0;
+  padding: 0 0 0 5px; /* width of tab-left.png */
+  border-width: 0;
+  font-weight: bold;
+  text-decoration: none;
+  color: #777;
+  background-color: transparent;
+  background: url(../images/tab-left.png) no-repeat left -38px;
+}
+
+ul.primary li a .tab {
+  display: block;
+  height: 20px; /* 24px (parent) - 4px (padding) */
+  margin: 0;
+  padding: 4px 13px 0 6px;
+  border-width: 0;
+  line-height: 20px;
+  background: url(../images/tab-right.png) no-repeat right -38px;
+}
+
+ul.primary li a:hover {
+  border-width: 0;
+  background-color: transparent;
+  background: url(../images/tab-left.png) no-repeat left -76px;
+}
+
+ul.primary li a:hover .tab {
+  background: url(../images/tab-right.png) no-repeat right -76px;
+}
+
+ul.primary li.active a,
+ul.primary li.active a:hover {
+  border-width: 0;
+  color: #000;
+  background-color: transparent;
+  background: url(../images/tab-left.png) no-repeat left 0;
+}
+
+ul.primary li.active a .tab,
+ul.primary li.active a:hover .tab {
+  background: url(../images/tab-right.png) no-repeat right 0;
+}
+
+ul.secondary {
+  margin: 0;
+  padding: 0 0 0 5px; /* LTR */
+  border-bottom: 1px solid #c0c0c0;
+  list-style: none;
+  white-space: nowrap;
+  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
+}
+
+ul.secondary li {
+  float: left; /* LTR */
+  margin: 0 5px 0 0;
+  padding: 5px 0;
+  border-right: none; /* LTR */
+}
+
+ul.secondary a {
+  display: block;
+  height: 24px;
+  margin: 0;
+  padding: 0;
+  border: 1px solid #c0c0c0;
+  text-decoration: none;
+  color: #777;
+  background: url(../images/tab-secondary.png) repeat-x left -56px;
+}
+
+ul.secondary a .tab {
+  display: block;
+  height: 18px; /* 24px (parent) - 6px (padding) */
+  margin: 0;
+  padding: 3px 8px;
+  line-height: 18px;
+}
+
+ul.secondary a:hover {
+  background: url(../images/tab-secondary.png) repeat-x left bottom;
+}
+
+ul.secondary a.active,
+ul.secondary a.active:hover {
+  border: 1px solid #c0c0c0;
+  color: #000;
+  background: url(../images/tab-secondary.png) repeat-x left top;
+}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs-rtl.css	1970-01-01 00:00:00.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/messages-tabs-rtl.css	2010-08-21 18:32:57.000000000 +0000
@@ -0,0 +1,38 @@
+/* $Id: messages-rtl.css,v 1.3 2009/08/12 08:37:42 johnalbin Exp $ */
+
+/**
+ * @file
+ * RTL companion for the messages.css file.
+ */
+
+
+div.messages,
+div.status,
+div.warning,
+div.error /* Important messages (status, warning, and error) for the user */ {
+  padding: 5px 35px 5px 5px;
+  background-position: 99.5% 5px;
+}
+
+
+/**
+ * RTL companion for the tabs.css file.
+ */
+
+
+ul.primary {
+  padding: 0 10px 0 0;
+}
+
+ul.primary li {
+  float: right;
+}
+
+ul.secondary {
+  padding: 0 5px 0 0;
+}
+
+ul.secondary li {
+  float: right;
+  border-left: none;
+}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/page-backgrounds.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/page-backgrounds.css
--- zen-DRUPAL-6--2/STARTERKIT/css/page-backgrounds.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/page-backgrounds.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,40 +0,0 @@
-/* $Id: page-backgrounds.css,v 1.8 2009/11/04 20:57:49 johnalbin Exp $ */
-
-/**
- * @file
- * Page Background Styling
- *
- * The default layout method of Zen doesn't give themers equal-height columns.
- * However, equal-height columns are difficult to achieve and totally
- * unnecessary. Instead, use the Faux Columns method described in the following
- * ALA article:
- *   http://www.alistapart.com/articles/fauxcolumns/
- */
-
-
-body {
-}
-
-#page-wrapper {
-}
-
-#page {
-}
-
-#header {
-}
-
-#header .section {
-}
-
-#main-wrapper {
-}
-
-#main {
-}
-
-#footer {
-}
-
-#footer .section {
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/tabs.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/tabs.css
--- zen-DRUPAL-6--2/STARTERKIT/css/tabs.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/tabs.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,124 +0,0 @@
-/* $Id: tabs.css,v 1.2 2009/08/12 08:03:53 johnalbin Exp $ */
-
-/**
- * @file
- * Tabs Styling
- *
- * Adds styles for the primary and secondary tabs.
- *
- * Compare this with default CSS found in the system module's stylesheet (a copy
- * of which is in drupal6-reference.css, line 510.)
- */
-
-
-div.tabs {
-  margin: 0 0 5px 0;
-}
-
-ul.primary {
-  margin: 0;
-  padding: 0 0 0 10px; /* LTR */
-  border-width: 0;
-  list-style: none;
-  white-space: nowrap;
-  line-height: normal;
-  background: url(../images/tab-bar.png) repeat-x left bottom;
-}
-
-ul.primary li {
-  float: left; /* LTR */
-  margin: 0;
-  padding: 0;
-}
-
-ul.primary li a {
-  display: block;
-  height: 24px;
-  margin: 0;
-  padding: 0 0 0 5px; /* width of tab-left.png */
-  border-width: 0;
-  font-weight: bold;
-  text-decoration: none;
-  color: #777;
-  background-color: transparent;
-  background: url(../images/tab-left.png) no-repeat left -38px;
-}
-
-ul.primary li a .tab {
-  display: block;
-  height: 20px; /* 24px (parent) - 4px (padding) */
-  margin: 0;
-  padding: 4px 13px 0 6px;
-  border-width: 0;
-  line-height: 20px;
-  background: url(../images/tab-right.png) no-repeat right -38px;
-}
-
-ul.primary li a:hover {
-  border-width: 0;
-  background-color: transparent;
-  background: url(../images/tab-left.png) no-repeat left -76px;
-}
-
-ul.primary li a:hover .tab {
-  background: url(../images/tab-right.png) no-repeat right -76px;
-}
-
-ul.primary li.active a,
-ul.primary li.active a:hover {
-  border-width: 0;
-  color: #000;
-  background-color: transparent;
-  background: url(../images/tab-left.png) no-repeat left 0;
-}
-
-ul.primary li.active a .tab,
-ul.primary li.active a:hover .tab {
-  background: url(../images/tab-right.png) no-repeat right 0;
-}
-
-ul.secondary {
-  margin: 0;
-  padding: 0 0 0 5px; /* LTR */
-  border-bottom: 1px solid #c0c0c0;
-  list-style: none;
-  white-space: nowrap;
-  background: url(../images/tab-secondary-bg.png) repeat-x left bottom;
-}
-
-ul.secondary li {
-  float: left; /* LTR */
-  margin: 0 5px 0 0;
-  padding: 5px 0;
-  border-right: none; /* LTR */
-}
-
-ul.secondary a {
-  display: block;
-  height: 24px;
-  margin: 0;
-  padding: 0;
-  border: 1px solid #c0c0c0;
-  text-decoration: none;
-  color: #777;
-  background: url(../images/tab-secondary.png) repeat-x left -56px;
-}
-
-ul.secondary a .tab {
-  display: block;
-  height: 18px; /* 24px (parent) - 6px (padding) */
-  margin: 0;
-  padding: 3px 8px;
-  line-height: 18px;
-}
-
-ul.secondary a:hover {
-  background: url(../images/tab-secondary.png) repeat-x left bottom;
-}
-
-ul.secondary a.active,
-ul.secondary a.active:hover {
-  border: 1px solid #c0c0c0;
-  color: #000;
-  background: url(../images/tab-secondary.png) repeat-x left top;
-}
diff -upN zen-DRUPAL-6--2/STARTERKIT/css/tabs-rtl.css NEW-zen-DRUPAL-6--2/STARTERKIT/css/tabs-rtl.css
--- zen-DRUPAL-6--2/STARTERKIT/css/tabs-rtl.css	2010-02-25 11:01:36.000000000 +0000
+++ NEW-zen-DRUPAL-6--2/STARTERKIT/css/tabs-rtl.css	1970-01-01 00:00:00.000000000 +0000
@@ -1,24 +0,0 @@
-/* $Id: tabs-rtl.css,v 1.2 2009/08/12 08:03:53 johnalbin Exp $ */
-
-/**
- * @file
- * RTL companion for the tabs.css file.
- */
-
-
-ul.primary {
-  padding: 0 10px 0 0;
-}
-
-ul.primary li {
-  float: right;
-}
-
-ul.secondary {
-  padding: 0 5px 0 0;
-}
-
-ul.secondary li {
-  float: right;
-  border-left: none;
-}
