/*
* StackLayout by Campbell McGuiness
*
* http://stacklayout.com/
* http://twitter.com/stacklayout
* http://facebook.com/stacklayout
* http://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
*/ 

.stack,.stack1of2,.stack1of3,.stack2of3,.stack1of4,.stack3of4,.stack1of5,.stack2of5,.stack3of5,.stack4of5,.stackAuto,
/* add semantic class names here: */
.semanticClass
{
    display:inline-block;
    font-family:'Courier New',monospace;
    letter-spacing:-0.63em;
    text-align:center;
    vertical-align:top;
}
/* Opera Windows fix */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
head~body .stack,head~body .stack1of2,head~body .stack1of3,head~body .stack2of3,head~body .stack1of4,head~body .stack3of4,head~body .stack1of5,head~body .stack2of5,head~body .stack3of5,head~body .stack4of5,head~body .stackAuto,
/* add semantic class names here: */
.semanticClass
{
    word-spacing:-0.63em;
}
.stack
{
    position:relative;
}}

.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%;
    overflow:hidden;
}
.stack .stack
{
    overflow:visible;
}
.stack1of2
{
    width:50%;
}
.stack1of3
{
    width:33.334%;
}
.stack2of3
{
    width:66.667%;
}
.stack1of4
{
    width:25%;
}
.stack3of4
{
    width:75%;
}
.stack1of5
{
    width:20%;
}
.stack2of5
{
    width:40%;
}
.stack3of5
{
    width:60%;
}
.stack4of5
{
    width:80%;
}

/* CUSTOMS */

.stackContent, li, body, input, select, textarea, p {font-family:sans-serif; font-size:14px;}
h1, h2, h3, h4, h5, h6{
    font-family:sans-serif;
    margin-top:0.5em;
    margin-bottom:0.5em;
    clear:both;
    line-height:1.2em;
    color:#BD3826;
}
p {text-align:justify;}
body {padding:20px;}

#description {padding-right:40px;}
#websites {
    border: 1px #E8E9E9 solid;
    padding:10px;
    margin-right:5px;
}

.site-logo {width:225px;}
.site-desc p {text-align:justify !important;}
.site-wrapper {padding:10px;margin:5px;border: 1px #E8E9E9 solid;}


#footer {font-size:11px;}

