/**
 * @section IE-specific overrides
 * ======================================================================
 */
/*IE6*/
* html .block,
* html .section,
* html .subsection {
 height: 1%;
}

/*IE7*/
*:first-child+html .block,
*:first-child+html .section,
*:first-child+html .subsection {
 min-height: 1px;
}

/*misc*/
img, object, iframe {
 height: auto;
 width: 100%;
}
.link-facebook-large img {
 width: auto;
 }
