Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 20636)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -84,8 +84,8 @@
 
 #adminmenuback {
 	position: absolute;
-	top: 0;
-	bottom: 0;
+		top: 0;
+		bottom: 0;
 	z-index: -1;
 }
 
@@ -192,7 +192,7 @@
 .screen-reader-text,
 .screen-reader-text span {
 	position: absolute;
-	left: -1000em;
+		left: -1000em;
 	height: 1px;
 	width: 1px;
 	overflow: hidden;
@@ -212,10 +212,11 @@
 input[type="search"],
 input[type="email"],
 input[type="url"],
+input[type="tel"],
 textarea {
-	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
-	-ms-box-sizing: border-box; /* ie8 only */
+	-moz-box-sizing: border-box;
+	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
@@ -491,7 +492,6 @@
 .feature-filter,
 #widget-list .widget-top,
 .editwidget .widget-inside {
-	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	border-width: 1px;
 	border-style: solid;
@@ -514,19 +514,15 @@
 }
 
 .widefat thead th:first-of-type {
-	-webkit-border-top-left-radius: 3px;
 	border-top-left-radius: 3px;
 }
 .widefat thead th:last-of-type {
-	-webkit-border-top-right-radius: 3px;
 	border-top-right-radius: 3px;
 }
 .widefat tfoot th:first-of-type {
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
 .widefat tfoot th:last-of-type {
-	-webkit-border-bottom-right-radius: 3px;
 	border-bottom-right-radius: 3px;
 }
 
@@ -634,7 +630,7 @@
 	margin-left: 4px;
 	padding: 3px 8px;
 	position: relative;
-	top: -3px;
+		top: -3px;
 	text-decoration: none;
 	font-size: 12px;
 	border: 0 none;
@@ -746,8 +742,6 @@
 .submit {
 	padding: 1.5em 0;
 	margin: 5px 0;
-	-webkit-border-bottom-left-radius: 3px;
-	-webkit-border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 }
@@ -773,10 +767,10 @@
 	cursor: pointer;
 	border-width: 1px;
 	border-style: solid;
-	-webkit-border-radius: 11px;
 	border-radius: 11px;
-	-moz-box-sizing: content-box;
 	-webkit-box-sizing: content-box;
+	-moz-box-sizing: content-box;
+	-ms-box-sizing: content-box;
 	box-sizing: content-box;
 }
 
@@ -866,7 +860,7 @@
 }
 
 input[type="text"].ui-autocomplete-loading {
-	background: transparent url('../images/loading.gif') no-repeat right center;
+	background: transparent url("../images/loading.gif") no-repeat right center;
 	visibility: visible;
 }
 
@@ -956,8 +950,6 @@
 #minor-publishing {
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
-	-webkit-box-shadow: 0 1px 0 #fff;
-	-moz-box-shadow: 0 1px 0 #fff;
 	box-shadow: 0 1px 0 #fff;
 }
 
@@ -1004,7 +996,6 @@
 	line-height: 15px;
 	padding: 3px 10px;
 	white-space: nowrap;
-	-webkit-border-radius: 10px;
 }
 
 .approve,
@@ -1041,8 +1032,6 @@
 	margin: -1px 15px 0 5px;
 	border-width: 1px;
 	border-style: solid;
-	-webkit-border-bottom-right-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
@@ -1131,15 +1120,13 @@
 #screen-options-link-wrap,
 #contextual-help-link-wrap,
 #screen-meta {
-	-webkit-border-bottom-left-radius: 3px;
-	-webkit-border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 }
 
 #screen-meta-links .screen-meta-toggle {
 	position: relative;
-	top: -1px;
+		top: -1px;
 }
 
 #screen-meta-links a.show-settings {
@@ -1211,19 +1198,17 @@
 
 #contextual-help-back {
 	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: 150px;
-	right: 170px;
+		top: 0;
+		bottom: 0;
+		left: 150px;
+		right: 170px;
 	border-width: 0 1px;
 	border-style: solid;
 }
 
 #contextual-help-wrap.no-sidebar #contextual-help-back {
 	right: 0;
-
 	border-right-width: 0;
-	-webkit-border-bottom-right-radius: 2px;
 	border-bottom-right-radius: 2px;
 }
 
@@ -1304,9 +1289,9 @@
 
 #adminmenushadow {
 	position: absolute;
-	top: 0;
-	right: 0;
-	bottom: 0;
+		top: 0;
+		right: 0;
+		bottom: 0;
 	width: 6px;
 	z-index: 20;
 }
@@ -1315,6 +1300,7 @@
 #adminmenu * {
 	-webkit-user-select: none;
 	-moz-user-select: none;
+	-ms-user-select: none;
 	user-select: none;
 }
 
@@ -1329,8 +1315,8 @@
 .folded #adminmenu .wp-has-current-submenu .wp-submenu {
 	display: none;
 	position: absolute;
-	top: -1px;
-	left: 146px;
+		top: -1px;
+		left: 146px;
 	z-index: 999;
 	overflow: hidden;
 }
@@ -1344,18 +1330,16 @@
 }
 
 #adminmenu .wp-has-current-submenu .wp-submenu {
+	padding: 0;
 	position: relative;
+		top: auto;
+		left: auto;
+		right: auto;
+		bottom: auto;
 	z-index: 2;
-	top: auto;
-	left: auto;
-	right: auto;
-	bottom: auto;
-	padding: 0;
 }
 
 #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
 	box-shadow: none;
 }
 
@@ -1480,16 +1464,15 @@
 	cursor: auto;
 	z-index: 25;
 	position: absolute;
-	right: 100%;
+		right: 100%;
 	margin: 0;
 	height: 30px;
 	width: 6px;
-
-	-moz-transform:    translate( 146px );
 	-webkit-transform: translate( 146px );
-	-o-transform:      translate( 146px );
-	-ms-transform:     translate( 146px );
-	transform:         translate( 146px );
+	-moz-transform: translate( 146px );
+	-ms-transform: translate( 146px );
+	-o-transform: translate( 146px );
+	transform: translate( 146px );
 }
 
 #adminmenu li.wp-has-current-submenu .wp-menu-arrow,
@@ -1515,42 +1498,41 @@
 
 #adminmenu .wp-menu-arrow div {
 	position: absolute;
-	top: 7px;
-	left: -1px;
+		top: 7px;
+		left: -1px;
+	-webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
+	-moz-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
+	-ms-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
+	-o-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
+	transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
 	width: 14px;
 	height: 15px;
-
-	-moz-transform:    matrix( -0.6, 1, 0.6, 1, 0, 0 );
-	-webkit-transform: matrix( -0.6, 1, 0.6, 1, 0, 0 );
-	-o-transform:      matrix( -0.6, 1, 0.6, 1, 0, 0 );
-	-ms-transform:     matrix( -0.6, 1, 0.6, 1, 0, 0 );
-	transform:         matrix( -0.6, 1, 0.6, 1, 0, 0 );
 }
 
 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
-	-moz-transform:    translate( 145px );
-	-webkit-transform: translate( 145px );
-	-o-transform:      translate( 145px );
-	-ms-transform:     translate( 145px );
-	transform:         translate( 145px );
-	height: 28px;
-	border-width: 1px 0;
 	border-style: solid;
+	border-width: 1px 0;
+	height: 28px;
+	-webkit-transform: translate( 145px );
+	-moz-transform: translate( 145px );
+	-ms-transform: translate( 145px );
+	-o-transform: translate( 145px );
+	transform: translate( 145px );
 }
 
 .folded .wp-menu-arrow {
-	-moz-transform:    translate( 33px );
 	-webkit-transform: translate( 33px );
-	-o-transform:      translate( 33px );
-	-ms-transform:     translate( 33px );
-	transform:         translate( 33px );
+	-moz-transform: translate( 33px );
+	-ms-transform: translate( 33px );
+	-o-transform: translate( 33px );
+	transform: translate( 33px );
 }
 
 #adminmenu .wp-not-current-submenu .wp-menu-arrow div {
-	width: 15px;
-	top: 6px;
-	border-width: 0 0 1px 1px;
 	border-style: solid;
+	border-width: 0 0 1px 1px;
+	top: 6px;
+	width: 15px;
 }
 
 .wp-menu-arrow,
@@ -1614,8 +1596,6 @@
 	border-width: 1px 1px 1px 0;
 	border-style: solid solid solid none;
 	position: relative;
-	-webkit-border-bottom-right-radius: 3px;
-	-webkit-border-top-right-radius: 3px;
 	border-bottom-right-radius: 3px;
 	border-top-right-radius: 3px;
 }
@@ -1677,7 +1657,6 @@
 	font-weight: bold;
 	margin-top: 1px;
 	margin-left: 7px;
-	-webkit-border-radius: 10px;
 	border-radius: 10px;
 }
 
@@ -1713,7 +1692,6 @@
 	margin: 8px 6px;
 	border-width: 1px;
 	border-style: solid;
-	-webkit-border-radius: 10px;
 	border-radius: 10px;
 }
 
@@ -1725,26 +1703,25 @@
 }
 
 .post-com-count {
+	background-position: center -80px;
+	background-repeat: no-repeat;
+	cursor: pointer;
+	display: block;
 	height: 1.3em;
 	line-height: 1.1em;
-	display: block;
-	text-decoration: none;
 	padding: 0 0 6px;
-	cursor: pointer;
-	background-position: center -80px;
-	background-repeat: no-repeat;
+	text-decoration: none;
 }
 
 .post-com-count span {
+	border-radius: 5px;
+	display: inline-block;
 	font-size: 11px;
 	font-weight: bold;
 	height: 1.4em;
 	line-height: 1.4em;
 	min-width: 0.7em;
 	padding: 0 6px;
-	display: inline-block;
-	-webkit-border-radius: 5px;
-	border-radius: 5px;
 }
 
 strong .post-com-count {
@@ -1779,8 +1756,8 @@
 }
 
 .narrow {
-	width: 70%;
 	margin-bottom: 40px;
+	width: 70%;
 }
 
 .narrow p {
@@ -1842,8 +1819,8 @@
 }
 
 .postbox-container .meta-box-sortables {
-	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
@@ -1986,14 +1963,11 @@
 
 .postbox .hndle {
 	cursor: move;
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-top-right-radius: 3px;
 	border-top-left-radius: 3px;
 	border-top-right-radius: 3px;
 }
 
 .postbox.closed .hndle {
-	-webkit-border-radius: 3px;
 	border-radius: 3px;
 }
 
@@ -2034,6 +2008,7 @@
 	cursor: move;
 	-webkit-user-select: none;
 	-moz-user-select: none;
+	-ms-user-select: none;
 	user-select: none;
 }
 
@@ -2054,8 +2029,6 @@
 
 .postbox.closed h3 {
 	border: none;
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
 	box-shadow: none;
 }
 
@@ -2138,20 +2111,20 @@
 
 .welcome-panel .welcome-panel-close {
 	position: absolute;
-	top: 0;
-	right: 10px;
+		top: 0;
+		right: 10px;
 	padding: 8px 3px;
 	font-size: 13px;
 	text-decoration: none;
 }
 
 .welcome-panel .welcome-panel-close:before {
-	background: url('../images/xit.gif') 0 17% no-repeat;
+	background: url("../images/xit.gif") 0 17% no-repeat;
 	content: ' ';
 	height: 100%;
 	width: 10px;
-	left: -12px;
 	position: absolute;
+		left: -12px;
 }
 
 .welcome-panel .welcome-panel-close:hover:before {
@@ -2324,7 +2297,7 @@
 	height: 4px;
 	margin-top: 8px;
 	margin-left: 7px;
-	background-image: url(../images/sort.gif);
+	background-image: url("../images/sort.gif");
 	background-repeat: no-repeat;
 }
 
@@ -2413,7 +2386,7 @@
 }
 
 .tablenav .tablenav-pages a,
-.tablenav-pages span.current  {
+.tablenav-pages span.current {
 	text-decoration: none;
 	padding: 3px 6px;
 }
@@ -2609,11 +2582,17 @@
 	padding-right: 0.5em;
 }
 
-.inline-edit-row .input-text-wrap input[type=text] {
+.inline-edit-row .input-text-wrap input[type="text"],
+.inline-edit-row .input-text-wrap input[type="password"],
+.inline-edit-row .input-text-wrap input[type="number"],
+.inline-edit-row .input-text-wrap input[type="search"],
+.inline-edit-row .input-text-wrap input[type="email"],
+.inline-edit-row .input-text-wrap input[type="url"],
+.inline-edit-row .input-text-wrap input[type="tel"] {
 	width: 100%;
 }
 
-.inline-edit-row fieldset label input[type=checkbox] {
+.inline-edit-row fieldset label input[type="checkbox"] {
 	vertical-align: text-bottom;
 }
 
@@ -2966,8 +2945,6 @@
 ul.add-menu-item-tabs li,
 ul.wp-tab-bar li {
 	padding: 3px 5px 5px;
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-top-right-radius: 3px;
 	border-top-left-radius: 3px;
 	border-top-right-radius: 3px;
 }
@@ -3016,8 +2993,6 @@
 	border-width: 0 1px 1px;
 	border-style: none solid solid;
 	width: 100%;
-	-webkit-border-bottom-left-radius: 3px;
-	-webkit-border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 }
@@ -3037,12 +3012,12 @@
 
 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
 	display: block;
-	background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
+	background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
 	width: 12px;
 	cursor: se-resize;
 	margin: 0 2px;
 	position: relative;
-	top: -2px;
+		top: -2px;
 }
 
 #post-body .postarea .wp_themeSkin .mceStatusbar a.mceResize {
@@ -3224,8 +3199,6 @@
 }
 
 #post-body ul.add-menu-item-tabs li.tabs {
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-top-left-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
@@ -3377,10 +3350,9 @@
 }
 
 p.popular-tags {
-	-webkit-border-radius: 8px;
 	border-radius: 8px;
-	border-width: 1px;
 	border-style: solid;
+	border-width: 1px;
 	line-height: 2em;
 	max-width: 1000px;
 	padding: 8px 12px 12px;
@@ -3635,14 +3607,12 @@
 	margin-bottom: 2px;
 	border: 1px solid #d1d1d1;
 	background: #fff;
-	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
-	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
-	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
 	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
 	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
-	-webkit-border-radius: 3px;
+	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
+	background-image: linear-gradient(bottom, rgb(255,255,255) 0%, rgb(247,247,247) 100%);
 	border-radius: 3px;
-	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
 	box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
 }
 
@@ -3652,14 +3622,12 @@
 	height: 100%;
 	margin-top: -24px;
 	background-color: #83B4D8;
-	background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
-	background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
-	background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
 	background-image: -webkit-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+	background-image: -moz-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
 	background-image: -ms-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
-	-webkit-border-radius: 3px;
+	background-image: -o-linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
+	background-image: linear-gradient(bottom, rgb(114,167,207) 0%, rgb(144,197,238) 100%);
 	border-radius: 3px;
-	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
 	box-shadow: 0 0 3px rgba(0,0,0,0.3);
 }
 
@@ -3722,7 +3690,7 @@
 	line-height: 2em;
 	padding: 1px 12px;
 	position: absolute;
-	top: 5px;
+		top: 5px;
 	width: 100%;
 }
 
@@ -3763,8 +3731,8 @@
 
 .find-box #resize-se {
 	position: absolute;
-	right: 1px;
-	bottom: 1px;
+		right: 1px;
+		bottom: 1px;
 }
 
 ul#dismissed-updates {
@@ -3788,7 +3756,6 @@
 	border-style: solid;
 	line-height: 1.8em;
 	word-spacing: 3px;
-	-webkit-border-radius: 6px;
 	border-radius: 6px;
 }
 
@@ -3873,8 +3840,8 @@
 
 .imgedit-wait {
 	position: absolute;
-	top: 0;
-	background: #FFFFFF url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
+		top: 0;
+	background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px;
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	width: 100%;
@@ -3883,7 +3850,7 @@
 }
 
 .media-disabled,
-.imgedit-settings .disabled  {
+.imgedit-settings .disabled {
 	color: grey;
 }
 
@@ -3909,7 +3876,7 @@
 }
 
 .imgedit-crop {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -9px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px;
 	margin: 0 8px 0 0;
 }
 
@@ -3922,7 +3889,7 @@
 }
 
 .imgedit-rleft {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -46px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px;
 	margin: 0 3px;
 }
 
@@ -3935,7 +3902,7 @@
 }
 
 .imgedit-rright {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -77px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -3948,7 +3915,7 @@
 }
 
 .imgedit-flipv {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -115px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px;
 	margin: 0 3px;
 }
 
@@ -3961,7 +3928,7 @@
 }
 
 .imgedit-fliph {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -147px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -3974,7 +3941,7 @@
 }
 
 .imgedit-undo {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -184px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px;
 	margin: 0 3px;
 }
 
@@ -3987,7 +3954,7 @@
 }
 
 .imgedit-redo {
-	background: transparent url(../images/imgedit-icons.png) no-repeat scroll -215px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -4058,7 +4025,6 @@
 .imgedit-group {
 	border-width: 1px;
 	border-style: solid;
-	-webkit-border-radius: 8px;
 	border-radius: 8px;
 	margin-bottom: 8px;
 	padding: 2px 10px;
@@ -4393,7 +4359,6 @@
 	float: left;
 	width: 300px;
 	margin-left: -330px;
-
 	border-width: 1px;
 	border-style: solid;
 }
@@ -4537,8 +4502,6 @@
 	padding: 4px 14px 6px;
 	text-decoration: none;
 	margin: 0 6px -1px 0;
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-top-right-radius: 3px;
 	border-top-left-radius: 3px;
 	border-top-right-radius: 3px;
 }
@@ -4726,8 +4689,7 @@
 		rgb(216,216,216) 77%
 	);
 	background-repeat: no-repeat;
-	background-image-position: 10px 8px;
-	-webkit-border-radius: 5px;
+	background-position: 10px 8px;
 	border-radius: 5px;
 	border: 1px #b4b4b4 solid;
 	font-style: normal;
@@ -4747,12 +4709,10 @@
 	-webkit-transform: skew(20deg) rotate(9deg);
 	-moz-transform: skew(20deg) rotate(9deg);
 	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
-	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
-	-moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
 }
 
 .pressthis a span {
-	background: url(../images/press-this.png) no-repeat -45px 5px ;
+	background: url("../images/press-this.png") no-repeat -45px 5px ;
 	padding: 8px 0 8px 32px;
 	display: inline-block;
 }
@@ -4763,15 +4723,13 @@
 	height: 55%;
 	z-index: -1;
 	position: absolute;
-	right: 10px;
-	bottom: 9px;
+		right: 10px;
+		bottom: 9px;
 	background: transparent;
-	transform: skew(20deg) rotate(6deg);
 	-webkit-transform: skew(20deg) rotate(6deg);
 	-moz-transform: skew(20deg) rotate(6deg);
+	transform: skew(20deg) rotate(6deg);
 	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-	-webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
-	-moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
 }
 
 
@@ -4797,9 +4755,9 @@
 
 #footer {
 	position: absolute;
-	bottom: 0;
-	left: 0;
-	right: 0;
+		bottom: 0;
+		left: 0;
+		right: 0;
 	padding: 10px 0;
 	margin-right: 20px;
 	border-top-width: 1px;
@@ -4828,7 +4786,6 @@
 	margin: 25px 40px 0 20px;
 	min-width: 770px;
 	max-width: 1050px; /* readability */
-
 	font-size: 15px;
 }
 .about-wrap div.updated,
@@ -4908,19 +4865,16 @@
 	padding-top: 142px;
 	height: 50px;
 	width: 173px;
-
 	font-weight: bold;
 	font-size: 14px;
 	text-align: center;
-
 	margin: 0 -5px;
-
-	background: url('../images/wp-badge.png?ver=20111120') no-repeat;
+	background: url("../images/wp-badge.png?ver=20111120") no-repeat;
 }
 .about-wrap .wp-badge {
 	position: absolute;
-	top: 0;
-	right: 0;
+		top: 0;
+		right: 0;
 }
 
 /* Tabs */
@@ -4954,10 +4908,7 @@
 }
 .about-wrap .feature-section img {
 	margin: 5px auto;
-
 	border: none;
-
-	-webkit-border-radius: 3px;
 	border-radius: 3px;
 }
 html.ie8 .about-wrap .feature-section img,
@@ -4968,7 +4919,6 @@
 
 .about-wrap .feature-section.text-features {
 	width: 31%;
-
 	float: left;
 	overflow: visible;
 }
@@ -4978,7 +4928,6 @@
 .about-wrap .feature-section.screenshot-features {
 	width: 67%;
 	margin-top: 1.33em;
-
 	float: right;
 	clear: none;
 	overflow: visible;
@@ -5009,16 +4958,14 @@
 .about-wrap .feature-section.three-col div {
 	width: 30%;
 	margin-right: 4.999999999%;
-
 	float: left;
 }
 .about-wrap .feature-section.three-col h4 {
-	margin:  0 0 0.6em 0;
+	margin: 0 0 0.6em 0;
 }
 .about-wrap .feature-section.three-col img {
 	margin: 0.5em 0 0.5em 5px;
 	max-width: 100%;
-
 	float: none;
 }
 html.ie8 .about-wrap .feature-section.three-col img {
@@ -5156,10 +5103,10 @@
 	background: #fff;
 	z-index: 500000;
 	position: fixed;
-	top: 0;
-	bottom: 0;
-	left: 0;
-	right: 0;
+		top: 0;
+		bottom: 0;
+		left: 0;
+		right: 0;
 }
 
 .wp-full-overlay.collapsed,
@@ -5183,10 +5130,10 @@
 
 .wp-full-overlay-main {
 	position: fixed;
-	left: 300px;
-	right: 0;
-	top: 0;
-	bottom: 0;
+		left: 300px;
+		right: 0;
+		top: 0;
+		bottom: 0;
 }
 
 .wp-full-overlay.collapsed .wp-full-overlay-main {
@@ -5196,7 +5143,7 @@
 .wp-full-overlay-sidebar div.wp-full-overlay-header,
 .wp-full-overlay-sidebar div.wp-full-overlay-footer {
 	position: fixed;
-	left: 0;
+		left: 0;
 	width: 260px;
 	padding: 15px 20px;
 	min-height: 16px;
@@ -5239,8 +5186,8 @@
 /* Collapse Button */
 .wp-full-overlay .collapse-sidebar {
 	position: absolute;
-	bottom: 13px;
-	left: 265px;
+		bottom: 13px;
+		left: 265px;
 	z-index: 50;
 	display: block;
 	width: 19px;
@@ -5251,7 +5198,7 @@
 
 .wp-full-overlay.collapsed .collapse-sidebar {
 	position: absolute;
-	left: 315px;
+		left: 315px;
 }
 
 .wp-full-overlay .collapse-sidebar-arrow {
@@ -5260,7 +5207,7 @@
 	display: block;
 	width: 15px;
 	height: 15px;
-	background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -72px;
+	background: transparent url("../../wp-admin/images/arrows.png") no-repeat 0 -72px;
 }
 
 .wp-full-overlay.collapsed .collapse-sidebar-arrow {
@@ -5270,7 +5217,7 @@
 .wp-full-overlay .collapse-sidebar-label {
 	text-align: right;
 	position: absolute;
-	right: 100%;
+		right: 100%;
 	color: #aaa;
 	line-height: 20px;
 	margin-right: 10px;
@@ -5290,15 +5237,15 @@
 .wp-full-overlay-sidebar div.wp-full-overlay-header,
 .wp-full-overlay-sidebar div.wp-full-overlay-footer,
 .wp-full-overlay-main {
-	-moz-transition-property: left, right, top, bottom;
 	-webkit-transition-property: left, right, top, bottom;
-	-o-transition-property: left, right, top, bottom;
+	-moz-transition-property: left, right, top, bottom;
 	-ms-transition-property: left, right, top, bottom;
+	-o-transition-property: left, right, top, bottom;
 	transition-property: left, right, top, bottom;
-	-moz-transition-duration: 0.2s;
 	-webkit-transition-duration: 0.2s;
-	-o-transition-duration: 0.2s;
+	-moz-transition-duration: 0.2s;
 	-ms-transition-duration: 0.2s;
+	-o-transition-duration: 0.2s;
 	transition-duration: 0.2s;
 }
 
@@ -5382,10 +5329,10 @@
 	width: 100px;
 	height: 17px;
 	float: left;
-	background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
+	background: url("../images/stars.png?ver=20120307") repeat-x bottom left;
 }
 .install-theme-info .theme-rating div {
-	background: url('../images/stars.png?ver=20120307') repeat-x top left;
+	background: url("../images/stars.png?ver=20120307") repeat-x top left;
 	height: 17px;
 	float: left;
 }
@@ -5569,15 +5516,13 @@
 }
 
 #sidemenu a.current {
-	font-weight: normal;
-	padding-left: 6px;
-	padding-right: 6px;
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-top-right-radius: 3px;
+	border-style: solid;
 	border-top-left-radius: 3px;
 	border-top-right-radius: 3px;
 	border-width: 1px;
-	border-style: solid;
+	font-weight: normal;
+	padding-left: 6px;
+	padding-right: 6px;
 }
 
 #sidemenu li a .count-0 {
@@ -5749,8 +5694,9 @@
 	padding: 0;
 	outline: none;
 	width: 99%;
-	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
+	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
@@ -5779,9 +5725,9 @@
 
 #dashboard-widgets h3 .postbox-title-action {
 	position: absolute;
-	right: 30px;
+		top: 5px;
+		right: 30px;
 	padding: 0;
-	top: 5px;
 }
 
 #dashboard-widgets h4 {
@@ -5807,8 +5753,8 @@
 	color: #8f8f8f;
 	font-size: 14px;
 	position: absolute;
-	top: -17px;
-	left: 15px;
+		top: -17px;
+		left: 15px;
 }
 
 #dashboard_right_now .table {
@@ -5885,7 +5831,7 @@
 	float: right;
 	clear: right;
 	position: relative;
-	top: -5px;
+		top: -5px;
 }
 
 /* Recent Comments */
@@ -6137,8 +6083,6 @@
 	background-color: #e29808;
 	background-image: none;
 	border-color: #edc048;
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
 	box-shadow: none;
 	color: #fff;
 }
@@ -6151,8 +6095,6 @@
 #dashboard_browser_nag.postbox h3 {
 	border-bottom-color: #f6e2ac;
 	text-shadow: none;
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
 	box-shadow: none;
 	background: transparent none;
 	color: #fff;
@@ -6186,9 +6128,7 @@
 	font-weight: normal;
 	background: #fff;
 	border: 1px solid #e5e5e5;
-	-moz-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
-	-webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
-	box-shadow: rgba(200, 200, 200, 0.7) 0px 4px 10px -1px;
+	box-shadow: 0px 4px 10px -1px rgba(200, 200, 200, 0.7);
 }
 
 .login form .forgetmenot {
@@ -6227,7 +6167,7 @@
 }
 
 .login h1 a {
-	background-image: url(../images/wordpress-logo.png?ver=20120216);
+	background-image: url("../images/wordpress-logo.png?ver=20120216");
 	background-size: 274px 63px;
 	background-position: top center;
 	background-repeat: no-repeat;
@@ -6241,7 +6181,7 @@
 
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	.login h1 a {
-		background-image: url(../images/wordpress-logo-2x.png?ver=20120412);
+		background-image: url("../images/wordpress-logo-2x.png?ver=20120412");
 		background-size: 274px 63px;
 	}
 }
@@ -6281,8 +6221,6 @@
 	border: 1px solid #e5e5e5;
 	background: #fbfbfb;
 	outline: none;
-	-moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
-	-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
 	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
 }
 
@@ -6457,7 +6395,7 @@
 	padding: 0 5px 4px;
 	cursor: pointer;
 	position: absolute;
-	top: 0;
+		top: 0;
 	line-height: 22px;
 	font-size: 18px;
 	text-shadow: 0 1px 0 #fff;
@@ -6713,24 +6651,22 @@
 	height: auto;
 	width: 400px;
 	line-height: 35px;
-	text-shadow: 0 1px 0 #FFFFFF;
+	text-shadow: 0 1px 0 #fff;
 	overflow: hidden;
 	word-wrap: break-word;
 }
 
 #menu-to-edit .menu-item-invalid .menu-item-handle {
 	background-color: #f6c9cc; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff)); /* old Webkit  */
-	background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff); /* new Webkit */
 	background-image: linear-gradient(bottom, #f6c9cc, #fdf8ff); /* proposed W3C Markup */
 }
 
 .menu-item-edit-active .menu-item-handle {
-	-webkit-border-bottom-right-radius: 0;
-	-webkit-border-bottom-left-radius: 0;
 	border-bottom-right-radius: 0;
 	border-bottom-left-radius: 0;
 }
@@ -6821,8 +6757,8 @@
 .item-controls {
 	font-size: 12px;
 	position: absolute;
-	right: 20px;
-	top: -1px;
+		top: -1px;
+		right: 20px;
 }
 
 .item-controls a {
@@ -6839,15 +6775,14 @@
 
 .nav-menus-php .item-edit {
 	position: absolute;
-	right: -20px;
-	top: 0;
+		top: 0;
+		right: -20px;
 	display: block;
 	width: 30px;
 	height: 36px;
 	overflow: hidden;
 	text-indent:-999em;
 	border-bottom: 1px solid;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
 
@@ -6862,8 +6797,6 @@
 	padding: 10px 0 10px 10px;
 	border: solid;
 	border-width: 0 1px 1px 1px;
-	-webkit-border-bottom-right-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 }
@@ -7014,8 +6947,8 @@
 div.star {
 	height: 100%;
 	position: absolute;
-	top: 0;
-	left: 0;
+		top: 0;
+		left: 0;
 	background-color: transparent;
 	letter-spacing: 1ex;
 	border: none;
@@ -7033,7 +6966,7 @@
 div.star a:visited {
 	display: block;
 	position: absolute;
-	right: 0;
+		right: 0;
 	border: none;
 	text-decoration: none;
 }
@@ -7057,8 +6990,8 @@
 	font-weight: normal;
 	margin: 0 5px;
 	position: absolute;
-	left: 0;
-	bottom: -1px;
+		left: 0;
+		bottom: -1px;
 }
 
 /* Install sidemenu */
@@ -7067,10 +7000,8 @@
 	padding-bottom: 0;
 	margin-bottom: 0;
 	margin-top: 10px;
-	-webkit-border-top-left-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-top-left-radius: 3px;
-	border-bottom-left-radius: 3px;
+	border-top-right-radius: 3px;
 }
 
 #plugin-information .action-button a {
@@ -7099,7 +7030,6 @@
 
 #plugin-information .fyi h2.mainheader {
 	padding: 5px;
-	-webkit-border-top-left-radius: 3px;
 	border-top-left-radius: 3px;
 }
 
@@ -7107,7 +7037,6 @@
 	padding: 10px 5px 10px 7px;
 	margin: 0;
 	list-style: none;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
 
@@ -7181,6 +7110,7 @@
 	margin: 7px 7px 0;
 	-webkit-user-select: none;
 	-moz-user-select: none;
+	-ms-user-select: none;
 	user-select: none;
 }
 
@@ -7213,14 +7143,14 @@
 .press-this #title {
 	margin-left: 0;
 	margin-right: 0;
-	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
+	-moz-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
 .press-this .tagchecklist span a {
-	background: transparent url(../images/xit.gif) no-repeat 0 0;
+	background: transparent url("../images/xit.gif") no-repeat 0 0;
 }
 
 .press-this #titlediv {
@@ -7318,7 +7248,7 @@
 
 .postbox:hover .handlediv,
 .stuffbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .press-this #submitdiv:hover .handlediv {
@@ -7453,10 +7383,10 @@
 }
 
 #TB_ajaxContent #options {
-	position: absolute;
-	top: 20px;
-	right: 25px;
 	padding: 5px;
+	position: absolute;
+		top: 20px;
+		right: 25px;
 }
 
 #TB_ajaxContent h3 {
@@ -7653,15 +7583,11 @@
 	font-size: 13px;
 	border-width: 1px;
 	border-style: solid;
-	-webkit-border-top-right-radius: 3px;
-	-webkit-border-top-left-radius: 3px;
-	border-top-right-radius: 3px;
 	border-top-left-radius: 3px;
+	border-top-right-radius: 3px;
 }
 
 .js .closed .sidebar-name {
-	-webkit-border-bottom-right-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
@@ -7670,8 +7596,6 @@
 #widgets-left .widget-holder {
 	border-width: 0 1px 1px;
 	border-style: none solid solid;
-	-webkit-border-bottom-right-radius: 3px;
-	-webkit-border-bottom-left-radius: 3px;
 	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
 }
@@ -7690,8 +7614,6 @@
 }
 
 #available-widgets .widget {
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
 	box-shadow: none;
 }
 
@@ -7768,11 +7690,11 @@
 }
 
 .widget-top a.widget-action {
-	background: transparent url(../images/arrows.png) no-repeat 4px 6px;
+	background: transparent url("../images/arrows.png") no-repeat 4px 6px;
 }
 
 .widget-top a.widget-action:hover {
-	background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px;
 }
 
 .widget .widget-inside,
@@ -7932,8 +7854,6 @@
 }
 
 .widgets_access .closed .sidebar-name {
-	-webkit-border-bottom-right-radius: 0;
-	-webkit-border-bottom-left-radius: 0;
 	border-bottom-right-radius: 0;
 	border-bottom-left-radius: 0;
 }
@@ -8057,7 +7977,7 @@
 /* ru_RU: Text needs more room to breathe. */
 .locale-ru-ru #dashboard_quick_press .input-text-wrap,
 .locale-ru-ru #dashboard_quick_press .textarea-wrap,
-.locale-ru-ru #dashboard_quick_press .wp-media-buttons  {
+.locale-ru-ru #dashboard_quick_press .wp-media-buttons {
 	margin-left: 5.7em; /* default 5em + 0.7em */
 }
 .locale-ru-ru #dashboard_quick_press h4 {
@@ -8076,7 +7996,7 @@
 .locale-ru-ru .press-this .posting {
 	margin-right: 257px; /* default 212px + 45px */
 }
-.locale-ru-ru .press-this #photo-add-url-div input[type="text"]  {
+.locale-ru-ru .press-this #photo-add-url-div input[type="text"] {
 	width: 255px; /* default 300px - 45px */
 }
 .locale-ru-ru .press-this #side-sortables {
Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 20636)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -88,7 +88,7 @@
 #rightnow,
 div.dashboard-widget,
 #dashboard-widgets p.dashboard-widget-links {
-	border-color: #D1E5EE
+	border-color: #d1e5ee;
 }
 
 #poststuff .inside label.spam,
@@ -106,11 +106,11 @@
 
 #postcustomstuff table {
 	border-color: #dfdfdf;
-	background-color: #F9F9F9;
+	background-color: #f9f9f9;
 }
 
 #postcustomstuff thead th {
-	background-color: #F1F1F1;
+	background-color: #f1f1f1;
 }
 
 #postcustomstuff table input,
@@ -181,11 +181,11 @@
 .menu-item-handle,
 #fullscreen-topbar {
 	background-color: #f5fafd; /* Fallback */
-	background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
-	background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
-	background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#eff8ff)); /* old Webkit */
 	background-image: -webkit-linear-gradient(top, #f7fcfe, #eff8ff); /* new Webkit */
+	background-image: -moz-linear-gradient(top, #f7fcfe, #eff8ff); /* Firefox */
+	background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
+	background-image: -o-linear-gradient(top, #f7fcfe, #eff8ff); /* Opera */
 	background-image: linear-gradient(top, #f7fcfe, #eff8ff); /* proposed W3C Markup */
 }
 
@@ -194,8 +194,6 @@
 .stuffbox h3 {
 	border-bottom-color: #D1E5EE;
 	text-shadow: #fff 0 1px 0;
-	-moz-box-shadow: 0 1px 0 #fff;
-	-webkit-box-shadow: 0 1px 0 #fff;
 	box-shadow: 0 1px 0 #fff;
 }
 
@@ -315,7 +313,7 @@
 }
 
 .post-com-count {
-	background-image: url(../images/bubble_bg.gif);
+	background-image: url("../images/bubble_bg.gif");
 	color: #fff;
 }
 
@@ -344,8 +342,8 @@
 .button,
 .button-secondary,
 .submit input,
-input[type=button],
-input[type=submit] {
+input[type="button"],
+input[type="submit"] {
 	border-color: #bbb;
 	color: #464646;
 }
@@ -353,8 +351,8 @@
 .button:hover,
 .button-secondary:hover,
 .submit input:hover,
-input[type=button]:hover,
-input[type=submit]:hover {
+input[type="button"]:hover,
+input[type="submit"]:hover {
 	color: #000;
 	border-color: #666;
 }
@@ -362,14 +360,14 @@
 .button,
 .submit input,
 .button-secondary {
-	background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
+	background: #f2f2f2 url("../images/white-grad.png") repeat-x scroll left top;
 	text-shadow: rgba(255,255,255,1) 0 1px 0;
 }
 
 .button:active,
 .submit input:active,
 .button-secondary:active {
-	background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
+	background: #eee url("../images/white-grad-active.png") repeat-x scroll left top;
 }
 
 input.button-primary,
@@ -378,14 +376,14 @@
 	border-color: #298cba;
 	font-weight: bold;
 	color: #fff;
-	background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
+	background: #21759b url("../images/button-grad.png") repeat-x scroll left top;
 	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
 }
 
 input.button-primary:active,
 button.button-primary:active,
 a.button-primary:active {
-	background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
+	background: #21759b url("../images/button-grad-active.png") repeat-x scroll left top;
 	color: #eaf2fa;
 }
 
@@ -506,7 +504,7 @@
 }
 
 a.page-numbers {
-	border-bottom-color: #B8D3E2;
+	border-bottom-color: #b8d3e2;
 }
 
 .commentlist li {
@@ -516,7 +514,7 @@
 .widefat td,
 .widefat th {
 	border-top-color: #fff;
-	border-bottom-color: #D0DFE9;
+	border-bottom-color: #d0dfe9;
 }
 
 .widefat th {
@@ -569,8 +567,6 @@
 #rightnow .reallynow {
 	background-color: #464646;
 	color: #fff;
-	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 }
 #plugin-information .action-button {
@@ -582,8 +578,6 @@
 #adminmenu	li a.wp-has-current-submenu .update-plugins{
 	background-color: #464646;
 	color: #fff;
-	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 }
 
@@ -607,11 +601,11 @@
 
 .quicktags-toolbar input {
 	background: #fff;
-	background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #e5f0f8, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #e5f0f8, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #e5f0f8, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#e5f0f8), to(#fff)); /* old Webkit	 */
-	background-image: -webkit-linear-gradient(bottom, #e5f0f8, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #e5f0f8, #fff); /* proposed W3C Markup */
 }
 
@@ -705,12 +699,15 @@
 .welcome-panel {
 	border-color: #d1e5ee;
 }
+
 .welcome-panel p {
 	color: #777;
 }
+
 .welcome-panel-column p {
 	color: #464646;
 }
+
 .welcome-panel h3 {
 	text-shadow: 1px 1px 1px white;
 }
@@ -722,10 +719,7 @@
 #poststuff .postarea,
 .stuffbox {
 	border-color: #d1e5ee;
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
-	-webkit-border-radius: 3px;
 	border-radius: 3px;
 }
 
@@ -750,7 +744,7 @@
 }
 
 .curtime #timestamp {
-	background-image: url(../images/date-button.gif);
+	background-image: url("../images/date-button.gif");
 }
 
 #quicktags #ed_link {
@@ -767,12 +761,12 @@
 
 .tagchecklist span a,
 #bulk-titles div a {
-	background: url(../images/xit.gif) no-repeat;
+	background: url("../images/xit.gif") no-repeat;
 }
 
 .tagchecklist span a:hover,
 #bulk-titles div a:hover {
-	background: url(../images/xit.gif) no-repeat -10px 0;
+	background: url("../images/xit.gif") no-repeat -10px 0;
 }
 
 #update-nag, .update-nag {
@@ -890,8 +884,6 @@
 
 #editorcontainer #content,
 #editorcontainer .wp-editor-wrap .wp_themeSkin .mceIframeContainer {
-	-moz-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
-	-webkit-box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
 	box-shadow: inset 1px 1px 2px rgba( 0, 0, 0, 0.1 );
 }
 .wp-editor-wrap .wp_themeSkin iframe {
@@ -906,24 +898,24 @@
 
 /* Button */
 .wp-editor-wrap .wp_themeSkin .mceButton {
-	border-color: #B0C8D7;
+	border-color: #b0c8d7;
 	background-color: #cfdfe9; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
 .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:hover {
-	border-color: #5589AA !important;
+	border-color: #5589aa !important;
 	background-color: #c9c9c9; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #bdccd5, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #bdccd5, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #bdccd5, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#bdccd5), to(#fff)); /* old Webkit	 */
-	background-image: -webkit-linear-gradient(bottom, #bdccd5, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #bdccd5, #fff); /* proposed W3C Markup */
 }
 
@@ -934,29 +926,29 @@
 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active,
 .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
 	background: #B0C8D7 !important;
-	background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #fff, #cfdfe9); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #fff, #cfdfe9); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #fff, #cfdfe9); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#cfdfe9)); /* old Webkit	 */
-	background-image: -webkit-linear-gradient(bottom, #fff, #cfdfe9) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #fff, #cfdfe9); /* proposed W3C Markup */
-	border-color: #5589AA !important;
+	border-color: #5589aa !important;
 }
 
 .wp-editor-wrap .wp_themeSkin .mceButtonDisabled {
-	border-color: #B0C8D7 !important;
+	border-color: #b0c8d7 !important;
 }
 
 /* ListBox */
 .wp-editor-wrap .wp_themeSkin .mceListBox .mceText,
 .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen	{
-	border-color: #B0C8D7;
+	border-color: #b0c8d7;
 	background-color: #cfdfe9; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
@@ -970,8 +962,8 @@
 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceOpen,
 .wp-editor-wrap .wp_themeSkin .mceListBoxSelected .mceText,
 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:active .mceText {
-	background: #B0C8D7;
-	border-color: #5589AA !important;
+	background: #b0c8d7;
+	border-color: #5589aa !important;
 }
 
 /* List Box Hover */
@@ -979,65 +971,65 @@
 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceText,
 .wp-editor-wrap .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
 .wp-editor-wrap .wp_themeSkin .mceListBoxHover .mceOpen {
-	border-color: #5589AA !important;
+	border-color: #5589aa !important;
 	background-color: #c9c9c9; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
 .wp-editor-wrap .wp_themeSkin select.mceListBox {
-	border-color: #B2B2B2;
+	border-color: #b2b2b2;
 	background-color: #fff;
 }
 
 /* SplitButton */
 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction,
 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen {
-	border-color: #B0C8D7;
+	border-color: #b0c8d7;
 }
 
 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceOpen:hover,
 .wp-editor-wrap .wp_themeSkin .mceSplitButtonSelected a.mceOpen,
 .wp-editor-wrap .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction,
 .wp-editor-wrap .wp_themeSkin .mceSplitButton a.mceAction:hover {
-	border-color: #5589AA !important;
+	border-color: #5589aa !important;
 }
 
 .wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
 	background-color: #cfdfe9; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
 .wp-editor-wrap .wp_themeSkin table.mceSplitButton:hover td {
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit	*/
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff) !important; /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
 .wp-editor-wrap .wp_themeSkin .mceSplitButtonActive {
-	background-color: #B0C8D7;
+	background-color: #b0c8d7;
 }
 
 /* ColorSplitButton */
 .wp-editor-wrap .wp_themeSkin div.mceColorSplitMenu table {
 	background-color: #ebebeb;
-	border-color: #B2B2B2;
+	border-color: #b2b2b2;
 }
 
 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a {
-	border-color: #B2B2B2;
+	border-color: #b2b2b2;
 }
 
 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
@@ -1045,12 +1037,12 @@
 }
 
 .wp-editor-wrap .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
-	border-color: #0A246A;
-	background-color: #B6BDD2;
+	border-color: #0a246a;
+	background-color: #b6bdd2;
 }
 
 .wp-editor-wrap .wp_themeSkin a.mceMoreColors:hover {
-	border-color: #0A246A;
+	border-color: #0a246a;
 }
 
 /* Menu */
@@ -1097,7 +1089,6 @@
 	background: #444444;
 	border-left: 1px solid #999;
 	border-top: 1px solid #999;
-	-webkit-border-top-left-radius: 3px;
 	border-top-left-radius: 3px;
 }
 
@@ -1105,7 +1096,6 @@
 	background: #444444;
 	border-right: 1px solid #999;
 	border-top: 1px solid #999;
-	-webkit-border-top-right-radius: 3px;
 	border-top-right-radius: 3px;
 }
 
@@ -1162,20 +1152,20 @@
 	color: #464646;
 	border-color: #d1e5ee;
 	background-color: #eff8ff;
-	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff);
+	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff);
 	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff);
+	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff);
 	background-image: -o-linear-gradient(bottom, #eff8ff, #fff);
-	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff);
 	background-image: linear-gradient(bottom, #eff8ff, #fff);
 }
 .wp-editor-wrap .quicktags-toolbar,
 .wp-editor-wrap.wp_themeSkin tr.mceFirst td.mceToolbar {
 	border-bottom: 1px solid #ccc;
 	background-color: #eff8ff; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
+	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
 	background-image: -moz-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #eff8ff); /* IE10 */
 	background-image: -o-linear-gradient(bottom, #cfdfe9, #eff8ff); /* Opera */
-	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #eff8ff); /* new Webkit */
 	background-image: linear-gradient(bottom, #cfdfe9, #eff8ff); /* proposed W3C Markup */
 }
 .wp-editor-wrap .quicktags-toolbar input:hover {
@@ -1188,22 +1178,22 @@
 .wp-editor-wrap.wp_themeSkin .mceListBox .mceOpen {
 	border-color: #ccc;
 	background-color: #eff8ff; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
 	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
+	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
+	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
 	background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
 }
 
 .wp-editor-wrap.wp_themeSkin a.mceButtonEnabled:hover {
 	border-color: #a0a0a0;
 	background: #ddd; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfdfe9), to(#fff)); /* old Webkit */
 	background-image: -webkit-linear-gradient(bottom, #cfdfe9, #fff); /* new Webkit */
+	background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */
+	background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */
 	background-image: linear-gradient(bottom, #cfdfe9, #fff); /* proposed W3C Markup */
 }
 
@@ -1243,40 +1233,40 @@
 /* menu */
 #adminmenuback,
 #adminmenuwrap {
-    background-color: #EFF8FF;
-	border-color: #D1E5EE;
+    background-color: #eff8ff;
+	border-color: #d1e5ee;
 }
 
 #adminmenushadow,
 #adminmenuback {
-	background-image: url(../images/menu-shadow.png);
+	background-image: url("../images/menu-shadow.png");
 	background-position: top right;
 	background-repeat: repeat-y;
 }
 
 #adminmenu li.wp-menu-separator {
-	background: #D1E5EE;
+	background: #d1e5ee;
 	border-color: #bed1dd;
 }
 
 #adminmenu div.separator {
-	border-color: #D1E5EE;
+	border-color: #d1e5ee;
 }
 
 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat -1px 6px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat -1px 6px;
 }
 
 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
 #adminmenu .wp-menu-open .wp-menu-toggle {
-	background: transparent url(../images/arrows-vs.png) no-repeat -2px 6px;
+	background: transparent url("../images/arrows-vs.png") no-repeat -2px 6px;
 }
 
 #adminmenu a.menu-top,
 .folded #adminmenu li.menu-top,
 #adminmenu .wp-submenu .wp-submenu-head {
-	border-top-color: #ffffff;
+	border-top-color: #fff;
 	border-bottom-color: #cae6ff;
 }
 
@@ -1297,23 +1287,23 @@
 .folded #adminmenu li.current.menu-top,
 #adminmenu .wp-menu-arrow,
 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
-	background-color: #5589AA; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #5589AA, #619bbb); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #5589AA, #619bbb); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #5589AA, #619bbb); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
-	background-image: -webkit-linear-gradient(bottom, #5589AA, #619bbb); /* new Webkit */
-	background-image: linear-gradient(bottom, #5589AA, #619bbb); /* proposed W3C Markup */
+	background-color: #5589aa; /* Fallback */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#5589aa), to(#619bbb)); /* old Webkit */
+	background-image: -webkit-linear-gradient(bottom, #5589aa, #619bbb); /* new Webkit */
+	background-image: -moz-linear-gradient(bottom, #5589aa, #619bbb); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #5589aa, #619bbb); /* IE10 */
+	background-image: -o-linear-gradient(bottom, #5589aa, #619bbb); /* Opera */
+	background-image: linear-gradient(bottom, #5589aa, #619bbb); /* proposed W3C Markup */
 }
 
 #adminmenu .wp-menu-arrow div {
-	background-color: #5589AA; /* Fallback */
-	background-image: -ms-linear-gradient(right bottom, #5589AA, #619bbb); /* IE10 */
-	background-image: -moz-linear-gradient(right bottom, #5589AA, #619bbb); /* Firefox */
-	background-image: -o-linear-gradient(right bottom, #5589AA, #619bbb); /* Opera */
-	background-image: -webkit-gradient(linear, right bottom, left top, from(#5589AA), to(#619bbb)); /* old Webkit */
-	background-image: -webkit-linear-gradient(right bottom, #5589AA, #619bbb); /* new Webkit */
-	background-image: linear-gradient(right bottom, #5589AA, #619bbb); /* proposed W3C Markup */
+	background-color: #5589aa; /* Fallback */
+	background-image: -webkit-gradient(linear, right bottom, left top, from(#5589aa), to(#619bbb)); /* old Webkit */
+	background-image: -webkit-linear-gradient(right bottom, #5589aa, #619bbb); /* new Webkit */
+	background-image: -moz-linear-gradient(right bottom, #5589aa, #619bbb); /* Firefox */
+	background-image: -ms-linear-gradient(right bottom, #5589aa, #619bbb); /* IE10 */
+	background-image: -o-linear-gradient(right bottom, #5589aa, #619bbb); /* Opera */
+	background-image: linear-gradient(right bottom, #5589aa, #619bbb); /* proposed W3C Markup */
 }
 
 #adminmenu li.wp-not-current-submenu .wp-menu-arrow {
@@ -1336,19 +1326,19 @@
 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
 	text-shadow: 0 -1px 0 #333;
 	color: #fff;
-	border-top-color: #5A8FAD;
-	border-bottom-color: #5589AA;
+	border-top-color: #5a8fad;
+	border-bottom-color: #5589aa;
 }
 
 .folded #adminmenu li.wp-has-current-submenu,
 .folded #adminmenu li.current.menu-top {
-	border-top-color: #5A8FAD;
-	border-bottom-color: #5589AA;
+	border-top-color: #5a8fad;
+	border-bottom-color: #5589aa;
 }
 
 #adminmenu .wp-submenu a:hover,
 #adminmenu .wp-submenu a:focus {
-	background-color: #EFF8FF;
+	background-color: #eff8ff;
 	color: #333;
 }
 
@@ -1369,14 +1359,12 @@
 
 #adminmenu .wp-submenu-wrap,
 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
-	-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
 	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
 }
 
 #adminmenu .wp-submenu .wp-submenu-head {
 	border-right-color: #e8eff4;
-	background-color: #EFF8FF;
+	background-color: #eff8ff;
 }
 
 #adminmenu div.wp-submenu {
@@ -1385,28 +1373,28 @@
 
 /* collapse menu button */
 #collapse-menu {
-	color: #A0C3D5;
+	color: #a0c3d5;
 }
 
 #collapse-menu:hover {
-	color: #5A8FAD;
+	color: #5a8fad;
 }
 
 #collapse-button {
 	border-color: #d0dfe9;
 	background-color: #eff8ff; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#eff8ff), to(#fff)); /* old Webkit */
 	background-image: -webkit-linear-gradient(bottom, #eff8ff, #fff); /* new Webkit */
+	background-image: -moz-linear-gradient(bottom, #eff8ff, #fff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #eff8ff, #fff); /* IE10 */
+	background-image: -o-linear-gradient(bottom, #eff8ff, #fff); /* Opera */
 	background-image: linear-gradient(bottom, #eff8ff, #fff); /* proposed W3C Markup */
 }
 #collapse-menu:hover #collapse-button {
-	border-color: #A0C3D5;
+	border-color: #a0c3d5;
 }
 #collapse-button div {
-	background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px;
 }
 .folded #collapse-button div {
 	background-position: 0 -108px;
@@ -1444,7 +1432,7 @@
 .menu-icon-settings div.wp-menu-image,
 .icon16.icon-site,
 .menu-icon-site div.wp-menu-image {
-	background-image: url('../images/menu-vs.png?ver=20120201');
+	background-image: url("../images/menu-vs.png?ver=20120201");
 }
 
 .icon16.icon-dashboard,
@@ -1612,7 +1600,7 @@
 #icon-options-general,
 .icon32.icon-site,
 #icon-ms-admin {
-	background-image: url(../images/icons32-vs.png?ver=20111206);
+	background-image: url("../images/icons32-vs.png?ver=20111206");
 }
 
 .icon32.icon-post,
@@ -1714,7 +1702,7 @@
 	#icon-options-general,
 	.icon32.icon-site,
 	#icon-ms-admin {
-		background-image: url(../images/icons32-2x.png?ver=20120412);
+		background-image: url("../images/icons32-2x.png?ver=20120412");
 		background-size: 708px 45px;
 	}
 
@@ -1742,7 +1730,7 @@
 	.menu-icon-settings div.wp-menu-image,
 	.icon16.icon-site,
 	.menu-icon-site div.wp-menu-image {
-		background-image: url('../images/menu-2x.png?ver=20120412');
+		background-image: url("../images/menu-2x.png?ver=20120412");
 		background-size: 390px 64px;
 	}
 }
@@ -1766,7 +1754,7 @@
 }
 
 #att-info {
-	background-color: #E4F2FD;
+	background-color: #e4f2fD;
 }
 
 /* edit image */
@@ -1779,13 +1767,12 @@
 #sidemenu a.current {
 	background-color: #fff;
 	border-color: #dfdfdf #dfdfdf #fff;
-	color: #D54E21;
+	color: #d54e21;
 }
 
 #screen-meta {
-	background-color: #EFF8FF;
-	border-color: #D1E5EE;
-	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
+	background-color: #eff8ff;
+	border-color: #d1e5ee;
 	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
 }
 
@@ -1800,7 +1787,7 @@
 
 #contextual-help-back,
 .contextual-help-tabs .active {
-	border-color: #D1E5EE;
+	border-color: #d1e5ee;
 }
 
 .contextual-help-tabs .active,
@@ -1814,15 +1801,15 @@
 #screen-options-link-wrap,
 #contextual-help-link-wrap {
 	background-color: #eff8ff; /* Fallback */
-	border-right: 1px solid #D1E5EE;
-	border-left: 1px solid #D1E5EE;
-	border-bottom: 1px solid #D1E5EE;
-	background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#def1ff), to(#eff8ff)); /* old Webkit */
 	background-image: -webkit-linear-gradient(bottom, #def1ff, #eff8ff); /* new Webkit */
+	background-image: -moz-linear-gradient(bottom, #def1ff, #eff8ff); /* Firefox */
+	background-image: -ms-linear-gradient(bottom, #eff8ff, #eff8ff); /* IE10 */
+	background-image: -o-linear-gradient(bottom, #def1ff, #eff8ff); /* Opera */
 	background-image: linear-gradient(bottom, #def1ff, #eff8ff); /* proposed W3C Markup */
+	border-right: 1px solid #d1e5ee;
+	border-left: 1px solid #d1e5ee;
+	border-bottom: 1px solid #d1e5ee;
 }
 
 #screen-meta-links a.show-settings {
@@ -1834,11 +1821,11 @@
 }
 
 #screen-meta-links a.show-settings {
-	background: transparent url(../images/arrows-vs.png) no-repeat right 4px;
+	background: transparent url("../images/arrows-vs.png") no-repeat right 4px;
 }
 
 #screen-meta-links a.show-settings.screen-meta-active  {
-	background: transparent url(../images/arrows-vs.png) no-repeat right -31px;
+	background: transparent url("../images/arrows-vs.png") no-repeat right -31px;
 }
 
 /* end screen options and help tabs */
@@ -1852,7 +1839,7 @@
 .vim-current,
 .vim-current th,
 .vim-current td {
-	background-color: #E4F2FD !important;
+	background-color: #e4f2fD !important;
 }
 
 /* Install Plugins */
@@ -1895,7 +1882,7 @@
 }
 
 .inline-editor div.title {
-	background-color: #EAF3FA;
+	background-color: #eaf3fa;
 }
 
 .inline-editor ul.cat-checklist {
@@ -1917,11 +1904,11 @@
 }
 
 .attention {
-	color: #D54E21;
+	color: #d54e21;
 }
 
 .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
 }
 
 .tablenav .tablenav-pages {
@@ -1930,7 +1917,7 @@
 
 .tablenav .tablenav-pages a {
 	border-color: #d1e5ee;
-	background: #eee url('../images/menu-bits-vs.gif?ver=20101102') repeat-x scroll left -379px;
+	background: #eee url("../images/menu-bits-vs.gif?ver=20101102") repeat-x scroll left -379px;
 }
 
 .tablenav .tablenav-pages a:hover,
@@ -2001,29 +1988,29 @@
 }
 
 .view-switch #view-switch-list {
-	background: transparent url(../images/list.png) no-repeat 0 0;
+	background: transparent url("../images/list.png") no-repeat 0 0;
 }
 
 .view-switch .current #view-switch-list {
-	background: transparent url(../images/list.png) no-repeat -40px 0;
+	background-position: -40px 0;
 }
 
 .view-switch #view-switch-excerpt {
-	background: transparent url(../images/list.png) no-repeat -20px 0;
+	background: transparent url("../images/list.png") no-repeat -20px 0;
 }
 
 .view-switch .current #view-switch-excerpt {
-	background: transparent url(../images/list.png) no-repeat -60px 0;
+	background-position: -60px 0;
 }
 
 #header-logo {
-	background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
+	background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center;
 }
 
 .popular-tags,
 .feature-filter {
 	background-color: #fff;
-	border-color: #DFDFDF;
+	border-color: #dfdfdf;
 }
 
 div.widgets-sortables,
@@ -2052,8 +2039,6 @@
 	background-image: linear-gradient(top, #ECF8FE, #f7fcfe); /* proposed W3C Markup */
 	text-shadow: #fff 0 1px 0;
 	border-color: #d0dfe9;
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
 }
 
@@ -2063,15 +2048,15 @@
 }
 
 #removing-widget span {
-	color: black;
+	color: #000;
 }
 
 .sidebar-name-arrow {
-	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
 }
 
 .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
 }
 
 .in-widget-title {
@@ -2118,7 +2103,7 @@
 }
 
 #post-body {
-	background: #ffffff;
+	background: #fff;
 	border-top-color: #fff;
 	border-bottom-color: #d0dfe9;
 }
@@ -2132,11 +2117,11 @@
 }
 
 #menu-management .nav-tabs-arrow a {
-	color: #C1C1C1;
+	color: #c1c1c1;
 }
 
 #menu-management .nav-tabs-arrow a:hover {
-	color: #D54E21;
+	color: #d54e21;
 }
 
 #menu-management .nav-tabs-arrow a:active {
@@ -2157,11 +2142,11 @@
 }
 
 #cancel-save {
-	color: #ff0000;
+	color: #f00;
 }
 
 #cancel-save:hover {
-	background-color: #FF0000;
+	background-color: #f00;
 	color: #fff;
 }
 
@@ -2179,20 +2164,20 @@
 }
 
 .item-type { /* Menu item controls */
-	color: #999999;
+	color: #999;
 }
 
 .item-controls .menu-item-delete:hover {
-	color: #ff0000;
+	color: #f00;
 }
 
 .nav-menus-php .item-edit {
-	background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px;
 	border-bottom-color: #eff8ff;
 }
 
 .item-edit:hover {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px;
 }
 
 .menu-item-settings { /* Menu editing */
@@ -2220,12 +2205,12 @@
 }
 
 .submitbox .submitcancel {
-	color: #21759B;
-	border-bottom-color: #21759B;
+	color: #21759b;
+	border-bottom-color: #21759b;
 }
 
 .submitbox .submitcancel:hover {
-	background: #21759B;
+	background: #21759b;
 	color: #fff;
 }
 /* end added from nav-menu.css */
@@ -2233,8 +2218,6 @@
 #menu-management .nav-tab-active,
 .menu-item-handle,
 .menu-item-settings {
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
 }
 
@@ -2255,11 +2238,11 @@
 
 .wp-fullscreen-focus #wp-fullscreen-title,
 .wp-fullscreen-focus #wp-fullscreen-container {
-    border-color: #BED1DD;
+    border-color: #bed1dd;
 }
 
 #fullscreen-topbar {
-	border-bottom-color: #D1E5EE;
+	border-bottom-color: #d1e5ee;
 }
 
 /* Begin About Pages */
@@ -2305,9 +2288,6 @@
 .about-wrap .feature-section img {
 	background: #fff;
 	border-color: #dfdfdf;
-
-	-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
-	-webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
 	box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
 }
 
@@ -2328,8 +2308,6 @@
 }
 
 .about-wrap li.wp-person img.gravatar {
-	-moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
 	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
 }
 .about-wrap li.wp-person .title {
@@ -2357,7 +2335,7 @@
 }
 
 .rtl .post-com-count {
-	background-image: url(../images/bubble_bg-rtl.gif);
+	background-image: url("../images/bubble_bg-rtl.gif");
 }
 
 .rtl #screen-meta-links a.show-settings {
@@ -2371,18 +2349,18 @@
 /* Menu */
 .rtl #adminmenushadow,
 .rtl #adminmenuback {
-	background-image: url(../images/menu-shadow-rtl.png);
+	background-image: url("../images/menu-shadow-rtl.png");
 	background-position: top left;
 }
 
 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 6px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 6px;
 }
 
 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
 .rtl #adminmenu .wp-menu-open .wp-menu-toggle {
-	background: transparent url(../images/arrows-vs.png) no-repeat 8px 6px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 8px 6px;
 }
 
 .rtl #adminmenu .wp-submenu .wp-submenu-head {
@@ -2392,8 +2370,6 @@
 
 .rtl #adminmenu .wp-submenu-wrap,
 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{
-	-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 	box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 }
 
@@ -2408,12 +2384,12 @@
 
 /* edit image */
 .rtl .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
 }
 
 .rtl .tablenav .tablenav-pages a {
 	border-color: #d1e5ee;
-	background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20100610') repeat-x scroll right -379px;
+	background: #eee url("../images/menu-bits-rtl-vs.gif?ver=20100610") repeat-x scroll right -379px;
 }
 
 .rtl #post-body .misc-pub-section {
@@ -2422,8 +2398,8 @@
 }
 
 .rtl .sidebar-name-arrow {
-	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
 }
 .rtl .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
 }
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 20636)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -201,8 +201,6 @@
 .stuffbox h3 {
 	border-bottom-color: #dfdfdf;
 	text-shadow: #fff 0 1px 0;
-	-moz-box-shadow: 0 1px 0 #fff;
-	-webkit-box-shadow: 0 1px 0 #fff;
 	box-shadow: 0 1px 0 #fff;
 }
 
@@ -322,7 +320,7 @@
 }
 
 .post-com-count {
-	background-image: url(../images/bubble_bg.gif);
+	background-image: url("../images/bubble_bg.gif");
 	color: #fff;
 }
 
@@ -369,14 +367,14 @@
 .button,
 .submit input,
 .button-secondary {
-	background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
+	background: #f2f2f2 url("../images/white-grad.png") repeat-x scroll left top;
 	text-shadow: rgba(255,255,255,1) 0 1px 0;
 }
 
 .button:active,
 .submit input:active,
 .button-secondary:active {
-	background: #eee url(../images/white-grad-active.png) repeat-x scroll left top;
+	background: #eee url("../images/white-grad-active.png") repeat-x scroll left top;
 }
 
 input.button-primary,
@@ -385,14 +383,14 @@
 	border-color: #298cba;
 	font-weight: bold;
 	color: #fff;
-	background: #21759B url(../images/button-grad.png) repeat-x scroll left top;
+	background: #21759B url("../images/button-grad.png") repeat-x scroll left top;
 	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
 }
 
 input.button-primary:active,
 button.button-primary:active,
 a.button-primary:active {
-	background: #21759b url(../images/button-grad-active.png) repeat-x scroll left top;
+	background: #21759b url("../images/button-grad-active.png") repeat-x scroll left top;
 	color: #eaf2fa;
 }
 
@@ -576,8 +574,6 @@
 #rightnow .reallynow {
 	background-color: #464646;
 	color: #fff;
-	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 }
 #plugin-information .action-button {
@@ -589,8 +585,6 @@
 #adminmenu	li a.wp-has-current-submenu .update-plugins{
 	background-color: #464646;
 	color: #fff;
-	-moz-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
-	-webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 	box-shadow: rgba(255,255,255,0.5) 0 1px 0;
 }
 
@@ -719,10 +713,7 @@
 #poststuff .postarea,
 .stuffbox {
 	border-color: #dfdfdf;
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
-	-webkit-border-radius: 3px;
 	border-radius: 3px;
 }
 
@@ -731,11 +722,11 @@
 .postbox,
 .menu-item-settings {
 	background-color: #f5f5f5; /* Fallback */
-	background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */
-	background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */
-	background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5)); /* old Webkit */
 	background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5); /* new Webkit */
+	background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5); /* Firefox */
+	background-image: -ms-linear-gradient(top, #f9f9f9, #f5f5f5); /* IE10 */
+	background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5); /* Opera */
 	background-image: linear-gradient(top, #f9f9f9, #f5f5f5); /* proposed W3C Markup */
 }
 
@@ -753,7 +744,7 @@
 }
 
 .curtime #timestamp {
-	background-image: url(../images/date-button.gif);
+	background-image: url("../images/date-button.gif");
 }
 
 #quicktags #ed_link {
@@ -770,12 +761,12 @@
 
 .tagchecklist span a,
 #bulk-titles div a {
-	background: url(../images/xit.gif) no-repeat;
+	background: url("../images/xit.gif") no-repeat;
 }
 
 .tagchecklist span a:hover,
 #bulk-titles div a:hover {
-	background: url(../images/xit.gif) no-repeat -10px 0;
+	background: url("../images/xit.gif") no-repeat -10px 0;
 }
 
 #update-nag, .update-nag {
@@ -787,7 +778,6 @@
 #screen-meta {
 	background-color: #f1f1f1;
 	border-color: #ccc;
-	-webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
 	box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.05 );
 }
 
@@ -835,11 +825,11 @@
 }
 
 #screen-meta-links a.show-settings {
-	background: transparent url(../images/arrows.png) no-repeat right 4px;
+	background: transparent url("../images/arrows.png") no-repeat right 4px;
 }
 
 #screen-meta-links a.show-settings.screen-meta-active {
-	background: transparent url(../images/arrows.png) no-repeat right -31px;
+	background: transparent url("../images/arrows.png") no-repeat right -31px;
 }
 
 /* end screen options and help tabs */
@@ -940,7 +930,7 @@
 
 #adminmenushadow,
 #adminmenuback {
-	background-image: url(../images/menu-shadow.png);
+	background-image: url("../images/menu-shadow.png");
 	background-position: top right;
 	background-repeat: repeat-y;
 }
@@ -956,12 +946,12 @@
 
 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
-	background: transparent url(../images/arrows-dark.png) no-repeat -1px 6px;
+	background: transparent url("../images/arrows-dark.png") no-repeat -1px 6px;
 }
 
 #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
 #adminmenu .wp-menu-open .wp-menu-toggle {
-	background: transparent url(../images/arrows.png) no-repeat -2px 6px;
+	background: transparent url("../images/arrows.png") no-repeat -2px 6px;
 }
 
 #adminmenu a.menu-top,
@@ -1060,8 +1050,6 @@
 
 #adminmenu .wp-submenu-wrap,
 .folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap {
-	-moz-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
 	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.4 );
 }
 
@@ -1097,7 +1085,7 @@
 	border-color: #aaa;
 }
 #collapse-button div {
-	background: transparent url(../images/arrows.png) no-repeat 0 -72px;
+	background: transparent url("../images/arrows.png") no-repeat 0 -72px;
 }
 .folded #collapse-button div {
 	background-position: 0 -108px;
@@ -1135,7 +1123,7 @@
 .menu-icon-settings div.wp-menu-image,
 .icon16.icon-site,
 .menu-icon-site div.wp-menu-image {
-	background-image: url('../images/menu.png?ver=20120201');
+	background-image: url("../images/menu.png?ver=20120201");
 }
 
 .icon16.icon-dashboard,
@@ -1303,7 +1291,7 @@
 #icon-options-general,
 .icon32.icon-site,
 #icon-ms-admin {
-	background-image: url(../images/icons32.png?ver=20111206);
+	background-image: url("../images/icons32.png?ver=20111206");
 }
 
 .icon32.icon-post,
@@ -1405,7 +1393,7 @@
 	#icon-options-general,
 	.icon32.icon-site,
 	#icon-ms-admin {
-		background-image: url(../images/icons32-2x.png?ver=20120412);
+		background-image: url("../images/icons32-2x.png?ver=20120412");
 		background-size: 708px 45px;
 	}
 
@@ -1433,7 +1421,7 @@
 	.menu-icon-settings div.wp-menu-image,
 	.icon16.icon-site,
 	.menu-icon-site div.wp-menu-image {
-		background-image: url('../images/menu-2x.png?ver=20120412');
+		background-image: url("../images/menu-2x.png?ver=20120412");
 		background-size: 390px 64px;
 	}
 }
@@ -1556,7 +1544,7 @@
 }
 
 .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .tablenav .tablenav-pages {
@@ -1565,7 +1553,7 @@
 
 .tablenav .tablenav-pages a {
 	border-color: #e3e3e3;
-	background: #eee url('../images/menu-bits.gif?ver=20100610') repeat-x scroll left -379px;
+	background: #eee url("../images/menu-bits.gif?ver=20100610") repeat-x scroll left -379px;
 }
 
 .tablenav .tablenav-pages a:hover,
@@ -1636,23 +1624,23 @@
 }
 
 .view-switch #view-switch-list {
-	background: transparent url(../images/list.png) no-repeat 0 0;
+	background: transparent url("../images/list.png") no-repeat 0 0;
 }
 
 .view-switch .current #view-switch-list {
-	background: transparent url(../images/list.png) no-repeat -40px 0;
+	background: transparent url("../images/list.png") no-repeat -40px 0;
 }
 
 .view-switch #view-switch-excerpt {
-	background: transparent url(../images/list.png) no-repeat -20px 0;
+	background: transparent url("../images/list.png") no-repeat -20px 0;
 }
 
 .view-switch .current #view-switch-excerpt {
-	background: transparent url(../images/list.png) no-repeat -60px 0;
+	background: transparent url("../images/list.png") no-repeat -60px 0;
 }
 
 #header-logo {
-	background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;
+	background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center;
 }
 
 .popular-tags,
@@ -1676,8 +1664,6 @@
 	color: #464646;
 	text-shadow: #fff 0 1px 0;
 	border-color: #dfdfdf;
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
 }
 
@@ -1691,11 +1677,11 @@
 }
 
 .sidebar-name-arrow {
-	background: transparent url(../images/arrows.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows.png") no-repeat 5px 9px;
 }
 
 .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
 }
 
 .in-widget-title {
@@ -1808,12 +1794,12 @@
 }
 
 .nav-menus-php .item-edit {
-	background: transparent url(../images/arrows.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows.png") no-repeat 8px 10px;
 	border-bottom-color: #eee;
 }
 
 .item-edit:hover {
-	background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px;
 }
 
 .menu-item-settings { /* Menu editing */
@@ -1854,8 +1840,6 @@
 #menu-management .nav-tab-active,
 .menu-item-handle,
 .menu-item-settings {
-	-moz-box-shadow: inset 0 1px 0 #fff;
-	-webkit-box-shadow: inset 0 1px 0 #fff;
 	box-shadow: inset 0 1px 0 #fff;
 }
 
@@ -1911,9 +1895,6 @@
 .about-wrap .feature-section img {
 	background: #fff;
 	border-color: #dfdfdf;
-
-	-moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
-	-webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
 	box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );
 }
 
@@ -1934,8 +1915,6 @@
 }
 
 .about-wrap li.wp-person img.gravatar {
-	-moz-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
 	box-shadow: 0 0 4px rgba( 0, 0, 0, 0.4 );
 }
 .about-wrap li.wp-person .title {
@@ -1963,7 +1942,7 @@
 }
 
 .rtl .post-com-count {
-	background-image: url(../images/bubble_bg-rtl.gif);
+	background-image: url("../images/bubble_bg-rtl.gif");
 }
 
 .rtl #screen-meta-links a.show-settings {
@@ -1977,18 +1956,18 @@
 /* Menu */
 .rtl #adminmenushadow,
 .rtl #adminmenuback {
-	background-image: url(../images/menu-shadow-rtl.png);
+	background-image: url("../images/menu-shadow-rtl.png");
 	background-position: top left;
 }
 
 .rtl #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle,
 .rtl #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
-	background: transparent url(../images/arrows-dark.png) no-repeat 8px 6px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 8px 6px;
 }
 
 .rtl #adminmenu .wp-has-submenu:hover .wp-menu-toggle,
 .rtl #adminmenu .wp-menu-open .wp-menu-toggle {
-	background: transparent url(../images/arrows.png) no-repeat 8px 6px;
+	background: transparent url("../images/arrows.png") no-repeat 8px 6px;
 }
 
 .rtl #adminmenu .wp-submenu .wp-submenu-head {
@@ -1998,8 +1977,6 @@
 
 .rtl #adminmenu .wp-submenu-wrap,
 .rtl.folded #adminmenu .wp-has-current-submenu .wp-submenu-wrap{
-	-moz-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
-	-webkit-box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 	box-shadow: -2px 2px 5px rgba( 0, 0, 0, 0.4 );
 }
 
@@ -2014,12 +1991,12 @@
 
 /* Edit Image */
 .rtl .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .rtl .tablenav .tablenav-pages a {
 	border-color: #e3e3e3;
-	background: #eee url('../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px;
+	background: #eee url("../images/menu-bits-rtl.gif?ver=20100610") repeat-x scroll right -379px;
 }
 
 .rtl #post-body .misc-pub-section {
@@ -2028,9 +2005,9 @@
 }
 
 .rtl .sidebar-name-arrow {
-	background: transparent url(../images/arrows.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows.png") no-repeat 5px 9px;
 }
 
 .rtl .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
 }
