/*
	Theme Name: Mocha Child Theme
	Theme URL: http://www.studiopress.com/themes/mocha
	Description: Mocha is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background:#F2F2F2;
	color: #333333;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
}
body, pre {
	font: 12px/1.55em Georgia,helvetica,sans-serif;
}

pre {
	margin-bottom:10px;
}

sup {
	display:inline-block;
	margin-top:-5px;
}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #DE6D1C;
	text-decoration: none;
}
	
a:hover {
	color:#A5A5A7;
}
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none;
}

/***** Wrap ********************/

#wrap {
	background:#000000;
	display:block;
	margin: 42px auto 0;
	overflow:hidden;
	padding: 0;
	width:960px;
}

/***** Header  ********************/

#header {
	background-color:#4A4A4C;
	height:71px;
	margin:0 auto;
	text-align:left;
	width:960px;
}
#header .wrap {
	overflow:hidden;
}
#header .header-top  {
	padding:0;
}
#header .header-top {
	margin:0 auto;
	position:relative;
	width:960px;
	z-index:100;
}

#header #title a {
	background: url('/shop/skin/frontend/emilehenry/default/images/logo.gif') no-repeat;
	display:block;
	height:71px;
	text-indent:-9000em;
	width:198px;
}

#title-area {
	float: left;
	margin: 0; 
	overflow: hidden;
}
	
#title-area #title {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0; 
	padding: 0;
}
	
#title-area #title a {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0; 
	padding: 0;
	text-decoration: none;
}
	
#title-area #title a:hover {
	color: #333333;
	text-decoration: none;
}
	
#title-area #description {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0;
}

#header .widget-area {
	width: 440px;
	float: right;
	margin: 0; 
	padding: 0;
}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
}
	
#header .widget-area h4 {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.quick-access {
	color:#FFFFFF;
	float:left;
	margin:16px 0 0 20px;
	text-align:left;
	width:730px;
}
.quick-access .shop-access ul li.first {
	padding-left:0;
}
.quick-access .shop-access ul li.last2 {
	border-right:0 none;
	padding-right:0;
}
.shop-access ul li.last {
	background:none;
	padding-right:0;
}
.quick-access .shop-access li.topmenu {
	border-right:1px solid #FFFFFF;
	display:inline;
	padding:0 6px;
	position:relative;
}
.shop-access ul li.topmenu a, .shop-access ul li.topmenu a:hover {
	color:#FFFFFF;
	font-size:1.35em;
	font-weight:normal;
	line-height:30px;
	text-decoration:none;
}
.shop-access ul li.topmenu a:hover {
	color:#DE6D1C !important;
}
.shop-access ul li.last a {
	color:#999999 !important;
}
.shop-access ul li.last2 a {
	color:#999999 !important;
}
#meganav-overlay {
	background:url("/shop/skin/frontend/emilehenry/default/images/overlay.png") repeat scroll 0 0 transparent;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	visibility:hidden;
	width:100%;
	z-index:5000;
}
#header #meganav {
	background-color:#4B4B4D;
	border-top:1px dotted #D9DDE3;
	display:none;
	min-height:130px;
	left:0;
	margin-top:0;
	padding:20px 10px 10px;
	position:absolute !important;
	top:20px;
	width:700px;
	z-index:5001 !important;
}
#header #meganav .categories li {
	float:left;
	line-height:18px;
	padding-right:6px;
	width:130px;
	
}
#header #meganav a, #header #meganav a:hover {
	line-height:13px;
}
#header #meganav .categories li a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
        
}
#header #meganav .categories li ul li a {
	color:#CCCCCC;
	font-size:12px;
       /* text-transform: lowercase;*/
}
.breadcrumbs { font-size:12px; margin-top: 5px; color: #fff; font-weight: normal; text-transform:capitalize; }
.breadcrumbs li { display:inline; }
.breadcrumbs .sep { color: #A5A5A7;}
.breadcrumbs a { color: #a5a5a7; text-decoration: none;}
.breadcrumbs a:hover { color:#DE6D1C; }

/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 450px;
	height: 125px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Header Pages/Category Widget Menu ********************/

#header ul.nav {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
    margin: 0;
	padding: 11px 15px 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a {
	color: #FFFFFF;
	}
	
#header ul.nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 17px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited {
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active {
	}

#header ul.nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
}

#header ul.nav li ul a { 
	width: 140px;
}

#header ul.nav li ul a:hover, #header ul.nav li ul a:active { 
}

#header ul.nav li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul {
	left: -999em;
}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul {
	left: auto;
}

#header ul.nav li:hover, #header ul.nav li.sfHover { 
	position: static;
}

/***** Nav Menu ********************/

#nav {
	float:left;
	height: 45px;
	margin: 0 auto 0;
	padding: 20px 0 0 0;
}

#nav .wrap {
	width: 920px;
	height: 45px;
	background: url(images/nav.png);
	margin: 0 auto 0;	
	padding: 0;
}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
    margin: 0;
	padding: 13px 15px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #FFFFFF;
	font-size: 12px;
	width: 138px; 
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 159px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 0;
	padding: 13px 15px 12px 15px;
	text-transform: uppercase;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	width: 960px;
	height: 45px;
	background: url(images/subnavbar.png);
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	width: 920px;
	height: 45px;
	background: url(images/nav.png);
	margin: 0 auto 0;	
	padding: 0;
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
    margin: 0;
	padding: 13px 15px 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	background: url(images/navhov.png);
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	color: #FFFFFF;
	font-size: 12px;
	width: 138px; 
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	}

#subnav li li a .sf-sub-indicator {
	top: 10px;
	background: url(images/arrow-right.png);
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	background: #FFFFFF;
	margin: 0 auto 0;
	min-height:300px;
	overflow: auto;
	padding:10px;
	width:940px;
}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
	background: url(images/inner_cs.png);
    }
   
.sidebar-content #inner {
	background: url(images/inner_sc.png);
    }
   
.content-sidebar-sidebar #inner {
	background: url(images/inner_css.png);
    }
   
.sidebar-sidebar-content #inner {
	background: url(images/inner_ssc.png);
    }

.full-width-content #inner {
	background: url(images/inner.png);
    }

/***** Breadcrumb ********************/

.breadcrumb {
	background: #F7F7F7;
	margin: 0 0 30px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 745px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 920px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

.full-width-content #content-sidebar-wrap {
	width: 920px;
   }
#sidebar-alt .box3a {
background-color:#F2F2F2;
margin-bottom:0;
padding:10px 10px 10px 0px;
width:180px;
}      
#sidebar-alt .box3a h2{
font-size:25px;
font-weight:normal; 
padding-left:10px;
}   
#sidebar-alt .box3b {
background:#de6d1c;
padding:2px 10px 2px 10px; 

}  
#sidebar-alt .box3b p{
	margin-bottom:0px;
}  
#sidebar-alt .box3b a{
	color:#ffffff;  
}
/***** Content ********************/

#content {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 0 10px 10px;
	position:relative;
	width:735px;
}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}

.sidebar-content #content, .content-sidebar #content {
	width: 665px;
}
	
.full-width-content #content {
	width: 900px;
}

#content img, #content p img {
	max-width: 100%;
}
#content img.main {
	float:left;
	margin:0;
}
#content img.title {
	float:right;
}

body.category #content img.main {
	float:left;
	margin-right:10px;
}
#content #history img {
	float:none;
	margin:0;
}
#content #timeline #slider {
	background:url('/wp-includes/images/timeline_bg.jpg') no-repeat 0 16px;
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}
#content #timeline #years {
	border:none;
	margin:0 23px 0 0;
}
#content #timeline #slider li {
	color:#DE6D1C;
	display:block;
	float:right;
	text-align:center;
	width:16.66%;
}
#content #timeline #slider li.active {
	color:#000000;
	font-size:16px;
}
#content #timeline #slider .ui-slider-handle {
	background:url('/wp-includes/images/slider.png') no-repeat;
	border:none;
	height:6px;
	margin:0;
	top:22px;
	width:19px;
}
#content #timeline #slider li.odd {
	margin-top:25px;
}
#content ul#history {
	min-height:388px;
	overflow:hidden;
	width:1740px
}
#content ul#history li {
	float:right;
	width:290px;
}
#content ul#history li p {
	line-height:15px;
	width:270px;
}
#content ul#history li h3 {
	color:#DE6D1C;
	font-size:14px;
}
#content ul#history li h3 .year {
	color:#000000;
	font-size:25px;
}

#content blockquote {
	background: #F7F7F7;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	border: 1px solid #E6E6E6;
}

body.category #content .post .entry-content {
	/*width:400px;*/
}
#content .post {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#content .post h1 {
	width:480px;
        margin-bottom: 5px;
}
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	width:260px;
}
#content .category-news p {
	width:390px;
}
body.category #content .post p {
	padding-right:80px;
	width:auto;
}
	
#content .post p img {
	border: 5px solid #ECEADF;
}
	
#content .post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
}
	
#content .post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

#content .ginput_container ul li {
    margin: 0;
}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: auto;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #E6E6E6;
}
#content .category-tagines ul, #content .category-tagines p {
    width: 360px;
}
#sub-cats p {
    margin: 4px 0;
}
#content .entry-content .mainimage {
    width: 745px;
    height: 360px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}
#content #sub-cats img {
    margin: 10px 0;
    border: 0;
    width: 215px;
}
#content .entry-content .overimage {
    width: 180px;
    height: 340px;
    background-color: #4A4A4C;
    padding: 10px;
    margin: 0;
    float: left;
    color: #fff;
}
#content .entry-content .cornerlabel {
	background:url('/wp-includes/images/flash.png') no-repeat bottom left;
    bottom: 0;
    cursor: pointer;
	height:165px;
    position: absolute;
	width:271px;
}
#content .entry-content .overimage h2 {color: white; margin-bottom: 11px; font-size: 24px;}
#content .entry-content .overimage p {
    width: auto !important;
}
#content .newsletter form {
    margin: 10px 0;
    display: block;
}
#content .newsletter span {
    display: block;
    clear: both;
}
#content .newsletter label {
    clear: both;
    display: block;
    margin: 8px 0;
}
#content .gform_body ul li {
    margin: 0;
    padding: 0;
}
#content label {
    font-weight: normal;
    color: #333;
}

#content .newsletter small {
    font-weight: normal;
    font-size: 11px;
    margin-left: 4px;
}
#content .newsletter .text {
    width: 200px;
}
#content .sticky {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	}
	
#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	color: #666666;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
/*	font-style: italic;*/
	margin: 0 0 5px 0;
	padding: 0;
	width:400px;
}

.post-info-content {
	width:400px;
}
	
.post-info p {
	margin: 0;
	padding: 0;
	}

.post-info-thumb {
	border: 1px solid #ddd;
    display: block;
    float: right;
    margin: 0px 35px 35px 35px;
}	
	
/***** Post Meta ********************/
	
.post-meta {
	border-top: 1px dotted #CCCCCC;
	display:none;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: italic;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
	
/***** Author Box ********************/
	
.author-box {
	background: #F7F7F7;
	margin: 0 0 40px 0;
	padding: 10px;
	border: 1px solid #E6E6E6;
	overflow: auto;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #000000;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size:25px;
}
	
body.category #content h2 {
	font-size:14px;
	line-height:1em;
	margin:0;
}
body.category #content .category-description {
	margin-bottom:10px;
}
body.category #content .category-description h2 {
	font-size:25px;
}
body.category #content .category-description p {
	width:325px;
}
body.category #content .category-description.history p {
	color:#DE6D1C;
	font-size:19px;
}
body.category #content .cat-image {
	float:right;
	margin-left:10px;
}

#content h2 {
	font-size: 20px;
}
	
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
	
#content h2 a:hover {
	color: #DE6D1C;
	text-decoration: none;
}
	
#content h3 {
	font-size: 16px;
}
	
#content h4 {
	font-size: 14px;
}
	
#content h5 {
	font-size: 14px;
}
	
#content h6 {
	font-size: 12px;
}
	
/***** Post Icons ********************/
	
.post .time {
/*	background: #FFFFFF url(images/icon-time.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;*/
	color:#DE6D1C;
}
	
.post .post-comments {
	background: #FFFFFF url(images/icon-comments.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
	
.post .categories {
	background: #FFFFFF url(images/icon-time.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}
	
.post .tags {
	background: #FFFFFF url(images/icon-tags.gif) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 20px;
}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

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

.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: auto;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #DE6D1C;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li a:hover {
	background: #DE6D1C;
	color: #FFFFFF;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #E6E6E6;
	}

.navigation li.active a {
	background: #DE6D1C;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #E6E6E6;
	}


/***** Sidebar(s) Tag Cloud ********************/

#sidebar .widget_tag_cloud div, #sidebar-alt .widget_tag_cloud div {
	padding: 10px 10px 5px 10px;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #F7F7F7;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#sidebar #cat {
	width: 198px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile , #sidebar-alt .user-profile {
	overflow: auto;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F7F7F7;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/* sidebars */
#sidebar-alt {
	padding:0px;
	text-align:left;
	width:190px;
}
#sidebar-alt .box {
	background-color:#F2F2F2;
	margin-bottom: 0.8em;
	padding: 10px;
	width: 170px;
}
#sidebar {
	display:none;
	float:right;
}
#sidebar .box2,
#sidebar-alt .box2 {
	background-color:#F2F2F2;
	margin-bottom:0.8em;
	width:170px;
	padding: 10px;
}
#sidebar-alt .box2 h3, #sidebar .box2 h3, .discount-codes h4 {
	color:#000000;
	font-size:14px;
	line-height:23px;
	font-weight: normal;
	border-bottom: 2px dotted #ccc;
}
#sidebar-alt .content, #sidebar .content { padding:5px 10px; }
#sidebar-alt .head, #sidebar .head { text-align:left; }
#sidebar-alt h3 a { color:#000000; }
#sidebar-alt h3 a:hover { color:#DE6D1C; text-decoration:none; }
#sidebar-alt h2, #sidebar-alt h3, #sidebar-alt h4, #sidebar-alt h5,
#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 { float:none; }
#sidebar-alt h4, #sidebar h4 { color:#e65505; text-transform:uppercase; }
#sidebar-alt .actions, #sidebar .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
}
#sidebar-alt .actions a, #sidebar-alt .actions a:hover,
#sidebar .actions a, #sidebar .actions a:hover { text-decoration:underline; }
#sidebar-alt ul li ul, #sidebar ul li ul  { margin-left: 10px; font-size: 18px;}
#sidebar-alt .categories li { line-height:23px; padding:0 10px; width: 150px; }
#sidebar-alt .categories li.level0 { padding-left: 10px; margin-left: 0}
#sidebar-alt .categories li a { text-decoration: none; }
#sidebar-alt .categories li a { color:#000; display:block; font-size: 14px; }
#sidebar-alt .categories li a:hover { color:#DE6D1C; }
#sidebar-alt .categories li.level1 a { color: #4B4B4D; font-size: 12px;}
#sidebar-alt .categories li.level1 a:hover { color: #DE6D1C;}
#sidebar-alt .categories li { margin-left: 0}
#sidebar-alt .categories ul.level0 {  margin-left: 0; display:none; }
#sidebar-alt ul.categories .childactive { background-color: #D9D9D9; }
#sidebar-alt ul.categories .active { color: #DE6D1C !important;}

#sidebar-alt .recipe_box img { padding: 5px; background-color: #fff; border: 1px solid #C5C5C5; width: 155px; }
.widget-btn { float:right; font-size:11px; clear: both;}
.widget-btn, .widget-btn:hover { color: #DE6D1C !important; }
.edit-btn { clear: both; color: #DE6D1C !important; display: block; }

/* search */
.mini-search .input-text { width:100px; margin-right:4px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }

.mini-search .go {
	background-color: #4A4A4C;
	width: 40px;
	border: 1px solid #4A4A4C;
	color: #fff;
	font-family: Georgia, Serif;
	font-size: 13px;
/*	height: 21px;*/
}
.mini-search .input-text {
	background: url(/shop/skin/frontend/emilehenry/default/images/search-icon.gif) no-repeat top left  #fff;
	height:15px;
	padding-left:20px;
	padding-top:3px;
	width: 90px;
}
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#DE6D1C;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }

/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 50px 10px 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 0 0;
	}
	
#nav .searchform {
	float: right;
	padding: 5px 0 0 0;
	}
	
.s {
	color: #666666;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#header .s {
	background: #FFFFFF !important;
	width: 240px;
	}
	
#nav .s {
	background: #FFFFFF !important;
	width: 165px;
	}
	
#sidebar .s {
	background: #FFFFFF !important;
	width: 110px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}

.searchsubmit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.searchsubmit:hover {
	background: #DE6D1C;
	border: 1px solid #DE6D1C;
	}
	
/***** eNews & Updates Widget ********************/

.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #FFFFFF !important;
	width: 140px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 0 5px 0 0;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.enews #subbutton:hover {
	background: #DE6D1C;
	border: 1px solid #DE6D1C;
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	background: url(images/twitter-sidebar.png) top right no-repeat;
	margin: 0 0 30px 0;
	padding: 0;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#wp-calendar caption {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#wp-calendar th {
	color: #333333;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}

#wp-calendar td {
	background: #F7F7F7;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background:#4B4B4D;
	border:none;
	color:#FFFFFF;
    margin:0;
	padding:1px 5px 1px 5px;
	text-decoration:none;
	text-transform:lowercase;
}
	
.gform_footer .button:hover {
	background: #DE6D1C;
}
	
.gform_footer input.button {
	color: #FFFFFF !important;
}
	
.gform_wrapper .gform_footer {
	border: none!important;
}

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

#footer { width:960px; margin: 12px auto; background-color: transparent; }
#footer .informational { float: left; width: 960px; text-align: left;}
#footer .change-language { float: right; text-align: right;}
#footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
#footer .informational div { margin-top: 2px; margin-bottom: 9px; }
#footer .informational label { color:#fff; font-weight:bold; padding-right:3px; }
#footer .informational ul { display:block; margin-bottom:9px; }
#footer .informational li { display:inline; border-right: 1px solid #333; padding-right:8px; padding-left:4px; }
#footer .informational li.first { padding-left:0 !important;}
#footer .informational li.last { padding-right:0; border-right: 0;}
#footer .informational a, #footer .informational a:hover { color:#3e3e3e; border-right: 1px; font-size: 12px; text-decoration: none; }
#footer .informational ul li a, #footer .informational ul li a:hover { font-size:10px; text-transform: uppercase; }
#footer .informational p { color: #79797a; line-height: 10px; font-size: 11px; }
#footer .informational p.bottom { color: #a5a5a7 !important; font-size: 9px;}

.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
.language-switcher img { margin-left: 4px; }

/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F7F7F7 !important;
	width: 250px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #E6E6E6;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit:hover {
	background: #DE6D1C;
	border: 1px solid #DE6D1C;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F7F7F7;
	float: right;
	border: 1px solid #E6E6E6;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #DE6D1C;
	text-decoration: none;
	border: 1px solid #DE6D1C;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 40px 0;
	}

.thread-alt, .thread-even {
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
}

/* Maps */
#map_search {
	margin-bottom:10px;
}

/* Post Navigation */
#content .next {
	float:right;
}

/* Recipes Category Page */
body.category #content .post.category-recipes {
	border:none;
	margin:0 0 5px;
	padding:0;
}
body.category #content .post.category-recipes h2 a:before {
	content:"> ";
}
body.category #content h2 a, body.category #content h2 a:visited {
	color:#DE6D1C;
}
body.category #content h2 a:hover {
	color:#000000;
	text-decoration:none;
}
#content .category-recipes .entry-content {
	overflow:visible;
}
.category-recipes #content .post p {
	width:350px;
}
.category-recipes li.current-cat a {
	color:#000000;
}
body.category-recipes #content {
	width:745px;
}
body.category-recipes #sidebar {
	display:none;
}
body.category-recipes ul.sub-categories {
	width:325px;
}
body.category-recipes ul.sub-categories li {
	float:left;
	font-size:14px;
	width:162px;
}
body.category-recipes .navigation {
	display:none;
}

#sidebar-alt .categories.category-recipes li a:hover { color: #DE6D1C;}

.box2 .category-recipes a {
	display:block;
}
.box2 .category-recipes a:hover {
	color:#000000;
}

#ingredients h4 {
	font-size:12px;
	font-weight:bold;
}
#ingredients .photos {
	border: 1px solid #ddd;
        width: 294px;
        min-height: 190px;
        display: block;
        float: right;
        margin: 22px 35px 35px 35px;
}
#thumbs .photos {
	/*border: 1px solid #ddd;*/
        width: 294px;
        min-height: 190px;
        display: block;
        float: right;
        margin: 0px 35px 35px 35px;
}
#thumbs .slideshow {
	    width: 294px;
        min-height: 190px;
        display: block;
        float: right;
        margin: 0px 15px 35px 35px;
}
.ginput_right {
	clear:left;
}

/* Contact Form */
.gform_body input {
	width:200px !important;
}
.gform_body textarea {
	width:400px !important;
}
.gform_body .gfield_checkbox input, #gform_1 input.button {
	width:auto !important;
}
.gform_body .gfield_label,
.gform_heading .gform_description {
	max-width:400px;
}
.gform_heading .gform_description {
	display:block;
}

/* Home Page */
body.home #sidebar {
	display:none;
}
body.home #content {
	width:inherit;
}
body.home #content .post {
	border:none;
}
body.home #content #main-feature {
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:10px;
}
body.home #content h2 {
	font-size:25px;
}
body.home #content #sub-cats {
	overflow:hidden;
}
body.home #content #sub-cats h2{
    font-size:21px;
    height:55px;
}
body.home #content #sub-cats .post {
	float:left;
	width:243px;
}
body.home #content #sub-cats .post p {
	width:auto;
}
body.home #content #sub-cats .post .entry-content {
	overflow:visible;
	padding-right:10px;
}
body.home #content #sub-cats .post .entry-content.last {
	padding-right:0px;
}
body.home #content #main-feature a.more-link {
	display:block;
}
body.home .breadcrumbs {
	display:none;
}

body.page-id-7 .entry-content p, /* store finder */
body.page-id-205 .entry-content,
body.page-id-202 .entry-content,
body.page-id-208 .entry-content,
body.page-id-211 .entry-content,
body.page-id-214 .entry-content,
body.page-id-223 .entry-content,
body.page-id-372 .entry-content { /* cooking tips */
	width:375px;
}
body.page-id-245 .entry-content /* Press Page */ {
	width:275px;
}
body.page-id-218 .gform_body textarea /* Contact Page */ {
	width:285px !important;
}

body.category-news #content img.main {
	margin-left:0;
}

#flickr-collection {
	position:absolute;
	right:0;
	top:29px;
	width:400px;
}
#flickr-collection .flickr-thumb {
	height:55px;
	margin:5px 3px;
	padding:0;
	width:55px;
}
#flickr-collection .flickr-thumb.first {
	margin-left:0;
}
#flickr-collection .flickr-thumb.last {
	margin-right:0;
}
#flickr-collection .flickr-gallery-next,
#flickr-collection .flickr-gallery-prev {
	display:none;
}
#gform_fields_2 textarea {
	width:270px !important;
}

.gform_wrapper {
	border-top:2px dotted #CCCCCC;
}

.delivery-charges {
	width:250px;
}
.delivery-charges td {
	width:100px;
}
.delivery-charges td:last-child {
	color:#DE6D1C;
}

#contact-map {
	float:right;
	margin-left:20px;
}

/* warranty registration form */
#gform_5 .top_label .gfield_label {
	float:left;
	width:160px;
}
#gform_5 #field_5_12 label, #gform_7 #field_7_15 label { /* Opt-in label */
	float:none;
	width:auto;
}

/* Trade Enquiries */
#gform_wrapper_7 { border:none; }
#gform_7 .top_label .gfield_label {
	float:left;
	width:120px;
}

/* Newsletter Signup Form */

#newsletter_signup div {
	margin:0px;
}

#gform_4 {
	margin:0px!important;
	padding:0px;
	display:inline!important;
}

#gform_4 .gfield_required {
	float:left;
}

#gform_fields_4 input {
	width:200px;	
	height:15px;
	padding:0px;
}

#gform_fields_4 #choice_4_1 {
	width:auto;
	float:left;
}

#gform_fields_4 #input_4_4 label {
	display:inline;
}

#newsletter_signup .gform_wrapper {
	border: none!important;
	padding:0px!important;
}

#field_6_10 .gfield_label {
	float:right;
	width:270px;
}

#field_6_10 .ginput_container {
	width:410px;
}

/*#field_6_10 #input_6_10 label {
	float:none;
}
*/
