/* === steadmanreatreat CSS stylesheet === */

/* -------------------------------------------- *
 * ---------------->>> Global <<<-------------- *
 * -------------------------------------------- */
 
body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    margin: auto;
    width: 820px;
    margin-top: 5px;
    padding-top: 0;
    background: #c7b399;
    }

#container {
    float: left;
    position: relative;
    width: 820px;
    margin-left: 5px;
    margin-top: 0;
    background: url(images/bgd-shadow-right.png) repeat-y;
    background-position: right top;
    }



/* -------------------------------------------- *
 * ------------>>> Page Structure <<<---------- *
 * -------------------------------------------- */

/* === Header === */

#header {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 281px;
    }
    #header #flowers {
        position: absolute;
        top: 0;
        left: 0;
        background: url(images/flowers.png) no-repeat;
        width: 230px;
        height: 281px;
        }
    #header #logo {
        position: absolute;
        bottom: 41px;
        _bottom: 40px;
        right: 0;
        background: url(images/logo.png) no-repeat;
        width: 590px;
        height: 101px;
        }
    #header #spacer {
        position: absolute;
        height: 140px;
        width: 60px;
        right: 0;
        top: 0;
        background: #c7b399;
        }
    #header .nav {
        position: absolute;
        right: 42px;
        top: 239px;
        }
        #header .nav ul {
            padding: 2px 2px 2px 1px;
            }
        #header .nav a {
            width: 60px;
            text-align: center;
            padding: 2px 0;
            }
    #header .title-text {
        text-align: center;
        position: absolute;
        width: 90%;
        top: 244px;
        left: 0;
        color: #987;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: bold;
        font-variant: small-caps;
        }
        
/* === Navigation === */

.nav ul {
    margin: 0;
    padding: 0;
    background: white;
    }
    .nav a {
        margin-left: 1px;
        float: left;
        text-decoration: none;
        background: #cf6228;
        color: white;
        }
    .nav a.active {
        font-weight: bold;
        background: #f2d85e;
        color: #b45522;
        }
    .nav a:hover {
        filter: alpha(opacity=90);
        opacity: 0.90;
        }

/* === Main content === */

#content {
    z-index: 0;
    position: relative;
    background: white;
    width: 738px;
    padding: 41px 20px 15px 20px;
    margin-top: -41px;
    min-height: 300px;
    _height: 300px;
    }

p { /* This selector is just p, rather than #content p, so
     * that it's more intuitive to override in with specific
     * styles.
     */
    line-height: 15px;
    margin-top: 7px;
    margin-right: 10px;
    margin-bottom: 7px;
    }

/* === Footer === */

#footer {
    background: white url(images/bgd-shadow-bottom.png) repeat-x;
    background-position: bottom;
    width: 778px;
    height: 87px;
    }
    #footer .bar {
        z-index: 1;
        position: relative;
        background: #cf6228;
        height: 13px;
        border: 1px solid white;
        width: 776px;
        }
    #footer .corner-br {
        z-index: 0;
        position: absolute;
        bottom: -15px;
        right: -14px;
        background: url(images/bgd-shadow-corner-br.png) no-repeat;
        width: 90px;
        height: 90px;
        }
    #footer .corner-bl {
        z-index: 0;
        position: absolute;
        bottom: -0px;
        left: -5px;
        background: url(images/bgd-shadow-corner-bl.png) no-repeat;
        width: 45px;
        height: 54px;
        }
    #footer .nav {
        position: absolute;
        font-size: 11px;
        }
        #footer .nav ul {
            position: relative;
            top: 0;
            margin-left: 250px;
            padding-right: 1px;
            line-height: 11px;
            }
        #footer .nav a {
            width: 85px;
            text-align: center;
            padding: 1px 0;
            }
    #footer .attrib {
        position: absolute;
        width: 13px;
        height: 264px;
        bottom: 35px;
        right: 19px;
        }
    #footer #contacts {
        height: 35px;
        line-height: 15px;
        font-size: 11px;
        text-align: center;
        }


/* -------------------------------------------- *
 * ------------>>> Common Elements <<<--------- *
 * -------------------------------------------- */

/* === Headings === */


/* === Text styles, paragraphs, links === */

h1.first {
    margin-top: 5px;
    }

h1 {
    margin-bottom: 7px;
    }

h2 {
    background: url(images/heading-gradient.png) no-repeat;
    height: 29px;
    line-height: 29px;
    width: 285px;
    font-size: 16px;
    font-weight: bold;
    color: #47220f;
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 17px;
    }

a {
    color: #a93b00;
    outline: none;
    }

.error {
    color: red;
    }

.required {
    font-variant: small-caps;
    }

/* === Lists & tables === */

ul {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 35px;
    }
    li {
        list-style-type: none;
        padding-left: 13px;
        background: url(images/bullet.png) no-repeat;
        background-position: left 5px;
        font-weight: bold;
        color: #595959;
        margin-bottom: 7px;
        }

/* === Images, Boxes and common custom elements === */

img {
    border: none;
    }

/* -------------------------------------------- *
 * ---------------->>> Forms <<<--------------- *
 * -------------------------------------------- */

/* === Form element and sub-sections === */

/* === Explanation text, examples === */

/* === Inputs, selects, textareas === */

/* === Buttons and button-like elements === */


