/* 
Theme Name: Nutmeg Nanny
Theme URL: http://www.nutmegnanny.com
Description: Custom theme for Nutmeg Nanny.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/

/*CSS RESET*/
body {
	height: 100%; }
html, body, div, h1, h2, h3, p, ul, ol, li, form, fieldset, input, textarea, p, blockquote  {
	font-size: 100%;
	margin: 0;
	padding: 0 }  
ul {list-style: none;}  
img, fieldset, a  {
	border: 0;
	outline-style: none }  
h1, h2, h3, h4, h5  {
	font-weight: normal;
	margin: 0;
	padding: 0 }  
em {font-style: italic;}  
strong {font-weight: bold;}
/*---------STRUCTURE---------*/
@font-face {
    font-family: 'MuseoSlab300Regular';
    src: url('museo_slab_300-webfont.woff') format('woff'),
         url('museo_slab_300-webfont.ttf') format('truetype'),
         url('museo_slab_300-webfont.svg#MuseoSlab300Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500Regular';
    src: url('museo_slab_500-webfont.woff') format('woff'),
         url('museo_slab_500-webfont.ttf') format('truetype'),
         url('museo_slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab500Italic';
    src: url('museo_slab_500italic-webfont.woff') format('woff'),
         url('museo_slab_500italic-webfont.ttf') format('truetype'),
         url('museo_slab_500italic-webfont.svg#MuseoSlab500Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
body                          {
	color: #877162;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	background-color: #fff;
	/* background-image: url("images/bg.png"); */
	margin: 0;
	padding: 0;
	position: relative }
a  {
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #abb45a;
	text-decoration: underline }
a:hover             {
	color: #d1848d;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
h1, h2, h3, h4, h5              {
	font-family: "MuseoSlab300Regular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px }
h1                      {
	color: #abb45a;
	font-size: 19px;
	font-weight: lighter;
	line-height: 19px;
	margin-top: 15px;
	margin-bottom: 15px }
h2    {
	color: #abb45a;
	font-size: 19px;
	line-height: 19px }
h3                      {
	color: #daa167;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase }
h4       {
	color: #b7aaa1;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.25px }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper                                      {
	background-color: #fff;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	padding: 0px 30px 15px;
	width: 980px;
	overflow: hidden }
.clear {
	clear: both }
/*Header*/
#header                                  {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden; }
h1.logo {
	margin: 15px 0 18px;
	padding: 0;
	width: 302px;
	float: left }
.social    {
	float: right;
	background: url(images/followme.png) no-repeat left 13px;
	padding-left: 90px;
}
.social a {
	margin-left: 2px;
}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
/*PULLDOWN MENU*/
#nav                   {
	color: #999a9c;
	font-size: 12px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-top: 87px;
	width: auto;
	height: 30px;
	float: right }
#nav ul   {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 }
#nav ul li      {
	margin: 0 0 0 5px;
	padding-right: 0px;
	padding-left: 10px;
	height: 30px;
	float: left }
#nav ul li a      {
	color: #b7aaa1;
	text-decoration: none;
	padding-left: 10px;
	float: left }
#nav ul li a:hover, #nav ul li:hover > a  {
	color: #d1848d }
#nav li ul a:hover, #nav ul li li:hover > a {
	color: #ffffff; }
#nav li ul       {
	font-size: 12px;
	background-color: #f0eeec;
	background-color: rgba(240,238,236,.8);
	text-transform: lowercase;
	letter-spacing: normal;
	margin-top: 30px;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 180px; }
#nav li ul li  {
	margin: 0;
	padding: 0 }
#nav li:hover ul {
	left: auto }
#nav li ul li a   {
	color: #b7aaa1;
	width: 169px;
	border-bottom: 1px solid #e7e2df }
#nav ul li li:hover > a, #nav ul li li a:hover   {
	color: #877162; }
#nav ul ul li:last-child > a  {
	border-bottom: none }
#nav ul ul ul li:first-child > a { }
.slicknav_menu {display: none;}



/*Content*/
#content                            {
	margin-top: 25px;
	width: 620px;
	float: left }
.pagecontent h1.pagetitle, h2.archivetitle   {
	margin-top: 0 }
.pagecontent ul  {
	margin-top: 0;
	margin-bottom: 15px }
.pagecontent ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-bottom: 5px;
	padding-left: 11px }
/*Sidebar*/
#sidebar                 {
	color: #877162;
	font-size: 11.5px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 19px;
	display: inline;
	width: 330px;
	float: right }
#topsidebar    { }
#leftsidebar         {
	margin-right: 10px;
	width: 160px;
	float: left }
#rightsidebar     {
	width: 160px;
	float: left }
#lowersidebar    { 
	clear: both;
}
.widget        {
	margin-bottom: 30px;
	padding-bottom: 0 }
h3.widgettitle   {
	margin: 0 0 10px;
	padding: 0 }
h3.widgettitle span {
	background-color: #fff;
	padding-right: 7px;
	padding-left: 7px }
#topsidebar h3.widgettitle, #lowersidebar h3.widgettitle {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	text-align: center }
#sidebar .center, .recentposts {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	text-align: center;
	padding-bottom: 20px }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #877162;
	text-decoration: none }
.widget a:hover     {
	color: #abb45a;
	text-decoration: none }
.widget ul    {
	line-height: 17px }
.widget ul li          {
	line-height: 17px;
	background-image: none;
	list-style-type: none;
	margin-bottom: 3px;
	padding: 0 }
#topsidebar .ad, #lowersidebar .ad  {
	padding: 15px;
	margin-bottom: 30px;
	background-color: #e9e5e2; }
#leftsidebar select     {
	color: #877162;
	font-size: 11.5px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #fff;
	padding: 3px 0 3px 3px;
	width: 157px;
	border: solid 1px #eeedec }
#rightsidebar select   {
	color: #877162;
	font-size: 11.5px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #fff;
	padding: 3px 0 3px 2px;
	width: 157px;
	border: solid 1px #eeedec }
#leftsidebar .widget, #rightsidebar .widget {
	margin-bottom: 30px }
#leftsidebar ul li, #rightsidebar ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 9px }
.widget_search {
	}
.widget_search #searchform { }
.widget_search .searchinput { }
.widget_search .searchsubmit { }
.welcome {
	text-align: center;
	margin-bottom: 20px;
}
.subscribe {
	background: url(images/subscribebg.png) no-repeat;
}
.subscribe h3.widgettitle {
	color: #ffffff;
	background-image: none !important;
	padding-top: 16px;
}
.subscribe h3.widgettitle span {
	background-color: transparent;
}
.emailform {
	margin: 0 25px;
	overflow: hidden;
}
.emailform p {
	margin: 5px 0 7px;
}
.emailinput {
	background-color: #ffffff;
	border: none;
	padding: 5px;
	color: #877162;
	font-size: 12px;
	font-family: MuseoSlab500Italic, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding: 5px;
	width: 178px;
	height: 16px;
	float: left;
	border-style: none;
	vertical-align: middle; }
.emailsubmit {
	color: #fff;
	font-size: 12px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-color: #c4ce84;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	cursor: pointer;
	padding: 3px 8px 4px;
	margin-left: -10px;
	vertical-align: middle;
	height: 26px;
	float: right;
	border-style: none }
.emailsubmit:hover {
	background-color: #daa167 }
}
.subscribe .rss {
	
}
.subscribe .rss a {
	background: url(images/rss-sm.png) no-repeat;
	padding-left: 15px;
	clear: both;
	margin: 20px 0 0 12px;
	display: block;
	font-size: 11.4px;
	line-height: 14px;
}
.subscribe .rss a strong {
	color: #d1848d;
	text-transform: uppercase;
}
.recentposts    {
	overflow: hidden }
.recentposts ul  {
	margin-bottom: 0;
	padding-bottom: 0;
	width: 330px }
.recentposts ul li  {
	display: inline;
	margin: 0 15px 10px 0;
	padding: 0;
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden }
.recentposts ul li:nth-child(3n) {
	margin-right: 0;
}
.recentposts h3 {
	margin-bottom: 13px }
.recentposts img  {
	width: 100px;
	height: 100px }

/*Post Styles*/
.post                 {
	margin-bottom: 40px }
h2.posttitle {
	margin: 0;
	padding: 0 }
.posttitle a {
	text-decoration: none }
.bubble a   {
	color: #fff;
	font-size: 12px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 23px;
	text-decoration: none;
	background-image: url("images/commentbubble.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	width: 32px;
	height: 30px;
	float: right }
.bubble a:hover {
	color: #fff;
	background-position: 0 -30px }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta              {
	color: #877162;
	font-size: 9px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	margin-bottom: 15px }
.postmeta em {
	color: #b7aaa1;
	font-size: 10.5px;
	font-family: MuseoSlab500Italic, Arial, sans-serif, Helvetica;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta a  {
	color: #877162;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #abb45a;
	text-decoration: none }
.metabottom                 {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	padding-top: 9px;
	border-bottom: 1px none #eeedec }
.metabottom .left      {
	line-height: 20px;
	width: 70%;
	float: left }
.metabottom .right      {
	line-height: 20px;
	text-align: right;
	width: 30%;
	float: right }
.post a.more-link   {
	color: #daa167;
	font-size: 15px;
	font-family: MuseoSlab300Regular, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.25px }
.post a.more-link:hover    {
	color: #d1848d }
a.post-edit-link, a.comment-edit-link   {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #877162;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 1px 3px }
a.post-edit-link:hover, a.comment-edit-link:hover  {
	color: #fff;
	background-color: #b7aaa1 }
.postthumb  { }
.teaserpost   {
	margin-bottom: 40px;
	width: 290px;
	float: left;
	overflow: hidden }
.teaserpost2 {
	margin-right: 40px;
	clear: left }
.teaserpost .postmeta  {
	margin: 0;
	padding: 0 }
.teaserpost h2 {
	margin: 0;
	padding: 0 }
.searchpost {
	margin-right: 40px }
.searchpost2 {
	margin-right: 0 }
.post ul {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 15px }
.post ol {
	list-style-type: decimal;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 20px }
.post li {
	margin-bottom: 5px }
.post img      {
	width: auto !important;
	height: auto;
	max-width: 620px;
	}
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post blockquote        {
	color: #877162;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #877162;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #877162;
	font-style: normal;
	background-color: #f4f2f1;
	background-image: url("images/bg2.png");
	margin-bottom: 15px;
	padding: 30px;
	overflow: hidden;
	border: none }
.recipe .remove_padding {
    float: right;
}
.recipe h2                      {
	color: #abb45a;
	margin-top: 0;
	margin-bottom: 10px }
.recipe h3                    {
	color: #daa167;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	clear: left;
	border-bottom: 1px none #eeedec }
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	color: #877162;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source p    {
	color: #b7aaa1;
	font-size: 11.5px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time            {
	font-size: 11px;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #ece8e6;
	border-bottom: 1px solid #ece8e6 }
.recipe .time p {
	display: inline;
	margin: 0;
	padding: 0 }
.recipe .time strong  {
	color: #b7aaa1;
	font-family: MuseoSlab500Italic, Arial, sans-serif, Helvetica;
	text-transform: lowercase }
.recipe .time span  {
	font-size: 10px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-right: 15px }
.recipe .left    {
	margin-top: 0;
	margin-right: 20px;
	width: 200px;
	float: left }
.recipe ul {
	margin: 10px 0; }
.recipe ul li {
	margin-bottom: 0;
	padding-bottom: 0; }
.recipe .left p  { }
.recipe strong  {
	color: #b7aaa1;
	font-weight: normal }
.recipe .right  {
	width: 340px;
	float: right }
.printbutton          {
	display: block;
	width: 125px;
	overflow: hidden;
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
	clear: right; }
.recipe .photo {
	width: 125px !important;
	height: 125px;
	margin-bottom: 5px;
	margin-left: 15px;
	}
.printbutton a.print img {
	vertical-align: middle;
	margin-right: 3px }
.printbutton a.print {
	text-decoration: none !important;
	}
.printbutton img, .postmeta img, .post h2 img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none }
.addthis_toolbox  {
	margin-top: 25px }
.addthis_toolbox a.addthis_button_google_plusone {
	display: inline;
	margin: 0;
	padding: 0;
	width: 80px }
.addthis_toolbox a.addthis_pill_style {
	margin-left: 20px }
.post .adspace {
	margin-bottom: 25px }
.postnav   {
	font-size: 11px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-bottom: 4px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f4 }
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle     {
	margin-top: 0;
	margin-bottom: 15px }
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost            {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	margin-right: 25px;
	width: 190px;
	float: left }
.last {
	margin-right: 0 }
.archivepost a  {
	text-decoration: none }
.archivepost .date           {
	color: #877162;
	font-size: 10px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: block;
	float: none }
.archivepost .title        {
	font-size: 16px;
	font-family: "MuseoSlab500Regular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 1px }
.archivepost .title a:hover, .archivepost a:hover  { }
.archivepost em      {
	color: #877162;
	font-size: 10px;
	font-family: "MuseoSlab500Regular", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	display: block;
	margin-top: 2px }
.relatedposts ul li:last-child {
	margin-right: 0 }
.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden }
.archiveslist li   {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	padding-left: 11px;
	width: 30%;
	float: left }
.archiveslist ul li      {
	color: #abb45a;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #6b6963;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #919394;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #abb45a }
.archiveslist a:active, .subcategories a:active   {
	color: #abb45a }
.archiveslist em     {
	color: #877162;
	font-size: 10.5px }
.subcategories li ul li {
	color: #abb45a;
	font-size: 13px;
	line-height: 18px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px }
.subcategories li ul {
	overflow: hidden;
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px }
.subcats    {
	margin-bottom: 40px }
.linkdirectory li.linkcat  {
	background-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 0 }
.linkdirectory h3     {
	color: #daa167 }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #877162;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #877162;
	text-decoration: none }
.linkdirectory a:hover {
	color: #abb45a;
	text-decoration: none }
.relatedposts  {
	margin-bottom: 5px }
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a    {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5 }
.tagindex a:link   {
	color: #919394;
	text-decoration: none }
.tagindex a:visited    {
	color: #877162;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #abb45a }
.tagtitle   {
	color: #877162;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #877162;
	font-family: "MuseoSlab500Regular", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #877162;
	font-size: 10px }
.tagtitle a:hover  {
	color: #abb45a }
.relatedposts   {
	margin-top: 40px;
	margin-right: -30px;
	margin-bottom: 40px;
	width: 620px }
.relatedposts ul, relatedposts ul li  {
	list-style-type: none }
/*----FORMS----*/
#submit, .submitbutton           {
	color: #fff;
	font-size: 15px;
	font-family: MuseoSlab300Regular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #abb45a;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 3px;
	border-style: none }
#submit:hover, .submitbutton:hover         {
	background-color: #d1848d }
.commentinput, .styledinput, .captchainput             {
	color: #877162;
	font-size: 12px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #f4f2f1;
	background-image: url("images/bg2.png");
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #fff }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #877162 }
.commentinput {
	width: 475px }
#searchform {
	width: 330px;
	overflow: hidden; }
.searchinput {
	color: #877162;
	padding: 5px 5px 5px 25px;
	width: 227px;
	height: 16px;
	float: left;
	border-style: none;
	vertical-align: middle;
	background: url(images/search.png) no-repeat 7px center #ece8e6;
	font: 12px/15px MuseoSlab500Regular, Arial, Helvetica, sans-serif;
}
.searchsubmit {
	color: #fff;
	font-size: 12px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-color: #c9bfba;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	cursor: pointer;
	padding: 3px 8px 4px;
	margin-left: -4px;
	vertical-align: middle;
	height: 26px;
	float: right;
	border-style: none }
.searchsubmit:hover {
	background-color: #daa167 }
.wpcf7-form   {
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	color: #abb45a;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #abb45a;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
#footer                                    {
	color: #b7aaa1;
	font-size: 10px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 0.25px;
	margin-top: 20px;
	padding-top: 15px }
.footernav {
	margin: 0;
	padding: 0;
	width: 70%;
	float: left }
.footernav li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav a:link, .footernav a:visited, .footernav a:active        {
	color: #b7aaa1;
	text-decoration: none }
.footernav a:hover        {
	color: #877162;
	text-decoration: none }
.copyright              {
	color: #877162;
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	color: #b7aaa1;
	font-size: 11px;
	font-family: MuseoSlab500Italic, Arial, sans-serif, Helvetica;
	font-style: normal;
	text-transform: lowercase;
	letter-spacing: 0 }
.copyright a:link, .copyright a:visited, .copyright a:active {
	color: #877162;
	text-decoration: none }
.copyright a:hover {
	color: #d1848d;
	text-decoration: none }
.subfooter     {
	text-align: center;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 1024px }
/*Comments*/
#comments, #pings            {
	color: #daa167;
	margin-top: 5px }
#respond             {
	color: #daa167;
	margin-top: 35px }
#commentlist           {
	font-size: 13px;
	line-height: 18px;
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 20px }
#commentlist li           {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin: 0 0 20px;
	padding: 0 10px 25px 60px;
	border-bottom: 1px none #f4f2f1 }
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#commentlist li.bypostauthor, #commentlist li.comment-author-simone63         {
	background-color: #fff;
	background-image: url("images/bg.png");
	padding: 13px 10px 13px 73px }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber  {
	color: #f4f2f1;
	font-size: 20px;
	font-family: MuseoSlab300Regular, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	float: right }
.commentmeta         {
	color: #877162;
	font-size: 11px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em  {
	color: #b7aaa1;
	font-size: 11px;
	font-family: MuseoSlab500Italic, Arial, sans-serif, Helvetica;
	font-style: normal;
	text-transform: lowercase }
.commentmeta a {
	color: #877162 }
.commentmeta strong           {
	color: #abb45a;
	font-size: 14px;
	font-weight: normal;
	text-transform: none }
.commentmeta strong a            {
	color: #abb45a;
	font-size: 14px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #abb45a;
	text-decoration: underline }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #877162;
	font-size: 11px;
	line-height: 15px;
	background-color: #eeebe8;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #877162;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #de656c;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #fff;
	background-color: #daa167 }
.commentnav .alignright a {
	color: #877162;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #de656c;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 13px 10px 13px 73px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a       {
	color: #abb45a;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #abb45a;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #abb45a;
	text-decoration: underline }
/*----PAGE NUMBERS----*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
#wp_page_numbers     {
	font-size: 11px;
	font-family: MuseoSlab500Regular, Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-top: 10px;
	width: 100%;
	height: 15px;
	clear: both }
.searchnavigation #wp_page_numbers {
	margin-top: 35px }
.searchnavigation-top #wp_page_numbers {
	margin-top: 25px;
	margin-bottom: 20px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a        {
	color: #877162;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
#wp_page_numbers li.space       {
	color: #877162;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover      {
	color: #fff;
	background-color: #abb45a }
#wp_page_numbers li.page_info        {
	color: #877162;
	text-transform: lowercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #daa167 }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #abb45a }

.hiddenpinimage { 
	opacity: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 0px; 
	width: 0px; 
}

@media screen and (max-width: 1023px) {
	#wrapper {
		padding: 0;
		width: 90%;
	}

	.social {
		display: none;
	}

	#content {
		width: 100%;
		float: none;
	}

	.teaserpost {
		width: 45%;
	}

	#sidebar {
		float: none;
    	margin: 40px auto 0;
    	display: block;
	}
}

@media screen and (max-width: 868px) {
	#nav ul li {
		margin-left: 0;
	}
}

@media screen and (max-width: 834px) {
	#nav ul li:first-child {
	    padding-left: 0;
	}
}

@media screen and (max-width: 834px) {
	#nav {
	    float: left;
	    margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.footernav {
		width: 100%;
	    text-align: center;
	}

	.copyright {
		width: 100%;
    	text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#nav {
		display: none;
	}

	.slicknav_menu {
		display: block;
		background: #abb45a !important;
		position: fixed;
    	width: 100%;
    	z-index: 10;
	}

	.slicknav_nav li {
		border-bottom: 1px solid #fff;
		padding: 5px;
	}

	.slicknav_nav a {
		font-size: 15px !important;
	    font-family: MuseoSlab300Regular, Arial, Helvetica, sans-serif !important;
	    line-height: 15px !important;
	    text-decoration: none !important;
	    text-transform: uppercase !important;
	    letter-spacing: 0.25px !important;
	}

	.slicknav_nav a:hover {
		background: #e5edcd !important;
	    border-radius: 0 !important;
	    color: #fff !important;
	    text-decoration: underline !important;
	}

	.slicknav_btn {
		background-color: transparent !important;
		text-shadow: none !important;
	}

	.slicknav_menu .slicknav_menutxt {
		text-shadow: none !important;
	}

	.slicknav_menu .slicknav_icon-bar {
		box-shadow: none !important;
	}

	h1.logo {
		margin-top: 15%;
	}

	.teaserpost {
		width: 100%;
	}

	.relatedposts {
		width: 100%;
	}

	.relatedposts .archivepost {
		width: 30%;
		margin-right: 3%;
	}
}

@media screen and (max-width: 688px) {
	.archivepost {
		margin-right: 3%;
		width: 31%;
	}

	.last {
	    margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	html {
		margin-top: 0 !important;
	}

	#wrapper {
		margin: 0 auto;
    	padding: 0;
	}

	.archives li {
		width: 100%;
    	margin-right: 0;
    	text-align: center;
    	margin-bottom: 25px;
	}
}

@media screen and (max-width: 425px) {
	.archiveslist li {
		width: 46%;
	}

	.archives {
		width: 50%;
    	margin: 0 auto;
	}

	.relatedposts .archives {
		width: 100%;
	}

	.relatedposts .archivepost {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 420px) {
	h1.logo {
		margin-top: 15%;
		float: none;
		text-align: center;
		width: 100%;
	}

	.recipe .photo {
		float: none;
		margin: 0 95px 10px;
	}

	.printbutton {
		float: none;
		margin: 0 auto 10px;
	}

	.wpcf7-form p {
		float: none;
    	text-align: left;
	}
}

@media screen and (max-width: 375px) {
	.archives {
		width: 60%;
	}

	.recipe .photo {
		margin: 0 75px 10px;
	}

	#searchform {
		width: 100%;
	}
}

@media screen and (max-width: 364px) {
	#sidebar {
		width: 100%;
	}

	.subscribe {
		background-size: contain;
	}
}

@media screen and (max-width: 356px) {
	.searchinput {
		width: 65%;
	}

	.searchsubmit {
		width: 25%;
	}
}

@media screen and (max-width: 320px) {
	.logo a img {
		width: 100%;
		height: auto;
	}

	.archives {
		width: 70%;
	}

	.recipe .photo {
		margin: 0 50px 10px;
	}
}