documentation style updates, added print css

--HG--
branch : trunk
diff --git a/docs/_static/headerbg.png b/docs/_static/headerbg.png
index 035f9d4..0c5b365 100644
--- a/docs/_static/headerbg.png
+++ b/docs/_static/headerbg.png
Binary files differ
diff --git a/docs/_static/jinjabanner.png b/docs/_static/jinjabanner.png
index c672118..79d8e7d 100644
--- a/docs/_static/jinjabanner.png
+++ b/docs/_static/jinjabanner.png
Binary files differ
diff --git a/docs/_static/navigation.png b/docs/_static/navigation.png
new file mode 100644
index 0000000..1e248d4
--- /dev/null
+++ b/docs/_static/navigation.png
Binary files differ
diff --git a/docs/_static/print.css b/docs/_static/print.css
new file mode 100644
index 0000000..2fea4d6
--- /dev/null
+++ b/docs/_static/print.css
@@ -0,0 +1,6 @@
+div.header, div.relnav, #toc { display: none; }
+#contentwrapper { padding: 0; margin: 0; border: none; }
+body { color: black; background-color: white; }
+div.footer { text-align: right; border-top: 1px solid #888; color: #888;
+             margin-top: 1cm; }
+div.footer a { text-decoration: none; }
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 536c546..b4d1da5 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -1,5 +1,5 @@
 body {
-    background-color: #333;
+    background-color: #222;
     margin: 0;
     padding: 0;
     font-family: 'Georgia', serif;
@@ -8,6 +8,7 @@
 }
 
 div.footer {
+    border-top: 1px solid #111;
     padding: 8px;
     font-size: 11px;
     text-align: center;
@@ -20,33 +21,45 @@
 div.header {
     background: url(headerbg.png) repeat-x;
     border-top: 6px solid #D20000;
-    border-bottom: 1px solid #ACACAC;
-    margin: -10px -10px 0 -10px;
 }
 
 div.relnav {
-    border-top: 1px solid #F1F1F1;
     border-bottom: 1px solid #ACACAC;
-    background-color: #ECECEC;
-    padding: 4px 20px 4px 28px;
-    margin: 0 -10px 10px -10px;
-    font-size: 13px;
+    background: url(navigation.png);
+    padding: 2px 20px 0 28px;
+    line-height: 25px;
+    color: #aaa;
+    font-size: 12px;
+}
+
+div.relnav a {
+    color: #eee;
+    font-weight: bold;
+    text-decoration: none;
+}
+
+div.relnav a:hover {
+    text-decoration: underline;
 }
 
 #content {
     background-color: white;
     color: #111;
     background-image: url(watermark.png);
-    padding: 10px;
+    padding: 0 0 10px 0;
     margin: 0;
 }
 
-h1.heading {
+h1 {
     margin: 0;
+    padding: 15px 0 0 0;
+}
+
+h1.heading {
+    margin: 0 0 0 10px;
     padding: 0;
     height: 80px;
-    background-image: url(jinjabanner.png);
-    background-repeat: no-repeat;
+    background: url(jinjabanner.png) no-repeat;
 }
 
 h1.heading a {
@@ -79,7 +92,9 @@
 
 #contentwrapper {
     max-width: 700px;
-    padding: 0 0 20px 18px;
+    padding: 0 18px 20px 18px;
+    border-right: 1px solid #eee;
+    background: url(watermark_blur.png) 0 -114px;
 }
 
 #contentwrapper h3,
@@ -203,7 +218,7 @@
 }
 
 #toc {
-    margin: 20px -10px 10px 15px;
+    margin: 20px 0 10px 15px;
     padding: 10px;
     width: 200px;
     float: right;
diff --git a/docs/_static/watermark.png b/docs/_static/watermark.png
index 297d899..a5a56e1 100644
--- a/docs/_static/watermark.png
+++ b/docs/_static/watermark.png
Binary files differ
diff --git a/docs/_static/watermark_blur.png b/docs/_static/watermark_blur.png
new file mode 100644
index 0000000..4d127a6
--- /dev/null
+++ b/docs/_static/watermark_blur.png
Binary files differ