
/* 
Theme Name: Erica's Sweet Tooth
Theme URL: http://www.ericasweettooth.com
Description: Custom theme for Erica's Sweet Tooth.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.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: 'Museo500';
    src: url('museo500-regular-webfont.eot');
    src: url('museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('museo500-regular-webfont.woff') format('woff'),
         url('museo500-regular-webfont.ttf') format('truetype'),
         url('museo500-regular-webfont.svg#Museo500') format('svg');
    font-weight: normal;
    font-style: normal;

}

body                           {
	color: #5c5c5d;
	font-size: 14.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	background-color: #fff57c;
	background-image: url("images/bg.png");
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #ffa3be;
	text-decoration: underline }
a:hover             {
	color: #ffd600;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
h1, h2, h3, h4, h5              {
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px }
h1                        {
	color: #ffa3be;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px }
h2      {
	color: #ffa3be;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px }
h3                       {
	color: #ffa3be;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px }
h4        {
	color: #ffa3be;
	font-size: 18px;
	line-height: 18px;
	text-transform: lowercase }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper                                       {
	margin-right: auto;
	margin-left: auto;
	padding-left: 35px;
	padding-right: 35px;
	width: 980px;
	background: url("images/wrapper.png") repeat-y;
	overflow: hidden;
}
.clear {
	clear: both }
/*Header*/
#header {
	background: url("images/sep.png") no-repeat 0 104px;
 }
#header h1.logo    {
	float: left;
	margin: 0;
	margin-top: 11px;
	margin-bottom: 15px; }
.social  {
	float: right;
	overflow: hidden;
	margin-top: 40px;
	background: url("images/followme.png") no-repeat;
	padding-left: 110px;
}
.social a   {
	background-image: url("images/icons.png");
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 3px; }
.social a.rss {
	margin-left: 0 }
.social a.email  {
	background-position: -28px 0 }
.social a.twitter  {
	background-position: -56px 0 }
.social a.facebook  {
	background-position: -84px 0 }
.social a.pinterest  {
	background-position: -112px 0; }
.social a.instagram  {
	background-position: -140px 0;
	margin-right: 2px }
.social a.rss:hover  {
	background-position: 0px -28px; }
.social a.email:hover  {
	background-position: -28px -28px; }
.social a.twitter:hover  {
	background-position: -56px -28px; }
.social a.facebook:hover  {
	background-position: -84px -28px; }
.social a.pinterest:hover  {
	background-position: -112px -28px; }
.social a.instagram:hover  {
	background-position: -140px -28px; }

/*PULLDOWN MENU*/
#nav          {
	clear: both;
	margin-top: -25px;
	margin-bottom: 25px;
	padding-bottom: 2px;
	float: left;
	width: 100%;
	display: block;
	color: #b2b2aa;
	text-transform: uppercase;
	height: 38px;
	background: url(images/sep.png) no-repeat 0 bottom;
	font: 14px/38px Museo500, Arial, sans-serif, Helvetica;
	letter-spacing: 1px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li  {
	margin: 0;
	float: left;
	display: inline-block; }
#nav ul li a  {
	color: #b2b2aa;
	text-decoration: none;
	padding: 0px 15px;
	float: right }
#nav ul li a:hover, #nav ul li:hover > a {
	color: #ffa3be; }
#nav li ul a:hover, #nav ul li li:hover > a {
	color: #ffffff; }
#nav li ul   {
	font-size: 13px;
	background-color: #ffffff;
	background-color: rgba(255,255,255,.9);
	text-transform: lowercase;
	margin: 35px 0 0;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 200px;
	letter-spacing: normal;
	line-height: 24px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,.1);
	 }
#nav li:hover ul {
	left: auto }
#nav ul li ul li {
	margin-left: 0;
}
#nav li ul a  {
	color: #ffa3be;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 170px;
	border-bottom: 1px solid #f6f6f5;  }
#nav ul li li:hover > a, #nav ul li li a:hover {
	color: #ffffff;
	background-color: #ffa3be; }
#nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 200px;
	background-color: #ffa3be; }
#nav li li ul a  {
	border-bottom: 1px solid #d4d4d0;  }
#nav ul li li li:hover > a, #nav ul li li lia:hover {
	color: #ffffff;
	background-color: #ffa3be; }
#nav li li:hover ul {
	visibility: visible }
#nav ul ul li:last-child > a  {
	border-bottom: none }
#nav ul ul ul li:first-child > a { }
#nav #searchform {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: -1px;
}
.searchinput {
	background-color: #f2f2f0;
	border: none;
	width: 150px;
	color: #b2b2aa;
	font: 12px/20px Museo500, Arial, sans-serif, Helvetica;
	vertical-align: middle;
	padding: 3px;
}
.searchsubmit {
	vertical-align: middle;
	color: #b2b2aa;
	text-transform: uppercase;
	height: 38px;
	font: 14px/38px Museo500, Arial, sans-serif, Helvetica;
	letter-spacing: 1px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.searchsubmit:hover {
	cursor: pointer;
	color: #ffa3be;
}
/*Content*/
#content                             {
	margin-bottom: 30px;
	width: 630px;
	float: left }
.pagecontent h1.pagetitle, h2.archivetitle   {
	margin-top: 0 }
.pagecontent ul  {
	margin-top: 0;
	margin-bottom: 15px }
.pagecontent ul li  {
	padding-bottom: 5px;
	padding-left: 11px }
/*Sidebar*/
#sidebar                   {
	color: #5c5c5d;
	font-size: 12px;
	line-height: 16px;
	display: inline;
	position: relative;
	z-index: 10;
	width: 320px;
	float: right;
	margin-top: 5px; }
#topsidebar   { }
#leftsidebar          {
	font-family: Museo500, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	width: 140px;
	float: left }
#rightsidebar     {
	font-family: Museo500, Arial, Helvetica, sans-serif;
	width: 160px;
	float: left }
#lowersidebar   { 
	clear: both;
	width: 320px;
}
.widget        {
	margin-bottom: 20px }
h3.widgettitle    {
	background: url("images/sep.png") no-repeat bottom;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 7px;
	padding-bottom: 5px }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #b2b2aa;
	text-decoration: none }
.widget a:hover     {
	color: #ffa3be;
	text-decoration: none }
.widget ul   { }
.widget ul li           {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0 0 0 9px }
.widget ul li:nth-child(even)       {
	background-image: url("images/bullet2.png"); }
.widget p    {
	margin: 0 0 10px }
.widget_search {
	margin-bottom: 20px }
#sidebar .ad { }
#topsidebar .ad, #lowersidebar .ad { 
	background: #f2f2f0;
	padding: 10px;
}
#leftsidebar select     {
	color: #b2b2aa;
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 3px 0 3px 3px;
	width: 137px;
	border: 1px solid #eeedec;  }
#rightsidebar select   {
	color: #b2b2aa;
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 3px 0 3px 3px;
	width: 147px;
	border: 1px solid #eeedec; }
#leftsidebar .widget, #rightsidebar .widget {
	margin-bottom: 30px }
.about {
	font-size: 11.5px;
	line-height: 15px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	background: #ffa3be url('images/about.jpg') no-repeat right 12px;
	color: #ffffff;
	padding: 13px;
	padding-top: 8px;
	padding-bottom: 12px;
}
.about h3 {
	background: url('images/welcome.png') no-repeat;
	text-indent: -9999px;
	width: 206px;
	height: 26px;
	font-size: 1px;
	color: #ffa3be;
	margin: 0;
}
.about p {
	margin: 0;
	margin-right: 70px;
	margin-top: -5px;
}
.about a:link, .about a:visited, .about a:active {
	color: #5c5c5d;
}
.about a:hover {
	color: #ffffff;
}
.emailform  {
	color: #ffa3be;
	margin-top: -5px;
	clear: both;
	font: 13px/15px Museo500, Arial, Helvetica, sans-serif;
}
.emailinput {
	color: #b2b2aa;
	background-color: #fff;
	padding: 0 5px 1px;
	width: 225px;
	height: 25px;
	border: 1px solid #edecec;
	border-right: none;
	font: 13px/27px Museo500, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.emailinput:focus {
	color: #5c5c5d }
.emailsubmit {
	color: #fff;
	background-color: #ffd600;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: -3px;
	padding: 0 5px 0 6px;
	height: 28px;
	float: right;
	border-style: none;
	font: 13px/25px Museo500, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.emailsubmit:hover {
	background-color: #5c5c5d }
#sidebar #searchform  {
	background-image: url("images/bg.png");
	height: 28px }
#sidebar .searchinput  {
	color: #ffa3be;
	font-size: 13px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: transparent;
	padding: 7px 3px 7px 8px;
	width: 245px;
	vertical-align: middle;
	border-style: none }
#sidebar .searchsubmit  {
	margin: 0 3px 0 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
	float: right }
#sidebar .searchsubmit:active  {
	position: relative;
	top: 1px }
.widget_featured_entries ul li {
	background-image: none;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
#leftsidebar .widget_featured_entries ul li img {
	width: 140px;
	height: 140px;
}
#rightsidebar .widget_featured_entries ul li img {
	width: 160px;
	height: 160px;
}
/*Post Styles*/
.post                  {
	margin-bottom: 40px;
	padding-bottom: 13px }
.posttitle {
	text-decoration: none }
.posttitle h2 {
	color: #ffa3be;
	margin: 0;
	padding: 0;
	text-transform: lowercase; }
.posttitle h2 a  {
	color: #ffa3be;
	text-decoration: none }
.posttitle h2 a:hover  {
	color: #ffd600 }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta                {
	color: #5c5c5d;
	font-size: 10.5px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 10px }
.postmeta em   {
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b2b2aa;
	letter-spacing: normal;
	text-transform: lowercase;}
.postmeta a                {
	color: #5c5c5d;
	text-decoration: none;
	}
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #ffa3be;
	text-decoration: none }
.ccount     {
	background-image: url("images/comment.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
	display: inline;
	margin-left: 10px;
	padding-left: 15px }
.metabottom                    {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	padding-top: 8px;
	margin-top: 15px;
	overflow: hidden }
.metabottom .left      {
	line-height: 15px;
	width: 70%;
	float: left }
.metabottom .right      {
	line-height: 15px;
	text-align: right;
	width: 30%;
	float: right }
.post a.more-link       {
	color: #ffd600;
	font-size: 21px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 26px;
	text-decoration: none;
	background-image: url("images/more.png");
	background-repeat: no-repeat;
	background-position: right 0px;
	text-transform: lowercase;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 33px;
	height: 28px }
.post a.more-link:hover {
	color: #ffd600;
	background-position: right -28px }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #b2b2aa;
	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: #5c5c5d }
.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: 630px }
.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: #b2b2aa;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #b2b2aa;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	font-style: normal;
	margin-bottom: 15px;
	padding: 30px;
	overflow: hidden;
	border: none;
	background: url(images/bg2.png) #ffe4ec;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}
.recipe h2                     {
	color: #ffa3be;
	font-size: 26px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 10px }
.recipe h3                    {
	color: #ffa3be;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	clear: left; }
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .recipemeta, .recipe .summary   {
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .notes  {
	color: #ffd1de;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source p   {
	color: #ffd1de;
	font-size: 12.5px;
	line-height: 14px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time            {
	color: #5c5c5d;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-right: 140px;
	padding: 8px 0 8px 3px;
	font: 11px/15px Museo500, Arial, Helvetica, sans-serif;
	background: url('images/sep2.png') repeat-x bottom, url('images/sep2.png') repeat-x top;
}
.recipe .time p {
	display: inline-block;
	margin: 0;
	padding: 0 }
.recipe .time strong   {
	letter-spacing: normal;
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	color: #ffa3be;
	font-weight: normal }
.recipe .time span  {
	margin-right: 15px }
.recipe .left  {
	margin-bottom: 25px }
.recipe .photo {
	display: block;
	margin-bottom: 5px;
	width: 130px;
	height: 130px;
	float: right }
p.printbutton          {
	font-size: 11px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: 10px;
	float: right;
	display: block; }
.printbutton a {
	display: inline-block;
	text-decoration: none;
	color: #ffa3be;
}
.printbutton a:hover {
	color: #ffffff;
}
.printbutton img {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -2px;
}
.printbutton img, .postmeta img, .post h2 img {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none }
.addthis_toolbox  {
	margin-top: 25px;
	margin-bottom: 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 }
.addthis_toolbox span.h3 {
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #b2b2aa;
}
.innerpostads {
	overflow: hidden;
}
.innerpostads .adspace {
	width: 300px;
	margin-bottom: 60px;
	margin-right: 15px;
	margin-left: 15px;
	float: left; }
.innerpostads .adspace:last-child {
}
.postnav {
	overflow: hidden;
	margin-top: -25px;
	margin-bottom: 15px;
}
.postnav a       {
	color: #ffa3be;
	font-size: 18px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
	background-image: url("images/prevnext.png");
	background-repeat: no-repeat;
	text-transform: lowercase;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-top: 0px;
	height: 24px }
.postnav .prevpost a {
	float: left;
	text-align: left;
	padding-left: 20px;
	background-position: left 0px;
}
.postnav .nextpost a {
	float: right;
	text-align: right;
	padding-right: 20px;
	background-position: right -40px;
}
.postnav .prevpost a:hover     {
	color: #ffc9d2;
	background-position: left -20px }
.postnav .nextpost a:hover     {
	color: #ffc9d2;
	background-position: right -60px }
.teaserpost {
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-bottom: 25px;
	padding-bottom: 40px;
	overflow: hidden }
.teaserpost .postthumb  {
	margin-top: 10px;
	margin-right: 20px;
	width: 240px;
	float: left }
.teaserpost h2 {
	font-size: 21px;
	line-height: 23px;
}
.teaserpost .postcontent {
	padding-top: 30px }
.teaserpost p {
	
}
.teaserpost  a.more-link       {
	font-size: 18px;
	line-height: 23px;
	background-image: url("images/moresm.png");
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: 29px;
	height: 25px }
.teaserpost  a.more-link:hover {
	color: #ffd600;
	background-position: right -25px }
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle     {
	font-size: 20px;
	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: 30px;
	width: 190px;
	float: left }
.last {
	margin-right: 0 }
.archivepost img     {
	width: 190px;
	height: 190px }
.archivepost a  {
	text-decoration: none }
.archivepost .date           {
	color: #b2b2aa;
	font-size: 11px;
	font-family: "Museo500", 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: "Museo500", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 2px }
.archivepost .title a:hover, .archivepost a:hover   {
	color: #ffa3be }
.archivepost em      {
	color: #b2b2aa;
	font-size: 10px;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	display: block;
	margin-top: 2px }
.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: #ffa3be;
	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: #ffa3be }
.archiveslist a:active, .subcategories a:active   {
	color: #ffa3be }
.archiveslist em     {
	color: #b2b2aa;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #ffa3be;
	font-size: 13px;
	line-height: 18px;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 9px }
.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: #b2b2aa }
.linkdirectory li ul li  {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	padding-bottom: 0;
	padding-left: 9px; }
.linkdirectory a:link {
	color: #ffa3be;
	text-decoration: none }
.linkdirectory a:visited {
	color: #ffd600;
	text-decoration: none }
.linkdirectory a:active {
	color: #ffa3be;
	text-decoration: none }
.linkdirectory a:hover {
	color: #ffd600;
	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;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	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: #b2b2aa;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #ffa3be }
.tagtitle   {
	color: #b2b2aa;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #b2b2aa;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #b2b2aa;
	font-size: 10px }
.tagtitle a:hover  {
	color: #ffa3be }
.relatedposts    {
	margin: 0;
	margin-top: 40px;
	margin-bottom: 60px; }
.relatedposts ul {
	margin: 0;
	padding: 0;
}
.relatedposts ul, relatedposts ul li  {
	list-style-type: none;
	margin: 0;
	padding: 0; }
.relatedposts ul.archives li.archivepost:last-child {
	margin-right: 0px;
}
.recipecats  {
	font-size: 15px;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden }
.recipecats li {
	text-align: center;
	list-style-type: none;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 140px;
	float: left }
.recipecats li img {
	margin-bottom: 3px }
.recipecats li:nth-child(4n+4) {
	margin-right: 0 }
.recipecats li:nth-child(4n+5) {
	clear:left; }
.recipecats li .recipetitle { }
.recipecats li .icon { }
.recipecats a {
	text-decoration: none }
/*Search*/
.searchpost   {
	margin-bottom: 20px;
	height: 140px;
	overflow: hidden }
.searchpost .postthumb  {
	margin-right: 20px;
	width: 140px;
	height: 140px;
	float: left }
.searchpost .postthumb img { }
.searchpost .post    {
	padding-top: 3px;
	width: 400px;
	float: left }
.searchpost .post h2   {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 4px;
	padding: 0 }
.searchpost .post p   {
	font-size: 11.5px;
	line-height: 15px;
	margin: 0 0;
	padding: 0 }
.searchpost .post p.excerptmore {
	margin-top: 12px }
.searchpost a.more-link {
	font-size: 12px }
/*----FORMS----*/
#submit, .submitbutton           {
	color: #fff;
	font-size: 16px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	background-color: #ffa3be;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 3px 12px;
	border-style: none }
#submit:hover, .submitbutton:hover         {
	background-color: #ffc9d2 }
.commentinput, .styledinput, .captchainput             {
	color: #b2b2aa;
	font-size: 13px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 7px;
	background-color: #f1f1ef;
	padding: 7px;
	border-style: none }
.commentinput:focus, .styledinput:focus, .captchainput:focus        {
	color: #5c5c5d }
.commentinput {
	width: 475px }
#content #searchform2      {
	width: 400px }
#content .searchinput      {
	padding: 5px;
	width: 230px;
 }

#content .searchsubmit:active {
	position: relative;
	top: 1px }
.wpcf7-form    {
	font-family: Museo500, Arial, Helvetica, sans-serif;
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p   {
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #ffa3be;
	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: #ffd1de;
	background: url(images/sep2.png) repeat-x 0 5px #ffa3be;
	padding-top: 10px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	width: 100%;
	overflow: hidden;
	font: 14px Museo500, Arial, Helvetica, sans-serif;
}
#footer .wrap  {
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding-left: 35px;
	padding-right: 35px; }
#footer a:link, #footer a:visited, #footer a:active        {
	color: #ffd1de;
	text-decoration: none }
#footer a:hover        {
	color: #ffffff }
#footer .footerwidget     {
	margin-top: 15px;
 }
#footer .footerwidget h3 {
	color: #ffd1de;
	float: left;
	width:100px;
	text-transform: none;
	font-size: 21px;
	line-height: 24px;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	background-image: none;
}
.popular-posts span {
	display: block;
	width: 135px;
	height: 135px;
	float: left;
	margin-left: 10px;
}
.subfooter  {
	background: url(images/sep2.png) repeat-x;
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 8px;
	overflow: hidden;
	float: none;
	clear: both; }
.footernav       {
	width: 70%;
	float: left;
	text-transform: lowercase; }
.footernav li    {
	display: inline;
	margin: 0 15px 0 1px;
	padding: 0 }
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright               {
	text-align: right;
	font-size: 11px;
	width: 30%;
	float: right }
#footer .adspace    {}
/*Comments*/
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	background: url(images/sep.png) no-repeat 0 top;
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 30px }
#commentlist li           {
	margin: 0 0 20px;
	padding: 0 10px 20px 60px;
	background: url(images/sep.png) no-repeat 0 bottom;
}
#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 p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #eeedec;
	font-size: 24px;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right }
.commentmeta          {
	color: #b2b2aa;
	font-size: 11px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #b2b2aa;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase }
.commentmeta a {
	color: #b2b2aa }
.commentmeta strong           {
	color: #ffa3be;
	font-size: 15px;
	font-weight: normal;
	text-transform: none }
.commentmeta strong a            {
	color: #ffa3be;
	font-size: 15px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #ffa3be;
	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: #ffa3be;
	background-image: url("images/bg.png");
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 4px 10px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
}
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #b2b2aa;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #ff93a5; }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #ffd1de; }
.commentnav .alignright a {
	color: #b2b2aa;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #ffd1de;
	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 0 73px;
	background: none; }
#cancel_reply, #cancel_reply a       {
	color: #ffa3be;
	font-size: 11px;
	font-weight: bold }
.thdrpy a       {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #b2b2aa;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 3px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #fff;
	background-color: #6c6e70;
	text-decoration: none }
/*----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: Museo500, 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: #b2b2aa;
	padding: 3px 5px;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #b2b2aa;
	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: #ffa3be }
#wp_page_numbers li.page_info         {
	color: #5c5c5d;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #ffa3be }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #ffa3be }
/*Contact Form Styles*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
color: #ffffff;
background-color: #ffffff;
text-align: center;
}

div.wpcf7-mail-sent-ng {
color: #ffffff;
background-color: #ffa3be;
text-align: center;
}

div.wpcf7-spam-blocked {
color: #ffffff;
background-color: #ffa3be;
text-align: center;
}

div.wpcf7-validation-errors {
	color: #ffffff;
	background-color: #ffa3be;
	text-align: center;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	display: block;
	background-color: transparent;
	color: #ffa3be;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 2px;
	width: 300px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}