/*
* StackLayout by Campbell McGuiness
*
* http://stacklayout.com/
* http://twitter.com/stacklayout
* http://www.decalcms.com/
* http://workingsoftware.com.au/
*
* This work is licensed under Creative Commons * Attribution-ShareAlike 3.0 Australia License * http://creativecommons.org/licenses/by-sa/3.0/au/
*
* Please retain this credit and let us know if you use StackLayout for inclusion on http://stacklayout.com/who.html
*
* cam@workingsoftware.com.au
*/ 
html {height: 100%;}
body {height:100%;}
.stack,
header,
.header,
.banner,
footer,
.footer,
.stack1of2,
.stack1of3,
.stack2of3,
.stack1of4,
.stack3of4,
.stack1of5,
.stack2of5,
.stack3of5,
.stack4of5,
.stack1of6,
.stack5of6,
.stack1of10,
.stack1of12, 
.stackAuto
{
    display:inline-block;
    font-family:'Courier New',monospace;
    letter-spacing:-0.65em;
    word-spacing:-0.65em;
    text-align:center;
    vertical-align:top;
}
.stackContent
{
    display:block;
    letter-spacing:normal;
    word-spacing:normal;
    text-align:left;
}
.stackContent:after
{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.stackAuto .stackContent
{
    text-align:center;
}
.stackAuto
{
    width:auto;
}
.stack
{
    width:100%;
}
.stack1of2
{
    width:49.25%;
}
.stack1of3
{
    width:32.5%;
}
.stack2of3
{
    width:65.5%;
}
.stack1of4
{
    width:24.5%;
}
.stack3of4
{
    width:74.5%;
}
.stack1of5
{
    width: 19.5%;
}
.stack2of5
{
    width:39.5%;
}
.stack3of5
{
    width:59.5%;
}
.stack4of5
{
    width:79.5%;
}
.stack1of6 {width:16.25%}
.stack5of6 {width:83%;}
.stack1of10 {width:9.5%;}
.stack9of10 {width:90%;}
.stack1of12 {width:8%;}
