/*
THEME NAME: Honest Fare
DESCRIPTION: Designed for Honest Fare by Wilkie Birdsall with love. Based on the excellent Sandbox theme.
VERSION: 3.0
AUTHOR: <a href="http://wilkiebirdsall.com/">Wilkie Birdsall</a>
AUTHOR URI: http://wilkiebirdsall.com/
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* @group Global */

html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {
	width: 960px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	padding: 0;
	height: 100%;
	color: #484441;
	margin: 0 auto;
}

#wrapper {
	height: 100%;
	width: 960px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	float: left;
}

#post {
	width: 600px;
	margin-top: 48px;
	float: left;
	margin-left: 10px;
	margin-bottom: 50px;
}

.post {
	padding-bottom: 0px;
	margin-bottom: 18px;
	clear: both;
}

.post li {
	margin-left: 18px;
}

.single {
	border-bottom: none;
}


.post-category {
	padding-bottom: 12px;
	height: 90px;
	clear: both;
	margin: 0 0 12px;
}

.entry-content {
	margin: 0;
	font-size: 1.1em;
}

.entry-content p, .entry-content li {
	font: .8em/1.6em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-top: 6px;
	color: #81807e;
}

.entry-content li {
	font-size: .8em;
	line-height: 1.5em;
}

.entry-content ul li {
	list-style-type: circle;
}

.entry-content ol li {
	list-style-type: decimal;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float: left;
}

input#author,input#email,input#url,div.navigation div {
	width: 50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin: 0;
	padding: 0;
}

div#container,div#primary {
	margin-top: 0em;
}

div.skip-link {
	position: absolute;
	right: 1em;
	top: 1em;
}

/* @end */

/* @group Forms */

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

form .text {
	background-color: #f5f5f5;
	border: 1px solid #fff;
	color: #484441;
}

form .button, select {
	background-color: #f5f5f5;
	color: #484441;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 4px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-style: italic;
	font-size: 10px;
	border: 1px solid #e0e0cf;
}

form .button:hover {
	color: #67979e;
}

form .file {
	border-style: none;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	background-color: #f5f5f5;
}

.radio {
	font-size: .75em;
}

.search-form {
	margin: 0;
}

.search-form input {
	width: 235px;
	margin-top: 12px;
	color: #484441;
	font-size: 11px;
	padding: 7px 12px;
	margin-bottom: 0;
}

textarea, input {
	border: 1px solid #fff;
	color: #484441;
	background-color: #f5f5f5;
	font: italic 1em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	outline-style: none;
}

input:focus, textarea:focus {
	border: 1px solid #e0e0cf;
}

.form-input {
	margin-bottom: 12px;
}

textarea {
	margin-left: 6px;
	margin-top: 12px;
}

/* @end */

/* @group Topbar */

#topbar {
	width: 960px;
	margin: 0;
	float: left;
	text-align: center;
	border-top: 1px solid #dbdada;
	border-bottom: 1px solid #dbdada;
	text-transform: uppercase;
	font-size: .7em;
	padding: 15px 0;
	letter-spacing: 1px;
}

#topbar a {
	color: #686461;
}

#topbar a:hover {
	color: #67979e;
}

#topbar a span {
	display: none;
}

#topbar ul {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#topbar ul li {
	list-style-type: none;
	display: inline;
	margin: 0 11px;
	padding: 0;
}

/* @end */

/* @group Title */

#title {
	padding: 0;
	width: 237px;
	height: 137px;
	margin: 15px auto;
}

#title h1 a {
	border-style: none;
	background: url(images/honestfare-logo.png) no-repeat left top;
	width: 237px;
	height: 137px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#title h1 a span {
	display: none;
}

#blog-description {
	display: none;
}

/* @end */

/* @group Images */

div a img {
	border-style: none;
}

.post-image {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}

a img {
	border-style: none;
	border-bottom-style: none;
}

#showRecipe {
	width: 102px;
	height: 14px;
	float: left;
	background: url(images/viewRecipe.png) no-repeat left top;
	padding: 0;
	margin: 12px 0 0;
}

#showRecipe:hover {
	background-position: left bottom;
}

#showRecipe span {
	display: none;
}

.wp-smiley {
	padding: 0;
	line-height: 0;
	margin: 5px 0 0;
}

.feature-thumb {
	width: 90px;
	height: 90px;
	float: left;
}

.entry-content a {
	border: none;
}

#post img {
	border-style: none;
	margin: 0;
	padding-bottom: 12px;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

/* @end */

/* @group Comments */

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #67979e;
}

#commentform {
	margin-left: 6px;
}

form#commentform,form#commentform p {
	padding: 0;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 75%;
}

div.comments ol li {
	margin: 0 0 2.5em;
	padding: 6px;
}

.formcontainer {
	margin-bottom: 96px;
	font-size: 1em;
}

#comments {
	font-size: .9em;
	margin-bottom: 50px;
}

#comments h3 {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-style: italic;
	text-transform: none;
	border-bottom-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.form-label {
	font-size: .75em;
}

.comment-meta, .comment-author {
	color: #484441;
	letter-spacing: 1px;
	font: italic .6em/1.5em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#respond {
	margin-top: 0;
}

#respond h3 {
	margin-left: 6px;
}

.comment-author img {
	margin-right: 10px;
	display: block;
}

.comment-author {
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
}

/* @end */

/* @group Gallery */

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}

div.gallery dl.gallery-columns-1 {
	width: 100%;
}

div.gallery dl.gallery-columns-2 {
	width: 50%;
}

div.gallery dl.gallery-columns-3 {
	width: 50%;
}

div.gallery dl.gallery-columns-4 {
	width: 25%;
}

div.gallery dl.gallery-columns-5 {
	width: 25%;
}

/* @end */

/* @group Sidebar */

#sidebar-wrapper {
	width: 260px;
	float: right;
	text-align: left;
	margin-bottom: 100px;
	margin-right: 10px;
	font-size: .8em;
}

#sidebar-wrapper a {
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

div.sidebar h3{
	margin-top: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 6px;
	font-size: 1em;
	padding-bottom: 12px;
}

#post-recipe h2 {
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-left: 6px;
	color: #67979e;
	margin-bottom: 0;
	font-size: .8em;
}

div.sidebar h3 a {
	color: #484441;
}

div.sidebar h3 a:hover {
	color: #67979e;
}


div.sidebar li {
	list-style: none;
	line-height: 1.5em;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul ul li {
	list-style-type: none;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style-type: none;
}

div.sidebar ul ul {
	margin: 0;
}

#calendar_wrap {
	text-align: right;
	padding-top: 12px;
}

#wp-calendar caption {
	text-align: center;
	margin-left: 6px;
	display: none;
}

#wp-calendar {
	text-align: right;
	margin-left: auto;
}

#wp-calendar a {
	color: #484441;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #484441;
}

#wp-calendar #prev  {
	text-align: left;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #prev a, #wp-calendar #next a {
	text-align: left;
	color: #1d1819;
	font-weight: normal;
	font-style: normal;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	color: #484441;
	font-weight: normal;
	font-style: normal;
}

#search label {
	display: none;
}

#search input.text  {
	width: 100px;
}

div.sidebar h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #484441;
	border-style: none;
	margin: 16px 0 0 0;
	text-align: center;
	font-weight: normal;
}

.recipe-box {
	height: 90px;
	width: 254px;
	float: right;
	margin-left: 6px;
}

.recipe-text {
	width: 158px;
	height: 90px;
	float: right;
	display: block;
	line-height: 1em;
}

.recipe-text-title {
	padding-top: 28px;
	margin: 0;
	border: 0;
	display: block;
	letter-spacing: 0;
	padding-bottom: 4px;
	font-size: 1em;
}

a.recipe-box-link {
	width: 254px;
	height: 90px;
	display: block;
	float: left;
	color: #484441;
	margin: 0;
	padding: 0;
}

a.recipe-box-link:hover {
	background-color: #f5f5f5;
	color: #67979e;
}

.recipe-text abbr {
	font: italic .8em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color: #484441;
}

.recipe-list {
	width: 260px;
	height: 90px;
	padding-bottom: 12px;
	padding-top: 12px;
	float: right;
}

.inspiration {
	clear: both;
	padding-top: 6px;
	padding-bottom: 18px;
	margin-top: 9px;
	float: left;
	width: 100%;
}

.inspiration a {
	color: #484441;
	margin-left: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.inspiration a:hover {
	color: #67979e;
}

#partners {
	padding: 5px;
	float: left;
}

#text-3 img {
	max-width: 260px;
	height: auto;
	margin-bottom: 9px;
}

/* @end */

/* @group Text */

.entry-date {
	color: #484441;
	text-decoration: none;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	margin: 8px 0;
}

.category-date {
	color: #484441;
	text-decoration: none;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	margin: 6px 0;
}

.caption {
	margin-left: 6px;
	font-style: italic;
}

abbr {
	border-style: none;
	margin: 0;
}

h2.entry-title, .entry-title-list {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
}

.entry-title-list {
	
}


.subtitle {
	color: #81807e;
	font-size: 13px;
	font-style: italic;
	display: block;
	text-transform: none;
	margin: 4px 0 0 0;
}

h2.entry-title a {
	color: #484441;
	border-style: none;
}


h2.entry-title a span {
	color: #81807e;
	font-size: 13px;
	font-style: italic;
	display: block;
	text-transform: none;
	margin: 8px 0 0 0;
}

h2.entry-title a:hover {
	border-style: none;
	color: #67979e;
	margin-top: 0;
}

.entry-title, .entry-meta {
	clear: both;
}

.author {
	font-size: 1em;
	padding-bottom: 6px;
	margin-top: -6px;
}

.author a {
	font-weight: bold;
	border-bottom-style: none;
}

p {
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}

.entry-meta {
	color: #484441;
	padding: 6px 12px;
	line-height: 1.5em;
	margin: 18px 0 0;
	font-size: .7em;
}

.entry-meta a {
	padding-bottom: 1px;
	border-bottom-style: none;
}

.entry-meta a:hover {
	color: #484441;
}

.tag-links {
	margin-bottom: 6px;
}

a {
	color: #67979e;
	text-decoration: none;
}

a:hover {
	color: #484441;
}

.entry-content strong {
}

h2.page-title, h3, .entry-content h1 {
	color: #484441;
	margin-bottom: 25px;
	margin-top: 20px;
	padding: 6px 6px 4px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: .8em;
}

.entry-content h1 {
	margin-bottom: 24px;
}

.entry-content h2 {
	border-bottom-style: none;
	margin-bottom: 0;
}

.entry-content h3 {
	margin: 24px 0 0 -6px;
	border-bottom-style: none;
}

.entry-title a:hover {
	color: #484441;
}

.entry-meta span {
	margin-right: 25px;
}

.archive-meta {
	margin-top: -35px;
	margin-bottom: 50px;
}

.navigation {
	width: 554px;
	clear: both;
	font-size: .7em;
	margin-top: 0;
	padding-bottom: 50px;
	display: block;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#nav-below-list {
	margin-top: 18px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

.navigation a {
	border: none;
}

.continue {
	font: italic .8em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	display: block;
	padding-bottom: 24px;
	margin: -6px 0 0;
}

.continue-search {
	margin-top: 10px;
	font: italic .8em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.text-box {
	width: 442px;
	float: right;
	margin-top: 12px;
}

.text-box p {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

p.wp-caption-text {
	font-weight: normal;
	margin-top: -6px;
	font-size: .6em;
	font-style: normal;
}

#login {
	margin-left: 6px;
}

.entry-content p a {
	border-bottom: 1px solid #e0e0cf;
	color: #484441;
}

.entry-content p a:hover {
	background-color: #e0e0cf;
}

.recipe li.head {
	list-style-type: none;
	margin-left: -10px;
}

a.category-link {
	width: 100%;
	height: 90px;
	float: left;
	display: block;
	color: #484441;
}

a.category-link:hover {
	background-color: #f6f6f6;
	color: #67979e;
}

/* @end */

/* @group Footer */

#footer {
	width: 830px;
	float: left;
	clear: both;
	position: relative;
	padding: 50px 50px 50px 80px;
	color: #484441;
	font: normal normal .6em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#footer ul {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

#footer ul li {
	width: 200px;
	float: left;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

#footer ul li ul li {
	float: none;
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2px;
}

.column h3 {
	color: #4a4647;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin: 0 0 4px -6px;
	border-bottom-style: none;
}

.column a {
	color: #484441;
	font-weight: normal;
	font-style: normal;
}

.column a:hover {
	color: #67979e;
}

/* @end */

/* @group Recipe */

#post-recipe {
	background-color: #f5f5f5;
	padding: 25px;
	margin-bottom: 12px;
}

#post-recipe address {
	width: 98%;
	font: italic .7em "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	clear: both;
	margin: 0;
	padding: 6px;
}

#post-recipe ul {
	clear: both;
	margin-top: 12px;
	margin-bottom: 0;
	font-size: .8em;
	margin-left: 4px;
}

#post-recipe ol li {
	font-size: 12px;
}

#post-recipe h4 {
	display: none;
}

#post-recipe ul {
	margin: 0 0 4px 12px;
}

#post-recipe ul li {
}

#post-recipe p{
	margin-top: 12px;
	margin-bottom: 0;
}

a.print-link {
	float: right;
	width: 100px;
	display: block;
	text-align: right;
	height: 24px;
	padding-right: 6px;
	padding-bottom: 18px;
	font-size: 12px;
}

a.print-link:hover {
	
}
/* @end */

/* @mailchimp form */
#mc_signup {
	border-top: 1px dashed #E0E0CF;
	border-bottom: 1px dashed #E0E0CF;
	padding: 10px 0;

}


#mc_signup label {
	color: #484441;
	font-size: 11px;
	padding: 7px 0px;
	margin-bottom: 0;
	font-style: italic;
	display: block;
}

#mc-indicates-required {
	color: #484441;
	font-size: 11px;
	padding: 7px 12px;
	margin-bottom: 0;
	font-style: italic;
}

.mc_signup_submit {
	text-align: left;
}

.mc_error_msg, .mc_success_msg {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#mc_signup input {
	font-size: 11px;
	padding: 4px;
	width: 150px;

}

input#mc_signup_submit {
	width: auto;
}


/* @end */


/* SHOP STYLES */

#shop-wrap {
	float: left;
	width: 960px;
	padding: 0 0 32px 0;
}

#shop-wrap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.products {
	float: left;
	width: 960px;	
}

.products li {
	float: left;
	margin: 0 10px 24px;
}

.products li a {
	display: block;
	position: relative;
}

#shop-wrap h3 {

}


.single-product {
	width: 940px;
	margin: 16px auto 0;
}

.images {
	width:600px;
	float: left;
}

.product-right {
	width: 300px;
	float: right;
}

.single-product h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

ul.tabs {
	display: none;
}

p.price {
	font-size: 1em;
	margin: 0;
}

.single_add_to_cart_button, .quantity {
	float: left;
	margin: 0;
}

.qty {
	width: 65px;
}


form.cart {
	float: left;
	clear: both;
	width: 300px;
	margin: 12px 0;
}

form.cart .button {
	margin: 2px 0 0 0;
}

.woocommerce-tabs {
	float: left;
}

#tab-description h2 {
	display: none;
}

.product-info {
	width: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #656262;
	padding: 14px 0;
	background: rgb(255, 255, 255) transparent; /* default fallback */
	background: rgba(255, 255, 255, 0.9); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)"; /* IE8 */
}

.product-info h3 {
	border: none;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: .7em;
	color: #656262;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.product-info h4 {
	font-size: .7em;
	margin: 0;
	font-weight: normal;
	color: #656262;
}

.product-info .price {

	
}

#shop-wrap table {
	width: 100%;
	font-weight: normal;
}

#customer_details {
	float: left;
	width: 940px;
	margin: 0 10px;
}

#customer_details label {
	display: block;
}

#customer_details .col-1 {
	width: 460px;
	float: left;
	margin: 15px 20px 0 0;
}

#customer_details .col-2 {
	width: 460px;
	float: right;
}

#customer_details .col-2 h3 {
	margin-top: 2px;

}

#shiptobilling {
	margin: 0;
}

#order_comments_field label {
	display: block;
}

#order_comments {
	width: 250px;
	height: 50px;
	margin: 0;
}

.clear {
	clear: both;
}

.form-row-first, .form-row-last {
	float: left;
}

#customer_details .form-row {
	width: 40%;
}

#customer_details .form-row-wide {
	width: 80%;
}

#customer_details input {
	width: 100%;
}

#sidebar-wrapper hr {
	border: 0;
	height: 1px;
	background-color: #cecdcc;
	padding:0;
	margin: 16px auto;
	width: 6px;
}

.inspiration li {
	margin: 0 0 6px 0;
	font-size: 12px;
}

#footer hr {
	display: none;
}

.thumbnails {
	margin: 10px 0 0 0;
}

.thumbnails a {
	margin-right: 10px;
}


.shop_table {
	border-collapse: collapse;
	font-size: 12px;
}

.shop_table tfoot {
	text-align: right;
	font-weight: normal;
}


.shop_table th {
	font-weight: normal;
}

.shop_table .product-name {
	text-align: left;
	padding: 10px 0;
}

.shop_table .product-total {
	text-align: right;
}

.checkout_table_item {
	border-bottom: 1px solid #dbdada;
}

th.product-price, th.product-quantity {
	text-align: left;
}

.product-subtotal  {
	text-align: right;
}


div.woocommerce {
	width: 940px;
	margin: 16px auto 0;
}

.shop_table.cart td {
	padding: 0 0 8px 0;		
}

.cart_totals table {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.woocommerce h2 {
	font-weight: normal;
	font-size: 14px;
}

#shop-wrap .cart_totals table {
	width: 300px;
}

.woocommerce-message {
	font-size: 14px;
}

#prod-nav {
	margin: 0 0 12px 0;
}

#prod-nav a {
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 6px 0 0;
}

ul.payment_methods {
	display: none;
}

#place_order {
	font-size: 14px;
}

.order_details {
	margin: 0;
}

.order_details li {
	display: inline;
	margin-right: 10px;
}

.order_details .method {
	display: none;
}

body.pageid-7323 .woocommerce {
	width: 600px;
}

.col2-set .col-1, .col2-set .col-2 {
	float: left;
	width: 300px;
}

.col2-set h3 {
	margin: 0;
}

.customer_details {
	font-size: 12px;
}

.customer_details dd {
	margin: 0;
}


.order_details {
	width: 100%;
}

#apron-callout {
	color: #484441;
	display: block;
	margin: 50px 0 0 0;
}

#apron-callout h5 {
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#sidebar-wrapper a.subscribe {
	font-style: italic;
	text-align: center;
	display: block;
}


.onsale {
	display: none;
}


