Index: themes/civicspace/modules.css
===================================================================
RCS file: /cvs/drupal/contributions/themes/civicspace/modules.css,v
retrieving revision 1.2.2.4
diff -u -r1.2.2.4 modules.css
--- themes/civicspace/modules.css	11 Jan 2006 19:08:43 -0000	1.2.2.4
+++ themes/civicspace/modules.css	20 Jan 2006 07:56:10 -0000
@@ -266,6 +266,32 @@
  * =Book
  */
 
+div.book {
+display:                    block;
+background-color:           #ffe;
+}
+
+div.nav {
+	padding-top: 			10px;
+}
+
+div.prev {	
+	vertical-align: 		bottom;
+	float: 					left;
+	width: 					100px;
+}
+
+div.up {
+	vertical-align: 		bottom;
+	text-align: 			center;
+}
+
+div.next{
+	vertical-align: 		bottom;
+	text-align:				right;
+	float: 					right;
+	width: 					100px;
+}
 
 
 /**
Index: themes/civicspace/page.tpl.php
===================================================================
RCS file: /cvs/drupal/contributions/themes/civicspace/page.tpl.php,v
retrieving revision 1.7.2.3
diff -u -r1.7.2.3 page.tpl.php
--- themes/civicspace/page.tpl.php	30 Nov 2005 21:06:47 -0000	1.7.2.3
+++ themes/civicspace/page.tpl.php	20 Jan 2006 07:49:52 -0000
@@ -1,4 +1,4 @@
-<?php /* $Id: page.tpl.php,v 1.7.2.3 2005/11/30 21:06:47 robinmonks Exp $ */ ?>
+<?php /* $Id: page.tpl.php,v 1.7.2.2 2005/11/17 14:39:33 killes Exp $ */ ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	   "http://http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
@@ -259,7 +259,7 @@
 <!-- START: FOOTER     |||||||||||||||||||||||||||||||||||||||||||||||||||||||| -->
 <?php if (($_GET['q']) != variable_get('site_frontpage','node') && $breadcrumb): /* this prevents breadcrumb from showing up on homepage */ ?>
   <div class="breadcrumb-container no-print">
-    You are here: <?php print $breadcrumb ?>
+    <?php echo t('You are here: '); print $breadcrumb ?>
   </div>
 <?php endif; ?>
 
Index: themes/civicspace/template.php
===================================================================
RCS file: /cvs/drupal/contributions/themes/civicspace/template.php,v
retrieving revision 1.8.2.5
diff -u -r1.8.2.5 template.php
--- themes/civicspace/template.php	30 Nov 2005 21:06:47 -0000	1.8.2.5
+++ themes/civicspace/template.php	20 Jan 2006 07:52:43 -0000
@@ -862,6 +862,7 @@
     }
     else {
       $links .= '<div class="prev">&nbsp;</div>'; // Make an empty div to fill the space.
+	  $titles .= '<div class="next">&nbsp;</div>';
     }
 
     if ($next = book_next($node)) {
@@ -872,6 +873,7 @@
     }
     else {
       $links .= '<div class="next">&nbsp;</div>'; // Make an empty div to fill the space.
+	  $titles .= '<div class="next">&nbsp;</div>';
     }
 
     if ($node->parent) {
@@ -884,12 +886,13 @@
     $output .= ' <div class="links">'. $links .'</div>';
     $output .= ' <div class="titles">'. $titles .'</div>';
     $output .= '</div>';
+	$output .= '<div style="clear:both">&nbsp;</div>';
     $output .= '</div>';
   }
 
   $node->body = $node->body.$output;
 
   return $node;
-} 
+}
 
 ?>
Index: themes/civicspace/visual.css
===================================================================
RCS file: /cvs/drupal/contributions/themes/civicspace/visual.css,v
retrieving revision 1.2.2.3
diff -u -r1.2.2.3 visual.css
--- themes/civicspace/visual.css	30 Nov 2005 21:06:47 -0000	1.2.2.3
+++ themes/civicspace/visual.css	20 Jan 2006 07:46:06 -0000
@@ -1,4 +1,4 @@
-/* $Id: visual.css,v 1.2.2.3 2005/11/30 21:06:47 robinmonks Exp $ */
+/* $Id: visual.css,v 1.2.2.2 2005/11/17 14:39:33 killes Exp $ */
 
 /**
  * -----------------------------------------------
@@ -1248,3 +1248,42 @@
   background-color:           rgb(153, 51, 51);
   color:                      #fff;
 }
+
+.nav .links .next a:link {
+  padding: 17px 17px 17px 0;
+  background: transparent url(images/arrow-next.png) right center no-repeat;
+}
+.nav .links .next a:visited {
+  padding: 17px 17px 17px 0;
+  background: transparent url(images/arrow-next-visited.png) right center no-repeat;
+}
+.nav .links .next a:hover {
+  padding: 17px 17px 17px 0;
+  background: transparent url(images/arrow-next-hover.png) right center no-repeat;
+}
+.nav .links .prev a:link {
+  padding: 17px 0 17px 17px;
+  background: transparent url(images/arrow-prev.png) left center no-repeat;
+}
+.nav .links .prev a:visited {
+  padding: 17px 0 17px 17px;
+  background: transparent url(images/arrow-prev-visited.png) left center no-repeat;
+}
+.nav .links .prev a:hover {
+  padding: 17px 0 17px 17px;
+  background: transparent url(images/arrow-prev-hover.png) left center no-repeat;
+}
+.nav .links .up a:link {
+  padding: 11px 0 17px 0;
+  background: transparent url(images/arrow-up.png) center top no-repeat;
+}
+.nav .links .up a:visited {
+  padding: 11px 0 17px 0;
+  background: transparent url(images/arrow-up-visited.png) center top no-repeat;
+}
+.nav .links .up a:hover {
+  padding: 11px 0 17px 0;
+  background: transparent url(images/arrow-up-hover.png) center top no-repeat;
+}
+ 
+
