Index: openacs-4/packages/theme-zen/www/resources/css/main.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/main.css,v
diff -u -r1.1.2.3 -r1.1.2.4
--- openacs-4/packages/theme-zen/www/resources/css/main.css	27 Jan 2007 18:44:48 -0000	1.1.2.3
+++ openacs-4/packages/theme-zen/www/resources/css/main.css	3 Mar 2007 20:33:39 -0000	1.1.2.4
@@ -17,7 +17,7 @@
 #content-wrapper {
 	clear: both;
 	border-top: 1px solid #fff;
-	/*background: url(/resources/theme-zen/images/global/page_background.gif) repeat-x top left; */
+	padding-bottom: 75px;
 }
 
 
@@ -27,7 +27,7 @@
 h1 { 
 	font-size: 1.2em; 
 	font-weight:bold;
-	color: #6E7A6A; 
+	color: #646c61; 
 }
 	
 h2 { 
@@ -58,6 +58,10 @@
 	background: #f3f1e9;
 }
 
+
+.center {text-align: center;}
+.small {font-size: x-small;}
+
 /* END OF STANDARD TAGS */
 
 
@@ -196,6 +200,7 @@
 /*  BUTTONS -----------------------------------------------------------*/
 
 a.button { 
+  background:url("/resources/theme-zen/images/global/button-background.gif") repeat-x;
   font-size: .85em;
   border: solid 1px #000;
   background-color: #e1e1e1;
@@ -206,6 +211,7 @@
 }
 
 a.button:hover { 
+  background:url("/resources/theme-zen/images/global/button-background-hover.gif") repeat-x;
   text-decoration: underline;
   background-color: #4b68a0;
   color: #fff;
@@ -217,12 +223,28 @@
 	border-right: 1px solid #666666;
 }
 
+.admin-button-bar {
+	float: right;
+	display:none;
+}
+
+.admin-button-bar a.button { 
+  font-size: .85em;
+  border: double 3px #000;
+  background-color: #e1e1e1;
+  text-align: center; 
+  padding: 4px 8px;
+  color: #000;
+  text-decoration: none;
+}
+
 a img {
 	border: 0px;
 }
 
 /* END OF BUTTONS */
 
+
 /* FOOTER -----------------------------------------------------------*/
 #footer {
 	clear: both;
@@ -263,3 +285,20 @@
 	width:auto;
 	height:auto;
 }
+
+.screen-reader-only {
+	display: none;
+}
+
+
+
+
+#sidebar-1-sim {
+	float: right;
+	width: 49%;
+}
+
+#main-content-sim {
+	float: left;
+	width: 50%;
+}