/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */

body {
	background-image: url(images/texture.gif);
	padding-bottom: 0px;
	margin-bottom: 0px;
}

input {
	-webkit-appearance: none;
}

@font-face {
    font-family: 'Simplo-Demi-Light';
    src: url('includes/fonts/202b01_0_0-webfont.eot');
    src: url('includes/fonts/202b01_0_0-webfont.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/202b01_0_0-webfont.woff') format('woff'),
         url('includes/fonts/202b01_0_0-webfont.ttf') format('truetype'),
         url('includes/fonts/202b01_0_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Simplo-Demi';
    src: url('includes/fonts/202494_0_0-webfont.eot');
    src: url('includes/fonts/202494_0_0-webfont.eot#iefix') format('embedded-opentype'),
         url('includes/fonts/202494_0_0-webfont.woff') format('woff'),
         url('includes/fonts/202494_0_0-webfont.ttf') format('truetype'),
         url('includes/fonts/202494_0_0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

div#header {
	background-image: url(images/bottom-chalkboard-edges.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	padding: 0px 0 10px;
}

.page #content, .single #content  {

	max-width: 940px;
}

.page-template-template-fullwidth-php #content .post-content {
padding: 1em 30px 20px;
background-image: url(images/top-chalkboard-edges.png);
background-position: top;
background-repeat: repeat-x;
min-height: 30em;
}

body.page-template-template-videos-php .page #content, body.page-template-template-videos-php .single #content {
	max-width: 940px;	
}

body.home div#archive-title {
	display: none;
}

.page .hentry {
width: 620px;
float: left;
}

.page .hentry .fullwidth {
width: 890px;	
float: left;
}

.single .hentry {
width: 520px;
float: left;
}

.single .hentry .fullwidth {
width: 940px;
float: left;
}

/* BEGIN art deco frame */

div#deco-frame  {
	background-color: #FFF;		
	border: 1px solid #DDD;
	border-width: 1px 1px;
	height: 440px;
	}


.top-left {
	background-image: url(images/top-left.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 100%;
}

.top-right {
	background-image: url(images/top-right.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 100%;
}

.bottom-left {
	background-image: url(images/bottom-left.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	height: 100%;
}

.bottom-right {
	background-image: url(images/bottom-right.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
}

/* END art deco frame */

/* BEGIN home slider */

div#slides.camera_wrap {
	width: 940px;
	padding-left: 20px;
	padding-top: 20px;
}

div.featured {
width: 940px;
margin: 20px auto 20px;
position: relative;
}

.featured .featured-details {
z-index: 80;
max-width: 900px;
height: 400px;
margin: 0 auto;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
text-align: center;
text-transform: uppercase;
background-color: transparent;
background-image: none;
position: relative;
}

.featured .featured-details .inner {
padding: 0 30%;
position: relative;
top: 44%;
}

.featured .featured-details .meta-category {
display: none;
}

.featured .featured-details .post-content.format- {
background: none;
color: #FFF;
text-shadow: 0 0 0.2em black, 0 0 0.2em black;
font-size: 120%;
padding-top: 1em;
}

.featured .featured-details .post-content {
background: none;
}

.featured .featured-details a.read-more {
display: none;
}

.featured .post-title {
font-size: 180%;
text-transform: uppercase;
font-weight: 600;
line-height: 1.2;
color: white;
text-shadow: 0 0 0.2em black, 0 0 0.2em black;
}
	

div#slides.camera_wrap {
width: 900px;
}

.featured .camera_prev, .featured .camera_next, .featured .camera_commands {
z-index: 5;
background: #EEE url(images/bg-light-slider.png);
}

/* END home slider */

/* BEGIN home center blurb with social */

div.deco-middle  {
	background-color: #FFF;		
	border: 1px solid #DDD;
	border-width: 1px 1px;
	width: 480px;
	margin: 0px auto 0px auto;
}
	
	h3.widget-title {
	font: 140% 'Simplo-Demi', san-serif;
	color: #000;
	text-align: center;
	padding-top: 0.2em;
}

#home-intro {
margin-bottom: 0px;
margin-right: 0px;
padding: 0px 0px;
background: white;
}

#home-intro.widget-area {
background-image: url(images/top-chalkboard-edges.png);
background-position: top;
background-repeat: repeat-x;
}

#home-middle {
background-image: url(images/bottom-chalkboard-edges.png);
background-position: bottom;
background-repeat: repeat-x;
margin-bottom: 30px;
margin-right: 20px;
padding: 20px 60px;	
}

#mce-EMAIL {
width: 100px;
font-size: 13px;
height: 17px;
background: white;
float: left;
}

input[type="text"], textarea {
background: #EEE;
border: 1px solid #CCC;
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
padding: 2px;
}


#mc_embed_signup input[type="submit"] {
  background: none repeat scroll 0 0 #EC00A1;
  border: 0 none;
  color: white;
  font-family: "Simplo-Demi",serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  min-height: 23px;
  min-width: 86px;
  float: left;
}

.mc_signup_submit input[type="submit"] {
  background: none repeat scroll 0 0 #EC00A1;
  border: 0 none;
  color: white;
  font-family: "Simplo-Demi",serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  min-height: 23px;
  min-width: 86px;
  float: left;
  border-radius: 0px;
}

.social-icons, .email-chunk {
	display: inline-block;
}

.email-chunk {
  vertical-align: top;
  padding-top: 0.8em;
  text-transform: uppercase;
  background-color: #ecebeb;
  border-top: 1px solid #d3d2d2;
  border-bottom: 1px solid #d3d2d2;
  min-height: 42px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

body.home .email-chunk {
  margin-bottom: 0;
}


.email-chunk #mc_embed_signup {
  width: 100%;
  margin: 0 auto;
}

.email-chunk > #mc_embed_signup > p {
  float: none;
  font-size: 14px;
  font: 19px/33px 'Simplo-Demi',serif; 
  margin: 0;
  text-transform: none; 
}

.email-chunk > #mc_embed_signup > form {
  padding-top: 5px;
  float: none;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 200px;
}

.email-chunk > #mc_embed_signup > p span {
  color: #de4892;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
}

.email-chunk:after {
  content: " ";
  background-image: url("images/top-chalkboard-edges-transparent.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left:0;
  right:0;
  margin: 0 auto;
  width: 100%;
  height: 11px;
  bottom: -12px;
}


.social-icons {
padding-top: 0.8em;
margin-right: 24px;
}

fieldset {
margin: 0 0 0 0;

}

div#mc_embed_signup {
display: block;
}

.email-chunk fieldset {
display: block;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-before: 0.0em;
-webkit-padding-start: 0.0em;
-webkit-padding-end: 0.0em;
-webkit-padding-after: 0.0em;
border: none;
border-image: initial;
}

div.mce_inline_error {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 80%;
	text-align: left;
	width: 10em;
	clear: both;
}

input#mce-EMAIL.required.email.mce_inline_error {
	padding-left: 0;
	margin-left: 0;	
	padding-top: 0;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0;
	width: 10em;
}

input#mc-embedded-subscribe.btn {
	margin: 0;
	padding: 0;	
}

/* END home center blurb with social */

.tax-group #content .hentry, .page.page-template-template-home-php #content .hentry {
padding: 20px 20px 30px;
overflow: visible;
}

#header-inner {
padding-bottom: 0px;
margin: 0px auto 0;
}

#logo {
background: none;
margin-top: -9em;
}

/* footer */

#bottom {
	background: #FFFFFF;	
}

#footer-menu ul li.current-cat a, #footer-menu ul li.current_page_item a, #footer-menu ul li.current-menu-item a, #footer-menu ul a.active, #footer-menu ul a:hover {
text-decoration: none;
color: white;
}
#footer {
background:  #FFFFFF;
background-image: url(images/top-chalkboard-edges.png);
background-position: top;
background-repeat: repeat-x;
padding-top: 20px;
}

#credits {
background: #FFFFFF;
padding-top: 5px;
font: 12px/16px 'Merriweather', serif;
color: #000;
width: 940px;
margin: 20px auto 0px auto;
text-align: left;
}

#credits p {
margin: 0;
width: 940px;
}
#credits a {
	color: #000;
	display:inline;
	text-transform: lowercase;
	padding-left:24px !important;
	margin-left:12px;
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px center;
}
#credits a:hover {
	text-decoration: none;
	color: #EC00A1;
}
/* end footer */

/* BEGIN navigation styles */

#primary-menu ul a {
padding: 9px 7px 7px 7px;
font: 16px/33px 'Simplo-Demi', serif;
text-transform: uppercase;
border-radius: 0;
text-shadow: none;
}

#primary-menu ul li ul li a {
font: 14px/31px 'Simplo-Demi', serif;
}

#primary-menu ul a:hover, #primary-menu ul a.parent.active {
	text-decoration: none;
	color: #EC00A1;
	background: url(images/menu-item-separator.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

#primary-menu ul li {
margin-bottom: 0px;
}


div#secondary-menu {
background-image: url(images/top-chalkboard-edges.png);
background-position: top;
background-repeat: repeat-x;
padding-top: 10px;	
}

#primary-menu {
top: 12em;
}

#primary-menu .split-menu {
border: none;
background-image: url(images/double-stripe2.png);
background-repeat: repeat-x;
background-position: bottom;
padding: 5px 0 14px;
}

#primary-menu ul li.current-menu-item li a:hover, #primary-menu ul a.active, #primary-menu ul ul li.current-menu-item a, #primary-menu ul a:hover {
background: rgba(0, 0, 0, 0.0);
}


/* END navigation styles */

/* BEGIN pinterest styling for classes / videos / recipes */

div#deco-frame-pin-container  {
	border: 1px solid #DDD;
	border-width: 1px 1px;
	width: 940px;
}
body.tax-press-type div#deco-frame-pin-container  {
	width: 945px;
}
	
div#deco-frame-pin-container div.bottom-right{
	padding:20px 0px 20px 20px;
}
	
.item .featured-image {
	position: relative;
	width: 283px;
	overflow: hidden;
	margin: 12px -20px 12px;
}
.item5 .featured-image {
	position: relative;
	width: 165px;
	overflow: hidden;
	margin: 10px 0px 0px -5px;
}

.item {
	width: 283px;
	min-height: 40em;
	max-height: 40em;
	float: left;
	margin: 0 20px 20px 0;
	padding: 7px 0;
	background: #FFF;
	border: 1px solid #DDD;
	border-width: 1px 1px;
}
.item5 {
	width: 165px;
	min-height: 260px;
	max-height: 260px;
	float: left;
	margin: 0 0px 20px 0;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	border: 1px solid #DDD;
	border-width: 1px 1px;
}
.item5.item5tall {
/*	min-height: 376px;
	max-height: 376px;
*/  min-height: 425px;
    max-height: 400px;
}

.tax-group #content .hentry, .page.page-template-template-showcase-php #content .hentry {
padding: 20px 20px 30px;
overflow: visible;
}

.featured-image .da-wrap .title {
display: none;
}

.featured-image div .da-wrap {
display: none;
}

.home .featured-image div, .blog .featured-image div, .archive .featured-image div, .search .featured-image div, .tax-group .featured-image div, .page-template-template-showcase-php .featured-image div, #related .featured-image div {
text-shadow: none;
background-color: rgba(0, 0, 0, 0);
background-image: none;
}

.item .post-title a, .item .post-title, h1.post-title {
font: 17px/33px 'Simplo-Demi', serif;
text-transform: uppercase;
line-height: 1.2;
color: #000;
}
.item5 .post-title a, .item5 .post-title {
font: 17px/33px 'Simplo-Demi', serif;
text-transform: uppercase;
line-height: 1.2;
color: #000;
}

.item .post-title a, .item .post-title {
height: 3em;
}
.item5 .post-title a, .item5 .post-title {
height: 4em;
}
/* Class page */

div.about-class {
	font-size: 13px;	
}
div.left-class-col {
	font-size: 12px;
}

.single #content div.class.type-class {
	width: 940px;
	max-width: 940px;
}

.right-class-col .featured-image {
	border: 1px solid #DDD;
	border-width: 1px 1px;
	margin-top: 0px; 
	padding: 20px 20px 10px 20px;	
}
/* single recipe page */
.single #content div.post.type-post.category-recipe, .single #content div.post.type-post.category-vigor-trigger {
width: 940px;
max-width: 940px;
}

.single #content .post-content img {
margin-bottom: 0px;
}

.single #content .post-content {
font-weight: 400;
background: none;
padding: 25px 0px 20px;
}

div.category-recipe h2, div.category-rant h2, div.category-vigor-trigger h2 {
font: 14px/14px 'Merriweather', serif;
text-transform: uppercase;
line-height: 1.2;
font-weight: bold;
letter-spacing: 0.2em;
}

div#deco-frame-pin-container div.category-recipe h2, div#deco-frame-pin-container div.category-rant h2 {
		letter-spacing: 0em;
}

div.category-recipe .left-class-col ol, div.category-rant .left-class-col ol, div.category-vigor-trigger .left-class-col ol {
	padding-left: 20px;
	}
	
div.category-recipe h1.post-title .meta-category, div.category-recipe h1.post-title .trill-excerpt, div.category-rant h1.post-title .meta-category, div.category-rant h1.post-title .trill-excerpt, div.category-vigor-trigger h1.post-title .meta-category, div.category-vigor-trigger h1.post-title .trill-excerpt {
	font-weight:normal;
	font-size: 80%;
	font-family: 'Simplo-Demi', serif;
	text-transform:lowercase;
	font-weight:normal;
	color: #EC00A1;
	display: block;
	margin-top: 0px;
}

div.category-recipe h1.post-title .trill-excerpt, div.category-rant h1.post-title .trill-excerpt, div.category-vigor-trigger h1.post-title .trill-excerpt {
	color: #000000;
}

div.category-recipe h1.post-title .meta-category, div.category-rant h1.post-title .meta-category, div.category-vigor-trigger h1.post-title .meta-category {
		margin-top: -20px;
}

.right-recipe-col .featured-image img, .holds-tags .featured-image img {
background: white;
border: 1px solid #DDD;
border-width: 1px 1px;
margin-top: 0px;
padding: 5px;
max-width: 575px;
}


.single #content .post-content .right-recipe-col .featured-image img {
  margin-bottom: 0;
}

.right-recipe-col .featured-image, .category-recipe .mobile-only .featured-image {
	margin-bottom: 15px;
  /*
	max-width: 555px;
	width: 560px;
  */
}

div.spiel-container {
	margin-top: 0px;
	background: transparent;
	clear: left;
}

div.hear {
text-align: right;
float: right;
font-size: 80%;
background-image: url(images/speaker.png);
background-position: right;
padding-right: 30px;
background-repeat: no-repeat; 
margin-left:10px;
}
.yorx_inlinecontent {
	padding:0px; 
	margin-top:-5px; 
	min-height:20px; 
	min-width:200px;
}

div.hear a {
	color: #000;	
}

div.hear a:hover {
	color: #EC00A1;	
}

.left-recipe-tags {
	font-size: 90%;
	display: block;
	padding: 20px 20px 0px 20px;
}

div.deco-middle-recipe {
background-color: transparent;
border: 1px solid #DDD;
border-width: 1px 1px;
width: 600px;
margin: 20px auto;
}

div.really_simple_share {
padding-top: 15px;
padding-left: 55px;
}

.print-trill {
	float: right;
	text-transform: uppercase;
	font: normal 11px/1.8 'Merriweather', serif;
	margin-top: -10px;
	margin-bottom: 10px;
	display: block;
	background-image: url(images/print.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
	height: 20px;
	margin-right: -25px;
}

.print-trill a {
	color: #000;
}

.print-trill a:hover, div.hear a.inline.cboxElement:hover {
	color: #EC00A1;
}

.single #content .post-content .right-recipe-col .no-spiel-photo .featured-image img {
padding: 20px;
}

/* end single recipe formatting */

/* full width page width for privacy and terms pages */

div#post-2695.page.type-page.hentry, div#post-2698.page.type-page.hentry, div#post-4281.page.type-page.hentry  {
	width: 940px;	
	margin-right: 20px;
	padding-right: 50px;
}
.post-footer {
	display: none;
}

.page-template-default #content .hentry, .page-template-template-fullwidth-php #content .hentry, .single #content .hentry {
padding: 7px 0;
border: 0;
background: none;
border-width: 0px 0;
}

.page-template-default #content .post-header, .page-template-template-fullwidth-php #content .post-header, .single #content .post-header {
background: none;
padding: 0px 30px 5px;
}

.post-header .post-title {
font-size: 23px;
line-height: 1.2;
padding-bottom: 5px;
margin-bottom: 0px;
background: none;
}

.post-header .post-title h1 {
padding-top: 0.5em;
}

h2 {
	font: 15px/15px 'Simplo-Demi', serif;
	text-transform: none;
	line-height: 1.2;
	color: #000;
}

div.trill-wrapper h1 {
	font: 18px/18px 'Simplo-Demi', serif;
	text-transform: uppercase;
	line-height: 1.2;
	color: #000;	
}

.meal-button a {
display: block;
background-color: #CC0097;
font: 13px/15px 'Simplo-Demi', serif;
	letter-spacing: 0.2em;
text-transform: uppercase;
color: white !important;
padding: 10px 20px;
margin: 10px auto;
width: 140px;
}

.right-tuck {
	width:200px; 
	background-color:transparent; 
	float: right;
}

/* BEGIN single rant styles */

div.post.category-rant div.trill-wrapper  {
	background: #FFF;	
}

.single #content div.post.type-post.category-rant{
width: 620px;
max-width: 620px;
}

.single #content div.post.type-post.category-rant .post-content {
	font-weight: 400;
	background: none;
	padding: 25px 30px 20px;
	background-image: url(images/bottom-chalkboard-edges.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.left-rant-tags {
	font: normal 11px/1.8 'Merriweather', serif;
	float: left;
	clear: left;
	padding: 10px;
	}
	
/* BEGIN single vigor trigger styles */	

div.post.category-vigor-trigger .left-class-col {
	min-height: 50px;
	width: 280px;
	padding-right: 20px;
	margin-right: 0px;
}
	
	
div.category-vigor-trigger h2 {
letter-spacing: 0em;
}
/* BEGIN single class styles */

.single #content .class .post-content {
background: transparent;
padding: 0px 0px 20px;
max-width: 940px;
}

.left-class-col-top {
	padding-top: 20px;
	margin-top: 2px;
	width: 315px;
	background: #FFF;
	background-image: url(images/top-chalkboard-edges.png);
	background-position: top;
	background-repeat: repeat-x;
  float: left;
}

.left-class-col {
	padding: 0px 20px 20px 20px;
	background: #FFF;
	background-image: url(images/bottom-chalkboard-edges.png);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	font: 11px/18px 'Merriweather', serif;
	font-weight: 400;
	float: left;
}

.left-class-col ul {
	list-style-image: url(images/bullet.png);	
}

.left-class-col li {
	list-style-position: outside;	
	line-height: 2em;
}

.holds-tags {
	width: 315px;	
	display: block;
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	margin-top: -20px;
}
.right-class-col {
	max-width: 610px;
	width: 100%;
	clear: right;
	float: left;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: -20px;
	padding-left: 15px;
}

.right-recipe-col {
max-width: 600px;
float: right;
padding-right: 0px;
margin-right: 0px;
padding-top: 0px;
margin-top: -20px;
padding-left: 15px;
font-weight: 400;
}

h4 {
	font: 18px/20px 'Simplo-Demi', serif;
	color: #EC00A1;
	text-align: left;
	padding-bottom: 10px;
}
	
.about-class {
	margin-top: 15px;
}

.flourish-top-left {
	background-image: url(images/flourish-top-left.png);
	background-position: 0% 0%;
	background-size:cover;
	background-repeat: no-repeat;
	height: 100%;
	background-color: #FFF;
}

.flourish-top-right {
	background-image: url(images/flourish-top-right.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 100%;
}

.flourish-bottom-left {
	background-image: url(images/flourish-bottom-left.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	height: 100%;
}

.flourish-bottom-right {
	background-image: url(images/flourish-bottom-right.png);
	background-position: 100% 100%;
	background-size:cover;
	background-repeat: no-repeat;
	height: 100%;
	padding: 20px;
}

.textwidget .flourish-bottom-right {
padding-bottom: 5px;
}
.class-price {
	font: 18px/20px 'Simplo-Demi', serif;
	color: #000000;
	text-align: left;
	padding: 10px 0 10px 0;
}

div.photospace {
	background: #FFF;
	border: 1px solid #DDD;
	border-width: 1px 1px;
	margin-top: 0px; 
	padding: 20px;
	width: 568px;
	min-height:475px;
}
div.photospace img {
	/*
	max-width:100% !important;
	*/
}

div.photospace .thumnail_col {
	/*
	padding-top: 40px;
	*/
}


.meta-category,
.item .meta-category  {
	font-weight:normal;
	font-size: 14px;
	font-family: 'Simplo-Demi', serif;
	text-transform:lowercase;
	font-weight:normal;
}
.inner .meta-category {
	font-size: 22px;
	text-transform:lowercase;
	font-weight: normal;	
}

.meta-category a {
	font-weight: normal;	
}

.meta-category {
	display: block;	
	padding-top: 20px;
}
/* END single class styles */

/* comments styling */

#comments {
float: right;
max-width: 600px;
width: 600px;
border: 0;
background-color: transparent;
border: none;
border-width: 0px 0;
font: 11px/14px 'Merriweather', serif;
}

#comments label {
	font: 14px/18px 'Simplo-Demi', serif; 
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#comments h2 {
	font: 18px/21px 'Simplo-Demi', serif; 
	color: #CC0097;
}

#comments .inner {
background: transparent;
padding: 25px 0px 20px;
}

h3.comments-title {
	display: none;	
}

#comments h3 {
padding-bottom: 20px;
margin-bottom: 0px;
background: none;
}

.commentlist {
border-bottom: none;
margin-bottom: 10px;
}

#comments ol, #comments ul {
list-style: none;
padding-left: 20px;
}

.commentlist .comment-meta {
font-size: 11px;
font-weight: bold;
text-transform: none;
color: #999999;
}

.commentlist .comment-author {
font-size: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}

.comment-count {
	font-weight: bold; 
	padding-left: 20px; 
	padding-bottom: 20px;
}

.commentlist .comment-body {
margin: 0 0 0px 0;
line-height: 10px;
}

#comments input, #comments textarea, #comments select {
background: #FFF;
}

input[type="text"], textarea {
background: #FFF;
border: 1px solid #CC0097;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
padding: 2px;
}

#comments #submit {
	font: 13px/16px 'Simplo-Demi', serif; 
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 10px 20px;
	margin: 0;
	width: 200px;
}

/* end comments styling */

/* social header */
#social-header {
	padding-left: 3%;
	width: 30%;	
	padding-top: 5em;
}

div#social-header .email-chunk {
padding-top: 0em;
}
/* end social header */

/* gift cert header */
#gift-cert-header {
	padding-left: 69.5%;
	width: 30%;	
	margin-top: -5em;
}

#gift-cert-header h4 {
font: 18px/20px 'Simplo-Demi', serif;
color: #000000;
text-align: center;
padding-bottom: 0px;
margin-top: -10px;
}

#gift-cert-header a {
font: 14px/18px 'Simplo-Demi', serif;
text-align: center;
padding-bottom: 0px;
padding-top: -5px;
}

div#header-widget-container {
	padding-top: 0em;
}

/* end gift cert header */

/* sidebar widget styling */

div.page div.trill-wrapper, div.post.category-rant div.trill-wrapper  {
	background-image: url(images/top-chalkboard-edges.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 10px;
}

.page-template-default #content .post-content, .page-template-template-fullwidth-php #content .post-content {
	background-color: #FFF;
	background-image: url(images/bottom-chalkboard-edges.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-top: 20px;
	min-height: 30em;
}

#sidebar .widget {
padding: 7px 20px;
margin-bottom: 20px;
background: #FFFFFF;
border: none;
border-width: 0px;
}

div#sidebar div.deco-middle {
background-color: white;
border: 1px solid #DDD;
border-width: 1px 1px;
width: 100%;
height: 100%;
margin-top: 3.5em;
}

#sidebar div.deco-middle .widget-title {
background-color: transparent;
}

.testimonialswidget_testimonials p {
padding: 0em 2em 2em 2em;
margin-bottom: 2em;
}

.testimonialswidget_testimonial cite {
padding-top: 1.5em;
}

#sidebar .widget-title {
font: 1.5em/1.5em 'Simplo-Demi', sans-serif;
text-transform: uppercase;
}

/* end sidebar styling */

/* dropdown styling */

#primary-menu ul ul li:last-child {
background-image: url(images/bottom-chalkboard.png);
background-position-y: 99%;
background-repeat: repeat-x;
}

#primary-menu ul a.active,
#primary-menu ul ul li.current-menu-item a,
{
	text-decoration: none;
	background: rgba(0,0,0,0);
}

/* end dropdown styling */

/* class category */

#archive-title {
padding: 7px 0;
margin: 0 20px 0px 0;
background: transparent;
border: none;
border-width: 0px 0;
}

#archive-title #page-title {
margin-bottom: 0px;
background: none;
background-color: transparent;
font: 23px/26px 'Simplo-Demi', serif; 
padding-bottom: 1em;
margin-bottom: 0;
}

#media-title {
margin-bottom: 0px;
background: none;
background-color: transparent;
font: 23px/26px 'Simplo-Demi', serif; 
padding-bottom: 0em;
margin-bottom: 0;
padding-top: 0.9em;
text-transform: uppercase;
}

#filter li {
color: rgba(0, 0, 0, 0.3);
padding: 0.5em 0;
line-height: 1;
display: inline-block;
border-radius: 0px;
background: transparent;
}

#filter li.active, featured .featured-details a.read-more, .featured .camera_prev:hover, .featured .camera_next:hover, .featured .camera_commands:hover, #slide-controls a:hover, #load-more:hover, .widget .tagcloud a:hover, .DT_Flickr .flickr_badge_image img:hover {
background-color: transparent;
}

#filter li a {
color: #EC00A1;
}

#filter li:hover a, #filter li.active a {
color: #000;
}

#filter li:hover,
#filter li.active {
	background: none;
	color: #000;
	cursor: pointer;
}

#filter {
padding: 2px 0;
clear: both;
}

body.tax-class-type #filter {
display: none;	
}

.item .post-content {
background: none;
font-weight: 600;
padding-top: 0.4em;
}
.item5 .post-content {
background: none;
font-weight: 600;
padding-top: 0.4em;
}
.item5 .hentry {
	padding:5px 5px 0px 5px;
}

div#masonry .item .post-content{
padding: 1em 0 1em 0;
}
div#masonry .item5 .post-content{
padding: 1em 0 1em 0;
}

#archive-title .inner {
background: transparent;
padding-bottom: 0.1em;
padding: 14px 0px 10px 0px;
}

.excerpt-class {
font-weight: normal;
font-size: 100%;
}

div#masonry h4 {
	margin-top: -0.5em;
	font: 18px/2px 'Simplo-Demi', serif;
	text-align: center;
	font-size: 130%;
	letter-spacing: 0.1em;
	padding-top: 0;	
}

div#class-intro {
	width: 100%;
}

div.left-class, div.right-class {
	display: inline-block;
	float: left;
	font: 16px/18px 'Simplo-Demi', sans-serif; 
	letter-spacing: 0.05em;
}
div.left-class {
	width: 35%;
	text-align: left;	
}

div.right-class {
	width: 60%;
	padding-left: 1em;
	text-align: left;
	padding-bottom: 1em;
}

div.signup {
	padding-top: 1em;	
}

.series {
display: block;
width: 85px;
height: 85px;
position: absolute;
top: 97px;
left: 105px;
background: url(images/series-mark.png) no-repeat;
color: #FFF;
font-size: 130%;
z-index: 10;
padding-top: 23px;
font-family: 'Simplo-Demi',serif;
line-height: 1.0;
}

/* Load more - begin */
#load-more, #load-more:hover {
	min-height: 90px;
	max-height: 90px;
	height: 90px;
	color: #333;
	background:inherit;
	border:none;
}
#load-more.disabled:hover {
	background-color: inherit !important;
	border-color: none !important;
}
#load-more .load-more-text {
	font-family: 'Simplo-Demi',serif;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 6px;
	color:#cc3399;
	width: 56%;
}
#load-more .count-text {
	font-family: Merriweather, serif;
	color: #000;
	text-transform: none;
	letter-spacing: 0.2em;
	padding-top: 0.4em;
}
#load-more.disabled  .count-text {
	color: #ccc;
}

#load-more-link {
/*	margin-left: -42px;
*/	min-height: 110px;
	margin-right: -70%;
	background-image:url(images/load-more-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding: 20px 16px;
}
#load-more:hover .load-more-text,
#load-more:hover .count-text {
	color: inherit;
}
/* Load more - end */


.showcase h3,
.class h3 {
	font-family: 'Simplo-Demi',serif;
	font-weight: normal;
	font-size: 18px;
	color:#cc3399;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 2px;
	margin-top: -20px;
	
}

.showcase .post-content,
.class .post-content {
	font-weight: normal;
}

.excerpt-class-time {
	font-weight: bold;
	margin-top: 10px;
}

.showcase_link {
	position: absolute;
	top: 140px;
	left:46px;
	background-image: url(images/showcase_link.png);
	background-repeat: no-repeat;
	font-family: 'Simplo-Demi',serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 153px;
	height: 25px;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
	margin: 0px auto 0px auto;
}
.showcase .showcase_link {
	top: 133px;
}


.category_link {
/*	position: absolute;
*/	top: 450px;
	left: 95px;
	
	background-image: url(images/category_link.png);
	background-repeat: no-repeat;
	font-family: 'Simplo-Demi',serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 90px;
	height: 25px;
	padding-top: 3px;
	cursor: pointer;
	text-align: center;
	margin: -3px auto 0px auto;
}
.category_link a:hover {
	color:#333;
}
.item5 .category_link {
/*	position: absolute;
*/	top: 216px;
	left:38px;
}
.item5.item5tall .category_link {
	top: 343px;
}

.cat-desc {
	font-family: 'Simplo-Demi' !important;
	font-size:16px;
	font-weight:normal;
	max-width:600px;
	margin:0px auto 0px auto;
}
.cat-desc a {
	text-transform:lowercase;
}
	
/* video formatting */

#page span.icon, #page span.meta-published, #page span.meta-author  {
	display: none;	
}

div.pinstyle .hentry, div.pinstyle .single .hentry {
width: 241px;
}

div.hidey ul#filter {
	display: none;
}


#searchbox {
	margin-top:10px;
	margin:10px auto 0px auto;
	/* width:954px; */
	height:14px;
  display: inline-block;
}
#searchbox .submitbutton {
	float:right;
	border:none;
	margin:-1px 0px 0px 0px;
}
#searchbox input.s {
	float:right;
	border:1px solid #CCC;
	max-width:140px;
	width:140px;
	margin:0px 0px 0px 0px;
}
input#mc-embedded-subscribe.btn {
	padding: 0px 3px 0px 3px;
}

.mobile-only {
	display: none;
	margin-top: 10px;
}
body.single-class .mobile-only {
display: block;
float: right;
}

body.single-class .desktop-only {
	display: none;	
}

.desktop-only {
	display: block;	
}
#single-slides,
	#single-slides .slides_container, #single-slides2,
	#single-slides2 .slides_container  {
	    width: 300px;
	    height: auto;
	}
	
	#single-slides .slides_container img, #single-slides2 .slides_container img  {
	    display: block;
	    width: 300px;
	    height: auto;
	}
  
  
  
  
/* ======================== Styles for press entries ==================== */

body.single-press #content {
  max-width: 945px;
  padding-top: 20px;
}

body.single-press #content div.press {
  width: 620px;
}

body.single-press #content div.press .entry-content {
  background: url("images/top-chalkboard-edges-transparent.png") no-repeat top #FFF;
  float: left;
	max-width:100%;
  min-height: 200px;
  text-align: left;
  padding: 20px;
  position: relative;
font: normal 13px/1.8 'Merriweather', serif;
}

body.single-press #content div.press .entry-content:after {
  content: " ";
  background: url("images/bottom-chalkboard-edges.png") no-repeat bottom #FFF;
  height: 11px;
  width: 620px;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.single-press .press-sidebar {
  float: right;
  background: white;
  border: 1px solid #DDD;
  width: 300px;
  min-height: 80px;
  margin-top: 45px;
}

body.single-press .press-sidebar .title {
  margin-bottom: 14px;
  font: 1.5em/1.5em 'Simplo-Demi', sans-serif;
text-transform: uppercase;
padding-top: 15px;
}

body.single-press .press-sidebar ul {
  padding-bottom: 10px;
  margin: 0;
}

body.single-press .press-sidebar li {
  list-style: none;
  font-size: 14px;
font-family: 'Simplo-Demi', serif;
}

body.single-press .featured-image {
	display: none;
}

body.tax-press-type .featured-image {
  min-height: 150px;
  width: 166px;
  margin: -12px -20px;
}

body.tax-press-type .category-list {
  margin-bottom: 2px;
  min-height:19px;
  font-size: 14px;
  font-family: 'Simplo-Demi', serif;
}
body.tax-press-type .textwidget {
font-family: 'Simplo-Demi' !important;
font-size: 16px;	
}

body.tax-press-type .featured-image {
  min-height: 134px;
  width: 165px;
  margin: 0;
  margin-left: -10px;
  margin-top: -12px;
}

body.tax-press-type .item {
  width: 165px;
  margin-right: 10px;
  min-height: 285px;
  max-height: 285px;
}

body.tax-press-type .item .hentry {
  padding: 20px 10px 0;
}

body.tax-press-type .item .post-title,
body.tax-press-type .item .post-title a {
  min-height: 85px;
  line-height: 17px;
}

body.tax-press-type .viewmore_link{
  background: url('images/view-more.png') no-repeat;
  width: 90px;
  height: 28px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 26px;
  font-weight: bold;
}

.select_time {
  width: 154px;
  height: 29px;
  background: url(images/select-time.png) no-repeat;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 30px;
}
  
#home-readmore {
  background: url("images/load-more-bg.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 16px;
  height: 84px;
  margin: 0 auto;
  padding-top: 30px;
  text-transform: uppercase;
  width: 288px;
  font-family: 'Simplo-Demi',serif;
  font-weight: 800;
}


body.tax-press-type #filter li:nth-child(1) {
	display:none;
}


@media screen and (min-width: 1035px) {
  .email-chunk > #mc_embed_signup > p {
    float: left;
  }
  
  .email-chunk > #mc_embed_signup > p span {
    display: inline;
  }
  
  .email-chunk #mc_embed_signup {
    width: 960px;
  }
  
  .email-chunk > #mc_embed_signup > form {
    float: right;
  }
  
  #mobile_menu_1, #mobile_menu_2, #mobile_menu_3, #mobile_menu_4 { display: none; }
}

@media screen and (max-width: 1035px) and (min-width: 681px) {
  .social-icons {
    width: 90px;
    margin-left: 70px;
  }
  
  #social-header {
    position: relative;
    top: 20px;  
  }
  
  #searchbox .submitbutton {
    float: left;
  }  
  
  #primary-menu { top: 14em; }
  
  body.tax-press-type #container { width: 642px; }
  body.tax-press-type #deco-frame-pin-container { width: 580px; margin: 0 auto;     }

  body.tax-press-type .item {
    margin-right: 0px;
  }
  
  body.single-press .press-sidebar {
    width: 100%;
  }

	body.home .email-chunk {
		margin-bottom: 15px;
	}
	body.single-class .post-content .left-class-col {
		background-image:none;
	}
	
	
.category-recipe .mobile-only .featured-image img {
	border: 1px solid #DDD;
	border-width: 1px 1px;
	padding: 5px;
}
}

div.featured.clearfix .bottom-left, div.featured.clearfix .bottom-right {
background-image: none;
}

.really_simple_share_pinterest {
	margin-left:-37px;
}
.really_simple_share_email {
	margin-left:-20px;
}
.really_simple_share_facebook_share {
	margin-left:7px;
	margin-top:4px;
}

.single_blog_post #sidebar {
	margin:85px 0px 0px 20px;
}
.single_blog_post #sidebar .testimonials-widget {
	margin:0px 0px 0px 20px;
}


@media screen and (max-width: 1035px) {

.sub-menu {
	display:none !important;
	visibility:hidden !important;
}

#gift-cert-header {
	padding-left: 73%;
	margin-top: -70px;
	min-width:140px;
}
#social-header {
	margin-top: 0px;
	margin-left:-45px;
	padding: 40px 0px 0px 0px;
	min-width:200px;

}


#mc-embedded-subscribe {
	min-width:85px;
}


.split-menu {
	margin-top:0px;
	display:block;
}
#logo {
	margin-top:-140px;
}
#logo #site-title {
	margin-left:-40px;
}


#credits {
	width:100%;
	text-align: left;
	padding-left:40px;
}

#load-more-link {
/*	margin-left: -14px;
*/
}

div#deco-frame-pin-container  {
	width:100%;
	/* border:none; */
}

div#deco-frame-pin-container div.bottom-right h3.widget-title {
padding-right: 20px;
}

div#deco-frame  {
	width:100%;
	border:none;
	padding:0px 0px 0px 0px;
}


div#slides.camera_wrap {
	width: 100%;
	padding:0px 0px 0px 0px;
}

#mobile-menu {
		display: none;
		padding: 20px 0;
		background: #333;
}

#mobile-menu select { border: 2px solid #222; }

#mobile-menu ul { 
	display: none; 
}

div.featured,
div.featured img {
	width:100% !important;
	height:auto !important;
	margin:0px auto 0px auto !important;
}
div.featured .inner {
	padding:0px 0px 0px 0px !important; 
}

#deco-frame {
	width:100%;
}
#slides,
#slides > div {
	width:100%;
}

.right-recipe-col {
	float: left;
	clear: left;
}

.left-class-col-top {
width: 600px;
max-width: 600px;
}

div.post.category-vigor-trigger .left-class-col {
min-width: 560px;
}

.right-recipe-col {
padding-left: 0px;
}

.single #content .post-header {
width: 600px;
padding: 0px;
}

.holds-tags {
width: 600px;
min-width: 600px;
}

div#post-2695.page.type-page.hentry, div#post-2698.page.type-page.hentry, div#post-4281.page.type-page.hentry  {
	width: 620px;	
	margin-right: 0px;
	padding-right: 0px;
}

.page .hentry .fullwidth {
width: 570px;
}

/* this is messing up classes on portrait mobile phone 
.left-class-col {
	min-width: 560px;	
}
*/
.page.page-template-template-showcase-php #main {
margin-left: auto;
margin-right: auto;
}


#comments {
float: left;
max-width: 600px;
width: 600px;
}


body.category #container {
width: 620px;
}

.mobile-only {
	display: block;
}

.desktop-only {
	display: none;	
}

.print-trill {
margin-right: 0px;
}

.holds-tags .featured-image img {
padding: 0px;
}

body.single-class .mobile-only {
float: left;
}

.meta-category {
	padding-top: 0px;
}

body.single-class .post-content .left-class-col{
	background-image: url(images/bottom-chalkboard-edges.png);
	background-position: bottom;
	background-repeat: repeat-x;	
	padding-bottom: 10px;
}

body.single-class .post-content > .left-class-col-top > .mobile-wrapp {
	background-image: url(images/top-chalkboard-edges.png);
	background-color:#FFF;
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 20px;
}

body.single-class .left-class-col-top {
	background: none;
	background-image: none;
}

body.single-class .featured-image {
	margin-bottom: 20px;
}

div.really_simple_share {
	height:35px;
	width:600px;
}

.entry-content iframe {
	max-width:100%;
}

.single_blog_post #sidebar {
	display:none;
}
.archive .top-left,
.archive .top-right,
.archive .bottom-left,
.archive .bottom-left {
	background-image:none;
}
.archive #deco-frame-pin-container {
	border:none;
	margin-top: 25px;
}
.category-recipe .mobile-only .no-spiel-photo .featured-image img {
padding: 25px;
}


.mobile_header_menu {
	display:none;
	width:200px;
	height:auto;
	position:absolute;
	top:100px;
	left:40px;
	z-index:100;
	background-color:#FFF;
	border:1px solid #dddddd;
	border-bottom:10px solid #dddddd;
}
.mobile_header_menu ul {
	list-style:none;
	margin:0px 0px 0px 0px;
}
.mobile_header_menu ul li {
	list-style:none;
	text-transform:uppercase;
}
.mobile_header_menu ul li a {
	font-family: Simplo-Demi;
	color:#333;
	font-size:16px;
}
.mobile_header_menu ul li a:hover {
	color:#de4892;
}


}

@media screen and (max-width: 680px) {
	#header {
		padding-top:100px;
		padding-bottom:100px;
		height:400px;
	}

  body.tax-press-type #deco-frame-pin-container { width: 167px; margin: 0 auto; }
  body.tax-press-type #container { width: auto; margin: 0 auto; }
  
  body.single-press .press-sidebar {
    width: 289px;
  }  
  
  body.single-press #content .featured-image { width: 260px; }
  body.single-press #content .featured-image img { width: 260px; }
  
  body.single-press .top-left {
  	background-image: url(images/top-left.png);
  }
  
  body.single-press .top-right {
  	background-image: url(images/top-right.png);
  }
  
  body.single-press .bottom-left {
  	background-image: url(images/bottom-left.png);
  }
  
  body.single-press .bottom-right {
  	background-image: url(images/bottom-right.png);
  }  

	
	.email-chunk > #mc_embed_signup {
		width: 90%;
	}
	
	.email-chunk > #mc_embed_signup > p span {
		display: block;
	}
	
	
	.page-template-default #content .post-header, 
	.page-template-template-fullwidth-php #content .post-header, 
	.single #content .post-header {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	#logo {
		margin-top:10px;
		margin: 0 auto 0 auto;
		width: 350px;
	}
	
	#logo #site-title {
		margin-left:0px;
		position: relative;
		margin-left: -28px;
	}
	
	#gift-cert-header {
		padding-left: 0px;
		margin-top: 15px;
		min-width:240px;
		margin:15px auto 0px auto;
	}
	#mc-embedded-subscribe {
		min-width:85px;
	}
	#social-header {
		margin-top: 0px;
		margin-left:10%;
		padding: 20px 0px 0px 0px;
		min-width:240px;
		margin:0px auto 0px auto;
	}
	
	#credits {
		padding-left:20px;
	}
	
	
	div#deco-frame-pin-container  {
		width:100%;
		border:none;
	}
	
	body.category-vigor-trigger div#deco-frame-pin-container {
	width: 100%;
	border: none;
	padding-left: 20%;
	padding-right: 20%;
	}
	div#deco-frame-pin-container div.bottom-right{
/*		padding:0px 0px 0px 70px;
*/		padding:0px 0px 0px 7px;
	}
		
	
	div#deco-frame  {
		width:100%;
		border:none;
		padding:0px 0px 0px 0px;
	}
	
	
	.top-left {
		background-image: none;
	}
	
	.top-right {
		background-image: none;
	}
	
	.bottom-left {
		background-image: none;
	}
	
	.bottom-right {
		background-image: none;
	}
	
	
	div#slides.camera_wrap {
		width: 100%;
		padding:0px 0px 0px 0px;
	}
	
	#credits a {
		display:block;
		margin-top:10px;
	}
	
	.right-recipe-col {
	max-width: 315px;
	float: left;
	width: 315px;
	}
	
	.right-recipe-col .featured-image {
	max-width: 315px;
	width: 298px;
	}
	
	.right-recipe-col .featured-image img {
	padding: 0px;
	}

	.image-wrapper,
	.image-wrapper a {
		max-width:100%;
	}
	
	div.photospace,
	div.photospace .gal_content {
		min-height:0px;
		background-color:transparent;
		border:none;
		max-height:200px;
	}
	
	div.photospace  .thumbs_wrap2 {
		display:none;
	}
	.slideshow img {
		max-width:100%;
	}
	
	.gallery_clear {
		clear:both;
	}
	.post-content {
		clear:both;
	}

	
	div.spiel-container {
	width: 300px;
	}
	
	.right-recipe-col {
	width: 300px;
	padding: 0px;
	}
	
	#comments {
	max-width: 300px;
	width: 300px;
	float: left;
	clear: left;
	}
	
	div.deco-middle-recipe {
	width: 300px;
	max-width: 300px;
	padding: 0px;
	border: none;
	}
	
	.left-class-col-top {
	width: 300px;
	max-width: 300px;
	}
	
	div.post.category-vigor-trigger .left-class-col {
	min-width: 280px;
	}
	
	.left-class-col p {
		width: 260px;	
	}
	
	div.post-header {
		width: 300px;	
		padding: 0px;
		max-width: 300px;
	}
	
	.single #content .post-header {
	padding: 0px;
	}
	
	.right-class-col {
	max-width: 300px;
	padding-left: 0px;
	float: left;
	width: 300px;
	clear: left;
	}
	
	.photospace .gal_content {
	float: left;
	width: 300px;
	}
	
	.photospace .gal_content {
	width: 300px;
	}
	
	div.photospace {
	padding: 0px;
	}
	
	.single #content div.post.type-post.category-rant {
	width: 300px;
	max-width: 300px;
	}
	
	div#post-2695.page.type-page.hentry, div#post-2698.page.type-page.hentry, div#post-4281.page.type-page.hentry  {
		width: 300px;	
	}
	
	.page .hentry .fullwidth {
	width: 270px;
	}
	.cat-desc {
	max-width: 580px;
	width: 580px;
	}
	
	div.left-class {
		width: 100%;	
	}
	
	div.right-class {
		width: 100%;
		padding-left: 0em;
		padding-top: 10px;
	}
	
	body.category #container {
	width: 300px;
	}
	
	.holds-tags .featured-image img {
	width: 298px;
	}
	
	body.single-class .mobile-only {
	float: left;
	}
	
	.post-content .left-class-col {
		background-image: url(images/bottom-chalkboard-edges.png);
		background-position: bottom;
		background-repeat: repeat-x;	
		padding-bottom: 10px;
		padding: 0px 0px 10px 0px;
	}
	
	.type-post .post-content .left-class-col {
		padding: 10px 10px 10px 10px;
	}
	
	
	.left-class-col > h1,
	.left-class-col > h2,
	.left-class-col > h3,
	.left-class-col > h4,
	.left-class-col > h5,
	.left-class-col > h6,
	.left-class-col > p,
	.post-content .mobile-wrapp > h1,
	.post-content .mobile-wrapp > h2,
	.post-content .mobile-wrapp > h3,
	.post-content .mobile-wrapp > h4,
	.post-content .mobile-wrapp > h5,
	.post-content .mobile-wrapp > h6,
	.post-content .mobile-wrapp > p {
		margin:0px 20px 0px 10px;
	}
	.left-class-col > ul,
	.post-content .mobile-wrapp > ul {
		margin-left:30px;
	}
	.left-class-col > ol,
	.post-content .mobile-wrapp > ol {
		margin-left:10px;
	}
	audio {
		max-width:180px;
	}
	.left-class-col li {
		max-width:240px;
	}

	#home-readmore {
		margin:0px 0px 0px 0px;
	}	
	
	.left-class-col-top {
	background-image: none;
	}

	div.really_simple_share {
		margin-left:-164px;
	}
	
	/*
	iframe.fb_ltr {
		display:none;
	}
	*/

	.page-template-template-fullwidth-php #content .post-content {
		padding: 10px 0px 20px 0px;
	}
	.page-template-template-fullwidth-php #content .post-content p {
		margin: 0px 10px 0px 10px;
	}
	.page-template-template-fullwidth-php #content .post-content .one-half {
		margin: 20px 10px 0px 10px;
	}

	#credits p {
		font-size:9px;
	}
	
	.category-recipe .mobile-only .no-spiel-photo .featured-image img {
padding: 0px;
border: none;
}


}

@media screen and (max-width: 550px) {
#primary-menu {
		top: 28em;	
	}
 
.page-template-default #content .post-header, 
.page-template-template-fullwidth-php #content .post-header, 
.single #content .post-header {
  padding-left: 0;
  padding-right: 0;
}

#primary-menu .split-menu {
	padding: 5px 0px 14px 0px;
	width: 120px;
	background: none;	
}
.left-menu {
	margin-left: 10%;	
}

.right-menu {
	margin-right: 10%;	
}
#header {
	height: 500px;	
}
#comments {
float: left;
display: block;
}

.single #container, .page #container {
width: 300px;
}

.left-class-col {
width: 280px;
max-width: 280px;
}

div.left-class, div.right-class {
width: 100%;
}

div.right-class {
padding-left: 0px;
padding-top: 10px;
}

body.category #container {
width: 300px;
}

.holds-tags .featured-image img {
width: 298px;
}

body.single-class .mobile-only {
float: left;
}

div.about-class p {
	width: 230px;
}


.left-class-col-top {
background: none;
background-image: none;
}

}

input.ashley {
	border: none;
	}
	
p.ashley {
	margin-bottom: 0px;
}

#print-ingredients { 
display: none;
}

/* Print Styles */
@media print {
body { background:white; color:black; margin:0 }
div#social-header { display: none;}
div#gift-cert-header { display: none;}
div#primary-menu {display: none; }
div.deco-middle-recipe { display: none; }
#logo { margin-top: 100px; }
div#searchbox {display: none; }
a[href^="javascript:"]:after, a[href^="#"]:after { display: none; }
#comments, .comments-link { display: none;}
#comments #respond { display: none;}
#primary-menu .split-menu {display: none;}
.left-recipe-tags {display:none;}
.print-trill {display:none;}
.right-recipe-col .featured-image {display:none;}
left-class-col-top {display: none;;}
.holds-tags { display: none;}
#print-ingredients { width: 560px;}
.right-recipe-col {
	margin: -60px 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	}
h4 { display: none;}
#print-ingredients { 
display: block;
font-family: Arial, Helvetica, sans-serif;
margin: 10px 23px;}
div#print-ingredients h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
span.trill-excerpt, .trill-excerpt p{
	display: none;
}
.right-tuck {
display: none;
}
.mobile-only {
display: none;
}

div.category-recipe h1.post-title .trill-excerpt, div.category-recipe h1.post-title {
font-family: "Courier New", Courier, monospace;
text-transform: none;
font-weight: bold;	
}
	
.email-chunk {
		display: none;
	}
	
div.left-class-col, div.holds-tags, .mobile-only { display: none;}

}

#comments p {
font-size: 120%;
line-height: 2em;
}


.testimonials-widget {
	max-width:85%;
}

input[type=radio] {
	-webkit-appearance: radio;
}

.page-template-template-email-signup-php #content .post-content {
background-color: #FFF;
background-image: url(images/bottom-chalkboard-edges.png);
background-position: bottom;
background-repeat: repeat-x;
padding-bottom: 10px;
padding-top: 20px;
min-height: 35em;
}

.page-template-template-email-signup-php #content .post-content div.mc_custom_border_hdr, .page-template-template-email-signup-php #content .post-content #mc_signup_form .mc_var_label, .page-template-template-email-signup-php #content .post-content #mc_signup_form label.mc_interest_label,
.page-template-template-email-signup-php #content .post-content #mc_signup_form .mc_interests_header {
font-family: "Merriweather", sans-serif;
}

.page-template-template-email-signup-php #content .post-content .mc_signup_submit input[type="submit"] {
	line-height: 22px;	
}