/* CSS */
/**
 *  (CSS) Swami StickyFooter
 *
 *  Sticky Footer Solution by Steve Hatcher (http://www.cssstickyfooter.com)
 *
 *  @package        Swami
 *  @subpackage     assets
 *  @version        0.5.0
 *  @link           http://swami.curiousanimal.com/
 *  @author         Nick Gregory [Swami@curiousanimal.com]
 *
 *  @copyright      (c) 2008 Nick Gregory
 *  @license        http://creativecommons.org/licenses/by-nd/3.0
 *
**/

html, body, #pagetop {height:100%;}
body > #pagetop {height:auto; min-height:100%;}
#pagefoot {position:relative; margin-top:-32px; height:32px; line-height:32px; clear:both;}
#content {padding-bottom:32px;}  /* must be same height as the footer */

/*

html

    <div id="pagetop">
        <div id="content" class="clearfix">
        </div>
    </div>

    <div id="pagefoot"></div>

*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}

/* Hides from IE-mac \  * /
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac * /
