/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
<!--[if IE]>
 <link href="ie.css" rel="stylesheet">
 <![endif]-->
 <!--[if IE6]>
 <style type="text/css">
 /* styles for IE6 goes here */
 </style>
 <![endif]-->
 <!--[if lt IE7]>
 <style type="text/css">
 /* styles for IE7 goes here */
 </style>
 <![endif]-->
 <!--[if lte IE8]>
 <style type="text/css">
 /* styles for IE8 goes here */
 </style>
 <![endif]-->
 <!--[if gt IE9]>
 <style type="text/css">
 /* styles for IE9 goes here */
 </style>
 <![endif]-->
 <!--[if gte IE9]>
 <style type="text/css">
 /* styles for IE9 goes here */
 </style>
 <![endif]-->
 <!--[if !IE]> -->
 <style type="text/css">
 /* styles goes here but should not appear in IE5-9 */
 </style>
 <!-- <![endif]-->
 <!--[if IE]><![endif]-->
 <!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
 <!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
 <!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
 <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]-->
 <!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
 <!--[if !IE]><!--><html lang="en"><script>if(/*@cc_on!@*/false){document.documentElement.className+='ie10';}</script><!--<![endif]-->
 /* IE6 */
 body { _color: blue; }

 /* IE7, IE6 */
 body { *color: blue; } /* or #color: blue */

 /* IE9, IE8, IE7, IE6 */
 body { color: blue\9; }

 /* IE8, IE7 */
 body { color/*\**/: blue\9; }

 /* IE7, IE6 -- acts as an !important */
 body { color: blue !ie; }

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 /* IE10+ CSS styles go here */
 } 