﻿/* ***************************************
    RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: top;
}
strong
{
    font-weight:bold;
    }
em
{
    font-style:italic;
    }
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* ***************************************
    DEFAULTS
****************************************/
body {
    text-align:left;
    /*background-image: url(images/bodytile.gif);
    background-repeat:repeat;*/
    background-color: #efeee2;
    padding:0;
    font: 15px "Arial";
    color: #8d541f;
    margin-bottom: 28px;
    margin:0px; padding:0px;
    text-align:center ;

}

#centered{
    margin:0px auto;
    text-align:left;
    padding: 20px;
    width: 1015px;
}

.centeredContent{
    margin:0px auto;
    text-align:left;
    width: 840px;
}


a {
    color: #cb7b2b;
    font-weight:normal;
    text-decoration: none;
    -moz-outline-style: none;
    outline: none;
}

a:visited {

}

a:hover {

}

.footerLink{
    color: White;
    font-weight:normal;
}

.footerLinkCell{
    padding-top: 8px;
    text-align: right;
}

p {
    margin: 0px 0px 0px 0;
}

img {
    border: none;
}

ul {
    margin: 5px 0px 15px;
    padding-left: 20px;
}
ul li {
    margin: 0px;
}
ol {
    margin: 5px 0px 15px;
    padding-left: 20px;
}
ul li {
    margin: 0px;
    list-style-type:disc;
}
form {
    margin: 0px;
    padding: 0px;
}
.small {
    font-size: 12px;
}

.italic{
    font-style:italic;
}

.bold{
    font-weight: bold;
}

.largeBold{
    font-weight: bold;
    font-size: 16px;
}

.xxLarge{
    font-size: 30px;
}

.error{
    color: Red;
    font-size: 11px;
}

.gray{
    color: #58595b;
}

.navActive{
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: normal;
    margin: 0px 0px 15px 0;
}
h1 { font-size: 1.9em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

hr{
    color: #c0c0c0;
}

input[type="submit"]:hover {
    background: #32619d;
    border-color: #32619d;
    color: #fff;
}

input[type="submit"] {
    font-size: .8em;
    background: #fff;
    border: 1px solid #32619d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: auto;
    padding: 1px 10px 1px 10px;
    cursor: pointer;
}


/* ***************************************
    CONTENT
****************************************/

#siteHeader{
    width: 1015px;
    height: 239px;
    background-image: url(images/header-circles.png);
    background-repeat: no-repeat;
    background-position: center;
}

#siteLogo{
    width: 174px;
    height: 138px;
    position: relative;
    top: 48px;
    left: 100px;
    float:left;
}

#menuBreakfast{
    width: 160px;
    height: 50px;
    position: relative;
    top: 155px;
    left: 205px;
    float:left;
    text-transform:uppercase;
    font-family: "VAGRounded LT Light";
}

#menuLunch{
    width: 140px;
    height: 50px;
    position: relative;
    top: 155px;
    left: 260px;
    float:left;
    text-transform:uppercase;
    font-family: "VAGRounded LT Light";
}

.menuLink a
{
    font: 30px;
}

.innerMenuLink a
{
    font: 11px;
    font-weight:bold;
    text-decoration: underline;
}

#siteLinks{
    width: 90px;
    height: 100px;
    position: relative;
    top: 58px;
    left: 345px;
    float:left;
    line-height:22px;
    font-size:13px;
    text-align: center;
    text-transform:uppercase;
    font-family: "VAGRounded LT Light";
}

.location{
    padding: 0 0 5px 18px;
    text-align:center;
    vertical-align:top;
    font-size:30px;
    font-family: "VAGRounded LT Light";
}

.homeContent{
    width:280px;
    padding-left: 8px;
}

.innerContent{
    width:390px;
    padding-left: 8px;
}

.homeCopyright{
    background-image: url(images/copyright-background.png);
    background-repeat: no-repeat;
    width: 237px;
    height: 22px;
    font-size: 8px;
    padding: 5px 0 0 12px;
    float:left;
}


.wholesale{
    background-image: url(images/wholesale-background.png);
    background-repeat: no-repeat;
    width: 71px;
    height: 23px;
    font-size: 8px;
    padding: 5px 0 0 20px;
    float:left;
}

.wholesale a{
    color: #8d541f;
}

#kindCoffeeBackground{
    background-image: url(images/kind-coffee.png);
    background-repeat: no-repeat;
    background-position:center;
    width: 195px;
    height: 234px;
    padding: 0px 0 0 0px;
}

.kindCoffee{
    padding: 0 0 5px 0px;
    text-align:center;
    vertical-align:top;
    font-size:30px;
    font-family: "VAGRounded LT Light";
}

#jesseesBlend{
    font-size: 11px;
    margin-top: 150;
    text-align:left;
}

#jesseesBlendFooter{
    font-size: 11px;
    margin-top: 50;
    text-align:right;
}

.contactUs{
    padding: 0 0 5px 0px;
    text-align:right;
    vertical-align:top;
    font-size:30px;
    font-family: "VAGRounded LT Light";
}

.blog{
    padding: 0 0 5px 0px;
    text-align:right;
    vertical-align:top;
    font-size:30px;
    font-family: "VAGRounded LT Light";
}

.menuContent{
    width:600px;
    border: solid 1px #c7b9ae;
    padding: 10px 20px 10px 10px;
    margin-top: 20px;
    background: #efeee2;
}

.shadow7 {background: #e8e7dc;}
.shadow6 {background: #e0dfd5;}
.shadow5 {background: #d5d4ca;}
.shadow4 {background: #c7c6bd;}
.shadow3 {background: #b5b4ac;}
.shadow2 {background: #9f9f97;}
.shadow1 {background: #8c8b85;}

.shadow7, .shadow6, .shadow5, .shadow4, .shadow3, .shadow2, .shadow1 .menuContent {
  position: relative;
  left: -1px;
  top: -1px;
  }

.ActiveLink
{
    font-size: 12px;
    font-weight: bold;
}
