diff -ruN /home/jon/patches/best_responsive/css/responsive.css /home/jon/patches/best_responsive_patch/css/responsive.css
--- /home/jon/patches/best_responsive/css/responsive.css	2013-02-27 18:16:40.000000000 -0500
+++ /home/jon/patches/best_responsive_patch/css/responsive.css	2013-04-08 14:50:58.000000000 -0400
@@ -105,6 +105,9 @@
   #navigation .selector {
     display: inline-block;
   }
+    #wrap {
+    width: 90%;
+  }
   
 }
 
@@ -115,8 +118,11 @@
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 
   /*main*/
+      #header-social{
+    display:block;
+  }
   #wrap {
-    width: 690px;
+    width: 90%;
   }
   #content {
     width: 380px;
@@ -151,11 +157,11 @@
 @media only screen and (max-width: 767px) {
 
   /*main*/
-  #header-social{
-    display: none;
+    #header-social{
+    display:none;
   }
   #wrap {
-    width: 280px;
+    width: 90%;
   }
   #content {
     width: 100%;
@@ -195,7 +201,14 @@
   .meta li{
     display: block;
   }
+  .comment .content{
+      margin-right:15px;
+     
+  }
   
+  h3 a{
+      margin-left:-4px;
+  }
 }
 
 
@@ -207,7 +220,10 @@
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 
   #wrap {
-    width: 370px;
+    width: 90%;
   }
+  #footer-area{
+     padding:25px;
+   }
 
 }
\ No newline at end of file
diff -ruN /home/jon/patches/best_responsive/style.css /home/jon/patches/best_responsive_patch/style.css
--- /home/jon/patches/best_responsive/style.css	2013-02-27 18:16:40.000000000 -0500
+++ /home/jon/patches/best_responsive_patch/style.css	2013-04-08 14:59:22.000000000 -0400
@@ -372,6 +372,7 @@
 #logo img {
   display: block;
   max-width: 100%;
+  padding-left:18px;
 }
 
 #logo h1, #logo h2 {
@@ -480,8 +481,8 @@
   position: relative;
 }
 
-#navigation #main-menu > ul > li > a:hover {
-  color: #fff;
+ul.menu li:hover {
+opacity:0.8;
 }
 
 #navigation #main-menu > ul > li > a.active {
@@ -1083,7 +1084,7 @@
 #block-search-form .content { margin-top: 0; }
 
 #search-form input#edit-keys,
-#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }
+#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 13em; }
 
 #search-block-form input.form-submit,
 #search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
