Index: trunk/docs/_static/basic.css
===================================================================
--- trunk/docs/_static/basic.css	(revision 219)
+++ trunk/docs/_static/basic.css	(revision 231)
@@ -57,5 +57,17 @@
 div.sphinxsidebar ul {
     list-style: none;
-}
+    padding:10px;
+   	background: #FFCD0B;
+    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCD0B'); /* for IE */
+    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFCD0B)); /* for webkit browsers */
+    background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent;
+     -moz-border-radius-bottomright: 5px;
+border-bottom-right-radius:5px;
+-webkit-border-bottom-right-radius:5px;
+-moz-border-radius-bottomleft: 5px;
+border-bottom-left-radius:5px;
+-webkit-border-bottom-left-radius:5px;
+background:#FFFFFF;
+    }
 
 div.sphinxsidebar ul ul,
@@ -76,5 +88,5 @@
 div.sphinxsidebar input {
     border: 1px solid #98dbcc;
-    font-family: sans-serif;
+    font-family: Verdana;
     font-size: 1em;
 }
@@ -430,5 +442,5 @@
 
 .guilabel, .menuselection {
-    font-family: sans-serif;
+    font-family: verdana;
 }
 
@@ -509,4 +521,9 @@
     float: right;
 }
+
+  div.footer {
+        padding:0;
+        margin:0;
+    }
 
 /* -- printout stylesheet --------------------------------------------------- */
Index: trunk/docs/_static/default.css
===================================================================
--- trunk/docs/_static/default.css	(revision 219)
+++ trunk/docs/_static/default.css	(revision 231)
@@ -79,5 +79,5 @@
 
 .categories{
-	background: #563404;
+	background: #ee920c;
         filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee920c', endColorstr='#ffcd0b'); /* for IE */
         background:-webkit-gradient(linear, left top, left bottom, from(#ee920c), to(#ffcd0b)); /* for webkit browsers */
@@ -98,4 +98,7 @@
     -webkit-border-radius:5px;
     border-radius:5px;
+    background: #FFCD0B;
+    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCD0B'); /* for IE */
+    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFCD0B)); /* for webkit browsers */
     background: -moz-linear-gradient(center top , #FFFFFF, #FFCD0B) repeat scroll 0 0 transparent;
     border: 0 none;
@@ -105,4 +108,6 @@
     width: 98%;
 }
+
+.twitts img{width:180px;height:40px;}
 
 
@@ -127,8 +132,16 @@
     margin: 0;
     padding: 0;
+
 }
 
 div.sphinxsidebar h3 a {
-    color: #333333;
+    color: #5D3805;
+         -moz-border-radius-topright: 5px;
+border-top-right-radius:5px;
+-webkit-border-top-right-radius:5px;
+-moz-border-radius-topleft: 5px;
+border-top-left-radius:5px;
+-webkit-border-top-left-radius:5px;
+background:#FFFFFF;
 }
 
@@ -151,11 +164,13 @@
 
 div.sphinxsidebar ul {
-    margin: 10px;
-    padding: 0;
-    color: #ffffff;
+    margin: 0 0 1em 0;
+
+
+    
 }
 
 div.sphinxsidebar a {
-    color: #333333;
+    color: #ED910D;
+    text-decoration:none;
 }
 
@@ -169,7 +184,10 @@
 
 div.sphinxsidebar input {
-    border: 1px solid #98dbcc;
-    font-family: sans-serif;
+    border: 1px solid #5F3A05;
+    font-family: Verdana;
     font-size: 1em;
+    -moz-border-radius:5px;
+    -webkit-border-radius:5px;
+    border-radius:5px;
 }
 
@@ -202,5 +220,5 @@
 div.body h5,
 div.body h6 {
-    font-family: 'Verdana, Arial, Helvetica, sans-serif';
+    font-family: 'Verdana';
     background-color: #ffffff;
     font-weight: normal;
@@ -284,8 +302,8 @@
 pre {
     padding: 5px;
-    background-color: #eeffcc;
+    background-color: #fff6ce;
     color: #333333;
     line-height: 120%;
-    border: 1px solid #ac9;
+    border: 1px solid #beb899;
     border-left: none;
     border-right: none;
@@ -299,5 +317,5 @@
 
 th {
-    background-color: #ede;
+    background-color: #fff6ce;
 }
 
