/*
Theme Name: Bow Street Market Theme
Description: A custom theme for Bow Street Market
Version: 1.0
Author: shines & jecker laboratories
Author URI: http://www.shinesandjecker.com/
*/

/* =reset
---------------------------------------------------------- */

* {margin:0; padding:0;}
body, div, span, p, a, img, ul, ol, li, caption, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, dl, dt, dd, blockquote, applet, object, h1, h2, h3, h4, h5 {border:0;}

/* = general styles
---------------------------------------------------------- */
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color:#252525;
	background#fff;	
	}

h1{
	font-size: 180%;
	}

h2{
	font-size: 180%;
	color: #fff;
	line-height:1.1em;	
	text-transform:lowercase;
	font-family:'Euphemia UCAS', 'Gill Sans', 'Lucida Grande', tahoma;	
	font-weight:normal;
	margin-bottom:12px;
	}

h3{
	font-size:120%;
	font-weight:bold;
	color:#000;
	font-family:'Lucida Grande', tahoma;	
	}
	
a, a:visited{
	color:#c83900;
	text-decoration:underline;
	}

a:hover{
	color:#fff;
	background:#c83900;
	}
	
a img{
	border:none;
	}
	
h2 a, h2 a:visited{
	color: #fff;
	}
	
ul li{
	margin: 5px 0;
	}
	
.clear {
	clear:both;
	}

.right{
	float:right;
	margin:0 0 0 10px;
	}

.left{
	float:left;
	margin:0 10px 0 0;
	}

.text_right{
	text-align:right;
	}
	
.text_center{
	text-align:center;
	}
	
.text_red{
	color:red;
	font-weight:bold;
	}
	
.text_smaller{
	font-size:90%;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }
 
* html .clearfix {
	height: 1%; /* IE5-6 */
	}
	
.fix{
	color:red;
	font-weight:bold;
	}
	
.alignright{
	float:right;
	margin:0 0 10px 10px;
	border:10px solid #E2E3D9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.wp-caption{
	font-family:georgia, serif;
	color:#333;
	font-size:80%;
	font-style:italic;
	}
	
blockquote{
	background:#BBBCAE;
	font-family:georgia, serif;
	font-size:110%;
	padding:0 20px;
	border:1px solid #909083;
	}
	
blockquote.mini{
	float:left;
	margin:7px 0 10px 0;
	width:220px;
	}
	
cite{
	font-style:normal;
	font-family:'Lucida Grande', tahoma;	
	letter-spacing:1px;
	font-size:90%;
	text-transform:uppercase;
	display:block;
	text-align:right;
	margin-top:5px;
	}
	
.facebook_link{
float:right;
margin:0;
}

.facebook_link a:hover{
background:none;
}

/* =layout
---------------------------------------------------------- */
#main {
	width:930px; 
	margin:0 auto; 
	text-align:left; 
	font-size:1.2em;
	}

#content {
	background:#a7a899;
	padding:12px 12px 15px 12px;
	}
	
#page{
	float:left;
	width:600px;	
	font-size:115%;
	line-height:1.5em;
	}
	
#page p{
	margin:20px 0;
	line-height:1.6em;
	font-size:110%;
	}
		
#full_page{
	width:100%;
	font-size:115%;
	line-height:1.6em;
	position:relative;
	}
	
#sidebar{
	float:right; 
	width:295px;
	}
	
/* =header
---------------------------------------------------------- */
#header{
	padding:10px 0;
	}
	
#header h1{
	float:left;
	}
	
#header h1 a{
	margin:0 0 0 20px;
	text-indent:-9999px;
	display:block;
	width:544px;
	height:89px;
	background:transparent url(images/logo-new.gif) no-repeat left center;
	}
	
#header h1 a:hover{
	background:transparent url(images/logo-new.gif) no-repeat left center;
	}
	
 #tagline {
 	display:none;
 	}
        
		
/* =nav
---------------------------------------------------------- */
 #nav {
	background:#909083;
	border:1px solid #909083;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
   	}

#nav ul {
	margin:0;
	padding:0;
	list-style:none; 
	}

 #nav ul li {
 	display:inline;
 	margin:0;
 	padding:0;
 	}

#nav ul li a {
	display:block;
	float:left;
	padding:13px 25px 10px 16px;
	border:0;
	text-transform:uppercase;
	color:#e3e3df;
	text-decoration:none;
	}
	
#nav ul li a:hover {
	background:transparent;
	color:#000;
	}

 #nav ul li.current_page_item a, #nav ul li.current_page_ancestor a {
 	font-weight:bold;
 	color:#000;
 	}
 	
 #nav ul li#newsletter_link{
 	float:right; 	
 	background:transparent url(images/arrow.gif) no-repeat right center;
 	margin-right:20px;
 	}
 	
 #nav ul li#newsletter_link a{
 	text-transform:none;
 	}
 	
 /* =utility_nav
---------------------------------------------------------- */
#utility_nav{
	margin:10px 0 0 0;
	background:transparent url(images/utility-bg.gif) no-repeat left center;
	padding:0px 0px 0px 20px;
	float:right;
	line-height:1.3em;
	}
 	
 /* =search
---------------------------------------------------------- */
#search {
	position:absolute;
	bottom:15px;
	right:0;
	padding:7px;
	}

#search #search-input {
	width:175px;
	padding:3px;
	}

#search #search-submit {
	padding:2px;
	font:normal 100%/1.2 "arial",sans-serif;
	}
		
/* =home page
---------------------------------------------------------- */
#marquee{
	float:left;
	width:590px;	
	margin:0 0 0 10px;
	}
	
#marquee h2{
	margin:0 0 10px 0;
	font-size:250%;
	float:left;
	font-weight:bold;
	}
	
#marquee div p{
	clear:left;
	font-size:130%;
	line-height:1.5em;
	font-family:georgia, times, serif;
	}
	
#marquee div p a{
	background:#cacbb9;
	text-decoration:none;
	color:#000;
	font-family:'Lucida Grande', tahoma;
	font-weight:bold;
	font-size:90%;
	}	
	
#marquee div p a:hover{
	background:#fff;
	}	

#featured_products{
	float:right; 
	width:295px;
	font-family:'Lucida Grande', tahoma;	
	min-height:233px;
	background:#cacbb9;
	padding-top:3px;
	}
	
#featured_products h3{
	padding:12px 0 15px 20px;
	font-size:180%;
	color: #fff;
	line-height:1.1em;	
	text-transform:lowercase;
	font-family:'Euphemia UCAS', 'Gill Sans', 'Lucida Grande', tahoma;	
	font-weight:normal;
	background:#a7a899;
	}
	
#featured_products h4{
	font-size: 120%;
	margin-bottom:20px;
	}
	
#featured_products ul{
	list-style:none;
	padding:5px 20px;
	font-size:100%;
	}
	
#featured_products li{
	padding:5px 0;
	font-size:100%;
	}
	
#featured_products a{
	color:#000;
	font-size:100%;
	}
	
#featured_products p{
	margin-bottom:20px;
	}

	
#featured_products a:hover{
	color:#000;
	text-decoration:underline;
	background:none;
	}
		
.promo{
	float:left;
	width:295px;
	margin:12px 10px 0 0;
	}
	
.promo.last{
	margin:12px 0px 0 0;
	}
	
.promo h3{
	margin:-15px 0 15px 0;
	font-size:250%;
	color: #fff;
	line-height:1.1em;	
	text-transform:lowercase;
	font-family:'Euphemia UCAS', 'Gill Sans', 'Lucida Grande', tahoma;	
	font-weight:normal
	}

.promo h3 a{
	color:#fff;
	text-decoration:none;
	}
	
.promo h3 a:hover{
	color:#c83900;
	background:transparent;
	}
	
.promo p{
	line-height:1.5em;
	font-size:110%;
	}
	
.promo_img{
	padding-bottom:24px;
	background:transparent url(images/home-promo-img-shadow.jpg) no-repeat bottom center;
	}

/* =slideshow
---------------------------------------------------------- */
.slideshow { 
	height: 250px; 
	width: 300px; 
	margin: 0; 
	}

.slideshow img{
	display:none;
	}
	
.slideshow img:first-child{
	display:block;
	}
	
/*.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }*/

/* =footer
---------------------------------------------------------- */
#footer {
	clear:both; 
	font-size:100%;
	padding:10px 0;
	margin-bottom:20px;
	}
	
/* =side nav
---------------------------------------------------------- */
#side_nav{
	font-family:georgia, serif;
	font-size:150%;
	list-style-type:none;
	text-transform:lowercase;
	font-style:italic;
	background:transparent url(images/side_nav-bg.gif) no-repeat top center;
	padding:20px 0 30px 0;
	margin:0 0 20px 0;
	}
	
#side_nav li{
	border-bottom:1px solid #b7b7ad;	
	margin:0px 20px;
	}
	
#side_nav li.current_page_item{
	border-bottom:none;
	}
	
#side_nav li.prev_list_item{
	border-bottom:none;
	}
	
#side_nav a{
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px 0px 7px 30px;
	}
	
#side_nav li.prev_list_item a{
	padding:5px 0px 3px 30px;
	}

#side_nav a:hover{
	color:#000;
	background:#b7b7ad;
	}	
	
#side_nav li.current_page_item{
	margin:0;
	}

#side_nav li.current_page_item a{
	color:#000;
	background:transparent url(images/side_nav-on.png) no-repeat left center;
	padding:10px 0px 10px 50px;
	}
	
#side_nav li.current_page_item a:hover{
	background:transparent url(images/side_nav-on.png) no-repeat left center;
	}
	
/* =product_lists
---------------------------------------------------------- */
.product_list{
	float:left;
	width:250px;
	margin:10px 25px;
	text-align:center;
	}
	
.product_list dt{
	font-weight:bold;
	font-family:'Euphemia UCAS', 'Gill Sans', 'Lucida Grande', tahoma;	
	background:#d4d4c8;
	}
	
.product_list dd ul{
	list-style-type:none;
	}
	
.products h3{
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0;
	border-top:3px dotted #cacbb9;
	}
	
.products ul li{
	list-style-type:none;
	float:left;
	width:175px;
	margin:0;
	padding:10px 0px 10px 25px;
	font-family:georgia, serif;
	font-style:italic;
	font-size:110%;
	background:transparent url(images/tomato.gif) no-repeat left center;
	}

.grocery_list{
	margin:10px;
	padding:10px;
	border-top:3px solid #D4D5C7;
	}

.grocery_list li{
	list-style-type:none;
	float:left;
	width:150px;
	margin:0;
	padding:10px 0px 10px 30px;
	background:transparent url(images/tomato.gif) no-repeat left center;
	font-family:georgia, serif;
	font-style:italic;
	}
	
.products ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	 }
 
* html .products ul {
	height: 1%; /* IE5-6 */
	}
	
/* =map
---------------------------------------------------------- */
#map{
	width:600px;
	height:400px;
	}
	
#frmholder ul{
	margin:10px 0;
	}
	
#frmholder li{
	list-style-type:none;
	float:left;
	margin:0 5px 0 0;
	}

#frmholder label{
	margin:0 5px 0 0;
	}
	
#dirholder table td{
	padding:5px;
	}

/* =contact page
---------------------------------------------------------- */
.contact_page #content{
	min-height:655px;
	}
	
#contact_sidebar{
	position:absolute;
	top:0;
	right:20px;
	width:265px;
	background:transparent url(images/side_nav-bg-contact.gif) no-repeat top center;
	padding:10px 15px;
	}
	
#contact_sidebar h4{
	border-top:1px solid #b7b7ad;
	color:#333;
	margin:10px 0 0 0;
	padding:8px 5px 0px 25px;
	}
	
#contact_sidebar h4.email_icon{
	background:transparent url(images/email.gif) no-repeat left 10px;
	}
	
#contact_sidebar h4.phone_icon{
	background:transparent url(images/phone.gif) no-repeat left 10px;
	}
	
#contact_sidebar h4.fax_icon{
	background:transparent url(images/fax.gif) no-repeat left 10px;
	}
	
#contact_sidebar h4.write_icon{
	background:transparent url(images/write.gif) no-repeat left 10px;
	}
	
#contact_sidebar h4.info_icon{
	background:transparent url(images/info.gif) no-repeat left 10px;
	}
	
#contact_sidebar h4.comment_icon{
	background:transparent url(images/comment.gif) no-repeat left 10px;
	}
	
#contact_sidebar p{
	margin:5px 10px 5px 25px;
	}
	
#contact_sidebar .email{
	font-size:90%;
	}
	
.formcontainer{
	width:500px;
	margin:10px;
	color:#333;
	}
	
.formcontainer fieldset{
	margin:10px;
	border-top:2px solid #cacbb9;
	padding:10px 10px 10px 10px;
	
	}
	
.formcontainer legend{
	font-family:'Lucida Grande', tahoma;	
	font-size:110%;
	font-weight:bold;
	color:#333;
	}
	
.information{
	font-family:georgia, serif;
	color:#333;
	font-style:italic;
	}
	
.form-input input{
	border:1px solid #909083;
	padding:4px;
	}
	
.form-submit input{
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	border:1px solid #909083;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#cacbb9;
	}	
	
.error, .success{
	background:#fff;
	color:#7e383b;
	padding:10px;
	font-family:'Lucida Grande', tahoma;	
	}
	
/* =enews signup
---------------------------------------------------------- */
.enews_modal_form{
	font-family:'Lucida Grande', tahoma;	
	font-size:120%;
	}
	
.enews_modal_form	legend{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:120%;
	}
	
.enews_modal_form ul{
	list-style-type:none;
	margin-top:10px;
	}
	
.enews_modal_form li{
	float:none;
	margin:10px 0 10px 0;
	}

.enews_modal_form label{
	margin-right:5px;
	width:70px;
	display: inline-block;
	}
	
.enews_modal_form input{
	padding:5px;
	border:1px solid #ccc;
	}
	
.enews_modal_form .submit{
	text-align:center;
	}
	
.enews_modal_form .submit input{
	border:1px solid #a7a899;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#cacbb9;
	padding:4px 5px;
	}

/* =sidebar_promos
---------------------------------------------------------- */	
.sidebar_promos{
	line-height:1.6em;
	font-family:'Lucida Grande', tahoma;	
	border:3px solid #909083;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#909083;
	padding:0 0 10px 0;
	margin:0 15px 10px 15px;
	}
	
.sidebar_promos h3{
	font-family:'Euphemia UCAS', 'Gill Sans', 'Lucida Grande', tahoma;	
	margin:0 0 10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:180%;
	padding:10px;
	}
	
.sidebar_promos h3 a{
	color:#7e383b;
	text-decoration:none;
	}

.sidebar_promos a{
	color:#7e383b;
	}
	
.sidebar_promos a:hover{
	background:#7e383b;
	color:#fff;
	}
	
.sidebar_promos p{
	margin:5px 10px;
	color:#252525;
	}
	
/* =modal overlay
---------------------------------------------------------- */
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:200px;
  width:300px;
  background-color:#fff;
  border:1px solid #ccc;
  padding:20px;
}

#simplemodal-container a.modalCloseImg {
  background:url(images/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

/* =posts
---------------------------------------------------------- */
#page p.date{
	margin:0;
	padding:0;
	font-family:'Lucida Grande', tahoma;	
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:80%;
	color:#333;
	}
	
/* =comment form
---------------------------------------------------------- */
#commentform{
	margin-bottom: 60px;
	margin-top: 0px;
}	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	margin-top:5px;
	width: 100%;
	padding: 2px;
	border:1px solid #a7a899;
	}

#commentform #submit {
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	border:1px solid #909083;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#cacbb9;
	}

#comments, #respond{
	padding:10px 0;
	border-top:3px dotted #cacbb9;
	color:#cacbb9;
	}
	
.commentlist{
	list-style-type:none;
	font-family:'Lucida Grande', tahoma;	
	font-size:90%;
	margin:0 0 15px 0;
	}
	
.commentlist li{
	background:#cacbb9;
	padding:10px;
	margin:0 0 10px 0;
	}
	
.commentlist cite{
	display:inline;
	text-align:left;
	font-style:normal;
	font-size:100%;
	text-transform:none;
	margin-top:0px;
	letter-spacing:0px;
	}
	
#page .commentlist p{
	margin:8px 0;
	font-family:georgia, serif;
	}
	
.commentmetadata a{
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #999;
	}
	
.commentmetadata a:hover{
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #333;
	background:transparent;
	}
	
#commentform p{	
	margin:8px 0;
	font-size:90%;
	}
	


