Index: style.css
===================================================================
--- style.css	(revision 23473)
+++ style.css	(working copy)
@@ -382,10 +382,6 @@
 
 input[type="checkbox"],
 input[type="radio"] {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	padding: 0;
 	*height: 13px;
 	*width: 13px;
@@ -600,8 +596,6 @@
 input[type="reset"] {
 	background: #e05d22; /* Old browsers */
 	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
-	background: -moz-linear-gradient(   top, #e05d22 0%, #d94412 100%); /* FF3.6+ */
-	background: -ms-linear-gradient(    top, #e05d22 0%, #d94412 100%); /* IE10+ */
 	background: -o-linear-gradient(     top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */
 	background: linear-gradient(  to bottom, #e05d22 0%, #d94412 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
@@ -624,8 +618,6 @@
 input[type="reset"]:focus {
 	background: #ed6a31; /* Old browsers */
 	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
-	background: -moz-linear-gradient(   top, #ed6a31 0%, #e55627 100%); /* FF3.6+ */
-	background: -ms-linear-gradient(    top, #ed6a31 0%, #e55627 100%); /* IE10+ */
 	background: -o-linear-gradient(     top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */
 	background: linear-gradient(  to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
@@ -638,8 +630,6 @@
 input[type="reset"]:active {
 	background: #d94412; /* Old browsers */
 	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
-	background: -moz-linear-gradient(   top, #d94412 0%, #e05d22 100%); /* FF3.6+ */
-	background: -ms-linear-gradient(    top, #d94412 0%, #e05d22 100%); /* IE10+ */
 	background: -o-linear-gradient(     top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */
 	background: linear-gradient(  to bottom, #d94412 0%, #e05d22 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
@@ -773,6 +763,13 @@
  * 3.0 Basic Structure
  * ----------------------------------------------------------------------------
  */
+
+* {
+	-webkit-box-sizing: border-box;
+	-moz-box-sizing:    border-box;
+	box-sizing:         border-box;
+}
+
 .site {
 	background-color: #fff;
 	border-left: 1px solid #f2f2f2;
@@ -816,10 +813,6 @@
 }
 
 .site-header hgroup {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	margin: 0 auto;
 	max-width: 1040px;
 	min-height: 230px;
@@ -956,12 +949,7 @@
 	border: none;
 	cursor: pointer;
 	height: 37px;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	-webkit-transition: width 400ms ease, background 400ms ease;
-	-moz-transition:    width 400ms ease, background 400ms ease;
 	-o-transition:      width 400ms ease, background 400ms ease;
 	transition:         width 400ms ease, background 400ms ease;
 	margin: 3px 0;
@@ -1051,10 +1039,6 @@
 .sidebar .entry-content,
 .sidebar .entry-summary,
 .sidebar .entry-meta {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	max-width: 1040px;
 	padding: 0 376px 0 60px;
 }
@@ -1546,7 +1530,6 @@
 .search .format-gallery .gallery-item .gallery-icon {
 	height: 100%;
 	-webkit-transform: translate(50%, 50%);
-	-moz-transform:    translate(50%, 50%);
 	-ms-transform:     translate(50%, 50%);
 	-o-transform:      translate(50%, 50%);
 	transform:         translate(50%, 50%);
@@ -1557,7 +1540,6 @@
 .archive .format-gallery .gallery-item .gallery-icon img,
 .search .format-gallery .gallery-item .gallery-icon img {
 	-webkit-transform: translate(-50%, -50%);
-	-moz-transform:    translate(-50%, -50%);
 	-ms-transform:     translate(-50%, -50%);
 	-o-transform:      translate(-50%, -50%);
 	transform:         translate(-50%, -50%);
@@ -1679,10 +1661,6 @@
 
 .format-status .entry-content,
 .format-status .entry-meta {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	padding-left: 35px;
 	position: relative;
 }
@@ -1946,10 +1924,6 @@
 }
 
 .sidebar .paging-navigation .nav-links {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	max-width: 1040px;
 	padding: 0 376px 0 60px;
 }
@@ -2001,10 +1975,6 @@
 }
 
 .sidebar .post-navigation .nav-links {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	padding: 0 376px 0 60px;
 }
 
@@ -2027,10 +1997,6 @@
 }
 
 .author.sidebar .author-info {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	max-width: 1040px;
 	padding: 30px 376px 10px 60px;
 }
@@ -2099,10 +2065,6 @@
 }
 
 .sidebar .archive-meta {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	padding-right: 316px;
 }
 
@@ -2132,10 +2094,6 @@
 }
 
 .sidebar .page-content {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	margin: 0 auto;
 	max-width: 1040px;
 	padding: 40px 376px 40px 60px;
@@ -2203,10 +2161,6 @@
 .sidebar #reply-title,
 .sidebar .comment-navigation,
 .sidebar #respond #commentform {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	max-width: 1040px;
 	padding-left: 60px;
 	padding-right: 376px;
@@ -2381,10 +2335,6 @@
 
 #commentform textarea {
 	width: 100%;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 }
 
 .form-allowed-tags,
@@ -2422,10 +2372,6 @@
 }
 
 .sidebar .no-comments {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	padding-left: 60px;
 	padding-right: 376px;
 }
@@ -2437,10 +2383,6 @@
  */
 
 .site-main .widget-area {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	float: right;
 	width: 300px;
 }
@@ -2498,10 +2440,6 @@
 }
 
 .widget .searchform .field {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	width: 100%;
 }
 
@@ -2577,10 +2515,6 @@
 }
 
 .site-footer .widget-area {
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	margin: 0 auto;
 	padding: 20px 0;
 	max-width: 1040px;
@@ -2594,10 +2528,6 @@
 
 .site-footer .widget {
 	background: transparent;
-	-webkit-box-sizing: border-box;
-	-moz-box-sizing:    border-box;
-	-ms-box-sizing:     border-box;
-	box-sizing:         border-box;
 	color: #fff;
 	float: left;
 	margin-right: 20px;
@@ -2703,10 +2633,6 @@
 	.post-navigation .nav-links,
 	.sidebar .site-info,
 	.site-footer .widget-area {
-		-webkit-box-sizing: border-box;
-		-moz-box-sizing:    border-box;
-		-ms-box-sizing:     border-box;
-		box-sizing:         border-box;
 		padding-left: 20px;
 		padding-right: 20px;
 	}
@@ -2894,10 +2820,6 @@
 	#respond,
 	.sidebar .site-info,
 	.sidebar .paging-navigation .nav-links {
-		-webkit-box-sizing: border-box;
-		-moz-box-sizing:    border-box;
-		-ms-box-sizing:     border-box;
-		box-sizing:         border-box;
 		padding-right: 20px;
 		padding-left: 20px;
 	}
