/*
Theme Name: John Pierre
Theme URI: http://www.johnpierre.com
Description: A custom theme for John Pierre's website by Ashe Abbott
Version: 2.0
Author: Ashe Abbott Design
Author URl: http://www.asheabbott.com
*/

/* RESET */
/* Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* TYPOGRAPHY */

@font-face {
    font-family: 'GarageGothicBlack';
    src: url('type/garagegothicblack-webfont.eot');
    src: url('type/garagegothicblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/garagegothicblack-webfont.woff') format('woff'),
         url('type/garagegothicblack-webfont.ttf') format('truetype'),
         url('type/garagegothicblack-webfont.svg#GarageGothic-BlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GarageGothicBold';
    src: url('type/garagegothicbold-webfont.eot');
    src: url('type/garagegothicbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/garagegothicbold-webfont.woff') format('woff'),
         url('type/garagegothicbold-webfont.ttf') format('truetype'),
         url('type/garagegothicbold-webfont.svg#GarageGothic-BoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GarageGothic';
    src: url('type/garagegothicregular-webfont.eot');
    src: url('type/garagegothicregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/garagegothicregular-webfont.woff') format('woff'),
         url('type/garagegothicregular-webfont.ttf') format('truetype'),
         url('type/garagegothicregular-webfont.svg#GarageGothic-RegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2 {
	width: 650px;
	min-height: 20px;
	padding: 10px 0 10px 10px;
	background: #004C72;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #F1EEEA;
	letter-spacing: 0.05em;
	line-height: 90%;
	margin: 0 0 20px 0;
}

h2 a, h2 a:hover {
	color: #F1EEEA;
}

h3 {
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #007502;
	letter-spacing: 0.05em;
	line-height: 100%;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #00A390;
	text-decoration: none;
}

a:hover {
	color: #004C72;
}


/* GLOBAL */

body {
	background: url('images/bg.jpg');
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	color: #392617;
	line-height: 120%;
}

.wrapper {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}

.content {
	width: 660px;
	float: left;
}

.sidebar {
	width: 340px;
	float: right;
}

.clear {
	clear: both;
}


/* HEADER */

header {
	width: 100%;
	height: 200px;
	margin: 0 0 40px 0;
	position: relative;
}

.bar {
	width: 100%;
	height: 66px;
	background: #00A390;
	position: absolute;
	top: 66px;
	z-index: -1;
}

header h1 {
	width: 200px;
	height: 200px;
	float: left;
}

header p.tagline {
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 34pt;
	color: #F1EEEA;
	letter-spacing: 0.05em;
	position: absolute;
	top: 87px;
	right: 0;
}

header nav {
	width: 870px;
	text-align: right;
	position: absolute;
	top: 146px;
	right: 0;
}

header nav li {
	display: inline;
	margin-left: 50px;
	padding-bottom: 2px;
	padding-left: 1px;
}

header nav li.first-menu-item {
	margin-left: 0;
}

header nav li:hover, header nav li.current-menu-item, body.recipes li.recipes, body.shop li.shop, body.resources li.resources {
	border-bottom: 8px solid #FFBF00;
}

header nav a {
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #392617;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
}

header nav a:hover {
	color: #392617;
}


/* OVERLAY */

.img {
	position: relative;
}

.video-overlay {
	width: 75px;
	height: 100px;
	background: url('images/play.png');
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -38px;
	z-index: 200;
}


/* HOME */

h2.featured {
	margin-top: 4px;
	margin-bottom: 50px;
}

.recent {
	width: 620px;
	padding: 20px;
	font-size: 14pt;
	line-height: 120%;
	border-bottom: 8px solid #FFBF00;
	margin: 0px 0 20px 0;
}

h2.recenth2 {
	background-color: #FFBF00;
}

.letter {
	font-size: 14pt;
	line-height: 120%;
	margin-top: 46px;
}


/* ACTIVISM */

.activism h3 {
	margin-bottom: 4px;
}

.activism .post {
	font-size: 12pt;
	padding: 20px;
	border-bottom: 1px dashed #FFBF00;
}

.activism .post p {
	margin-bottom: 0;
}

.activism .post.first {
	width: 620px;
	padding: 20px;
	font-size: 16pt;
	line-height: 130%;
	border-top: 8px solid #FFBF00;
	border-bottom: 8px solid #FFBF00;
	margin: 30px 0 20px 0;
}

.activism .post.last {
	border-bottom: none;
}


/* RECIPES */

.recipes .type {
	width: 200px;
	height: 240px;
	float: left;
	margin: 0 30px 30px 0;
	overflow: hidden;
}

.recipes .type.last, .recipes .recipe.last {
	margin-right: 0;
}

.recipes .type h3 a {
	color: #007502;
}

.recipes .recipe {
	width: 200px;
	height: 290px;
	float: left;
	margin: 0 30px 30px 0;
	overflow: hidden;
}

.recipes .recipe h3 a {
	font-family: 'GarageGothic', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #007502;
	letter-spacing: 0.05em;
	line-height: 100%;
	margin-bottom: 20px;
}

.recipes .single-recipe img {
	margin-bottom: 20px;
}


/* RESOURCES */

.page .item {
	margin-bottom: 50px;
}

.single img, .single iframe {
	margin-bottom: 20px;
}

/* SHOP */

.default_product_display {
	padding: 0 !important;
}

.default_product_display h2.prodtitle, #content .default_product_display h2.prodtitle {
	margin-bottom: 20px !important;
	line-height: 90% !important;
}

.default_product_display {
	margin-bottom: 50px !important;
}

.default_product_display .wpsc_description, #content .default_product_display .wpsc_description, .product_description {
	font-family: arial, helvetica, sans-serif !important;
	font-size: 13pt !important;
	color: #392617 !important;
	line-height: 120% !important;
}

.wpsc_buy_button {
	width: 130px !important;
	height: 40px !important;
	border: none !important;
	outline: none !important;
	background: #007502 !important;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif !important;
	font-size: 21pt !important;
	color: #F1EEEA !important;
	letter-spacing: 0.05em !important;
	float: right !important;
	padding: 0 !important;
	-webkit-appearance: none;
}

p.pricedisplay span {
	font-weight: bold !important;
}

.default_product_display .wpsc_product_price {
	padding: 0 !important;
}

.imagecol {
	margin-right: 20px !important;
}

.imagecol img {
	border: none !important;
}

#single_product_page_container {
	width: 660px;
	min-height: 290px;
}

.single_product_display {
	padding: 0 !important;
}

.share_shop {
	margin-top: 10px;
}

.reviews {
	margin-top: 30px;
}

.textwidget .reviews {
	margin-top: 0;
}

.reviews #wpcr_postcomment, .reviews hr, h2.summary, .wpcr_power {
	display: none;
}

.reviews #wpcr_respond_2 {
	margin-top: 20px !important;
}

.reviews #wpcr_commentform tr input {
	width: 290px !important;
	height: 40px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 0 0 0 10px;
	margin-bottom: 20px !important;
}

.reviews #wpcr_commentform label {
	display: inline-block !important;
	height: 30px !important;
}

.reviews #wpcr_commentform tr textarea {
	width: 640px !important;
	height: 100px !important;
	border: none !important;
	outline: none !important;
	font-size: 11pt !important;
	padding: 10px !important;
	resize: none !important;
}

.reviews #wpcr_commentform tr .wpcr_fl {
	margin-top: 10px !important;
}

.reviews #wpcr_commentform tr #fconfirm2 {
	height: 10px !important;
}

.reviews #wpcr_commentform label[for=fconfirm2] {
	padding-top: 2px !important;
}

.reviews #wpcr_check_confirm, .reviews .wpcr_status_msg div {
	color: #00A390 !important;
}

/* copy to plugin css file */ #wpcr_button_1, #wpcr_button_1:link, #wpcr_button_1:visited {
	width: auto !important;
	height: 32px !important;
	border: none !important;
	outline: none !important;
	background: #007502 !important;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif !important;
	font-size: 18pt !important;
	color: #F1EEEA !important;
	letter-spacing: 0.05em !important;
	float: left !important;
	padding: 10px 10px 0 10px !important;
	margin: 20px 0 20px 0 !important;
}

#wpcr_submit_btn, #wpcr_submit_btn:link, #wpcr_submit_btn:visited {
	height: 40px !important;
	border: none !important;
	outline: none !important;
	background: #007502 !important;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif !important;
	font-size: 18pt !important;
	color: #F1EEEA !important;
	letter-spacing: 0.05em !important;
	float: left !important;
	padding: 0 !important;
	margin: 20px 0 20px 0 !important;
} /* end copy */

.reviews .hreview {
	margin-bottom: 20px;
}

.reviews #wpcr_respond_1 .vcard {
	font-size: 13pt !important;
}

img#wpsc_checkout_gravatar {
	display: none;
}

.wpsc_email_address {
	margin-top: 30px;
}

.wpsc_email_address p {
	display: inline-block;
	margin-right: 10px;
}

.wpsc_email_address input, .wpsc_checkout_table input {
	width: 290px !important;
	height: 40px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 0 0 0 10px;
	margin-bottom: 20px !important;
}

.wpsc_checkout_table textarea {
	width: 280px !important;
	height: 60px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 10px;
	margin-bottom: 20px !important;
	resize: none !important;
}

.wpsc_checkout_table td {
	vertical-align: middle;
}

.wpsc_checkout_table td label {
	position: relative !important;
	top: -9px !important;
}

.wpsc_checkout_table #region_country_form_7 {
	margin-bottom: 20px;
}

#checkout_page_container .total_price.total_shipping td:first-child, #checkout_page_container .total_price td:first-child {
	padding-left: 107px !important;
}

span#checkout_total {
	margin-left: 10px;
}


/* ABOUT */

form.paypal {
	position: relative;
	left: 50%;
	margin: 0 0 40px -73px;
}

.iwacontact input {
	width: 290px !important;
	height: 40px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 0 0 0 10px;
	margin-bottom: 20px !important;
}

.iwacontact label[for=message] {
	padding-bottom: 4px;
}

.iwacontact textarea {
	width: 640px;
	height: 100px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 10px;
	resize: none !important;
}

.iwacontact button {
	width: 90px;
	height: 40px;
	border: none;
	outline: none;
	background: #007502;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #F1EEEA;
	letter-spacing: 0.05em;
	float: left;
	padding: 0;
	margin-top: 20px;
	-webkit-appearance: none;
}


/* SHARE */

.share {
	margin: 30px 0 30px 0;
}

.st_twitter_hcount { margin-right: 8px; }
.st_pinterest_hcount { margin-right: 10px; }
.st_plusone_hcount {}
.st_fblike_hcount { position: relative; top: 2px; }


/* PAGINATION */

.wpapi_pagination {
	font-size: 18pt;
	text-align: center;
}

.wpapi_pagination span.current {
	color: #004C72 !important;
}

/* SIDEBAR */

.sidebar li {
	list-style: none;
}

.sidebar h1 {
	width: 330px;
	min-height: 20px;
	padding: 10px 0 10px 10px;
	background: #004C72;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #F1EEEA;
	letter-spacing: 0.05em;
	line-height: 90%;
	margin-bottom: 16px;
}

.sidebar h1 a {
	color: #F1EEEA;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar .widget {
	margin-bottom: 50px;
}

.sidebar .subnav {
	margin-bottom: 40px;
}

.sidebar .subnav h1 {
	background: #00A390;
	margin-bottom: 10px;
}

.sidebar img.dvds {
	width: 300px;
	height: 130px;
	margin: 20px 0 0 20px;
}

.widget_rcp_recent_custom_posts a.more {
	color: #007502;
}

.sidebar img.social {
	margin-right: 8px;
}

.widget_ns_mailchimp, .widget_ns_mailchimp p {
	color: #00A390;
}

.widget_ns_mailchimp p.text {
	color: #392617;
	margin-bottom: 6px;
}

.widget_ns_mailchimp input {
	width: 226px;
	height: 40px;
	border: none;
	outline: none;
	font-size: 11pt;
	padding: 0 0 0 10px;
	margin-top: 10px;
}

.widget_ns_mailchimp input.button {
	width: 90px;
	height: 40px;
	border: none;
	outline: none;
	background: #007502;
	font-family: 'GarageGothicBold', arial, helvetica, sans-serif;
	font-size: 21pt;
	color: #F1EEEA;
	letter-spacing: 0.05em;
	float: right;
	padding: 0;
	margin-top: 10px;
	-webkit-appearance: none;
}


/* FOOTER */

footer {
	width: 100%;
	height: 30px;
	background: #00A390;
	color: #F1EEEA;
	font-size: 10pt;
	margin-top: 50px;
	position: relative;
}

p.copy {
	display: inline-block;
	margin-bottom: 0;
	position: absolute;
	top: 6px;
	left: 0;
}

a.ashe {
	position: absolute;
	top: 7px;
	right: 0;
}


