/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }

/*li, dd { margin-left:5%; }
*/

fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Main Layout
-----------------------------------------------------------------------------------------------*/

body{
	font-family: Tempus Sans ITC, Palatino Linotype, Book Antiqua, Bookman Old Style, Garamond, Times New Roman;
	font-size:1em;
	color:#111;
	background:url(body_background.gif) 0 0 repeat #FFF;
	padding-top:6px;
}

#wrapper{
	width:800px;
	margin:50px auto;
	background: #FFF4DB;
}

#content{
	padding: 10px 5px;
}

#header{
  text-align: center;

}

#footer{
	margin:20px 0 0 0;
	height:80px;
	background:#fff;
	border-top:1px dotted #533;
}

#footer .inner{
	width:640px;
	padding:12px 0 0 0;
	margin:0 auto;
	text-align:right;
	font-size:11px; /* Conflicting Shopify classes */
}

#splash {
  margin-top:150px;
  text-align:center;
}

#splash #main_menu {
  background:none;
}

#splash #main_menu ul.nav li{
	background:url(fluer_white_trans.gif) 0 50% no-repeat;  
}

#debug {
  background:#ff7;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

h1#logo{
	position:relative;
	top:-60px;
	height: 1px;
}
h1#logo a{
	color:#C90000;
	text-decoration:none;
}
p.tagline{
	margin:0;
	position:absolute;
	top:50px;
}
#main_menu {
  background: #000;
	color: #fff;
	margin: 0;
	padding: 6px;
	height:20px;
}
#sub_menu {
  background: #f46b60;
	color: #000;
	margin: 0;
	padding: 6px;
	height:20px;
}
ul.nav{
	margin:0;
	padding: 0;
  list-style: none;
  font-size: 18px;
}

ul.nav.sub {
  float: left;
}
ul.nav.left {
  float: left;
}
ul.nav.right {
  float: right;
}
#main_menu ul.nav li{
	background:url(fluer_white.png) 0 50% no-repeat;  
}
#main_menu ul.nav li:hover{
	background:url(fluer_red.png) 0 50% no-repeat;
}
#sub_menu ul.nav li{
	background:url(fluer_black.gif) 0 50% no-repeat;  
}
#main_menu a{
	color:#fff;
}
#main_menu a:hover{
	color:#f46b60;
}
#sub_menu a{
	color:#000;
}
#sub_menu a:hover{
	color:#fff;
}
ul.nav li{
	margin:20px 0;
	padding-left:10px;
	display:inline;
}
/*ul.nav li.active{
	background:#f46b60;
}*/
ul.nav li a{
	padding:10px;
	padding-left:15px;

font-variant: small-caps;
}

.cart-status{
/*	position:absolute;
	top:58px;
	right:0;*/
	text-align:right;
	text-transform:lowercase;
	padding-right:22px;
	background:url(icon_cart.gif) 100% 50% no-repeat;
}
.cart-status a{
  color: #000;
}
/*-----------------------------------------------------------------------------------------------
  Main Section
-----------------------------------------------------------------------------------------------*/


.featured-products{
	width:650px;
	margin:10px auto;
}

/*-----------------------------------------------------------------------------------------------
  General Text & Stylings
-----------------------------------------------------------------------------------------------*/

a{
	color:#234D77;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#CC6600;
}

h2{
  text-align: center;
}

p{
	margin:12px 0;
}

ul{
	list-style-type:none;
	margin-left:0;
}
ul li{
	list-style-type:none;
}

ul.section{
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	padding:5px 0;
	margin:30px 0 20px 0;
}

#page-collection {
  text-align:center;
}


ul.products li{
	width:220px;
	min-height:350px;
	margin:16px;
 padding:2px;
float:left;
	display:block;
		border: 3px solid #881010;

	background:#ffe;
}
ul.chocolate li{
	width:134px;
	min-height:350px;
	margin:7px;
 padding:2px;
float:left;
	display:block;
	background:#ffe;
}

ul.products li.first {
  clear:left;
}

ul.products .image{
	padding:6px;
	text-align:center;
  height:190px;

overflow:hidden;
  margin:0 auto;

}


ul.chocolate .image{
	padding:6px;
	text-align:center;
  height:120px;

overflow:hidden;
  margin:0 auto;

}

ul.products img{
  max-height:180px;
  max-width:180px;
}

ul.chocolate img{
  max-height:120px;
  max-width:120px;
}

ul.products h4{
  text-align: center;
  padding:4px;
}

ul.products p{
	padding:0 5px;
	font-size: 90%;
}

ul.products .price{
  text-align:center;
  color:#335;
}
ul.collection{
	margin-top:30px;
}

.rule{
	margin:15px 0;
	height:1px;
	font-size:1px;
	line-height:1px;
	background:url(dotted.gif) 0 0 repeat-x;
}

.meta{
	margin:0.5em 0;
	font-size:10px;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
}

/*-----------------------------------------------------------------------------------------------
  Product page
-----------------------------------------------------------------------------------------------*/
.product-blurb {
	margin:25px 15px;  
	padding-top:30px;
}

.product .buy{
	text-align:left;
	background:#F1F1F1;
	padding:10px 10px 0 10px;
	margin:5px 0 0 0;
}
.product .buy p{
	margin:0;
	height:20px;
	line-height:20px;
}
.product .buy input.radio{
	vertical-align:middle;
	margin-right:5px;
}
.product .buy .price{
	color:#000;
	font-weight:bold;
}

.add-cart{
	border:none;
	background:transparent;
	margin:5px 0 0 -10px;
	padding:0;
	width:128;
	height:22px;
}

.details{
	margin:5px 0;
	padding:0 10px;
	text-align:left;
}
dl.details {
	margin:0;
}
dl.details dt{
	margin:0;
	display:inline;
	font-weight:bold;
}
dl.details dd{
	margin:0; display:inline;
}

/*-----------------------------------------------------------------------------------------------
  Cart
-----------------------------------------------------------------------------------------------*/

table.cart{
  background:#fff;
	width:100%;
	border-spacing:2px;
	margin:30px 0 15px 0;
}
table.cart th, table.cart td{
	padding:2px 5px;
	vertical-align:middle;
}
table.cart th.short, table.cart td.short{
	text-align:center;
}
table.cart th{
	background:#F1F1F1;
	text-align:left;
}
table.cart tr.even td{
	background:#F1FFFF;
}

input.quantity{
	width:20px;
	font-size:11px;
}

p.updatebtn{
	float:left;
}
p.subtotal{
	text-align:right
}
p.checkout{
	clear:both;
	text-align:right;
}

/*-----------------------------------------------------------------------------------------------
  News and Events
-----------------------------------------------------------------------------------------------*/

.news img{
  float:left;
  padding:5px;
}

.news {
  margin-left: 15px;
  margin-right: 15px;
}

.news h3 {
  border-bottom: 1px solid black;
  margin-top:25px;
}

.news p{
  margin-left:20px;
  margin-right: 20px;
}

#calendar {
  margin-left: 15px;
  margin-right: 15px;
}

#calendar h3 {
  border-bottom: 1px solid black;
  margin-top:25px;
}

#calendar ol{
  list-style-type:none;
}

#calendar ol{
  margin-left:20px;
  margin-right: 20px;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#search{
	width:250px;
	float:left;
	text-align:left;
}
#search button{
	width:48px;
	height:16px;
	text-indent:-9999px;
	background:url(btn_search.gif) 0 0 no-repeat;
	border:none;
	margin-left:5px;
	vertical-align:top;
	margin-top:2px;
}
#search input{
	width:150px;
}

ul#fnav{
	margin:0;
}
ul#fnav li{
	display:block;
}
ul#fnav li a{
	color:#000;
}