/*
* cSans Footer v0.1
* 2010 Copyright A navalla suíza http://anavallasuiza.com
* cSans is released under the GNU Affero GPL version 3 - more information at http://www.fsf.org/licensing/licenses/agpl-3.0.html
*/

/* 1. BASE */
html,body {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	height:100%;
}
.footer-container {
	min-height:100%;
	position:relative;
}
.footer-1,.footer-2,.footer-3,.footer-4,.footer-5,.footer-6,.footer-7,.footer-8,.footer-9,.footer-10,.footer-11,.footer-12,.footer-13,.footer-14,
.footer-15,.footer-16,.footer-17,.footer-18,.footer-19,.footer-20,.footer-21,.footer-22,.footer-23,.footer-24,.footer-25 {
	position:absolute;
	bottom:0;
	margin-bottom:0;
	width:100%;
}

/* 2. FOOTER HEIGHT */
.footer-1 { height:10px; }
.footer-2 { height:20px; }
.footer-3 { height:30px; }
.footer-4 { height:40px; }
.footer-5 { height:50px; }
.footer-6 { height:60px; }
.footer-7 { height:70px; }
.footer-8 { height:80px; }
.footer-9 { height:90px; }
.footer-10 { height:100px; }
.footer-11 { height:110px; }
.footer-12 { height:120px; }
.footer-13 { height:130px; }
.footer-14 { height:140px; }
.footer-15 { height:150px; }
.footer-16 { height:160px; }
.footer-17 { height:170px; }
.footer-18 { height:180px; }
.footer-19 { height:190px; }
.footer-20 { height:200px; }
.footer-21 { height:210px; }
.footer-22 { height:220px; }
.footer-23 { height:230px; }
.footer-24 { height:240px; }
.footer-25 { height:250px; }


.before-footer-1 { padding-bottom:10px; }
.before-footer-2 { padding-bottom:20px; }
.before-footer-3 { padding-bottom:30px; }
.before-footer-4 { padding-bottom:40px; }
.before-footer-5 { padding-bottom:50px; }
.before-footer-6 { padding-bottom:60px; }
.before-footer-7 { padding-bottom:70px; }
.before-footer-8 { padding-bottom:80px; }
.before-footer-9 { padding-bottom:90px; }
.before-footer-10 { padding-bottom:100px; }
.before-footer-11 { padding-bottom:110px; }
.before-footer-12 { padding-bottom:120px; }
.before-footer-13 { padding-bottom:130px; }
.before-footer-14 { padding-bottom:140px; }
.before-footer-15 { padding-bottom:150px; }
.before-footer-16 { padding-bottom:160px; }
.before-footer-17 { padding-bottom:170px; }
.before-footer-18 { padding-bottom:180px; }
.before-footer-19 { padding-bottom:190px; }
.before-footer-20 { padding-bottom:200px; }
.before-footer-21 { padding-bottom:210px; }
.before-footer-22 { padding-bottom:220px; }
.before-footer-23 { padding-bottom:230px; }
.before-footer-24 { padding-bottom:240px; }
.before-footer-25 { padding-bottom:250px; }

/* 3. HACKS */
.footer-container {
	_height:100%; /* IE6 */
}
