Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/interactive_media/style.css,v
retrieving revision 1.38
diff -u -r1.38 style.css
--- style.css	14 May 2009 06:20:52 -0000	1.38
+++ style.css	19 Mar 2010 23:39:00 -0000
@@ -385,7 +385,7 @@
   line-height: 0;
   z-index: 2;
 }
-#wrapper #container #header #logo img {
+#wrapper #container #header #logo {
   float: left; /* LTR */
   margin: 10px 10px 0 0; /* LTR */
 }
@@ -394,15 +394,6 @@
   margin: 20px 0 0;
   padding: 0;
 }
-#wrapper #container #header #slogan-floater .site-slogan {
-  position: relative;
-  float: left; /* LTR */
-  clear: both;
-}
-#wrapper #container #header #slogan-floater .site-name {
-  position: relative;
-  z-index: 2;
-}
 #wrapper #container #header ul.primary-links {
   position: absolute;
   right: 0; /* LTR */
@@ -581,7 +572,6 @@
   color: #768998;
 }
 #wrapper #container #header #slogan-floater h1.site-name {
-  float: left; /* LTR */
   letter-spacing: 1px;
   font-size: 2em;
   line-height: 1.2em;
Index: style-rtl.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/interactive_media/style-rtl.css,v
retrieving revision 1.24
diff -u -r1.24 style-rtl.css
--- style-rtl.css	21 Apr 2009 08:23:42 -0000	1.24
+++ style-rtl.css	19 Mar 2010 23:39:00 -0000
@@ -133,35 +133,26 @@
 /**
  * Layout
  */
-#wrapper #container #header #logo img {
+#wrapper #container #header #logo {
   float: right;
   margin: 10px 0 0 10px;
 }
 #wrapper #container #header #slogan-floater {
   float: right;
 }
-#wrapper #container #header #slogan-floater .site-slogan {
-  float: right;
-}
 #wrapper #container #header ul.primary-links {
   left: 0;
+  right:auto;
 }
 .block h2 {
   text-align: right;
 }
 
 /**
- * Header
- */
-#wrapper #container #header #slogan-floater h1.site-name {
-  float: right;
-}
-
-/**
  * Primary navigation
  */
 ul.primary-links li {
-  float: right;
+  float: left;
 }
 
 /**
