
/* color & borders
elementsofcolorado.com
bg-content:             #fff
bg-content-medium:      #000
bg-content-contrast:    #000
anchor:                 #000
anchor-visited:         #008
th/legend bg            #000
th/legend fg            #000
*/

/* implement this
::-moz-selection {
    background:#D4F699;
    color:#7AA62F;
}
::selection {
    background:#D4F699;
    color:#7AA62F;
}
code::-moz-selection {
    background: #535353;
    color:#9DD63C;
}
code::selection {
    background: #535353;
    color:#9DD63C;
}
*/


/* text/display */
a {
    color: #B20F11;
    text-decoration: none;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: none;
    color: #B20F11;
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: underline;
    color: #FFF;
    background-color: #B20F11;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    background-color: transparent !important;
}

abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #000;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 1px 0 10px 0;
    font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
    font-size: 85%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
}
dd {
    margin-left: 1em;
    padding-left: 0;
}
div {
    margin: 0;
}
dl {
    margin: .5em 0 .5em 0;
}
dl dd, dl.links dd {
    margin-top: .3em;
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
fieldset {
    padding: .5em;
    border: 1px solid #000;
}
fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    -moz-border-radius: 3px;
}
fieldset fieldset legend {
    margin: .2em 0 .2em 0;
    padding: 2px;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    -moz-border-radius: 3px;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 .2em 0;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #000;
    text-transform: lowercase;
}
h1 {
    margin: 0 0 .4em 0;
    font-size: 2em;
    line-height: 1.2em;
}
h2 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.3em;
    line-height: 1.2em;
}
h3 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.3em;
    line-height: 1.2em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 0.8em;
    font-weight: bold;
}

hr {
    width: 80%;
    background-color: #FFF;
    color: #FFF;
    border-top: 2px dashed #000;
}

html {
    margin: 0;
    padding: 0;
    color: #000;
    background: #000000 url(../image/bg-body.png) no-repeat scroll center 30px;
}
img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
input[type=text], input[type=password], select, textarea {
    color: #000;
    background-color: #FFF;
}
input[type=button], input[type=submit], input[type=reset], button {
    font-weight: normal;
}
input.default, button.default {
    font-weight: bold;
}
input[type=text], input[type=password] {
    width: 15em;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background-color: #EEF;
    color: #000;
}
kbd {
    padding: 0 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FAF6F6;
    color: #000;
    border-color:  #EDD #BAA #BAA #EED;
}
li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
}
li ol, li ul {
    margin-left: 1em;
}
li > p {
    margin-top: 0.2em;
}
ol, ul {
    margin: 1em 0 1em 1em;
    padding: 0;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    overflow: auto;
}
pre code {
    font-size: 1em;
}
strong {
    font-weight: bold;
}
table {
    border: 0;
    padding: 0;
}
textarea {
    width: 15em;
}
td {
    padding: 5px;
}
th {
    padding: 5px;
    vertical-align: middle;
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
}

/* monospaces */
pre, code, kbd,
input[type=button], input[type=submit], input[type=reset], button,
input[type=text], input[type=password], select, textarea {
    font-family: "Bitstream Vera Sans Mono", "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1em;
}
/* /monospaces */

.bgMedium {
    background-color: #EEF;
    color: #000;
}
.bgContrast {
    background-color: #000;
    color: #FFF;
}
.error {
    margin: .4em 0 .6em 0;
    color: #C00;
}
a.external {
    padding-right: 10px;
    background-image: url(../image/external-link.gif);
    background-position: right;
    background-repeat: no-repeat;
}
.formControls {
    margin: .5em 0;
    text-align: right;
}
.formControls input[type=button], .formControls input[type=submit], .formControls input[type=reset], .formControls button {
    width: 5em;
    text-align: center;
}
.formRequired label, .required {
    font-weight: bold;
}
.formRow {
    margin: 0 0 .4em 0;
    padding: .6em 0;
}
.formRow + .formRow {
    border-top: 1px dotted #DDD;
}
.highlight {
    background-color: #EEF;
    color: #000;
}
input.textInputBig {
    width: 25em;
}
input.textInputSmall {
    width: 4em;
}
input.textInputTiny {
    width: 2em;
}
input.textInputPrice, input.textInputNumber {
    width: 4em;
    text-align: right;
}
input.textInputQuantity {
    width: 2em;
    text-align: right;
}
input.textInputDate {
    width: 7em;
    text-align: right;
}
input.textInputDateTime {
    width: 10em;
    text-align: right;
}
.processMessage {
    margin: .4em 0 .6em 0;
    padding: .4em;

    font-weight: bold;
    background-color: #000;
    color: #FFF;
    border: 1px solid #000;
    -moz-border-radius: 3px;
}
.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 11em;
    margin-right: .5em;
}

ul.links, ol.links, ul.prices {
    margin: 0;
}

ul.prices li {
    margin-bottom: .5em;
}

ul.links, ul.links li, ul.prices, ul.prices li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1em;
    list-style-type: disc;
}
ul.links li li li {
    margin-left: 1em;
        list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}

/* /display */

/* page specific */
.xmlButton, .xmlButtonSmall {
    padding: .1em .5em 0 .5em;

    font-size: 90%;
    font-weight: bold;
    background: #F60 none;
    color: #FFF;
    border: 1px outset #F60;
    text-decoration: none !important;
}
.xmlButtonSmall {
    padding: .1em .3em 0 .3em;

    font-size: 70%;
}
.xmlButton:visited, .xmlButtonSmall:visited {
    background: #F60 none !important;
    color: #FFF !important;
}
.xmlButton:hover, .xmlButtonSmall:hover {
    background: #F90 none !important;
    color: #FFF !important;
}
.xmlButton:active, .xmlButtonSmall:active {
    background: #F90 none !important;
    color: #FFF !important;
    border-style: inset !important;
}

/* /page specific */

@media print {
    body {
        margin: 0;
        padding: 1em;
        font-family: "Bitstream Vera Sans", tahoma, arial, helvetica, sans-serif;
        font-size: .8em;
        font-style: normal;
        font-weight: normal;
        background-color: #FFF;
    }
    fieldset {
        padding: .5em;
        border: 1px solid #000;
    }
    html {
        background-color: #FFF;
    }
    legend {
        margin: .2em 0 .2em 0;
        padding: 2px;
        line-height: 1.2em;
        font-size: 1em;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: left;
        background-color: inherit;
        border: none;
        color: inherit;
    }
    th {
        background-color: inherit;
        border: 1px solid #000;
        color: inherit;
    }

    .formControls {
        display: none;
    }
    .highlight {
        background-color: #CCC;
    }
}

#bodyHeader {
    position: absolute;
    top: 41px;
    left: 50%;
    width: 852px;
    height: 457px;
    margin-left: -389px;

    background: transparent url(../image/top-gradient.png) repeat-x scroll top left;
    color: #000;
}

#bodyHeaderLogo {
    z-index: 10;
    position: absolute;
    top: 355px;
    left: -51px;
}

#bodyHeaderNav {
    z-index: 5;
    position: absolute;
    top: 29px;
    left: -75px;
    width: 425px;
    height: 344px;


    /*
    apps=crabcakes    brunch=soup  lunch=chicken salad  dinner=lamb or ahi
    */
            background: transparent url(../image/backgrounds/chickensalad.jpg) no-repeat scroll top left;
        }
#bodyHeaderNav ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#bodyHeaderNav ul li {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#bodyHeaderNav ul li a {
    display: block;
    width: 152px;
    padding: 2px 0;
    font-weight: bold;
    text-align: center;
}
#bodyHeaderNav ul li a:hover, #bodyHeaderNav ul li a:active, #bodyHeaderNav ul li a:visited {
    background-color: transparent !important;
    color: #024C29 !important;
}
#bodyHeaderNav ul li a:hover, #bodyHeaderNav ul li a:focus {
    background: transparent url(../image/menu-floater.png) repeat left top; !important;
    color: #126139 !important;
    text-decoration: none !important;
}


#bodyWrap {
    z-index: 3;
    position: absolute;
    top: 41px;
    left: 50%;
    width: 852px;
    height: 560px;
    margin-left: -389px;
    overflow: hidden;
}

#bodyContent {
    z-index: 5;
    position: absolute;
    top: 45px;
    left: 410px /* 409px padding */;
    width: 365px;
    height: 320px;
    overflow: auto;
}


#bodyFooter {
    position: absolute;
    top: 460px;
    left: 10px;
    width: 777px;
    clear: both;
    padding: 10px;

    text-align: center;
}

#bodyFooterBanner {
    margin-bottom: 1em;
    text-align: center;
}

#bodyFooterText {
    clear: both;
    margin: .5em 0;
    font-style: italic;
}


        #bodyExtra {
            z-index: 10;
            position: absolute;
            top: 26px;
            left: 348px;;
            width: 485px;
            height: 16px;

            text-align: center;

        }
        #bodyContent {
            top: 62px;
            height: 310px;
        }
        
#bodyExtra ul, #bodyExtra li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media print {
    #bodyHeader, #bodyExtra, #bodyFooterBanner, #bodyFooterNav {
        display: none;
    }

    #bodyContent {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
    }

    #bodyFooter {
        width: inherit;
        margin: 0;
        padding: 0;

        color: #000;
        background-color: #FFF;
        border: none;
        text-align: center;
    }

    #bodyFooter {
        margin: 3em 0 0 0;
    }
}
