Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 18866)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -626,10 +626,9 @@
 
 .wrap h2,
 .subtitle {
-	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
 	font-weight: normal;
 	margin: 0;
-	text-shadow: rgba(255,255,255,1) 0 1px 0;
+	text-shadow: #fff 0 1px 0;
 }
 
 .wrap h2 {
@@ -718,11 +717,40 @@
   1.0 - Text Styles
 ------------------------------------------------------------------------------*/
 
+div.sidebar-name h3,
+#menu-management .nav-tab,
+#dashboard_plugins h5,
+a.rsswidget,
+#dashboard_right_now td.b,
+#dashboard-widgets h4,
+.tool-box .title,
+#poststuff h3,
+.metabox-holder h3,
+.pressthis a,
+#your-profile legend,
+.inline-edit-row fieldset span.title,
+.inline-edit-row fieldset span.checkbox-title,
+.tablenav .displaying-num,
+.welcome-panel h3,
+.widefat th,
+#wphead h1,
 .quicktags,
 .search {
-	font: 12px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 }
 
+h2 .nav-tab,
+.wrap h2,
+.subtitle,
+.login form .input {
+	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
+}
+
+.quicktags,
+.search {
+	font-size: 12px;
+}
+
 .icon32 {
 	float: left;
 	height: 34px;
@@ -1373,7 +1401,8 @@
 }
 
 #wphead h1 {
-	font: normal 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+	font-style: normal;
+	font-size: 16px;
 	padding: 6px 8px 5px;
 	margin: 0;
 	float: left;
@@ -1382,6 +1411,7 @@
 #wphead h1 a:hover {
 	text-decoration:none;
 }
+
 #wphead h1 a:hover #site-title {
 	text-decoration:underline;
 }
@@ -1671,6 +1701,7 @@
 	top: -5px;
 	left: 26px;
 }
+
 .js #adminmenu .wp-submenu.sub-open {
 	padding: 0 8px 8px 0;
 }
@@ -1760,6 +1791,7 @@
 #adminmenu li.wp-not-current-submenu li {
 	margin-left: 8px;
 }
+
 .folded #adminmenu li.wp-not-current-submenu li {
 	margin-left: 0;
 }
@@ -1774,6 +1806,7 @@
 .wp-menu-arrow {
 	display: none;
 }
+
 #adminmenu li.wp-has-current-submenu .wp-menu-arrow,
 #adminmenu li.menu-top.current .wp-menu-arrow,
 #adminmenu li.wp-has-submenu:hover .wp-menu-arrow {
@@ -1788,6 +1821,7 @@
 #adminmenu li.menu-top:hover .wp-menu-arrow {
 	z-index: 1500;
 }
+
 .folded #adminmenu li.menu-top:hover .wp-menu-arrow {
 	display: none;
 }
@@ -2018,7 +2052,6 @@
 }
 
 .widefat th {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-weight: normal;
 }
 
@@ -2170,7 +2203,6 @@
 }
 
 .welcome-panel h3 {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-size: 24px;
 	font-weight: normal;
 }
@@ -2321,7 +2353,6 @@
 }
 
 /* Bulk Actions */
-
 .tablenav-pages a {
 	border-bottom-style: solid;
 	border-bottom-width: 2px;
@@ -2383,7 +2414,6 @@
 .tablenav .displaying-num {
 	margin-right: 10px;
 	font-size: 12px;
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-style: italic;
 }
 
@@ -2594,7 +2624,6 @@
 	width: 6em;
 }
 
-
 /*	Styling */
 .inline-edit-row h4 {
 	text-transform: uppercase;
@@ -2602,7 +2631,6 @@
 
 .inline-edit-row fieldset span.title,
 .inline-edit-row fieldset span.checkbox-title {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-style: italic;
 	line-height: 1.8em;
 }
@@ -3000,6 +3028,7 @@
 #normal-sortables .comments-box {
 	border: 0 none;
 }
+
 ul.category-tabs,
 ul.add-menu-item-tabs,
 ul.wp-tab-bar {
@@ -3042,7 +3071,6 @@
 }
 
 /* positioning etc. */
-
 form#tags-filter {
 	position: relative;
 }
@@ -3062,7 +3090,6 @@
 }
 
 /* Edit posts */
-
 td.post-title strong, td.plugin-title strong {
 	display: block;
 	margin-bottom: .2em;
@@ -3073,7 +3100,6 @@
 }
 
 /* Global classes */
-
 .wp-hidden-children .wp-hidden-child,
 .ui-tabs-hide {
 	display: none;
@@ -4070,7 +4096,7 @@
 .form-table th,
 .form-wrap label {
 	font-weight: normal;
-	text-shadow: rgba(255,255,255,1) 0 1px 0;
+	text-shadow: #fff 0 1px 0;
 }
 
 .form-table th {
@@ -4396,7 +4422,7 @@
 	border-color: #dfdfdf #dfdfdf #fff;
 	border-width: 1px 1px 0;
 	color: #aaa;
-	text-shadow: rgba(255,255,255,1) 0 1px 0;
+	text-shadow: #fff 0 1px 0;
 	font-size: 12px;
 	line-height: 16px;
 	display: inline-block;
@@ -4426,7 +4452,6 @@
 
 h2 .nav-tab {
 	padding: 4px 10px 6px;
-	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
 	font-weight: 200;
 	font-size: 20px;
 	line-height: 24px;
@@ -4526,7 +4551,6 @@
 }
 
 #your-profile legend {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-size: 22px;
 }
 
@@ -4574,7 +4598,9 @@
 	-webkit-border-radius: 5px;
 	border-radius: 5px;
 	border: 1px #b4b4b4 solid;
-	font: normal normal normal 14px/16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+	font-style: normal;
+	line-height: 16px;
+	font-size: 14px;
 	text-decoration: none;
 	text-shadow: #fff 0 1px 0px;
 }
@@ -4761,7 +4787,6 @@
 #poststuff h3,
 .metabox-holder h3 {
 	font-size: 15px;
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-weight: normal;
 	padding: 7px 10px;
 	margin: 0;
@@ -4800,22 +4825,13 @@
 	text-decoration: none;
 }
 
-.tool-box {
-	margin: 15px 0 35px;
-	max-width: 650px;
-}
-.tool-box .buttons {
-	margin: 15px 0;
-}
 .tool-box .title {
 	margin: 8px 0;
-	font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+	font-size: 18px;
+	font-weight: normal;
+	line-height: 24px;
 }
 
-.pressthis a {
-	font-size: 1.2em;
-}
-
 #sidemenu {
 	margin: -30px 15px 0 315px;
 	list-style: none;
@@ -4872,7 +4888,6 @@
 	text-align: left;
 }
 
-
 /* Scrollbar fix for bulk upgrade iframe */
 body.iframe {
 	height: 98%;
@@ -5070,7 +5085,6 @@
 }
 
 #dashboard-widgets h4 {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-weight: normal;
 	font-size: 13px;
 	margin: 0 0 .2em;
@@ -5078,7 +5092,6 @@
 }
 
 /* Right Now */
-
 #dashboard_right_now p.sub,
 #dashboard_right_now .table, #dashboard_right_now .versions {
 	margin: -12px;
@@ -5128,7 +5141,6 @@
 #dashboard_right_now td.b {
 	padding-right: 6px;
 	text-align: right;
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-size: 14px;
 	width: 1%;
 }
@@ -5181,7 +5193,6 @@
 }
 
 /* Recent Comments */
-
 #dashboard_recent_comments h3 {
 	margin-bottom: 0;
 }
@@ -5258,7 +5269,6 @@
 }
 
 /* QuickPress */
-
 #dashboard_quick_press h4 {
 	font-family: sans-serif;
 	float: left;
@@ -5346,7 +5356,6 @@
 }
 
 /* Feeds */
-
 .rss-widget ul {
 	margin: 0;
 	padding: 0;
@@ -5355,7 +5364,6 @@
 
 a.rsswidget {
 	font-size: 13px;
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	line-height: 1.7em;
 }
 
@@ -5385,8 +5393,8 @@
 #dashboard_plugins h4 {
 	line-height: 1.7em;
 }
+
 #dashboard_plugins h5 {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-weight: normal;
 	font-size: 13px;
 	margin: 0;
@@ -5553,7 +5561,7 @@
 
 .login #nav,
 .login #backtoblog {
-	text-shadow: rgba(255,255,255,1) 0 1px 0;
+	text-shadow: #fff 0 1px 0;
 	margin: 0 0 0 16px;
 	padding: 16px 16px 0;
 }
@@ -5563,7 +5571,6 @@
 }
 
 .login form .input {
-	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
 	font-weight: 200;
 	font-size: 24px;
 	width: 97%;
@@ -5772,7 +5779,6 @@
 #menu-management .nav-tab {
 	margin-bottom: 0;
 	font-size: 14px;
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 }
 
 
@@ -6480,10 +6486,8 @@
 }
 
 .press-this #wphead h1 {
-	font: normal 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	padding: 6px 0 0;
-	margin: 0;
-	float: left;
+	font-weight: normal;
 }
 
 .press-this #wphead h1 a {
@@ -7092,7 +7096,6 @@
 }
 
 div.sidebar-name h3 {
-	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 	font-weight: normal;
 	font-size: 15px;
 	margin: 0;
