/* 
Theme Name: Sweet Pea's Kitchen
Theme URL: http://www.sweetpeaskitchen.com
Description: Custom theme for Sweet Pea's Kitchen.
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: 'ProximaNovaRegular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('proximanova-semibold-webfont.eot');
    src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-semibold-webfont.woff') format('woff'),
         url('proximanova-semibold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

body                     {
	color: #4d5053;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #93d9dc;
	background-image: url("images/bg.png");
	margin: 0;
	padding: 0; }
a  {
	text-decoration: none }
a:link, a:visited, a:active          {
	color: #00a5ac;
	text-decoration: underline }
a:hover           {
	color: #8ac43e;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 12px }
h1, h2, h3, h4, h5              {
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px }
h1                   {
	color: #00a5ac;
	font-size: 28px;
	font-weight: lighter;
	line-height: 28px }
h2 {
	color: #00a5ac;
	font-size: 28px;
	line-height: 28px }
h3                   {
	color: #8ac43e;
	font-size: 20px;
	line-height: 20px; }
h4     {
	color: #8ac43e;
	font-size: 20px;
	line-height: 20px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper                               {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.15); }
.clear {
	clear: both }
/*Header*/
#header                           {
	margin: auto;
	width: 1020px;
	position: relative;
	margin-top: 40px;
	padding-top: 35px;
	background-image: url("images/folds.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-bottom: 12px;
}
#header h1.logo          {
	float: left;
	margin: 0;
	position: absolute;
	margin-top: -65px;
	margin-left: 30px;
	z-index: 100;
}
.headerad {
	text-align: center;
	margin-left: 265px;
	margin-top: 15px;
	margin-bottom: -60px;
}
.sep          {
 }
/*Content*/
#content                      {
	width: 590px;
	float: left;
	margin-left: 30px;
	padding-top: 16px; }
.pagecontent, .singlepost {
	padding-top: 45px }
.pagecontent h2.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            {
	font-size: 14px;
	line-height: 20px;
	display: inline;
	width: 320px;
	float: right;
	margin-right: 30px;
	margin-top: 17px; }
h3.widgettitle         {
	margin-top: 0;
	margin-bottom: 12px;
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #8ac43e;
	border-bottom: 5px solid #8ac43e;
	 }
#topsidebar   { 
	margin-bottom: 30px;
}
#leftsidebar      {
	margin-right: 20px;
	width: 140px;
	float: left }
#rightsidebar   {
	width: 160px;
	float: left }
#leftsidebar h3.widgettitle, #rightsidebar h3.widgettitle         {
	font-size: 20px;
	line-height: 20px;
	 }
.widget      {
	margin-bottom: 20px }
.widget a:link, .widget a:visited, .widget a:active     {
	color: #4d5053;
	text-decoration: none }
.widget a:hover     {
	color: #00a5ac;
	text-decoration: none }
.widget ul   { }
.widget ul li         {
	list-style-type: none;
	padding: 0;
}
#leftsidebar .widget ul li {
	background: url(images/bullet.png) no-repeat 0 7px;
	padding-left: 9px;
	margin-bottom: 8px;
	line-height: 18px;
}
.widget p, #footer p   {
	margin-top: 6px;
	margin-bottom: 2px }
#searchform {
	background-color: #fff;
	width: 100%;
	height: 33px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dbdcdc;
}
.searchinput {
	color: #4d5053;
	font: 13px ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #949697;
	padding: 8px 8px 8px 10px;
	width: 200px;
}
.searchinput:focus  {
	color: #4d5053 }
.searchsubmit  {
	color: #949697;
	font-size: 15px;
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	padding: 7px;
	float: right;
	border-style: none }
.searchsubmit:hover {
	color: #8ac43e }
.searchsubmit:active {
	position: relative;
	top: 1px }
.aboutimg {
	margin-left: 10px;
	float: right;
}
.about {
	margin-bottom: 15px;
}
.social a, .about .social a {
	color: #00a5ac;
	font-size: 13px;
	text-transform: lowercase;
	margin-right: 18px;
}
.social a.last {
	margin-right: 0px;
}
.social a:hover, .about .social a:hover {
	color: #8ac43e;
}
.social {
	margin-top: 13px;
	text-align: center;
}
.social img {
	vertical-align: middle;
	margin-right: 1px;
}
.subscribe {
	background-color: #00a5ac;
	padding: 18px 22px 22px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
} 
.subscribe h3 {
	color: #ffffff;
	border-bottom: none;
	font-size: 22px;
	line-height: 19px;
	margin: 0;
	margin-bottom: 10px;
}
.subscribe h3 em {
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #8ac43e;
	font-style: normal;
}
.subscribe .emailform {
	margin-top: 10px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 33px;
}
.subscribe .emailform .emailinput {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 8px 8px 8px 12px;
	width: 180px;
	color: #4d5053;
	font: 13px ProximaNovaRegular, Arial, Helvetica, sans-serif;
}
.subscribe .emailform .emailsubmit {
	background-color: #8ac43e;
	border: none;
	margin: 0;
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	padding: 0px 10px;
	height: 33px;
	line-height: 33px;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.subscribe .emailform .emailsubmit:hover {
	background-color: #4d5053;
}
#footer .subscribe  .emailform .emailinput {
	width: 150px;
}
#footer .subscribe  .emailform .emailinput {
	width: 155px;
}
.recentposts {
	font-size: 14px;
	line-height: 14px }
.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-bottom: 11px;
	width: 300px;
	height: auto;
	min-height: 60px;
	overflow: hidden }
.recentposts strong {
	font-weight: normal }
.recentposts small {
	font: 12px ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	color: #4d5053;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts a, #sidebar .recentposts a {
	color: #00a5ac }
.recentposts a:hover, #sidebar .recentposts a:hover {
	color: #8ac43e }
#topsidebar .ad {
	background-color: #ededed;
	text-align: center;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#leftsidebar select, #rightsidebar select {
	color: #4d5053;
	font: 12.5px ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 3px 3px 3px 3px;
	width: 127px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dbdcdc }
#leftsidebar .widget, #rightsidebar .widget      {
	margin-bottom: 30px }
.popularposts {
}
.popular {
	display: block;
	margin-bottom: 10px;
}
/*Post Styles*/
.post { }
.post h2             {
	margin: 0 0 12px;
	padding: 0;
	vertical-align: middle }
.post h2, a.h2, h2 a:link, h2 a:visited, h2 a:active           {
	color: #00a5ac;
	text-decoration: none }
.post h2 a:hover           {
	color: #8ac43e;
	text-decoration: none }
.post .edit {
	text-transform: lowercase;
	letter-spacing: 0 }
.postmeta        { 
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	}
.postmeta, .postmeta a         {
	color: #4d5053;
	text-decoration: none }
.metabottom, .metabottom a {
	color: #4d5053;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #00a5ac;
	text-decoration: none }
.postmeta .ccount {
	float: right }
.postmeta .ccount a, .metabottom .ccount a {
	background-image: url("images/comment.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 14px }
a.post-edit-link {
	color: #ffffff;
	background-color: #949697;
	text-transform: uppercase;
	padding: 0 3px 1px;
	font: 9px ProximaNovaSemibold, Arial, Helvetica, sans-serif;
}
a.post-edit-link:hover {
	background-color: #4d5053;
	color: #ffffff;
}
.metabottom               {
	color: #4d5053;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 3px;
	border-top: 4px solid #8ac43e }
.postnav {
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
	border-top: 1px solid #f3f3f4;
	border-bottom: 1px solid #f3f3f4 }
.metabottom em {
	color: #949697;
	text-transform: lowercase }
.metabottom .left     {
	line-height: 20px;
	width: 60%;
	float: left }
.metabottom .right     {
	line-height: 20px;
	text-align: right;
	width: 40%;
	float: right }
.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: 590px }
.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: #949697;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #949697;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	border: none;
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(images/recipebg.png) #e4e4e5;
}
.recipe a {
	color: #949697;
}
.recipe a:hover {
	color: #00a5ac;
}
.recipe h2                     {
	color: #8ac43e;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 28px; }
.recipe h3                    {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: left;
	color: #00a5ac;}
.recipe p        {
	margin-top: 5px;
	margin-bottom: 12px }
.recipe .left strong, .recipe .right strong {
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.recipe .left h3 {
	margin-right: 160px;
}
.recipe .summary p  {
	margin: 0;
	margin-top: -5px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 17px;
	clear: left;
	font-style: italic; }
.recipe .recipebuttons {
	display: block;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 120px;
	float: right; }
.recipe .recipebuttons a {
	color: #4d5053;
	text-decoration: none;
	font-size: 11px;
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: 3px;
}
.recipe .recipebuttons a.save {
	margin-left: 10px;
}
.recipe .recipebuttons a:hover {
	color: #00a5ac;
}
.recipe .recipebuttons a img {
	vertical-align: top;
	margin-top: 0px;
}
.recipe .recipebuttons .photo {
	width: 120px;
	height: 120px;
	margin-bottom: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.recipe .time { 
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin-top: 15px;
	color: #949697;
	border-top: 3px solid #dbdcdc;
	border-bottom: 3px solid #dbdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 130px;
}
.recipe .time p { 
	display: inline;
	margin: 0;
	margin-right: 15px;
}
.recipe .time strong  {
	color: #4d5053;
	font-size: 11px;
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase }

.recipe .ingredients {
	margin-bottom: 15px }
.recipe .notes  {
	color: #949697;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .source p   {
	color: #949697;
	font-size: 11px;
	font-style: italic;
	margin-top: 1px;
	margin-bottom: 0px;
	clear: left }
.post .adspace {
	margin-bottom: 45px;
	text-align: center; }
/*Teaser Post Styles*/
.teaserpost {
	overflow: hidden;
}
.teaserpost .postthumb {
	margin-right: 20px;
	float: left }
.teaserpost  {
	padding-bottom: 30px }
.teaserpost .postthumb img  {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle   {
	margin-bottom: 15px;
	margin-top: 45px; }
.archives       {
	margin-top: 5px;
	margin-right: -40px;
	margin-bottom: 15px;
	width: 660px;
	clear: left;
	overflow: hidden }
.archivepost          {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin-right: 20px;
	width: 180px;
	float: left }
.archivepost img  {
	width: 180px;
	height: 180px }
.archivepost a  {
	text-decoration: none }
.archivepost .date          {
	color: #949697;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	display: block;
	float: none }
.archivepost .title        {
	font-size: 16px;
	font-family: ProximaNovaRegular, 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: #949697;
	font-size: 10px;
	font-family: ProximaNovaRegular, 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: #00a5ac;
	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: #00a5ac }
.archiveslist a:active, .subcategories a:active   {
	color: #00a5ac }
.archiveslist em     {
	color: #949697;
	font-size: 10.5px }
.subcategories li ul li {
	color: #00a5ac;
	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: #949697 }
.linkdirectory li ul li  {
	list-style-type: none }
.linkdirectory a:link {
	color: #4d5053;
	text-decoration: none }
.linkdirectory a:visited {
	color: #888685;
	text-decoration: none }
.linkdirectory a:active {
	color: #4d5053;
	text-decoration: none }
.linkdirectory a:hover {
	color: #00a5ac;
	text-decoration: none }
.relatedposts {
	margin-bottom: 25px }
.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: #949697;
	text-decoration: none }
.tagindex a:active   {
	color: #919394;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #00a5ac }
.tagtitle   {
	color: #949697;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #949697;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #949697;
	font-size: 10px }
.tagtitle a:hover  {
	color: #00a5ac }
.relatedposts  {
	margin-top: 40px;
	margin-bottom: 40px }
.relatedposts ul, relatedposts ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 }
/*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: 13px;
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	background-color: #00a5ac;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 5px;
	padding: 7px 12px 7px;
	border-style: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px     }
#submit:hover, .submitbutton:hover        {
	background-color: #8ac43e }
.commentinput, .styledinput, .captchainput           {
	background-color: #fff;
	border: 1px solid #dbdcdc;
	color: #4d5053;
	padding: 7px 10px;
	font: 13px ProximaNovaRegular, Arial, Helvetica, sans-serif;
	background-color: transparent;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.commentinput:focus, .styledinput:focus, .captchainput:focus      {
	color: #4d5053;
	background-color: #f3f3f4 }
.commentinput {
	width: 475px }
.label  {
	margin-bottom: 2px }
.wpcf7-form  { }
.wpcf7-form .formfield {
	margin-bottom: 10px;
}
.wpcf7-form .styledinput {
	width: 350px }
.wpcf7-form .captchainput { }
.wpcf7 p {
	margin: 0;
	padding: 0 }
/*Footer*/
#footer {
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	width: 1020px;
	overflow: hidden;
	background-color: #4d5053;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,.2) }
.footerfold {
	width: 1020px;
	margin: 0 auto;
	background-image: url("images/folds2.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 12px;
}.footerwrap {
	margin: 30px;
	margin-bottom: 15px;
	margin-top: 25px;
}
.footerwrap .footerwidget {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.footerwrap .footerwidget:nth-child(3), #text-17 {
	margin-right: 0;
	padding-top: 5px;
}
#footer a:link, #footer a:visited, #footer a:active     {
	color: #949697;
	text-decoration: none }
#footer a:hover     {
	color: #00a5ac }
#footer .recentposts small {
	color: #949697; }
#footer  .recentposts a {
	color: #00a5ac }
#footer  .recentposts a:hover {
	color: #8ac43e }
#footer .subscribe {
	background-color: #5f6264;
	color: #949697;
} 
#footer .subscribe p{
	color: #949697;
}
#footer  .subscribe h3 em {
	color: #00a5ac }
#footer .subscribe  .emailform .emailinput {
	width: 155px;
}
#footer .subscribe  .emailform .emailinput {
	width: 155px;
}
#footer .social a {
	color: #00a5ac;
	font-size: 13px;
	text-transform: lowercase;
	margin-right: 10px;
}
#footer .social a.last {
	margin-right: 0px;
}
#footer .social a:hover {
	color: #8ac43e;
}
.subfooter {
	clear: both;
	border-top: 5px solid #5f6264;
	margin-top: 20px;
}
.footerpages {
	width: 70%;
	float: left }
.footerpages li {
	text-transform: lowercase;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 }
.footerpages li img {
	margin-top: -2px;
	vertical-align: middle }
.copyright          {
	color: #949697;
	text-align: right;
	width: 30%;
	float: right }
.footerad {
	margin: 15px;
	text-align: center;
}
/*Comments*/
#comments           {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #8ac43e; }
#respond            {
	margin-top: 35px;
	padding-bottom: 5px;
	border-bottom: 5px solid #8ac43e; }
#commentlist          {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-top: 10px }
#commentlist li         {
	margin: 0;
	padding: 0 10px 11px 58px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed; }
#commentlist li.bypostauthor        {
	background-color: #ededed }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
.commentmeta, .commentmeta a        {
	color: #949697;
	font-size: 11px;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta strong          {
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	color: #00a5ac;
	font-size: 15px;
	font-weight: normal }
.commentmeta strong a            {
	color: #00a5ac;
	font-size: 15px;
	text-decoration: none }
.commentmeta a:hover         {
	color: #00a5ac;
	text-decoration: underline }
a.commentnumber {
	color: #ededed;
	text-decoration: none;
	float: right;
	display: inline;
	font-size: 18px; }
.commentnumber {
	display: inline;
}
#commentlist .avatar   {
	display: inline;
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: -58px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	 }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #949697;
	font-size: 11px;
	line-height: 15px;
	background-color: #ededed;
	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: #949697;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #00a5ac;
	font-weight: bold;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #8ac43e; }
.commentnav .alignright a {
	color: #949697;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #8ac43e;
	text-decoration: none;
	background-color: transparent }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li          {
	background-color: #f5f5f5;
	background-image: none;
	list-style-type: none;
	margin: 10px 30px 10px 0;
	padding: 13px 10px 13px 60px;
	border-bottom: medium none }
#cancel_reply, #cancel_reply a       {
	color: #00a5ac;
	font-size: 11px;
	font-weight: bold }
a.comment-edit-link {
	color: #ffffff;
	background-color: #949697;
	text-transform: uppercase;
	padding: 0 2px 1px;
	font: 9px ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 5px;
}
.thdrpy a {
	color: #ffffff;
	background-color: #949697;
	text-transform: uppercase;
	font: 10px ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 4px 1px;
}
a.comment-edit-link:hover, .thdrpy a:hover {
	background-color: #4d5053;
	text-decoration: none;
	color: #ffffff;
}

/*----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;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	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: #949697;
	padding: 3px 5px;
	border: solid 1px #eaf0e8 }
#wp_page_numbers li.space       {
	color: #949697;
	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: #00a5ac }
#wp_page_numbers li.page_info       {
	color: #949697;
	text-transform: lowercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #8ac43e }
#wp_page_numbers li.active_page a     {
	color: #fff;
	background-color: #00a5ac }
/*PULLDOWN MENU*/
#topnav        {
	font-family: ProximaNovaSemibold, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #4d5053;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	overflow: hidden;
	margin-bottom: -1px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.15); }
#menu   {
	font-weight: normal;
	height: 43px;
	float: right;
	margin-right: 30px; }
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100% }
#menu {
	width: auto }
#menu a     {
	color: #ffffff;
	line-height: 43px;
	text-decoration: none;
	display: block;
	padding: 0 0 3px 11px;
	height: 30px }
#menu li      {
	margin: 0 0 0 15px;
	padding: 0;
	float: left }
#menu li:first-child {
	background-image: none }
#menu ul   {
	font-weight: normal;
	line-height: 1;
	background-color: #4d5053;
	font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin: 0;
	padding-bottom: 7px;
	position: absolute;
	z-index: 200;
	left: -999em;
	width: 140px;
	height: auto;
	border-bottom: 4px solid #00a5ac;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,.1)    }
#menu li li    {
	color: #ffffff;
	font-weight: normal;
	background-image: none;
	text-align: left;
	margin: 0;
	width: 140px }
#menu li li a     {
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
	text-transform: capitalize;
	letter-spacing: normal;
	margin: 0;
	padding: 8px 10px 4px 10px;
	width: 116px;
	height: 14px }
#menu li ul ul {
	margin: -23px 0 0 100px }
#menu li li:hover { }
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a     {
	color: #00a5ac }
#menu li:hover a, #menu li.sfhover a     {
	color: #00a5ac }
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a    {
	color: #ffffff }
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	left: -999em }
#menu li:hover ul, .menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul, #menu li:hover, .menu li.sfhover, #menu li.current_page_parent, #menu li.current_page_item     {
	color: #00a5ac;
	left: auto }
#menu li.current-menu-item a { }
