/* ------------------------------------------------------------------------
 * This stylesheet will be applied to all IE versions 8 and below.
 *
 * It mostly adds CSS3PIE behaviors to elements that use CSS 3 properties.
 * See: http://css3pie.com/
 *
 * Note: The normal stylesheet(s) should use shorthand for all CSS 3
 * properties, or CSS3PIE will not work for those elements.
 * See: http://css3pie.com/documentation/known-issues/#shorthand
 *
 * position:relative is sprinkled throughout to fix a z-index issue where
 * borders and backgrounds get hidden behind an ancestor. For an explanation
 * (and an alternative fix if relative causes problems for those elements),
 * see: http://css3pie.com/documentation/known-issues/#z-index
 *
 * Any inset box-shadows simply won't render in IE<9, and there's nothing we
 * can do about it right now short of custom image backgrounds.
 * http://css3pie.com/documentation/supported-css3-features/#box-shadow
 * ------------------------------------------------------------------------ */


header nav .actions .login {
    behavior: url('/blog/wp-content/themes/yolanew/PIE.htc');
    -pie-background: linear-gradient(bottom, rgb(192, 192, 192) 0%, rgb(240, 240, 240) 99%);
}
