
/* color & borders

botchedboost.com
bg-content:             #FFF
bg-content-medium:      #CCC
bg-content-contrast:    #999
anchor:                 #006
*/

a {
    text-decoration: none;

    color: #3333ff;
    background-color: inherit;
}
a:active, a:visited {
    text-decoration: none;

    color: #09F;
    background-color: inherit;
}
a:hover, a:focus {
    text-decoration: underline;

    color: #CCC;
    background-color: #006;
}
a.image:active, a.image:hover, a.image:focus {
    text-decoration: none !important;
    background-color: inherit !important;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
abbr {
    border-bottom: 1px dotted #000;
}
html {
    color: #000;
    background-color: #999;
}
/*
fieldset {
    border: 1px dashed #006;
}
*/
kbd {
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #faf6f6;
    color: #000;
    border-color:  #edd #baa #baa #eed;
}
input[type=text], input[type=password], select, textarea {
    color: #000;
    background-color: #FFF;
    border: 1px inset #000;
}
input[type=button], input[type=submit], input[type=reset], button {
    border-width: 1px;
    /*
    color: #006;
    background-color: #CCC;
    border: 2px outset #006;
    */
}
input.default, button.default {
    border-width: 3px;
}
legend {
    color: #006;
    background-color: inherit;
}
pre {
    color: #000;
    background-color: #999;
    border: 1px solid #000;
}
th {
    color: #FFF;
    background-color: #006;
    /*border: 1px solid #006;*/
    border: 1px solid #000;
}

.error {
    color: #C00;
}
.highlight {
    background-color: #DED9D1;
}


/* nicetitle js stuff */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    font-size: 13px;
    font-family: "Lucida Grande", tahoma, arial, helvetica, sans-serif;
    width: 25em;
    font-weight: bold;

    color: white;
    background-color: #006;
    border: 1px solid #000;
}
div.nicetitle p {
    margin: 0;
    padding: 0 3px;
    text-indent: 0;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
/* /nicetitle */


/* text/display */
abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    speak: spell-out;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;
}
div {
    margin: 0;
}
dl, ol, ul {
    margin-top: .5em;
    margin-bottom: .5em;
}
dt {
    font-weight: bold;
}
fieldset {
    padding: .5em;
}
form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .2em 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    text-align: left;
}
h1 {
    margin: 0 0 .5em 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 1.6em;
    letter-spacing: .2em;
}
h2 {
    margin: 1em 0 .5em 0;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 1.5em;
    text-align: left;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.1em;
}
h5 {
    font-size: 1em;
}
img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
}
input, select, textarea, pre, code, kbd {
    font-family: monospace;
    font-size: 1.2em;
    }
input[type=button], input[type=submit], input[type=reset], button {
    font-weight: bold;
}
input[type=text], input[type=password] {
    width: 15em;
}
kbd {
    padding: 0px 1px 0px 1px;
}
legend {
    margin: .2em 0 .2em 0;
    line-height: 1.2em;
    font-size: 1.2em;
    font-family: "Trebuchet MS", tahoma, arial, helvetica, sans-serif;
    text-align: left;
}
li {
    margin: 0;
    padding-left: .5em;
    list-style-position: inside;
}
li li {
    padding-left: 1.5em;
}
ol, ul {
    margin: 1em 0 1em 0;
    padding: 0;
}
p {
    text-align: left;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
}
strong {
    font-weight: bold;
}
table {
    border: 0;
    padding: 0;
}
textarea {
    width: 15em;
}
th {
    vertical-align: middle;
}
th, td {
        padding: 5px;
}


.error {
    margin: .4em 0 .6em 0;
}
.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 {
    font-weight: bold;
}
.formRequired label:before {
    content: '* ';
}
.formRow {
    margin: .4em 0 .6em 0;
}
input.textInputBig {
    width: 25em;
}
input.textInputCost {
    width: 4em;
    text-align: right;
}
input.textInputCCExp {
    width: 2em;
    text-align: right;
}
input.textInputDate {
    width: 6em;
    text-align: right;
}
input.textInputQuantity {
    width: 2em;
    text-align: right;
}
.processMessage {
    margin: .4em 0 .6em 0;
    font-weight: bold;
}
.smallText {
    font-size: .6em;
}
.textLabel {
    clear: both;
    display: block;
    float: left;
    width: 8em;
    margin-right: .5em;
}

#bodyExtra h3 {
    margin: .2em 0;
}

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

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-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 */

#bodyHeader {
    height: 85px;
    margin: 0 0 0 0;
    color: #FFF;
    background-color: #000;
    border-bottom: 3px solid #F90;
}

#bodyContentContainer {
    background-color: #CCC;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#bodyContent {
    min-height: 400px;
    margin-right: 140px;
    padding: 10px;
    color: #000;
    background-color: #FFF;

    /* with side nav:
    width: 613px;
    min-height: 400px;
    margin: 0 auto 0 auto;
    padding: 10px 130px 10px 10px;
    */

    /* ???
    width: 670px;
    min-height: 400px;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    color: #000;
    background-color: #FFF;
    */
}


#bodyFooter {
    margin: 0;
    padding: 10px;
    color: #FFF;
    background-color: #000;
    border: 3px solid #CCC;
    border-width: 5px 1px 1px 1px;
    text-align: center;
}

#bodyFooter a {
    color: #09F;
}

#bodyExtra {
    position: absolute;
    top: 88px;
    right: 0;
    width: 130px;
    min-height: 400px;
    padding: 5px;
    background-color: #CCC;
    color: #09F;
    font-weight: bold;
    font-style: italic;

    /* I don't know what the fuck is up with this
    width: 130px;
    height: 100%;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    min-height: 400px;
    float: right;
    z-index: 5;
    background-color: #CCC;
    color: #09F;
    font-weight: bold;
    font-style: italic;
    */
}

.sidebarNav {
    border: 0 solid #F90;
    border-width: 0 0 5px 0;
    margin-top: 15px;
}

.sidebarNav a {
    color: #09F;
}

#bodyHeaderBreadcrumbNav {
    clear: left;
    margin-left: .7em;
    padding-top: .6em;
    font-size: .9em;
    line-height: normal;
}


#bodyHeader a {
    color: #999;
    background-color: inherit;
    font-weight: bold;
}

#bodyHeaderLogo {
    position: absolute;
    right: 0;
    z-index: 10;
}

#bodyHeader a:active, #bodyHeader a:visited {
    color: #999;
    background-color: inherit;
}
#bodyHeader a:hover, #bodyHeader a:focus {
    color: #006;
    background-color: #999;
}



#bodyHeaderNav ul, #bodyFooterNav ul {
    margin: 0;
}
#bodyHeaderNav li, #bodyFooterNav li {
    float: left;
    margin: 5px 0 0 0;
    list-style-type: none;
}
#bodyHeaderNav li+li {
    margin-left: .3em;
}

#bodyFooterCopyright {
    margin: .5em 0;
    font-style: italic;
}

