update ide page

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/_projectCommon.php b/_projectCommon.php
index 0cdc2a1..6bbb079 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -1,4 +1,4 @@
 <?php
   // Default theme
-	$theme = "Solstice";
+	$theme = "solstice";
 
diff --git a/content/en_index.php b/content/en_index.php
index 1b6ab5f..7ea0720 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -32,8 +32,9 @@
 			 	  <p>Develop your software where ever you go. It'll be there, in the cloud, right where you left it.
 			 	  Just login from a web browser on desktop, laptop, tablet, at an airport,
 			 	  on a bus or even in your office. All you need is a modern web browser and you're ready to get started.</p>
-			 	  <a href="/orion/" class="btn btn-info btn-lg">Learn more</a>
-			 	  <a href="/orion/"><img src="images/orion-logo78x48.jpg" alt="Open Source Platform For Cloud Based Development" style="padding-left:20px;" /></a>
+			 	  <ul class="list-inline">
+			 	    <li><a href="/orion/"><img src="images/orion-logo78x48.jpg" alt="Open Source Platform For Cloud Based Development"/></a></li>
+		      </ul>
 		    </div>
 		  </div>
 	  </div>
@@ -45,7 +46,7 @@
       <div class="triangle triangle-white"></div>
 		  <div class="col-md-13">
 			  <div class="media">
-	 			  <div class="pull-left circle background-orange">
+	 			  <div class="pull-left orange">
 	            <i class="fa fa-wrench"></i>
 	        </div>
 	        <div class="media-body">
@@ -55,8 +56,8 @@
 	        </div>
 	      </div>
 	      <div class="media">
-	 			  <div class="pull-left circle background-orange">
-	          <i class="fa fa-flask"></i>
+	 			  <div class="pull-left orange">
+	          <i class="fa fa-shopping-cart"></i>
 	        </div>
 	        <div class="media-body">
 	          <h4 class="media-heading">Marketplace</h4>
@@ -65,7 +66,7 @@
 	        </div>
 	      </div>
 	      <div class="media">
-	 			  <div class="pull-left circle background-orange">
+	 			  <div class="pull-left orange">
 	         <i class="fa fa-gears"></i>
 	        </div>
 	        <div class="media-body">
@@ -76,18 +77,21 @@
 	      </div>
 		  </div>
 		  <div class="col-md-8 right highlight-img text-left hidden-xs hidden-sm col-sm-offset-3">
-
-			  <h2>Discover</h2>
-				<p class="orange reset"><strong>Find an Eclipse open source project.</strong></p>
-				<form id="form-discover-search" class="form-inline form-search-projects" role="form" action="https://projects.eclipse.org/projects/all">
-					<fieldset class="form-group">
-						<input id="discover-search-box" class="form-control" size="25" name="keys" placeholder="Search" type="text">
-						<input id="discover-search-button" class="btn btn-default" value="Search" name="discover-search-button" type="submit">
-					</fieldset>
-				</form>
-				<br>
-				<p><a class="btn btn-info uppercase fw-700" href="//projects.eclipse.org/list-of-projects">List of projects</a></p>
-      </div>
+        <div class="row">
+					<h2>Discover</h2>
+					<p class="orange"><strong>Find an Eclipse open source project.</strong></p>
+					<form id="form-discover-search" class="form-inline form-search-projects input-group custom-search-form" role="form" action="https://projects.eclipse.org/projects/all">
+					  <input id="discover-search-box" class="form-control" type="text" size="25" name="keys" placeholder="Search">
+						<span class="input-group-btn">
+			        <button class="btn btn-default" type="submit">
+			          <i class="fa fa-search"></i>
+			        </button>
+		        </span>
+				  </form>
+			    <br/>
+				  <p><a class="btn btn-info uppercase fw-700" href="//projects.eclipse.org/list-of-projects">List of projects</a></p>
+				</div>
+		  </div>
 	  </div>
   </div>
 </section>
\ No newline at end of file