/*
Theme Name: Simplicity Joy
Version: 1.2
Description: A child theme for Twenty Twelve
Author: turiya
Author URI: http://dharma-works.org
Template: twentytwelve
*/
@import url(../twentytwelve/style.css);

/* Header */
.site-header {
	padding: 7px 0 0;
	padding: .5rem 0 0;
}

.header-image {
	margin-bottom: -7px;
	margin-bottom: -.5rem;
}

/* Navigation Menu*/
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
	text-align: center;
	max-width: 100%;
	background-color: #F8F2E0;
	background-image: -moz-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -ms-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -webkit-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -o-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: linear-gradient(top, #F8F2E0, #E2DDE8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F2E0', endColorstr='#E2DDE8',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #D2CDBE;
    border-radius: 2px 2px 3px 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #675F52;
	font-size: 10px;
    font-size: 0.7142857rem;
    font-weight: bold;
	line-height: 1.413;

}

.main-navigation li {
    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
	text-align: center;
	max-width: 100%;
	background-color: #F8F2E0;
	background-image: -moz-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -ms-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -webkit-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -o-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: linear-gradient(top, #F8F2E0, #E2DDE8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F2E0', endColorstr='#E2DDE8',GradientType=0 );
    background-repeat: repeat-x;
    color: #675F52;
    line-height: 1.413;
  	border-right: 1px solid #CAC9C6;
	margin-right: 0px;
	margin-left: 0px;
}
.main-navigation li:hover {
    background-color: #FBF8EE;
    background-repeat: repeat-x;
    color: #292621;

}


.main-navigation li a {
    color: #675F52;
	font-size: 14px;
    font-size: 1rem;
	font-weight: bold;
	line-height: 14px;
	line-height: 1rem;
	text-transform: none;
	padding: 10px 12px;
	padding: .7142857rem .85714286;
	margin: 0;
}

.main-navigation li:last-child {
	border-right:0;
}

.main-navigation a {
	color: #675F52;
}
.main-navigation li a:hover {
	color: #292621;
	background-color: #EEEBF1;
	background-image: -moz-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -ms-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -webkit-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -o-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: linear-gradient(top, #FBF8EE, #EEEBF1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF8EE', endColorstr='#EEEBF1',GradientType=0 );
}

.main-navigation {
    margin-top: 7px;
	margin-top: .5rem;
    text-align: center;
}

.main-navigation li ul li a {
	background: #DFDBE6;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 13px;
    font-size: .928571rem;
	line-height: 2.181818182;
	padding: 6px 10px;
	padding: 0.42857143rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;

	text-align: left;
}
.main-navigation li ul li a:hover {
	color: #292621;
	background-color: #EEEBF1;
	background-image: -moz-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -ms-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -webkit-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -o-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: linear-gradient(top, #FBF8EE, #EEEBF1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF8EE', endColorstr='#EEEBF1',GradientType=0 );
}

.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
	color: #292621;
    font-weight: bold;
	background-color: #EEEBF1;
	background-image: -moz-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -ms-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -webkit-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -o-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: linear-gradient(top, #FBF8EE, #EEEBF1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF8EE', endColorstr='#EEEBF1',GradientType=0 );
}

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header {
	margin-bottom: 18px;
	margin-bottom: 1.28571429rem;
}

.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.57142857rem;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #675F52;
}

.entry-header .entry-title a:hover {
	color: #21759b;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #726A5B;
}
.comments-link a,
.entry-meta a {
	color: #766F63;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 12px 0 0 36px;
    margin: 0.8571428571rem 0 0 2.57143rem;
}

.site-content article {
	background: none repeat scroll 0 0 #FFFCF4;
	box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
	border-bottom: none;
	margin-bottom: 32px;
	margin-bottom: 2.28571429rem;
	padding: 24px 50px;
	padding: 2rem 3.571428571rem;
	padding-bottom: 1.714285714rem 3rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	font-size: 106%;
}
.site {
	background:url(/wp-content/uploads/2013/01/backgroundtf11.jpg) repeat;
}
.box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D2CDBE;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    padding: 0.428571rem;
}
.entry-content .benchtextmargin {
	margin-top: -40px;
}


/* Body, links, basics */
html {
	font-size: 87.5%;
}

body.custom-font-enabled {
	font-family: 'Source Sans Pro', sans-serif;
}
body {
	font-size: 15px !important;
	font-size: 1.071428571rem !important;
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility;
    color: #5D564A;
}

h1, {
font-family: 'Volkhov', serif;
}

a {
	outline: none;
	color: #675F52;
}

.entry-content a:visited, .comment-content a:visited {
color: #675F52;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    color: #675F52;
}

a:hover {
	color: #21759b;
}

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-size: 1rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #675F52;
}

/* Keep Sidebar on Image Attachment Pages */
body.attachment .site-content {
	float: left;
	width: 65.104166667%;
}

/* Archives */
.archive-header,
.page-header {
	display: none;
}

/* Buttons */

button, input, textarea {
    border: 1px solid #D2CDBE;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    padding: 0.428571rem;
}
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #675F52;
	background-color: #F8F2E0;
	background-image: -moz-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -ms-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -webkit-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: -o-linear-gradient(top, #F8F2E0, #E2DDE8);
	background-image: linear-gradient(top, #F8F2E0, #E2DDE8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F2E0', endColorstr='#E2DDE8',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #D2CDBE;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #292621;
	background-color: #EEEBF1;
	background-image: -moz-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -ms-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -webkit-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: -o-linear-gradient(top, #FBF8EE, #EEEBF1);
	background-image: linear-gradient(top, #FBF8EE, #EEEBF1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBF8EE', endColorstr='#EEEBF1',GradientType=0 );
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #3E3931;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e1e1e1',GradientType=0 );
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
/* hide the default responsive menu and menu button */
h3.menu-toggle {
display: none
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display: none;
}
/* hide the default responsive menu and menu button */
h3.menu-toggle {display: none}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {display: none;}

/* new responsive selectnav css */
.selectnav { display: none; }
select.selectnav {margin:0 auto;} /* centers select */

/* small screen */
 @media screen and (max-width : 600px)  {
    .js #menu-main { display: none!important; }
     .js .selectnav { display: block; }

.site-content article {
    padding: 14px 10px;
    padding: 1rem .71428571rem;
}


/* Foxy Cart */
div#main.wrapper form.foxy input.foxy {
	font-size: 13px;
	width: 160px;
	width: 11.428571rem;
}

#footer-widgets {
 	margin-left: auto;
    margin-right: auto;
}
}


/* Layout */
body .site {
	border-radius: 4px 4px 0 0;
	box-shadow: 0px 6px 16px rgba(100, 100, 100, 0.7);
	margin-bottom: 0;
    margin-bottom: 0;
	margin-top: 14px;
    margin-top: 1rem;
	padding: 0 40px;
    padding: 0 2.85714rem;
}
footer[role="contentinfo"] {
	background: none repeat scroll 0 0 #ccccff;
	box-shadow:	0 10px 16px rgba(100, 100, 100, 0.7);
	margin-top: 0;
}
#footer-widgets.widget-area.three p {
	font-size: 14px;
}

/* Widgets */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.widget-area {
    float: right;
    width: 29%;
}
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    font-size: 100%;
	line-height: 1.7;
}

.widget-area .widget h3 {
	margin-bottom: 7px;
	margin-bottom: .5rem;
	margin-top: 28px;
	margin-top:	2rem;
}

.widget_search label  {
	padding-right: 0;
}

.widget-area #s {
    width: 64%;
}
.widget-area button, input {
    width: 28%;
}
.widget-area .widget {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}


.widget-area .widget a {
	color: #675F52;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
color: #737462;
}

.widget-area .current-menu-item > a,
.widget-area .current-menu-ancestor > a,
.widget-area .current_page_item > a,
.widget-area .current_page_ancestor > a {
	font-weight: bold;
}

/* Footer */
footer[role="contentinfo"] {
    border-top: none;
	padding: 24px 40px;
	padding: 1.71429rem 2.9rem;
}

footer[role="contentinfo"] a {
	color: #766F63;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* ===[ Footer Widget Areas ]=== */
.site-info {
	text-align: left;
	padding-top: 32px;
	padding-top: 2.28571429rem;
}
.site-info a {
	text-decoration: none;
}
#footer-widgets {
    width: 100%;
    border-top: none;
	font-size: 14px;
	font-size: 1rem;
}
#footer-widgets .widget li {
	list-style-type: none;
}
.template-front-page #footer-widgets {
	padding-top: 0;
}
@media screen and (min-width: 600px) {
#footer-widgets.three .widget {
    float: left;
    margin-right: 3.7%;
    width: 30%;
    clear: none;
}
#footer-widgets.three .widget + .widget + .widget {
	margin-right: 0;
	margin-bottom: 0;
}
}
/* for IE8 and IE7 */
.ie #footer-widgets.three .widget {
    float: left;
    margin-right: 3.7%;
    width: 29.85%;
    clear: none;
}
.ie #footer-widgets.three .widget + .widget + .widget {
	margin-right: 0;
}
/* Hide footer widgets Homepage Template*/
.template-front-page #footer-widgets {
	display: none;
}
/* Footer Widget Right */
#footer-widgets.three #text-12 .widget widget_text: {
	margin-bottom: 0;
}


/* ===[ End Footer Widget Areas ]=== */


/* Search */
.header-search {
	float: right;
}
.header-search input[type="text"] {
	width: 168px;
	width: 12rem;
}
.header-search input[type="submit"] {
	width: inherit;
}
.footer-search {
	margin: 0 auto auto 0;
	vertical-align: test-top;
}
.footer-search input[type="text"] {
	width: 168px;
	width: 12rem;
}
.footer-search input[type="submit"] {
	width: inherit;
}

/* Media Attachment Pages */
footer.entry-meta {
	display: none;
}

header.entry-header nav#image-navigation.navigation {
	display: none;
}

/* MailChimp */
#mc_signup_form {
	background: #FFFCF4 !important;
	border-color: none;
	border-style: none !important;
	border-width: 0;
	padding: 0 !important;
	margin: 0;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
#mc_signup_form .mc_var_label {
    display: none;
}
#mc_signup_form .mc_input {
	margin: 8px 12px;
	margin: .57142857rem .85714286rem;
	width: 86%;
	font-size: 110%;
}
#mc_signup_form .button {
	word-wrap: normal;
	width: 40%;
	font-size: 96%;
	font-weight: normal;
	color: #FFFCF4;
	background-color: #B4B4DC;
	background-image: -moz-linear-gradient(top, #B4B4DC, #6868B8);
	background-image: -ms-linear-gradient(top, #B4B4DC, #6868B8);
	background-image: -webkit-linear-gradient(top, #B4B4DC, #6868B8);
	background-image: -o-linear-gradient(top, #B4B4DC, #6868B8);
	background-image: linear-gradient(top, #B4B4DC, #6868B8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4B4DC', endColorstr='#6868B8',GradientType=0 );
    background-repeat: repeat-x;
    border: 1px solid #4242a6;
	border-radius: 20px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	margin: 0 auto 8px;
	margin: 0 auto .57142857rem;
}
#mc_signup_form .button:hover {
	color: #FFFFFF;
	background-color: #C3C3E3;
	background-image: -moz-linear-gradient(top, #C3C3E3, #8686C6);
	background-image: -ms-linear-gradient(top, #C3C3E3, #8686C6);
	background-image: -webkit-linear-gradient(top, #C3C3E3, #8686C6);
	background-image: -o-linear-gradient(top, #C3C3E3, #8686C6);
	background-image: linear-gradient(top, #C3C3E3, #8686C6);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3C3E3', endColorstr='#8686C6',GradientType=0 );
	border: 1px solid #6868B8;
}

.main #wrapper.widget-area #widget_mailchimpsf_widget {
	margin-bottom: 12px !important;
	margin-bottom: 85714286rem !important;
}
.mc-field-group > label {
    display: none;
}
div.mc-field-group input {
	float: right;
	width: 65%;
}
input.button {

}

/* Thumbnails for Bench Store Page */
div.benchstore p img.alignleft.size-thumbnail, div.benchstore img.alignleft.size-thumbnail {
	margin: 6px 12px 6px 0;
}

/* WP Shopping Cart */
.shopping_cart h2 {
    display: none;
}

/* Foxy Cart -button and form location on product page */
div.entry-content form.foxy {
	float: ;
	clear: left;
}
/* Foxy Cart -remove paypal button from first cart view */
.fc-action--payment--paypal-express-checkout {
	display: none;
}
.fc-action--payment--or {
	display: none;
}
.entry-content form.foxy select option,
.entry-content form.foxy select name {
	font-size: 14px;
}

@media screen and (min-width: 600px) {
form.foxy input.foxy {
	font-size: 13px;
	width: 180px;
	width: 12.8571rem;
	margin-top: 6px;
	margin-top: .428571rem;
}
}

/* Wufoo Forms */
.wrapper #wufoo-m7x3q1 label.desc, legend.desc {
    color: #5D564A !important;
}



