Index: wp-admin/css/wp-admin-rtl.dev.css
===================================================================
--- wp-admin/css/wp-admin-rtl.dev.css	(revision 18964)
+++ wp-admin/css/wp-admin-rtl.dev.css	(working copy)
@@ -13,8 +13,7 @@
  4.0 - Notifications
  5.0 - TinyMCE
  6.0 - Admin Header
-	6.1 - Favorites Menu
-	6.2 - Screen Options Tabs
+	6.1 - Screen Options Tabs
  7.0 - Main Navigation
  8.0 - Layout Blocks
  9.0 - Dashboard
@@ -307,36 +306,13 @@
 }
 
 #wphead h1 {
-	font: Tahoma, Arial, sans-serif;
 	float: right;
 }
 
 /*------------------------------------------------------------------------------
-  6.1 - Favorites Menu
+  6.1 - Screen Options Tabs
 ------------------------------------------------------------------------------*/
 
-#favorite-actions {
-	margin: 0 15px 0 12px;
-}
-
-#favorite-first a {
-	padding: 2px 12px 2px 0;
-}
-
-#favorite-inside a {
-	padding: 3px 10px 3px 5px;
-}
-
-#favorite-toggle {
-	right: auto;
-	left: 0;
-}
-
-
-/*------------------------------------------------------------------------------
-  6.2 - Screen Options Tabs
-------------------------------------------------------------------------------*/
-
 #screen-meta .screen-reader-text {
 	visibility: hidden;
 }
@@ -676,17 +652,6 @@
 	float: right;
 }
 
-#edButtonPreview,
-#edButtonHTML {
-	margin: 5px 0 0 5px;
-	float: left;
-}
-
-#poststuff #edButtonHTML {
-	margin-right: 0;
-	margin-left: 15px;
-}
-
 .submitbox .submit {
 	text-align: right;
 }
@@ -1825,29 +1790,6 @@
 	direction: ltr;
 }
 
-
-
-
-/* press-this */
-body {
-	font-family: Tahoma, Arial;
-}
-
-#poststuff #edButtonPreview,
-#poststuff #edButtonHTML {
-	float: left;
-}
-
-#poststuff #edButtonHTML {
-	margin-left: 15px;
-	margin-right: 5px;
-}
-
-#header-logo,
-#wphead h1 {
-	float: right;
-}
-
 /* Editor/Main Column */
 div#poststuff {
 	padding-left: 0;
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 18964)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -13,9 +13,8 @@
  4.0 - Notifications
  5.0 - TinyMCE
  6.0 - Admin Header
-	6.1 - Favorites Menu
-	6.2 - Screen Options Tabs
-	6.3 - Help Menu
+	6.1 - Screen Options Tabs
+	6.2 - Help Menu
  7.0 - Main Navigation
  8.0 - Layout Blocks
  9.0 - Dashboard
@@ -704,7 +703,6 @@
 .tablenav .displaying-num,
 .welcome-panel h3,
 .widefat th,
-#wphead h1,
 .quicktags,
 .search {
 	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
@@ -1349,115 +1347,17 @@
 /*------------------------------------------------------------------------------
   6.0 - Admin Header
 ------------------------------------------------------------------------------*/
-#wphead {
-	height: 32px;
-	margin-right: 20px;
-	margin-left: 2px;
-}
-
-#wphead a,
 #adminmenu a,
 #sidemenu a,
 #taglist a,
-#catlist a,
-#wphead h1 a:hover {
+#catlist a {
 	text-decoration: none;
 }
 
-#wphead h1 a:hover #site-title {
-	text-decoration:underline;
-}
-
-#header-logo {
-	float: left;
-	margin: 7px 0;
-	-webkit-user-select: none;
-	-moz-user-select: none;
-	user-select: none;
-}
-
-#wphead h1 {
-	font-style: normal;
-	font-size: 16px;
-	padding: 6px 8px 5px;
-	margin: 0;
-	float: left;
-}
-
-
 /*------------------------------------------------------------------------------
-  6.1 - Favorites Menu
+  6.1 - Screen Options Tabs
 ------------------------------------------------------------------------------*/
 
-#favorite-actions {
-	margin: 0 12px 0 15px;
-	min-width: 130px;
-	position: relative;
-	display: inline-block;
-	top: -1px;
-}
-
-#favorite-first {
-	-webkit-border-radius: 12px;
-	border-radius: 12px;
-	line-height: 15px;
-	padding: 0 30px 0 0;
-	border-width: 1px;
-	border-style: solid;
-}
-
-#favorite-inside {
-	margin: 0;
-	padding: 2px 1px;
-	border-width: 1px;
-	border-style: solid;
-	position: absolute;
-	z-index: 11;
-	display: none;
-	-webkit-border-bottom-right-radius: 12px;
-	-webkit-border-bottom-left-radius: 12px;
-	border-bottom-right-radius: 12px;
-	border-bottom-left-radius: 12px;
-}
-
-#favorite-first a {
-	padding: 2px 0 2px 12px;
-}
-
-#favorite-actions a {
-	display: block;
-	text-decoration: none;
-	font-size: 11px;
-}
-
-#favorite-inside a {
-	padding: 3px 5px 3px 10px;
-	line-height: 20px;
-}
-
-#favorite-toggle {
-	height: 18px;
-	position: absolute;
-	right: 0;
-	top: 1px;
-	width: 28px;
-	border-width: 0 0 0 1px;
-	border-style: solid;
-}
-
-#favorite-actions .slide-down {
-	-webkit-border-bottom-right-radius: 0;
-	-webkit-border-bottom-left-radius: 0;
-	border-bottom-right-radius: 0;
-	border-bottom-left-radius: 0;
-	border-bottom: none;
-}
-
-
-/*------------------------------------------------------------------------------
-  6.2 - Screen Options Tabs
-------------------------------------------------------------------------------*/
-
 #screen-meta {
 	position: fixed;
 	top: -250px;
@@ -1519,7 +1419,7 @@
 }
 
 /*------------------------------------------------------------------------------
-  6.3 - Help Menu
+  6.2 - Help Menu
 ------------------------------------------------------------------------------*/
 
 #contextual-help-back {
@@ -2802,7 +2702,6 @@
 #poststuff #titlewrap {
 	border: 0;
 	padding: 0;
-
 }
 
 #titlediv #title {
@@ -6489,6 +6388,22 @@
 	user-select: none;
 }
 
+.press-this #wphead h1 {
+	font-weight: normal;
+	font-size: 16px;
+	line-height: 32px;
+	margin: 0;
+	float: left;
+}
+
+.press-this #wphead h1 a {
+	text-decoration: none;
+}
+
+.press-this #wphead h1 a:hover {
+	text-decoration: underline;
+}
+
 .press-this-sidebar {
 	float: right;
 	width: 200px;
@@ -6502,19 +6417,6 @@
 	box-sizing: border-box;
 }
 
-.press-this #wphead h1 {
-	padding: 6px 0 0;
-	font-weight: normal;
-}
-
-.press-this #wphead h1 a {
-	text-decoration: none;
-}
-
-.press-this #wphead h1 a:hover {
-	text-decoration: underline;
-}
-
 .press-this .tagchecklist span a {
 	background: transparent url(../images/xit.gif) no-repeat 0 0;
 }
Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 18964)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -420,7 +420,6 @@
 	color: #d54e21;
 }
 
-#wphead #viewsite a:hover,
 #adminmenu a:hover,
 #adminmenu ul.wp-submenu a:hover,
 #the-comment-list .comment a:hover,
@@ -554,8 +553,6 @@
 
 a,
 #adminmenu a,
-#poststuff #edButtonPreview,
-#poststuff #edButtonHTML,
 #the-comment-list p.comment-author strong a,
 #media-upload a.del-link,
 #media-items a.delete,
@@ -858,13 +855,6 @@
 	color: #555;
 }
 
-#poststuff #edButtonPreview,
-#poststuff #edButtonHTML {
-	background-color: #f7fcfe;
-	border-color: #d0dfe9 #d0dfe9 #d0dfe9;
-	color: #999;
-}
-
 #poststuff #editor-toolbar .active {
 	border-color: #d0dfe9 #d0dfe9 #eff8ff;
 	background-color: #eff8ff;
@@ -1784,38 +1774,6 @@
 	background-color: #ccc;
 }
 
-#favorite-first {
-	border-color: #c0c0c0;
-	background: #f1f1f1; /* fallback color */
-	background:-moz-linear-gradient(bottom,	#e7e7e7, #fff);
-	background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
-}
-
-#favorite-inside {
-	border-color: #c0c0c0;
-	background-color: #fff;
-}
-
-#favorite-toggle {
-	background: transparent url(../images/fav-arrow.gif?ver=20100531) no-repeat 0 -4px;
-	border-color: #d0dfe9;
-	-moz-box-shadow: inset 1px 0 0 #fff;
-	-webkit-box-shadow: inset 1px 0 0 #fff;
-	box-shadow: inset 1px 0 0 #fff;
-}
-
-#favorite-actions a {
-	color: #464646;
-}
-
-#favorite-actions a:hover {
-	color: #000;
-}
-
-#favorite-inside a:hover {
-	text-decoration: underline;
-}
-
 .toggle-arrow {
 	background: transparent url(../images/arrows-vs.png) no-repeat right 3px;
 }
@@ -2157,10 +2115,6 @@
 	border-left-color: #d1e5ee;
 }
 
-.rtl #favorite-toggle {
-	background: transparent url(../images/arrows-vs.png) no-repeat 4px 2px;
-}
-
 .toggle-arrow {
 	background: transparent url(../images/arrows-vs.png) no-repeat left 3px;
 }
@@ -2170,5 +2124,4 @@
 }
 .rtl .sidebar-name:hover .sidebar-name-arrow {
 	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
-}
-
+}
\ No newline at end of file
Index: wp-admin/css/ie-rtl.dev.css
===================================================================
--- wp-admin/css/ie-rtl.dev.css	(revision 18964)
+++ wp-admin/css/ie-rtl.dev.css	(working copy)
@@ -69,10 +69,6 @@
 p.row-actions {
 	width: 100%;
 }
-#favorite-inside {
-	position: absolute;
-	right:0;
-}
 #post-status-info {
 	height: 25px;
 }
Index: wp-admin/css/ie.dev.css
===================================================================
--- wp-admin/css/ie.dev.css	(revision 18964)
+++ wp-admin/css/ie.dev.css	(working copy)
@@ -218,16 +218,6 @@
 	overflow: hidden;
 }
 
-#favorite-actions {
-	z-index: 12;
-}
-
-#favorite-inside,
-#favorite-inside a,
-.favorite-action {
-	zoom: 100%;
-}
-
 #the-comment-list .comment-item,
 #post-status-info,
 #wpwrap,
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 18964)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -428,7 +428,6 @@
 	color: #d54e21;
 }
 
-#wphead #viewsite a:hover,
 #adminmenu a:hover,
 #adminmenu ul.wp-submenu a:hover,
 #the-comment-list .comment a:hover,
@@ -1455,38 +1454,6 @@
 	background-color: #ccc;
 }
 
-#favorite-first {
-	border-color: #c0c0c0;
-	background: #f1f1f1; /* fallback color */
-	background:-moz-linear-gradient(bottom,	#e7e7e7, #fff);
-	background:-webkit-gradient(linear, left bottom, left top, from(#e7e7e7), to(#fff));
-}
-
-#favorite-inside {
-	border-color: #c0c0c0;
-	background-color: #fff;
-}
-
-#favorite-toggle {
-	background: transparent url(../images/arrows.png) no-repeat 4px 2px;
-	border-color: #dfdfdf;
-	-moz-box-shadow: inset 1px 0 0 #fff;
-	-webkit-box-shadow: inset 1px 0 0 #fff;
-	box-shadow: inset 1px 0 0 #fff;
-}
-
-#favorite-actions a {
-	color: #464646;
-}
-
-#favorite-actions a:hover {
-	color: #000;
-}
-
-#favorite-inside a:hover {
-	text-decoration: underline;
-}
-
 .view-switch #view-switch-list {
 	background: transparent url(../images/list.png) no-repeat 0 0;
 }
@@ -1817,10 +1784,6 @@
 	border-left-color: #eee;
 }
 
-.rtl #favorite-toggle {
-	background: transparent url(../images/arrows.png) no-repeat 4px 2px;
-}
-
 .toggle-arrow {
 	background: transparent url(../images/arrows.png) no-repeat left 3px;
 }
@@ -1831,4 +1794,4 @@
 
 .rtl .sidebar-name:hover .sidebar-name-arrow {
 	background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
-}
+}
\ No newline at end of file
