/* 
Colors:
shadow: 3a1c00
midtone: 8d4421
highlight: c0722f
714D3C
*/


/******               Globals                ********/


@font-face {
	font-family: 'NegotiateFree';
	src: url('http://paravisinicoffee.com/fonts/negotiate_free-webfont.eot');
	src: local('☺'), url('http://paravisinicoffee.com/fonts/negotiate_free-webfont.woff') format('woff'), url('http://paravisinicoffee.com/fonts/negotiate_free-webfont.ttf') format('truetype'), url('http://paravisinicoffee.com/fonts/negotiate_free-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
font-family: Arial, Helvetica, sans-serif;
color: #3a1c00;
background: url("/images/bg.jpg") repeat;
}
.right {
float: right;
}
ul, ol,li {
margin: 0;
padding: 0;
}
li {
list-style-position:inside;
list-style-image: url("/images/raquo.png");
}
a > img {
border:0;
}
a:link,a:visited,a:hover,a:active {
color: #c0722f;
}
p  > a:link, li a:link {
text-decoration: none;
border-bottom: 1px dotted;
}
p  > a:visited, li a:visited {
text-decoration: none;
border-bottom: 1px dotted;
}
p  > a:hover, li a:hover {
border-bottom: 1px solid;
text-decoration: none;
}
p  > a:active, li a:active {
text-decoration: none;
border-bottom: 1px dotted;
text-decoration: none;
}
strong {
font-weight: bold;
}
p {
margin: 1em 0;
}
em {
font-style: italic;
}
h1,h2,h3 {
font-family: NegotiateFree, Arial;
}
h2 {
color: #8e4420;
font-size: 2.0em;
font-family: 
}
h3 {
border-bottom: 2px solid #3a1c00;
padding-bottom: 5px;
font-size: 24px;
margin-bottom: 0;
}
h3 a:link {
text-decoration: none;
}
.button {
display: block;
background: url("/images/btn.jpg") no-repeat 0 0;
width: 140px;
height: 35px;
margin: 5px auto 10px auto;
font-family: NegotiateFree;
text-align: center;
font-size: 20px;
color: white;
border: 0;
}
.button:link,.button:visited,.button:hover,.button:active {
color: white;
text-decoration:none;
border: 0;
}
.button:hover {
background: url("/images/btn.jpg") no-repeat 0 -35px;
}
.clear {
clear: both;
}
.divider {
border: 3px solid #8d4421;
}
.posted  {
color: gray;
font-style: italic;
margin-top: 0;
margin-left: 5px;
}
.meta {
border-bottom: 1px solid lightgrey;
font-size: 8pt;
font-style:italic;
margin-bottom: 10px;
text-align: right;
width: 100%;
}

#border {
-moz-box-shadow: 0px 0px 15px 4px #3a1c00;
-webkit-box-shadow: 0px 0px 15px 4px #3a1c00;
-moz-border-radius-bottomleft: 16px;
-webkit-border-bottom-left-radius: 16px;
-moz-border-radius-bottomright: 16px;
-webkit-border-bottom-right-radius: 16px;
background-color: white;
}
/******               Header                ********/

#header {

}
#logo img {
margin-top: 10px;
margin-left:10px;
}
#logo a {
border: none;
}
/******               Cart                    ********/

#cart{
background: url("/images/cartBg.jpg") no-repeat 120px 0px;
text-align: center;
height: 115px;
}
#cart h3 {
font-size: 18px;
margin: 5px auto 5px auto;
padding-bottom: 5px;
width: 140px;
border-bottom: 1px solid gray;
}
#cart p {
font-size: 14px;
margin: 10px 0 10px 0 ;
padding:0;
}


/******               Navigation                ********/

#nav {
padding-left: 0;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 1px;

}
#navItems { 
color: white;
margin: 0;
padding: 0;
}
#navItems > li {	
float: left;
list-style-type: none;
list-style-image: none;
border-bottom: 5px solid #d93802;
}
.navButton {
display: block;
width: 105px;
padding: 2px 5px;
background: #ac2502;
font-family: NegotiateFree;
font-size: 12pt;
font-weight: normal;
text-align: center;
text-decoration: none;
border-right: 1px solid white;
white-space: nowrap;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
}
.navButton, .navButton:link, .navButton:visited, .navButton:active, .navDropdownItem:link, .navDropdownItem:visited, .navDropdownItem:active {
color: #fff;
border-bottom: none;
}
.navButton:hover, .navDropdownItem:hover{
background: #d93802;
color: #fff;
border-bottom: none;
}
.navDropdown {
margin: 0;
margin-top: 5px;
padding: 0;
position: absolute;
visibility: hidden;
z-index: 1000;
padding-bottom: 10px;
background: #d93802;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
}
.navDropdown li {
float: none;
list-style-type: none;
list-style-image: none;
}
.navDropdownItem {
display: block;
width: 105px;
padding: 2px 5px;
font-size: 10pt;
font-weight: normal;
font-family: Arial, Helvetica, Sans-Serif;
color: #fff;
background: #d93802;
}
.navDropdownItem:hover {
background: #ac2502;
color: #fff;
}
.navActive {
background: #d93802;
color: #fff;
}
.navButtonLast {
border-right: none;
}

#breadcrumbs {
margin-left: 5px;
font-size: 8pt;
margin-bottom: 10px;}



/******               Footer                ********/

#footer {
background-color:#E4E4E4;
border-top:5px solid #C4C4C4;
margin-top: 10px;
padding-top: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
#footer h5 {
color: #4A4A4A;
font-size: 12pt;
margin-bottom: 5px;
text-shadow:1px 1px 1px #a4a4a4;
}
#footer > a > img {
float: right;
margin: 6px 10px 5px 0;
}
#footer a {
color: #6F6F6F;
}
#footer li {
list-style-type: none;
margin-bottom: 5px;
}
#footer p {
text-align: center;
color: #4A4A4A;
}

/******               Store                ********/

h4 {
font-weight: bold;
}
.storeListItem h4{
margin: 5px 0;
font-weight: bold; 
display: block;
height: 20pt;
text-align: center;
}

.storeListTitle:link, .storeListTitle:visited, .storeListTitle:active {
color: #8d4421;
text-decoration: underline;
}

.quantity {
width: 14em;
padding:  .2em 0 1em 0;
margin: 0 0 .5em 0;
text-align: center;
font-size: 1.2em;
}
.quantity h3 {
color: #3a1c00;
margin: .5em;
font-size: 1.2em;
}

.storeAddToCart {
margin: 5px auto;
width: 130px;
text-align: center;

}

.storeListPrice {
color: #3a1c00;
margin: 5px auto 0 auto;
display: block;
font-size: 16pt;
height: 16pt;
font-weight: bold;
text-align: center;
}
.storeListTitle img {
text-decoration: none;

}
.storeListItem p {
margin-left: 10px;
font-size: 8pt;
height: 36pt;
width: 170px;
}

.storeListImage {
background: url("/images/prodImgBg.jpg") no-repeat;
width: 190px;
height: 190px;
}
.storeListImage img {
margin: 14px 0 0 14px;
}

#pricebox img {
margin-bottom: 5px;
}

#pricebox {
float:right;
margin:3px 5px;
background-color: #FFF3CA;
text-align:center;
font-size: 1em;
}

#pricebox strong {
font-weight: bold;
}

a#addtocart {
width:6em;
margin: 5px auto 0 auto;
display: block;
font-size: 1.2em;
font-weight: bold;
border-bottom: 1px dotted;
}
input#addtocart {
font-size:1em;
margin-top: -5px;
margin-bottom: 10px;
}

/******               Store sidebar                ********/

#bodyLeftContent > ul > li > a:link, #bodyLeftContent > ul > li > a:visited{
color: #3a1c00;
}

#nav_categories {
padding-left: 10px;
margin: 10px 0;

}
#nav_categories > li {
border: 1px solid #e2e2e2;
display:block;
list-style-image: none;
list-style-type: none;
margin-bottom: 10px;
font-family: NegotiateFree, Arial;
font-size: 12pt;
text-align: center;
font-weight: normal;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-box-shadow: 0px 0px 5px 0px #e2e2e2;
-webkit-box-shadow: 0px 0px 5px 0px #e2e2e2;
}

#nav_categories > li > a,#nav_categories > li > h3  {
display: block;
border: none;
background-color: #e2e2e2;
color: #434343;
text-align: center;
padding-top: 2px;
margin-bottom: 10px;
border-top-left-radius: 10px;
-moz-border-topleft-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-topright-radius: 10px;
-webkit-border-top-right-radius: 10px;
}

#nav_categories > li > ul {
background-color: white
color: white;
font-size: 10pt;
text-align: left;
padding-top: 2px;
font-family: Arial, Sans-Serif, Helvetica;
margin-bottom: 10px;

}

#nav_categories > li > ul > li {
list-style-type: none;
text-indent: 1em;
}
#nav_categories > li > ul > li > a, #nav_categories > li > ul > li > a:link,#nav_categories > li > ul > li > a:visited, #nav_categories > li > ul > li > a:active,#nav_categories > li > ul > li > a:hover {
color: #434343;
}


.sideList {
margin: 0;
padding: 0;
}
.sideList li {
margin: 0 0 10px 0;
}
h2.title {
text-align: center;
font-size: 26pt;
font-weight: bold;
font-family: NegotiateFree;
}

.feed a{
width: 180px;
text-decoration: none;
font-size: 18pt;
font-weight: bold;
font-family: NegotiateFree, Arial;
color: #3a1c00;
display: block;
  background: url("/images/feed-icon-14x14.png") no-repeat right center;
}

#search {
margin: 0 0 20px 0;
font-size: 18pt;
font-weight: bold;
font-family: NegotiateFree, Arial;
}
p.title {
font-style: italic;
text-align: center;
margin-top: -35px;

}

/******               Forms                ********/

.zemContactForm textarea {
width: 300px;
height: 150px;
border: 1px solid black}

.zemContactForm input {
border: 1px solid black;
}
.zemSubmit {
background-color: #8d4421;
color: white;
}


#fc_cart_checkout_paypal {
display: none;
}

#contentHeader {
text-align: right;
border-bottom: 1px dotted #555;
margin-bottom: 20px;
}
#contentHeader h2 {
font-size: 30pt;
font-weight: bold;
font-family: NegotiateFree;
color: #3a1c00;
line-height: 26pt;
margin: 0;
}
#contentHeader em {
display: block;
margin: 5px 0 5px 0;
font-family: Georgia, Serif;
font-size: 8pt;
}
#rightContent #contentHeader {
margin-right: 12px;
}
.fullcontent {
padding-left: 10px;

}


#mc_embed_signup {
width: 450px;
margin: auto;
}
.form_labels {
#margin-top: 5px;
}
.form_labels label {
line-height: 26px;

}
.form_inputs input {
height: 15px;
margin: 5px;
}

.shippingnote {
font-size: 10px;
color: #595959;
font-style: italic;
}
#singleColumn {
padding-left: 10px;
}

#callout {
text-align: center;
margin-top: 40px;
}
.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    
    height: 17px;
    position: relative;
    background: url(/images/rating-stars.png) top left repeat-x;
}
.star-rating li{
    padding:0px;
    margin:0px;
    height:17px;
    width: 17px;
    float: left;
}
.star-rating li.current-rating{
    background: url(/images/rating-stars.png) left bottom;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
