### Eclipse Workspace Patch 1.0
#P drupal7
Index: themes/stark/layout.css
===================================================================
RCS file: themes/stark/layout.css
diff -N themes/stark/layout.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/stark/layout.css	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,28 @@
+/* $Id$ */
+
+#sidebar-left,
+#main,
+#sidebar-right {
+  float:left;
+  display:inline;
+  position: relative;
+}
+
+#sidebar-left,
+#sidebar-right {
+  width:20%;
+}
+
+body.one-sidebar #main {
+  width: 80%;
+}
+
+body.two-sidebars #main {
+  width: 60%;
+}
+
+#sidebar-left .content,
+#main #content,
+#sidebar-right .content {
+  margin:10px;
+}
Index: themes/stark/README.txt
===================================================================
RCS file: themes/stark/README.txt
diff -N themes/stark/README.txt
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/stark/README.txt	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,8 @@
+The Stark theme is provided for demonstration purposes: it uses Drupal's default
+HTML markup, and provides just enough CSS to arrange the page in a traditional
+"Header, sidebars, content, and footer" style.
+
+Designers wishing to use Stark as a starting point for their own Drupal theme can
+copy this directory to the sites/all/themes folder, renaming the .info to match
+their new theme's name. See http://drupal.org/node/176043 for more information on
+where to place your custom themes to ensure easy maintenance and upgrades.
Index: themes/stark/stark.info
===================================================================
RCS file: themes/stark/stark.info
diff -N themes/stark/stark.info
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ themes/stark/stark.info	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,7 @@
+; $Id$
+name = Stark
+description = A stripped down demonstration theme that uses Drupal's default markup with simple CSS for positioning.
+version = VERSION
+core = 7.x
+engine = phptemplate
+stylesheets[all][] = layout.css
