<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>functions.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -5,8 +5,12 @@ get_header();
 /** Title */
 ?&gt;
 &lt;div class=&quot;top&quot;&gt;
+&lt;div class=&quot;content&quot;&gt;
+&lt;div class=&quot;header&quot;&gt;
+  &lt;h1&gt;&lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+&lt;/div&gt;
 &lt;div class=&quot;mainContent&quot;&gt;
-&lt;h1&gt;&lt;a href=&quot;&lt;?php bloginfo('url'); ?&gt;&quot;&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;
+
 &lt;?php
 /** Posts */
 if(have_posts()){
@@ -40,22 +44,14 @@ comments_template();
 &lt;/div&gt;
 
 &lt;div class=&quot;sidebar&quot;&gt;
-&lt;?php
 
-if(have_pages(){
-	echo('&lt;ul&gt;');
-	while (have_pages()) : the_page();
-	      echo(&quot;&lt;li&gt;&quot;);
-		echo('&lt;a href=&quot;');
-			 the_permalink();
-		echo('&quot;&gt;');
-			the_title();
-		echo(&quot;&lt;/li&gt;&quot;);
-	endwhile;
-	echo(&quot;&lt;/ul&gt;&quot;);
-}
 
+&lt;?php if ( !function_exists('dynamic_sidebar')
+	|| !dynamic_sidebar() ) : ?&gt;
+&lt;?php
+endif;
 ?&gt;
 &lt;/div&gt;
+&lt;/div&gt;
 &lt;?php
-get_footer();
+get_footer();
\ No newline at end of file</diff>
      <filename>index.php</filename>
    </modified>
    <modified>
      <diff>@@ -20,17 +20,31 @@ Version: 0.02-pre
 	
 }
 
+.content {
+	width: 80em;
+	margin-left: auto;
+	margin-right: auto;
+}
+
 .mainContent {
+
 	
-	width: 65em;
-	margin: 0 auto 0 auto;
+	width: 64em;
+	float: left;
 	display: block;
+	border: solid 0;
+	border-color: #433;
+	padding-right: 0.5em;
+	border-right: solid thin #433;
+	
 }
 
 
 .sidebar {
    width: 15em;
    display: block;
+	float: right;
+	list-style: none;
 }
 body{
 	margin: 0;
@@ -192,3 +206,36 @@ p {
 ol.commentlist{
   list-style: none;
 }
+
+
+/* Sidebar stuffs */
+
+.sidebar #searchform{
+	margin-bottom: 1em;
+}
+
+.sidebar #searchform:before{
+/*	content: &quot;Search:&quot;; */
+}
+
+.sidebar #searchform input#s{
+
+
+	height: 1em;
+	background: inherit;
+	border-color: #433;
+	border: solid thin #433;
+	font-family: inherit;
+	color: inherit;
+}
+
+.sidebar #searchform input#searchsubmit{
+
+	color: inherit;
+	border: none;
+	display: none;
+}
+
+.sidebar #searchform label{
+	display: none;
+}
\ No newline at end of file</diff>
      <filename>style.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5f0bbd3e1ca1050cc1449d9c8e82e498cf98b9ff</id>
    </parent>
  </parents>
  <author>
    <name>oddmund</name>
    <email>oddmund@oddmundo.com</email>
  </author>
  <url>http://github.com/jraregris/emundo/commit/2636ab1e59915cd5767dfa4b4feb2f1b88f122aa</url>
  <id>2636ab1e59915cd5767dfa4b4feb2f1b88f122aa</id>
  <committed-date>2009-05-19T12:33:56-07:00</committed-date>
  <authored-date>2009-05-19T12:33:56-07:00</authored-date>
  <message>widget sidebar works</message>
  <tree>05d60914922a110ce1e9a672462ba9aa3738c93f</tree>
  <committer>
    <name>oddmund</name>
    <email>oddmund@oddmundo.com</email>
  </committer>
</commit>
