<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,30 +15,9 @@
     &lt;%= javascript_include_tag :defaults %&gt; 
   &lt;/head&gt; 
   &lt;body&gt; 
-      &lt;div id=&quot;nav&quot;&gt;
-        &lt;span style=&quot;float: left&quot;&gt;
-&lt;%= link_to &quot;Homepages&quot;, &quot;/homepages&quot; %&gt; |
-&lt;%= link_to &quot;Space&quot;, &quot;http://space.rawdod.com&quot; %&gt; |
-&lt;%= link_to &quot;Media&quot;, &quot;http://media.rawdod.com&quot; %&gt; |
-&lt;%= link_to &quot;Youtube&quot;, &quot;http://youtube.com/rawdod&quot; %&gt; |
-&lt;%= link_to &quot;666 Chat&quot;, &quot;http://666.rawdod.com&quot; %&gt; |
-&lt;%= link_to &quot;Store&quot;, &quot;http://cafepress.com/officialrawdod&quot; %&gt;
-&lt;%= link_to &quot;2&quot;, &quot;http://cafepress.com/rawdod2&quot; %&gt;
-&lt;%= link_to &quot;3&quot;, &quot;http://cafepress.com/rawdod3&quot; %&gt;
-&lt;%= link_to &quot;4&quot;, &quot;http://cafepress.com/rawdod4&quot; %&gt; |
-&lt;%= link_to &quot;Random&quot;, &quot;/random&quot; %&gt; |
-&lt;%= link_to &quot;Imagez&quot;, &quot;/imagez?thumb=true&quot; %&gt;
-
-&lt;% if logged_in? %&gt;
- | 
-&lt;%= link_to &quot;Upload Media&quot;, &quot;http://space.rawdod.com/uploader.php&quot; %&gt; |
-&lt;%= link_to &quot;Seen&quot;, &quot;/seen&quot; %&gt;&lt;br/&gt;
-
-&lt;% end %&gt;&lt;br/&gt;
-
-
-        &lt;/span&gt;
-        &lt;span style=&quot;float: right&quot;&gt;
+   &lt;div id=&quot;usernav&quot;&gt;
+        &lt;%= link_to_unless request.path == &quot;/&quot;, image_tag(&quot;rawdod_mainlogo.png&quot;), &quot;/&quot; %&gt;
+         &lt;span style=&quot;float: left; margin-left: 23px;&quot;&gt;        
           &lt;% if logged_in? -%&gt;
             &lt;%= link_to session[:user_login], &quot;/home/&quot; + session[:user_login] %&gt; | &lt;%= link_to 'Post', new_post_path %&gt; | 
             &lt;% if User.find(session[:user_id]).unread_message == true %&gt;
@@ -53,8 +32,9 @@
             &lt;%= link_to &quot;Login&quot;, :controller =&gt; &quot;user&quot;, :action =&gt; &quot;login&quot; %&gt;
           &lt;% end -%&gt;
         &lt;/span&gt;
-      &lt;/div&gt;&lt;br clear=&quot;both&quot;/&gt;
-      &lt;div id=&quot;header&quot;&gt;&lt;%= link_to_unless request.path == &quot;/&quot;, image_tag(&quot;rawdod_mainlogo.png&quot;), &quot;/&quot; %&gt;&lt;/div&gt; 
+      &lt;/div&gt;
+    
+      &lt;br clear=&quot;both&quot;/&gt;
       &lt;div id=&quot;content&quot;&gt; 
         &lt;% if flash[:notice] -%&gt; 
           &lt;div id=&quot;notice&quot;&gt;&lt;%= flash[:notice] %&gt;&lt;/div&gt; 
@@ -91,5 +71,28 @@
         &lt;/fieldset&gt;
       &lt;/div&gt;
     &lt;% end %&gt;
+
+&lt;div style=&quot;text-align: center; margin: 15px; padding: 15px;&quot;&gt;
+&lt;%= link_to &quot;Homepages&quot;, &quot;/homepages&quot; %&gt; |
+&lt;%= link_to &quot;Space&quot;, &quot;http://space.rawdod.com&quot; %&gt; |
+&lt;%= link_to &quot;Media&quot;, &quot;http://media.rawdod.com&quot; %&gt; |
+&lt;%= link_to &quot;Youtube&quot;, &quot;http://youtube.com/rawdod&quot; %&gt; |
+&lt;%= link_to &quot;666 Chat&quot;, &quot;http://666.rawdod.com&quot; %&gt; |
+
+&lt;%= link_to &quot;Store&quot;, &quot;http://cafepress.com/officialrawdod&quot; %&gt;
+&lt;%= link_to &quot;2&quot;, &quot;http://cafepress.com/rawdod2&quot; %&gt;
+&lt;%= link_to &quot;3&quot;, &quot;http://cafepress.com/rawdod3&quot; %&gt;
+&lt;%= link_to &quot;4&quot;, &quot;http://cafepress.com/rawdod4&quot; %&gt; |
+&lt;%= link_to &quot;Random&quot;, &quot;/random&quot; %&gt; |
+&lt;%= link_to &quot;Imagez&quot;, &quot;/imagez?thumb=true&quot; %&gt;
+&lt;% if logged_in? %&gt;
+ | 
+&lt;%= link_to &quot;Upload Media&quot;, &quot;http://space.rawdod.com/uploader.php&quot; %&gt; |
+&lt;%= link_to &quot;Seen&quot;, &quot;/seen&quot; %&gt;&lt;br/&gt;
+
+&lt;% end %&gt;
+&lt;/div&gt;
+&lt;br/&gt;
+
   &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>app/views/layouts/standard.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,5 @@
 &lt;div class=&quot;post&quot;&gt;
 &lt;a name=&quot;post_&lt;%= post.id %&gt;&quot;/&gt;&lt;/a&gt;
-  &lt;div class=&quot;datestamp&quot;&gt;
-    Posted &lt;% if post.created_on &gt; 6.days.ago %&gt;&lt;%= post.created_on.strftime(&quot;%A&quot;) %&gt;&lt;% else %&gt;&lt;%=  post.created_on.strftime(&quot;%m-%d-%Y&quot;)%&gt;&lt;% end %&gt;&lt;br/&gt; by 
-&lt;%= link_to post.user.login, &quot;/home/&quot; + post.user.login %&gt;&lt;br/&gt;
-  &lt;/div&gt;
 
 
 &lt;div class=&quot;post_title&quot;&gt;&lt;%= link_to post.title, &quot;/posts/#{post.id}&quot; %&gt;&lt;/div&gt;
@@ -14,14 +10,21 @@
 &lt;%= link_to image_tag(image.url(&quot;med&quot;)), image.url,{ :title =&gt; image.filename, :onclick =&gt; &quot;return hs.expand(this, { slideshowGroup: #{post.id.to_s} });&quot;, :class =&gt; &quot;highslide&quot; } %&gt;
 &lt;% if image.body != nil &amp;&amp; image.body != &quot;&quot; %&gt;&lt;div class=&quot;highslide-caption&quot;&gt;&lt;%= image.body %&gt;&lt;/div&gt;&lt;% end %&gt;
 &lt;/span&gt;
+&lt;br/&gt;
+
 &lt;% end %&gt;
+
+  &lt;div class=&quot;datestamp&quot;&gt;
+    Posted on &lt;% if post.created_on &gt; 6.days.ago %&gt;&lt;%= post.created_on.strftime(&quot;%A&quot;) %&gt;&lt;% else %&gt;&lt;%=  post.created_on.strftime(&quot;%m-%d-%Y&quot;)%&gt;&lt;% end %&gt; by 
+&lt;%= link_to post.user.login, &quot;/home/&quot; + post.user.login %&gt;
+  &lt;/div&gt;
 &lt;br/&gt;
 
+
 &lt;%= auto_link post.body.gsub(&quot;\n&quot;,&quot;&lt;br/&gt;&quot;) %&gt;
 &lt;br/&gt;
 
 &lt;% if post.authorized?(session[:user_id]) %&gt;&lt;i&gt;&lt;%= link_to &quot;Edit&quot;, edit_post_path(post) %&gt;&lt;/i&gt;&lt;br/&gt;&lt;% end %&gt;
-&lt;br/&gt;
 
 &lt;% if post.images.size &gt; 0 %&gt;
 &lt;div class=&quot;thumbs&quot;&gt;</diff>
      <filename>app/views/posts/_post.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,16 @@
 &lt;br clear=&quot;both&quot;/&gt;
 
 &lt;% unless params[:page] || params[:user] %&gt;
+
+&lt;%= render :partial =&gt; &quot;post&quot;, :locals =&gt; { :post =&gt; @posts.shift } %&gt;
+
 &lt;div class=&quot;post&quot;&gt;
-&lt;div class=&quot;post_title&quot;&gt;Recently commented on&lt;/div&gt;
+Recent Comments:&lt;br/&gt;
 &lt;% posts_on_page = @posts.collect { |p| p.id } %&gt;
 &lt;% for post in @hotness %&gt;
 &lt;% if posts_on_page.include? post.id %&gt;
 &lt;% unless post.id == posts_on_page.first %&gt;
-&lt;%= link_to sanitize(truncate(post.title + &quot; - &quot; + post.body, 60)), &quot;#post_&quot; + post.id.to_s %&gt;&lt;br/&gt;
+&lt;%= link_to sanitize(truncate(post.body, 35) + &quot; &quot; + truncate(post.comments.last.body, 35) + &quot; &quot; + post.comments.last.user.login), &quot;#post_&quot; + post.id.to_s %&gt; &lt;br/&gt;
 &lt;% end %&gt;
 &lt;% else %&gt;
 &lt;%= link_to sanitize(truncate post.body, 60), :action =&gt; &quot;show&quot;, :id =&gt; post.id  %&gt;&lt;br/&gt;
@@ -16,6 +19,8 @@
 &lt;/div&gt;
 &lt;% end %&gt;
 
+
+
 &lt;% if params[:page] || params[:user] %&gt;&lt;%= will_paginate(@posts, :outer_window =&gt; 0, :inner_window =&gt; 2) %&gt;&lt;% end%&gt;
 
 &lt;%= render :partial =&gt; &quot;post&quot;, :collection =&gt; @posts %&gt;</diff>
      <filename>app/views/posts/index.rhtml</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>public/images/rawdod_mainlogo.png</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,16 @@
 /* a:hover   { color: #00FF00; border-bottom: 1px solid yellow; } */
-a { color: #9c3; text-decoration: none; }
+a { color: #43a945; text-decoration: none; }
 a img { border: none; }
-body { text-align: center; background-color: #242424;  color: #999999;
-font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; font-size:14px; font-family:Lucida Grande, sans-serif; }
+body {  margin: 0px; background-color: #202020;  color: #999999;
+       font-style:normal; font-variant:normal; font-weight:normal;  font-size:14px; 
+       font-family: sans; }
 .post_form { margin-top: 25px; margin-bottom: 25px; }
 #content { text-align: left; margin-left: auto; margin-right: auto; width: 584px;}	
-#header { margin-top: 25px; }
-#header img { }
 .post_title { margin-bottom: 12px; font-size: 20px; color: #FFFFFF; }
 #notice { font-size: 20px; margin: 40px; }
 .userstamp {  }
-.datestamp { background-color: #2d2d2d; margin-bottom: 10px; color: #888888; float: right;}
-.post  { background-color: #2d2d2d; padding: 12px; margin: 12px; width: 536px; 	line-height: 1.5em; }
+.datestamp { margin-bottom: 1px; color: #888888;}
+.post  { padding: 12px; margin: 12px; width: 536px; 	line-height: 1.5em; }
 .comment { padding-left: 0px; border-top: 0px dashed #232323; margin-bottom: 8px; margin-top: 4px;}
 .comments { border-top: 2px dashed #424242; }
 .thumb { float: left;  }
@@ -20,6 +19,10 @@ font-style:normal; font-variant:normal; font-weight:normal; line-height:15px; fo
 .imagelist { list-style-type: none; }
 .new_image_upload { background-color: #191919; margin: 10px; padding: 10px;}
 
+#header2 { margin: 0px; padding: 10px; width: 100%; background-color: #555555; float: left;}
+#header3 { margin: 0px; padding: 10px; width: 100%; background-color: #555555; }
+#usernav { margin-bottom: 0px; padding: 10px;}
+
 form {
 margin-left: auto;
 margin-right: auto;</diff>
      <filename>public/stylesheets/rawdod.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b975bfa725884ad6df345b42c54faf97494f271</id>
    </parent>
  </parents>
  <author>
    <name>David Richards</name>
    <email>rawdod@gmail.com</email>
  </author>
  <url>http://github.com/oneman/rawdod/commit/819608f9d9c7abc911348eecafc37dd61e600054</url>
  <id>819608f9d9c7abc911348eecafc37dd61e600054</id>
  <committed-date>2009-05-05T12:50:59-07:00</committed-date>
  <authored-date>2009-05-05T12:50:59-07:00</authored-date>
  <message>random and maybe bad but atleast different shit now for the style</message>
  <tree>0044fceb8d085d9acbce7bc397783d7e53bfa768</tree>
  <committer>
    <name>David Richards</name>
    <email>rawdod@gmail.com</email>
  </committer>
</commit>
