/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Variation of screen layout (basemod.css) for layout example "3col_fullheight"
 * (de) Variation des Screenlayouts (basemod.css) fÃ¼r Layoutbeispiel "3col_fullheight"
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision: 466 $
 * @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
 */

@media screen, projection
{
  body, html { height: 100% !important; padding: 0;}

  .page_margins {
  position:relative !important;
  min-height:100%; /* real browsers */
  height: auto !important;
  }
  * html .page_margins { height:100% !important; }

  /* allocate space for footer ... */
  .page { padding-bottom: 35px; }


  #footer_wrapper {
    max-width: 100%;
    margin: 0 auto;
    /* move #footer to its position ... */
    margin: -35px auto 0;
		position:absolute;
  	bottom:0;
    border: 0 none;
    padding: 0;
  }

  #footer_content {
    text-align: left;
    color:#666;
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
    margin: 0 10px;
  }
}
