
HTML, BODY {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

BODY {
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: White;
    position: relative;
    min-height: 100%;
}

BODY#stagepage {
    line-height: 1.5em;
    background: Black url(/static/img/navigation-line.gif) top repeat-x;
    height: auto !important;
    height: 100%;
}

BODY#stagepage.inverted {
    background: White url(/static/img/navigation-line-inv.gif) top repeat-x;
    }

/* Layout */

#layout {
    padding-bottom: 125px;
    margin: 0  auto;
    width: 1000px;
    overflow: hidden;
}

    #layout .content {
        width: 100%;
        overflow: hidden;
    }

        /* stage page */

        #stagepage .content .column.wide {
            width: 646px;
            float: left;
        }

        #stagepage.wide .content .column.wide {
            width: 100%;
            overflow: hidden;
        }

        #stagepage .content .column.side {
            width: 320px;
            float: right;
        }

/* Home page */

/*
Used vertical align solution from:
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
*/

#homepage .navigation {
    display: table;
    #position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    #homepage .navigation .container {
        #position: absolute;
        #top: 50%;
        display: table-cell;
        vertical-align: middle;
    }

        #homepage .navigation .aligner {
            background: url(/static/img/intro-line.gif) bottom repeat-x;
            position: relative;
            #top: -50%;
            width: 100%;
            height: 228px;
            position: relative;
        }

    #homepage .navigation H1 {
        float: right;
    }

        #homepage .navigation H1 A {
            text-indent: -9999px;
            background: url(/static/img/womensnature.jpg) top left no-repeat;
            width: 785px;
            height: 202px;
            display: block;
        }

    #homepage .navigation UL {
        position: absolute;
        top: 180px;
        left: 10px;
    }

        #homepage .navigation UL LI {
            margin-left: 50px;
            position: relative;
            float: left;
            display: inline;
        }

            #homepage .navigation UL LI A {
                color: #5a5a5a;
                font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
                font-size: 24px;
                text-decoration: none;
                background: url(/static/img/intro-nav-bullet.gif) 0 8px no-repeat;
                padding: 20px 0 0 35px;
                display: block;
            }

            #homepage .navigation UL LI A:hover {
                background: url(/static/img/intro-nav-bullet-hover.gif) 0 8px no-repeat;
            }

                #homepage .navigation UL LI A STRONG {
                    color: #222;
                    font-size: 18px;
                    font-weight: normal;
                    background: White;
                    position: absolute;
                    top: 4px;
                    left: 22px;
                }

/* Stage page */

#stagepage .navigation {
    margin: 40px auto;
    width: 100%;
    overflow: hidden;
}

    #stagepage .navigation LI {
        margin-left: 50px;
        position: relative;
        float: right;
        display: inline;
    }

    #stagepage .navigation LI.current {
        margin: 0;
        float: left;
    }

        #stagepage .navigation LI A {
            color: White;
            font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size: 20px;
            text-decoration: none;
            background: url(/static/img/navigation-bullet.gif) 0 8px no-repeat;
            padding: 20px 0 0 35px;
            display: block;
        }

        #stagepage.inverted .navigation LI A {
            color: Black;
            background: url(/static/img/intro-nav-bullet.gif) 0 8px no-repeat;
        }

        #stagepage .navigation LI A:hover {
            background: url(/static/img/intro-nav-bullet-hover.gif) 0 8px no-repeat;
        }

        #stagepage.inverted .navigation LI A:hover {
            background: url(/static/img/intro-nav-bullet-hover.gif) 0 8px no-repeat;
        }

            #stagepage .navigation LI A STRONG {
                color: White;
                font-size: 16px;
                font-weight: normal;
                position: absolute;
                top: 4px;
                left: 22px;
            }

            #stagepage.inverted .navigation LI A STRONG { color: Black; }

.email {
    color: White;
    font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 90px;
}

    .email A {
        color: White;
        text-decoration: none;
    }

    .email A:hover { text-decoration: underline; }

.maybe {
    color: White;
    border-top: 3px solid #151515;
    padding-top: 5px;
    margin-top: 260px;
}

.gallery {
    margin: 2em auto 1em auto;
    width: 840px;
    overflow: hidden;
}

    .gallery LI {
        margin: 0 10px 20px 0;
        width: 200px;
        float: left;
        *display: inline;
    }

        .gallery LI A {
            color: #444;
            font-size: 12px;
            font-weight: bold;
            text-decoration: none;
        }

        .gallery LI A:hover { color: Black; }

            .gallery LI A IMG {
                margin: .3em .3em 0 0;
                width: 100px;
                height: 80px;
                float: left;

                filter: alpha( opacity = 100 );
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
            }

            .gallery LI A:hover IMG {
                filter: alpha( opacity = 80 );
                -moz-opacity: .80;
                -khtml-opacity: .80;
                opacity: .80;
            }

.calendar {
    table-layout: auto;
    empty-cells: show;
    border-spacing: 0px;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .calendar TD {
        padding: 0;
        margin: 0;
        width: 135px;
        float: left;
    }

        .calendar TD STRONG {
            color: #ccc;
            font-size: 22px;
            font-weight: normal;
            margin-bottom: .8em;
            display: block;
        }

        .calendar TD A, .calendar TD SPAN {
            color: #444;
            line-height: 1.85em;
            display: block;
        }

        .calendar TD A {
            color: White;
            text-decoration: none;
        }

        .calendar TD A:hover { text-decoration: underline; }

.windows-left, .windows-right {
    position: absolute;
    bottom: 35px;
    width: 199px;
    height: 139px;
}

.windows-left {
    background: url(/static/img/windows-left.jpg) top right no-repeat;
    left: 0px;
}

.windows-right {
    background: url(/static/img//windows-right.jpg) top left no-repeat;
    right: 0px;
}

/* footer */

#footer {
    color: #777;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
}

#stage #footer { color: #666; }

* HTML #footer { width: 100%; }  /* IE6 */


    #footer A {
        color: #777;
        text-decoration: none;
    }

    #footer A:hover {
        text-decoration: underline;
    }

