diff -urp orig/colorpaper/colorpaper_green/colorpaper_green.info new/colorpaper/colorpaper_green/colorpaper_green.info
--- orig/colorpaper/colorpaper_green/colorpaper_green.info	2009-01-17 16:50:09.000000000 +0100
+++ new/colorpaper/colorpaper_green/colorpaper_green.info	2010-01-15 19:39:57.460199694 +0100
@@ -15,6 +15,7 @@ features[] = logo
 features[] = name
 features[] = mission
 features[] = comment_user_picture
+features[] = search
 features[] = favicon
 features[] = primary_links
 features[] = secondary_links
diff -urp orig/colorpaper/colorpaper.info new/colorpaper/colorpaper.info
--- orig/colorpaper/colorpaper.info	2009-01-17 16:50:09.000000000 +0100
+++ new/colorpaper/colorpaper.info	2010-01-15 19:39:32.948278560 +0100
@@ -14,6 +14,7 @@ features[] = logo
 features[] = name
 features[] = mission
 features[] = comment_user_picture
+features[] = search
 features[] = favicon
 features[] = primary_links
 features[] = secondary_links
diff -urp orig/colorpaper/colorpaper_orange/colorpaper_orange.info new/colorpaper/colorpaper_orange/colorpaper_orange.info
--- orig/colorpaper/colorpaper_orange/colorpaper_orange.info	2009-01-17 16:50:09.000000000 +0100
+++ new/colorpaper/colorpaper_orange/colorpaper_orange.info	2010-01-15 19:40:15.192196634 +0100
@@ -15,6 +15,7 @@ features[] = logo
 features[] = name
 features[] = mission
 features[] = comment_user_picture
+features[] = search
 features[] = favicon
 features[] = primary_links
 features[] = secondary_links
diff -urp orig/colorpaper/colorpaper_pink/colorpaper_pink.info new/colorpaper/colorpaper_pink/colorpaper_pink.info
--- orig/colorpaper/colorpaper_pink/colorpaper_pink.info	2009-01-17 16:50:09.000000000 +0100
+++ new/colorpaper/colorpaper_pink/colorpaper_pink.info	2010-01-15 19:40:31.408231358 +0100
@@ -15,6 +15,7 @@ features[] = logo
 features[] = name
 features[] = mission
 features[] = comment_user_picture
+features[] = search
 features[] = favicon
 features[] = primary_links
 features[] = secondary_links
diff -urp orig/colorpaper/colorpaper_purple/colorpaper_purple.info new/colorpaper/colorpaper_purple/colorpaper_purple.info
--- orig/colorpaper/colorpaper_purple/colorpaper_purple.info	2009-01-17 16:50:09.000000000 +0100
+++ new/colorpaper/colorpaper_purple/colorpaper_purple.info	2010-01-15 19:41:03.480327247 +0100
@@ -15,6 +15,7 @@ features[] = logo
 features[] = name
 features[] = mission
 features[] = comment_user_picture
+features[] = search
 features[] = favicon
 features[] = primary_links
 features[] = secondary_links
diff -urp orig/colorpaper/page.tpl.php new/colorpaper/page.tpl.php
--- orig/colorpaper/page.tpl.php	2009-01-17 03:01:48.000000000 +0100
+++ new/colorpaper/page.tpl.php	2010-01-15 19:44:08.080196638 +0100
@@ -56,6 +56,9 @@
                 </div> <!-- /#left-section -->
 
                 <div id="right-section">
+                  <div id="search-theme-form">
+                    <?php if ($search_box): ?><?php print $search_box ?><?php endif; ?>
+                  </div>
                   <div id="logo-or-site-name">
                     <?php if (!empty($logo)): ?>
                       <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home" id="logo">
diff -urp orig/colorpaper/style.css new/colorpaper/style.css
--- orig/colorpaper/style.css	2009-01-17 03:01:48.000000000 +0100
+++ new/colorpaper/style.css	2010-01-15 19:53:03.512197011 +0100
@@ -699,6 +699,16 @@ td.revision-current {
   color: #978b82;
 }
 
+#search-theme-form div {
+  margin-top: -35px;
+  padding-bottom: 5px;
+  text-align: center;
+}
+
+#edit-search-theme-form-1-wrapper label {
+  display: none;
+}
+
 /*****************************************************************************
  System module
  *****************************************************************************/
