/* --- Webs Striped Flower Orange --- */

@import '../style.css';

html {
    background: #3b302a url('../img/greenbg.png') repeat top left;
}

a, a:visited {
    color: #7EB2AA;
}

a:hover {
    color: #d9a708;
}

.fw-tertiary {
    background-color: #f4e9cb;
    border-color: #ccc;
}

/* --- Containers --- */

#fw-container {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background-color: #fff;
}

/* --- Head, Titles, and Logo --- */

#fw-head {
    background: transparent url('../img/orangehead.png') no-repeat top left;
}

#fw-title a {
    color: #fff;
}

#fw-smalltitle {
    color: #d9a708;
}

.fw-logo {
    background: transparent url('../img/orangelogo.png') no-repeat top left;
}

/* --- Navigation --- */

#fw-mainnavwrap {
    background: transparent url('../img/orangenavstretch.png') no-repeat bottom left;
}

#fw-nav-menu {
    background: transparent url('../img/orangenavright.png') no-repeat bottom right;
}

#fw-mainnavwrap a,
#fw-mainnavwrap a:visited {
    color: #444;
}

#fw-mainnavwrap a:hover {
    color: #888;
}

/* --- Content --- */

.fw-title {
    background: transparent url('../img/orangetitle.png') repeat-y left center;
}

#fw-bigcontain .fw-title {
    color: #d9a708;
}

#fw-bigcontain .fw-text {
    color: #666;
}

/* --- Footer --- */
#fw-footer {
    background: #fff url('../img/orangebottom.png') no-repeat bottom left;
}

#fw-foottext {
    background: transparent url('../img/orangefooter.png') no-repeat center top;
}