diff --git wp-content/themes/twentytwelve/css/desktop.css wp-content/themes/twentytwelve/css/desktop.css
new file mode 100644
index 0000000..0123ac9
--- /dev/null
+++ wp-content/themes/twentytwelve/css/desktop.css
@@ -0,0 +1,187 @@
+/*
+Responsive desktop styles for minimum width of 600 pixels.
+
+These are repeated from style.css for IE7/8 since it doesn't apply these styles
+within the media query in style.css.
+*/
+
+.author-avatar {
+	float: left;
+	margin-top: 8px;
+	margin-top: 0.571428571rem;
+}
+.author-description {
+	float: right;
+	width: 80%;
+}
+.site {
+	margin: 0 auto;
+	max-width: 960px;
+	max-width: 68.571428571rem;
+	overflow: hidden;
+}
+.site-content {
+	float: left;
+	width: 65.104166667%;
+}
+body.template-front-page .site-content,
+body.single-attachment .site-content,
+body.full-width .site-content {
+	width: 100%;
+}
+.widget-area {
+	float: right;
+	width: 26.041666667%;
+}
+.site-header h1,
+.site-header h2 {
+	text-align: left;
+}
+.site-header h1 {
+	font-size: 26px;
+	font-size: 1.857142857rem;
+	line-height: 1.846153846;
+}
+.main-navigation ul.nav-menu,
+.main-navigation div.nav-menu > ul {
+	border-bottom: 1px solid #ededed;
+	border-top: 1px solid #ededed;
+	display: inline-block !important;
+	text-align: left;
+	width: 100%;
+}
+.main-navigation ul {
+	margin: 0;
+	text-indent: 0;
+}
+.main-navigation li a,
+.main-navigation li {
+	display: inline-block;
+	text-decoration: none;
+}
+.main-navigation li a {
+	border-bottom: 0;
+	color: #6a6a6a;
+	line-height: 3.692307692;
+	text-transform: uppercase;
+}
+.main-navigation li a:hover {
+	color: #000;
+}
+.main-navigation li {
+	margin: 0 40px 0 0;
+	margin: 0 2.857142857rem 0 0;
+	position: relative;
+}
+.main-navigation li ul {
+	display: none;
+	margin: 0;
+	padding: 0;
+	position: absolute;
+	top: 100%;
+	z-index: 1;
+}
+.main-navigation li ul ul {
+	top: 0;
+	left: 100%;
+}
+.main-navigation ul li:hover > ul {
+	border-left: 0;
+	display: block;
+}
+.main-navigation li ul li a {
+	background: #efefef;
+	border-bottom: 1px solid #ededed;
+	display: block;
+	font-size: 11px;
+	font-size: 0.785714286rem;
+	line-height: 2.181818182;
+	padding: 8px 10px;
+	padding: 0.571428571rem 0.714285714rem;
+	width: 180px;
+	width: 12.85714286rem;
+}
+.main-navigation li ul li a:hover {
+	background: #e3e3e3;
+	color: #444;
+}
+.main-navigation .current-menu-item > a,
+.main-navigation .current-menu-ancestor > a,
+.main-navigation .current_page_item > a,
+.main-navigation .current_page_ancestor > a {
+	color: #636363;
+	font-weight: bold;
+}
+.menu-toggle {
+	display: none;
+}
+.entry-header .entry-title {
+	font-size: 22px;
+	font-size: 1.571428571rem;
+}
+#respond form input[type="text"] {
+	width: 46.333333333%;
+}
+#respond form textarea.blog-textarea {
+	width: 79.666666667%;
+}
+.template-front-page .site-content,
+.template-front-page article {
+	overflow: hidden;
+}
+.template-front-page.has-post-thumbnail article {
+	float: left;
+	width: 47.916666667%;
+}
+.entry-page-image {
+	float: right;
+	margin-bottom: 0;
+	width: 47.916666667%;
+}
+.template-front-page .widget-area .widget,
+.template-front-page.two-sidebars .widget-area .front-widgets {
+	float: left;
+	width: 51.875%;
+	margin-bottom: 24px;
+	margin-bottom: 1.714285714rem;
+}
+.template-front-page .widget-area .widget:nth-child(odd) {
+	clear: right;
+}
+.template-front-page .widget-area .widget:nth-child(even),
+.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
+	float: right;
+	width: 39.0625%;
+	margin: 0 0 24px;
+	margin: 0 0 1.714285714rem;
+}
+.template-front-page.two-sidebars .widget,
+.template-front-page.two-sidebars .widget:nth-child(even) {
+	float: none;
+	width: auto;
+}
+
+/* Responsive desktop styles for minimum width of 960 pixels. */
+
+body {
+	background-color: #e6e6e6;
+}
+body .site {
+	padding: 0 40px;
+	padding: 0 2.857142857rem;
+	margin-top: 48px;
+	margin-top: 3.428571429rem;
+	margin-bottom: 48px;
+	margin-bottom: 3.428571429rem;
+	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
+}
+body.custom-background-empty {
+	background-color: #fff;
+}
+body.custom-background-empty .site,
+body.custom-background-white .site {
+	padding: 0;
+	margin-top: 0;
+	margin-bottom: 0;
+	box-shadow: none;
+}
\ No newline at end of file
diff --git wp-content/themes/twentytwelve/css/ie.css wp-content/themes/twentytwelve/css/ie.css
deleted file mode 100644
index facd069..0000000
--- wp-content/themes/twentytwelve/css/ie.css
+++ /dev/null
@@ -1,187 +0,0 @@
-/*
-Styles for older IE versions (previous to IE9).
-*/
-
-body {
-	background-color: #e6e6e6;
-}
-body.custom-background-empty {
-	background-color: #fff;
-}
-body.custom-background-empty .site,
-body.custom-background-white .site {
-	box-shadow: none;
-	margin-bottom: 0;
-	margin-top: 0;
-	padding: 0;
-}
-.assistive-text,
-.site .screen-reader-text {
-	clip: rect(1px 1px 1px 1px); /* IE7 */
-}
-.full-width .site-content {
-	float: none;
-	width: 100%;
-}
-img.size-full,
-img.size-large,
-img.header-image,
-img.wp-post-image {
-	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
-}
-.author-avatar {
-	float: left;
-	margin-top: 8px;
-	margin-top: 0.571428571rem;
-}
-.author-description {
-	float: right;
-	width: 80%;
-}
-.site {
-	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
-	margin: 48px auto;
-	max-width: 960px;
-	overflow: hidden;
-	padding: 0 40px;
-}
-.site-content {
-	float: left;
-	width: 65.104166667%;
-}
-body.template-front-page .site-content,
-body.single-attachment .site-content,
-body.full-width .site-content {
-	width: 100%;
-}
-.widget-area {
-	float: right;
-	width: 26.041666667%;
-}
-.site-header h1,
-.site-header h2 {
-	text-align: left;
-}
-.site-header h1 {
-	font-size: 26px;
-	line-height: 1.846153846;
-}
-.main-navigation ul.nav-menu,
-.main-navigation div.nav-menu > ul {
-	border-bottom: 1px solid #ededed;
-	border-top: 1px solid #ededed;
-	display: inline-block !important;
-	text-align: left;
-	width: 100%;
-}
-.main-navigation ul {
-	margin: 0;
-	text-indent: 0;
-}
-.main-navigation li a,
-.main-navigation li {
-	display: inline-block;
-	text-decoration: none;
-}
-.ie7 .main-navigation li a,
-.ie7 .main-navigation li {
-	display: inline;
-}
-.main-navigation li a {
-	border-bottom: 0;
-	color: #6a6a6a;
-	line-height: 3.692307692;
-	text-transform: uppercase;
-}
-.main-navigation li a:hover {
-	color: #000;
-}
-.main-navigation li {
-	margin: 0 40px 0 0;
-	position: relative;
-}
-.main-navigation li ul {
-	display: none;
-	margin: 0;
-	padding: 0;
-	position: absolute;
-	top: 100%;
-	z-index: 1;
-}
-.ie7 .main-navigation li ul {
-	left: 0;
-}
-.main-navigation li ul ul,
-.ie7 .main-navigation li ul ul {
-	top: 0;
-	left: 100%;
-}
-.main-navigation ul li:hover > ul {
-	border-left: 0;
-	display: block;
-}
-.main-navigation li ul li a {
-	background: #efefef;
-	border-bottom: 1px solid #ededed;
-	display: block;
-	font-size: 11px;
-	line-height: 2.181818182;
-	padding: 8px 10px;
-	width: 180px;
-}
-.main-navigation li ul li a:hover {
-	background: #e3e3e3;
-	color: #444;
-}
-.main-navigation .current-menu-item > a,
-.main-navigation .current-menu-ancestor > a,
-.main-navigation .current_page_item > a,
-.main-navigation .current_page_ancestor > a {
-	color: #636363;
-	font-weight: bold;
-}
-.menu-toggle {
-	display: none;
-}
-.entry-header .entry-title {
-	font-size: 22px;
-}
-#respond form input[type="text"] {
-	width: 46.333333333%;
-}
-#respond form textarea.blog-textarea {
-	width: 79.666666667%;
-}
-.template-front-page .site-content,
-.template-front-page article {
-	overflow: hidden;
-}
-.template-front-page.has-post-thumbnail article {
-	float: left;
-	width: 47.916666667%;
-}
-.entry-page-image {
-	float: right;
-	margin-bottom: 0;
-	width: 47.916666667%;
-}
-.template-front-page .widget-area .widget,
-.template-front-page.two-sidebars .widget-area .front-widgets {
-	float: left;
-	margin-bottom: 24px;
-	width: 51.875%;
-}
-.template-front-page .widget-area .widget:nth-child(odd) {
-	clear: right;
-}
-.template-front-page .widget-area .widget:nth-child(even),
-.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
-	float: right;
-	margin: 0 0 24px;
-	width: 39.0625%;
-}
-.template-front-page.two-sidebars .widget,
-.template-front-page.two-sidebars .widget:nth-child(even) {
-	float: none;
-	width: auto;
-}
\ No newline at end of file
diff --git wp-content/themes/twentytwelve/functions.php wp-content/themes/twentytwelve/functions.php
index 6f87577..78d39d7 100644
--- wp-content/themes/twentytwelve/functions.php
+++ wp-content/themes/twentytwelve/functions.php
@@ -143,12 +143,13 @@ function twentytwelve_scripts_styles() {
 	 * Loads our main stylesheet.
 	 */
 	wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri() );
+	wp_enqueue_style( 'twentytwelve-desktop', get_template_directory_uri() . '/css/desktop.css', array( 'twentytwelve-style' ), '20121013', 'all and (min-width: 960px)' );
 
 	/*
 	 * Loads the Internet Explorer specific stylesheet.
 	 */
-	wp_enqueue_style( 'twentytwelve-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentytwelve-style' ), '20121010' );
-	$wp_styles->add_data( 'twentytwelve-ie', 'conditional', 'lt IE 9' );
+	wp_enqueue_style( 'twentytwelve-desktop-ie', get_template_directory_uri() . '/css/desktop.css', array( 'twentytwelve-style' ), '20121013' );
+	$wp_styles->add_data( 'twentytwelve-desktop-ie', 'conditional', '(lt IE 9)&(!IEMobile)' );
 }
 add_action( 'wp_enqueue_scripts', 'twentytwelve_scripts_styles' );
 
diff --git wp-content/themes/twentytwelve/style.css wp-content/themes/twentytwelve/style.css
index 32844c1..ab4bc68 100644
--- wp-content/themes/twentytwelve/style.css
+++ wp-content/themes/twentytwelve/style.css
@@ -1525,32 +1525,6 @@ img#wpstats {
 	}
 }
 
-/* Minimum width of 960 pixels. */
-@media screen and (min-width: 960px) {
-	body {
-		background-color: #e6e6e6;
-	}
-	body .site {
-		padding: 0 40px;
-		padding: 0 2.857142857rem;
-		margin-top: 48px;
-		margin-top: 3.428571429rem;
-		margin-bottom: 48px;
-		margin-bottom: 3.428571429rem;
-		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
-	}
-	body.custom-background-empty {
-		background-color: #fff;
-	}
-	body.custom-background-empty .site,
-	body.custom-background-white .site {
-		padding: 0;
-		margin-top: 0;
-		margin-bottom: 0;
-		box-shadow: none;
-	}
-}
-
 
 /* =Print
 ----------------------------------------------- */
@@ -1660,4 +1634,34 @@ img#wpstats {
 		margin-left: 50px;
 		margin-left: 3.57142857rem;
 	}
+}
+
+
+/* =IE 7 and 8
+----------------------------------------------- */
+
+.ie .assistive-text {
+	clip: rect(1px 1px 1px 1px); /* IE7 */
+}
+.ie .site {
+	margin: 48px auto;
+	max-width: 960px;
+}
+.ie .site-content {
+	float: left;
+	width: 65.104166667%;
+}
+.ie .full-width .site-content {
+	float: none;
+	width: 100%;
+}
+.ie .widget-area {
+	float: right;
+	width: 26.041666667%;
+}
+.ie img.size-full,
+.ie img.size-large,
+.ie img.header-image,
+.ie img.wp-post-image {
+	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
 }
\ No newline at end of file
