/* 
Theme Name: Simply Scratch
Theme URL: http://www.simplyscratch.com
Description: Custom theme for Simply Scratch.
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: #54595e;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	background-color: #fff;
	background-image: url("images/paper.png");
	margin: 0;
	padding: 0;
	position: relative }
a  {
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #3DAEB6;
	text-decoration: underline }
a:hover            {
	color: #77c6cc;
	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: #3daeb6;
	font-size: 25px;
	font-weight: lighter;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px }
h2   {
	color: #3daeb6;
	font-size: 22px;
	line-height: 22px }
h3                     {
	color: #3daeb6;
	font-size: 17px;
	line-height: 17px }
h4      {
	color: #878B8E;
	font-size: 15px;
	line-height: 15px }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper                                    {
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 20px 20px;
	width: 980px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.1);
	box-shadow: 0px 0px 4px rgba(0,0,0,.1)   }
.clear {
	clear: both }
/*Header*/
#header                                {
	text-align: center;
	margin: 0 auto -4px;
	padding-top: 12px;
	position: relative;
	z-index: 100;
	width: 1044px }
.sep           { }
/*Content*/
#content                          {
	margin-top: 20px;
	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: #878b8e;
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: inline;
	margin-top: 15px;
	width: 320px;
	float: right }
#topsidebar   { }
#leftsidebar       {
	margin-right: 20px;
	width: 140px;
	float: left }
#rightsidebar   {
	width: 160px;
	float: left }
.widget       {
	margin-bottom: 20px }
h3.widgettitle  {
	color: #54595e;
	font-size: 17px;
	line-height: 17px;
	background-image: url("images/sep.png");
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeedec }
.widget a:link, .widget a:visited, .widget a:active      {
	color: #878B8E;
	text-decoration: none }
.widget a:hover     {
	color: #3DAEB6;
	text-decoration: none }
.widget ul   { }
.widget ul li         {
	background-image: none;
	list-style-type: none;
	padding: 0 }
.widget p    {
	margin: 0 0 10px }
.widget_search {
	margin-bottom: 20px }
.ad {
	margin-bottom: 20px }
#leftsidebar select   {
	color: #878B8E;
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-color: #fff;
	padding: 3px 0 3px 3px;
	width: 137px;
	border: solid 1px #eeedec }
#rightsidebar select {
	color: #878B8E;
	font-size: 12px;
	line-height: 20px;
	background-color: #fff;
	padding: 3px 0 3px 3px;
	width: 157px;
	border: solid 1px #eeedec }
#leftsidebar ul li, #rightsidebar ul li {
	font-family: Museo500, Arial, Helvetica, sans-serif;
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-bottom: 2px;
	padding-left: 9px }
#sidebar .ad {
	background-image: url("images/bg.png");
	padding: 10px }
.social   {
	margin-top: -37px;
	float: right }
.social a     {
	background-image: url("images/icons.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px }
.social a.rss {
	background-position: 0 0 }
.social a.twitter {
	background-position: -18px 0 }
.social a.facebook {
	background-position: -36px 0 }
.social a.pinterest {
	background-position: -54px 0 }
.social a.gplus {
	background-position: -72px 0 }
.social a.instagram {
	background-position: -90px 0 }
.social a.rss:hover {
	background-position: 0 -18px }
.social a.twitter:hover {
	background-position: -18px -18px }
.social a.facebook:hover {
	background-position: -36px -18px }
.social a.pinterest:hover {
	background-position: -54px -18px }
.social a.gplus:hover {
	background-position: -72px -18px }
.social a.instagram:hover {
	background-position: -90px -18px }
.about { }
.about a:link, .about a:visited, .about a:active {
	color: #3daeb6 }
.about a:hover {
	color: #9ed6da }
.aboutimg {
	margin-top: 3px;
	float: right }
#sidebar .emailform    {
	color: #fff;
	font-size: 13px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 15px;
	background-color: #3daeb6;
	background-image: url("images/bluebg.png");
	margin-top: -10px;
	padding: 10px 5px 10px 10px;
	clear: both }
#sidebar .mailinglist p  {
	margin: 0 1px 5px 2px;
	padding: 0 }
#sidebar .mailinglist .emailinput   {
	color: #9ed6da;
	font-size: 13px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 27px;
	background-color: #fff;
	padding: 0 5px;
	width: 283px;
	height: 25px;
	vertical-align: middle;
	border-style: none }
#sidebar .mailinglist .emailinput:focus  {
	color: #3daeb6 }
#sidebar .mailinglist .emailsubmit   {
	color: #fff;
	font-size: 13px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 27px;
	background-color: #fa9e52;
	background-image: url("images/more.png");
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 0 -12px;
	padding: 5px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	border-style: none;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px }
#sidebar .mailinglist .emailsubmit:hover  {
	background-position: 0 -36px }
.recentposts  {
	font-size: 15px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 15px }
.recentposts h3 {
	margin-bottom: 13px }
.recentposts img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
	float: left }
.recentposts .title {
	display: table-cell;
	width: 230px;
	height: 60px;
	vertical-align: middle }
.recentposts ul li  {
	margin-top: 2px;
	margin-bottom: 8px;
	width: 300px;
	height: auto;
	min-height: 60px;
	overflow: hidden }
.recentposts strong {
	font-weight: normal }
.recentposts small  {
	color: #878B8E;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts em {
	color: #878B8E;
	font-style: normal;
	text-transform: lowercase }
.recentposts a, #sidebar .recentposts a {
	color: #3DAEB6 }
.recentposts a:hover, #sidebar .recentposts a:hover {
	color: #FA9E52 }
/*Post Styles*/
.post                 {
	margin-bottom: 40px }
h1.posttitle  {
	margin: 0 0 10px;
	padding: 0 }
h2.posttitle {
	margin: 0;
	padding: 0 }
.posttitle a {
	text-decoration: none }
.bubble a  {
	color: #878b8e;
	font-size: 12px;
	font-family: Museo500, 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: 20px;
	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: #878b8e;
	font-size: 11px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px }
.postmeta a  {
	color: #878b8e;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #3DAEB6;
	text-decoration: none }
.postcat     { }
.postmeta .ccount  { }
.postmeta .ccount a, .metabottom .ccount a  {
	background-image: url("images/comment.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 16px }
.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: #fa9e52;
	font-size: 17px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-decoration: none;
	background-image: url("images/more.png");
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	padding-right: 25px;
	height: 18px }
.post a.more-link:hover  {
	color: #3daeb6;
	background-position: right -18px }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #878b8e;
	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: #54595E }
.postthumb {
	margin-right: 20px;
	width: 220px;
	float: left }
.teaserpost  {
	margin-bottom: 30px;
	overflow: hidden }
.teaserpost .postmeta {
	padding-top: 20px }
.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: #878B8E;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #878B8E;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                         {
	color: #54595e;
	font-style: normal;
	background-color: #eff8f9;
	margin-bottom: 15px;
	padding: 30px;
	overflow: hidden;
	border: none }
.recipe h2                    {
	color: #3daeb6;
	margin-top: 0;
	margin-bottom: 10px }
.recipe h3                   {
	color: #878b8e;
	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: #878b8e;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source p   {
	color: #878b8e;
	font-size: 12.5px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
.recipe .time          {
	color: #58595b;
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 15px;
	padding: 2px 0;
	border-top: 1px solid #d8eff0;
	border-bottom: 1px solid #d8eff0 }
.recipe .time p {
	display: inline;
	margin: 0;
	padding: 0 }
.recipe .time strong {
	color: #878b8e;
	font-size: 11.5px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase }
.recipe .time span {
	margin-right: 15px }
.recipe .left   {
	font-size: 12.5px;
	line-height: 17px;
	margin-top: 0;
	margin-right: 20px;
	width: 200px;
	float: left }
.recipe .left p {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	display: list-item;
	margin-top: 5px;
	margin-bottom: 1px;
	padding-left: 12px }
.recipe .right  {
	width: 340px;
	float: right }
.recipe .photo {
	display: block;
	margin-bottom: 5px;
	width: 130px;
	height: 130px;
	float: right }
.printbutton        {
	margin-top: 0;
	margin-right: 0;
	position: relative;
	top: -10px;
	right: -5px;
	float: right }
.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 }
.innpostad {
	width: 300px;
	margin: 0 auto 50px;
	text-align: center; }
.postnav   {
	font-size: 11px;
	font-family: Museo500, 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: 20px;
	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: 20px;
	width: 140px;
	float: left }
.last {
	margin-right: 0 }
.archivepost img    {
	width: 140px;
	height: 140px }
.archivepost a  {
	text-decoration: none }
.archivepost .date           {
	color: #878B8E;
	font-size: 10px;
	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: 1px }
.archivepost .title a:hover, .archivepost a:hover  { }
.archivepost em      {
	color: #878B8E;
	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: #3DAEB6;
	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: #3DAEB6 }
.archiveslist a:active, .subcategories a:active   {
	color: #3DAEB6 }
.archiveslist em     {
	color: #878B8E;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #3daeb6;
	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: #878B8E }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #54595E;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #54595E;
	text-decoration: none }
.linkdirectory a:hover {
	color: #3DAEB6;
	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: #878B8E;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #3DAEB6 }
.tagtitle   {
	color: #878B8E;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #878B8E;
	font-family: "Museo500", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #878B8E;
	font-size: 10px }
.tagtitle a:hover  {
	color: #3DAEB6 }
.relatedposts   {
	margin-top: 40px;
	margin-right: -30px;
	margin-bottom: 40px;
	width: 620px }
.relatedposts ul, relatedposts ul li  {
	list-style-type: none }
.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: 16px;
	background-color: #3DAEB6;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 12px 3px;
	border-style: none;    }
#submit:hover, .submitbutton:hover        {
	background-color: #FA9E52 }
.commentinput, .styledinput, .captchainput            {
	color: #919394;
	font-size: 13px;
	font-family: Museo500, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	background-image: url("images/bg.png");
	margin-bottom: 7px;
	padding: 7px;
	border: solid 1px #fff }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #54595E }
.commentinput {
	width: 475px }
#content #searchform2      {
	width: 400px }
#content .searchinput     {
	color: #878b8e;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 29px;
	background-color: #fff;
	background-image: url("images/bg.png");
	padding: 3px 6px;
	width: 200px;
	height: 21px;
	vertical-align: middle;
	border-style: none }
#content .searchinput:focus   {
	color: #54595e }
#content .searchsubmit     {
	color: #fff;
	font-size: 13px;
	font-family: Museo500, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #878b8e;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 0 0 -3px;
	padding: 4px 7px;
	height: 27px;
	float: none;
	vertical-align: middle;
	border: solid 1px #878b8e }
#content .searchsubmit:hover   {
	color: #fff;
	background-color: #54595E;
	border-color: #54595E }
#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  {
	color: #3daeb6;
	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: #3daeb6;
	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: #fff;
	background-color: #3daeb6;
	background-image: url("images/bluebg.png");
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
	 }
#footer .wrap {
	margin-right: auto;
	margin-left: auto;
	width: 980px }
#footer a:link, #footer a:visited, #footer a:active      {
	color: #fff;
	text-decoration: none }
#footer a:hover      {
	color: #FA9E52 }
#footer .footerwidget  {
	margin-right: 30px;
	margin-bottom: 0;
	width: 300px;
	float: left }
#footer .footerwidget:last-child, #footer .ad  {
	margin-right: 0;
	float: right }
#footer h3.widgettitle  {
	color: #fff;
	background-image: url("images/sep2.png");
	border-bottom: 1px solid #64bec5 }
#footer .recentposts  {
	margin-bottom: 0;
	padding-bottom: 0 }
#footer .recentposts small, #footer .recentposts .wpp-date  {
	color: #9ed6da;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
#footer .recentposts em  {
	color: #9ed6da;
	font-style: normal;
	text-transform: lowercase }
#footer .recentposts a {
	color: #fff }
#footer .recentposts a:hover  {
	color: #9ed6da }
.subfooter {
	float: left }
.footernav    {
	font-size: 12px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	background-image: url("images/sep2.png");
	background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 20px 0 0;
	padding: 10px 0 4px;
	width: 630px;
	border-bottom: 1px solid #64bec5 }
.footernav li   {
	display: inline;
	margin: 0 15px 0 2px;
	padding: 0 }
.footernav li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright             {
	color: #9ed6da;
	font-size: 10px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	margin-top: 5px }
#footer .adspace    {
	background-image: url("images/truffles.png");
	background-repeat: no-repeat;
	background-position: 20px 5px;
	text-align: right;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 950px }
/*Comments*/
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 10px }
#commentlist li           {
	margin: 0 0 30px;
	padding: 0 10px 0 60px }
#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: #eeedec;
	font-size: 24px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #878B8E;
	font-size: 11px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #878B8E;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase }
.commentmeta a {
	color: #878B8E }
.commentmeta strong           {
	color: #3DAEB6;
	font-size: 14px;
	font-weight: normal;
	text-transform: none }
.commentmeta strong a            {
	color: #3DAEB6;
	font-size: 14px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #3DAEB6;
	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: #878B8E;
	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: #878B8E;
	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: #FA9E52 }
.commentnav .alignright a {
	color: #878B8E;
	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: #3DAEB6;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a       {
	color: #3DAEB6;
	font-size: 11px;
	text-decoration: none }
.thdrpy a:hover   {
	color: #3DAEB6;
	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: 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: #878B8E;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
#wp_page_numbers li.space       {
	color: #878B8E;
	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: #3DAEB6 }
#wp_page_numbers li.page_info        {
	color: #878b8e;
	text-transform: lowercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #FA9E52 }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #3DAEB6 }
/*PULLDOWN MENU*/
#nav              {
	color: #fff;
	font-size: 15px;
	font-family: Museo500, Arial, sans-serif, Helvetica;
	line-height: 21px;
	background-image: url("images/navbg.png");
	background-repeat: no-repeat;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	height: 38px;
	float: none;
	clear: both }
#nav ul   {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 }
#nav ul li   {
	margin: 0 5px 0 0;
	float: left }
#nav ul li a   {
	color: #fff;
	text-decoration: none;
	padding: 9px 15px 8px;
	float: left }
#nav ul li a:hover, #nav ul li:hover > a {
	color: #ffffff;
	background-color: #3DAEB6; }
#nav li ul a:hover, #nav ul li li:hover > a {
	color: #ffffff; }
#nav li ul    {
	font-size: 13px;
	letter-spacing: normal;
	background-color: rgb(61,174,182);
	background-color: rgba(61,174,182,.9);
	text-transform: lowercase;
	margin: 38px 0 0;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 200px }
#nav li:hover ul {
	left: auto }
#nav li ul a  {
	color: #ffffff;
	margin-right: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 170px;
	border-bottom: 1px solid #66BFC5;  }
#nav ul li li:hover > a, #nav ul li li a:hover  {
	color: #ffffff;
	background-color: #66BFC5 }
#nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 200px;
	background-color: #84BDD1; }
#nav li li ul a  {
	border-bottom: 1px solid #93C5D6;  }
#nav ul li li li:hover > a, #nav ul li li lia:hover {
	color: #ffffff;
	background-color: #93C5D6; }
#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 {
	margin-right: 30px;
	padding-top: 8px;
	width: 240px;
	height: 22px;
	float: right }
#nav .searchinput {
	color: #bbbdbf;
	font-size: 12px;
	font-family: Museo500, "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color: #58595b;
	padding: 1px 6px;
	width: 150px;
	height: 21px;
	vertical-align: middle;
	border-style: none }
#nav .searchinput:focus {
	color: #fff }
#nav .searchsubmit {
	color: #fff;
	font-size: 15px;
	font-family: Museo500, Arial, Helvetica, sans-serif;
	line-height: 23px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	border-style: none }
#nav .searchsubmit:hover {
	color: #fa9e52;
	border-color: #54595e }
