@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;
}
.fullcontent {
padding-left: 10px;

}
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;
}
h4 {
font-weight: bold;
}

#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;
}
#callout {
text-align: center;
margin-top: 40px;
}

/******               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: 144px;
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: 144px;
padding: 2px 5px;
font-size: 12pt;
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;
 }

/************** Widgets ***********************/

.button {
display: block;
background: url("/images/btn.png") no-repeat 0 0;
width: 140px;
height: 33px;
padding-top: 2px;
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.png") 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%;
}
.subscribeHeader {
  background: url("http://feedburner.google.com/fb/images/pub/feed-icon32x32.png") no-repeat 0 50%;
display:block;
font-family:NegotiateFree;
font-size:16pt;
height:32px;
margin-bottom:10px;
padding:0 0 0 37px;
text-decoration:none;
margin: auto;
width: 190px;
}

.emailHeader {
  background: url("/images/email-icon.png") no-repeat 0 50%;
display:block;
font-family:NegotiateFree;
font-size:16pt;
height:32px;
margin-bottom:10px;
padding:0 0 0 37px;
text-decoration:none;
margin: auto;
width: 190px;
}
/* Sidebar */


.sidebarContainer {
margin: 10px 10px 10px 0;
border: 1px solid #e2e2e2;
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;
}
.sidebarContainer > form {
text-align: center;
margin-bottom: 10px;
}
.sidebarContainer > h3  {
margin-bottom: 10px;
font-family: NegotiateFree, Arial;
font-size: 12pt;
text-align: center;
font-weight: normal;
display: block;
background-color: #e2e2e2;
color: #434343;
text-align: center;
padding-top: 2px;
margin-bottom: 10px;
border-bottom: none;
border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}

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

}

.sidebarContainer > ul > li {
list-style-image: none;
list-style-type: none;
margin-bottom: 10px
}
.sidebarContainer > ul > li > a, 
.sidebarContainer > ul > li > a:link,
.sidebarContainer > ul > li > a:visited, 
.sidebarContainer > ul > li > a:active,
.sidebarContainer > ul > li > a:hover {
color: #434343;
}