Index: wp-content/themes/twentythirteen/css/ie.css
===================================================================
--- wp-content/themes/twentythirteen/css/ie.css	(revision 23592)
+++ wp-content/themes/twentythirteen/css/ie.css	(working copy)
@@ -140,6 +140,36 @@
 
 
 /* Internet Explorer 7 */
+.ie7 audio,
+.ie7 canvas,
+.ie7 video {
+	display: inline;
+	zoom: 1;
+}
+
+.ie7 legend {
+	margin-left: -7px;
+}
+
+.ie7 button,
+.ie7 input,
+.ie7 select,
+.ie7 textarea {
+	vertical-align: middle;
+}
+.ie7 button,
+.ie7 input[type="button"],
+.ie7 input[type="reset"],
+.ie7 input[type="submit"] {
+	overflow: visible;
+}
+
+.ie7 input[type="checkbox"],
+.ie7 input[type="radio"] {
+	height: 13px;
+	width: 13px;
+}
+
 .ie7 .assistive-text,
 .ie7 .site .screen-reader-text {
 	clip: rect(1px 1px 1px 1px); /* IE7 */
Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 23592)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -81,8 +81,6 @@
 canvas,
 video {
 	display: inline-block;
-	*display: inline;
-	*zoom: 1;
 }
 
 audio:not([controls]) {
@@ -215,7 +213,6 @@
 pre,
 samp {
 	font-family: monospace, serif;
-	_font-family: "Courier New", monospace;
 	font-size: 14px;
 	-webkit-hyphens: none;
 	-moz-hyphens:    none;
@@ -353,7 +350,6 @@
 	border: 0;
 	padding: 0;
 	white-space: normal;
-	*margin-left: -7px;
 }
 
 button,
@@ -364,7 +360,6 @@
 	margin: 0;
 	max-width: 100%;
 	vertical-align: baseline;
-	*vertical-align: middle;
 }
 
 button,
@@ -378,7 +373,6 @@
 input[type="submit"] {
 	-webkit-appearance: button;
 	cursor: pointer;
-	*overflow: visible;
 }
 
 button[disabled],
@@ -389,8 +383,6 @@
 input[type="checkbox"],
 input[type="radio"] {
 	padding: 0;
-	*height: 13px;
-	*width: 13px;
 }
 
 input[type="search"] {
