@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id: base.patch.css 856 2011-01-23 10:47:42Z hieblmedia $
 * 
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006-2011, Reinhard Hiebl, HieblMedia
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

/* Import base path stylesheet */
@import url(../../../libraries/jyaml/yaml/core/slim_iehacks.css);

/* Layout dependent adjustments */
@media screen, projection
{
  /**
   * Bugfix for IE (invisible backgrounds in rounded corners)
   *
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    IE5.x, IE6
   * @valid      no
   */
  * html .rounded-rt,
  * html .rounded-lt,
  * html .rounded-rb,
  * html .rounded-lb { zoom:1; }

  /**
   * IE-Adjustments for additional subtemplates columns
   *
   * Doubled Float-Margin Bug
   * @see http://positioniseverything.net/explorer/doubled-margin.html
   *
   * @bugfix
   * @affected IE 5.x/Win, IE6
   * @css-for IE 5.x/Win, IE6, IE7
   * @valid yes
   */
  .cwxl, .cwxr { display:inline; }

  /* transform CSS tables back into floats */
  .equalize .cwxl {
    float:left; display:inline;
    padding-bottom:32767px;
    margin-bottom:-32767px;
  }
  .equalize .cwxr {
    float:right; margin-left:-5px; display:inline;
    padding-bottom:32767px;
    margin-bottom:-32767px;
  }

  .no-ie-padding .cwxl, .no-ie-padding .cwxr {
    padding-bottom:0;
    margin-bottom:0;
  }

  /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   *
   * @default    disabled
   * @see        http://www.yaml.de/en/documentation/css-components/css-adjustments-for-internet-explorer/structure-dependend-adjustments.html
   */

  /**
   |     * html #col3 {height: 1%;}
   |     * html #col1 {margin-right: -3px;}
   |     * html #col2 {margin-left: -3px;}
   |     * html #col3 { margin-left: 24%; margin-right: 24%; }
   *
   * Layout based example
   *
   |     * html body.layout-3col_132 #col3 {height: 1%;}
   |     * html body.layout-3col_132 #col1 {margin-right: -3px;}
   |     * html body.layout-3col_132 #col2 {margin-left: -3px;}
   |     * html body.layout-3col_132 #col3 { margin-left: 24%; margin-right: 24%; }
   */

}
