/* 
Theme Name: Fed & Fit
Theme URL: http://www.fedandfit.com
Description: Custom theme for Fed & Fit.
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 }  
body, html {
	min-width: 1024px;
}
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: 'Museo Sans';
    src: url('fonts/museosans-300-webfont.eot');
    src: url('fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-300-webfont.woff') format('woff'),
         url('fonts/museosans-300-webfont.ttf') format('truetype'),
         url('fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/museosans-500-webfont.eot');
    src: url('fonts/museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans-500-webfont.woff') format('woff'),
         url('fonts/museosans-500-webfont.ttf') format('truetype'),
         url('fonts/museosans-500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-webfont.eot');
    src: url('fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-webfont.woff') format('woff'),
         url('fonts/droidserif-webfont.ttf') format('truetype'),
         url('fonts/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-italic-webfont.eot');
    src: url('fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-italic-webfont.woff') format('woff'),
         url('fonts/droidserif-italic-webfont.ttf') format('truetype'),
         url('fonts/droidserif-italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/droidserif-bold-webfont.eot');
    src: url('fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidserif-bold-webfont.woff') format('woff'),
         url('fonts/droidserif-bold-webfont.ttf') format('truetype'),
         url('fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: bold;
    font-style: normal;

}
body                           {
	color: #4d4d4d;
	font-size: .8em;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	line-height: 23px;
	background: url(images/stripe.png) repeat-x #fff;
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #4f94a4; }
a:hover             {
	color: #93a64e; }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
h1, h2, h3, h4, h5              {
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px }
h1                        {
	color: #93a64e;
	font-size: 30px;
	line-height: 31px; }
h2      {
	color: #4f94a4;
	font-size: 22px;
	line-height: 24px }
h3                       {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 18px; }
h4        {
	color: #93a64e;
	font-size: 16px;
	line-height: 18px; }
h5        {
	color: #4f94a4;
	font-size: 16px;
	line-height: 18px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                       {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding: 0 12px;
	overflow: hidden; }
.clear {
	clear: both }
/*Header*/
.header {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	 }
.header h1.logo    {
	margin: 44px 0 32px;
	padding: 0;
	float: left }
.header .social {
	background: url(images/followme.png) left top no-repeat;
	height: 30px;
	text-align: right;
	float: right;
	padding-left: 110px;
	margin-top: 54px;
	padding-top: 2px;
}
.social a {
	margin-left: 3px;
}
.social a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

/*Content*/
#content                             {
	width: 660px;
	float: left }
h2.pagetitle, h2.archivetitle, h2.searchtitle  {
	margin-top: 0 }
.pagecontent ul, .pagecontent ol, .post ul, .post ol  {
	margin-top: 0;
	margin-bottom: 15px }
.pagecontent ul li, .post ul li  {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-bottom: 5px;
	padding-left: 11px }
.pagecontent ol li, .post ol li  {
	padding-bottom: 5px;
	margin-left: 20px }
.sep {
	background: url("images/sep.png") no-repeat;
	margin-top: 40px;
	margin-bottom: 32px;
	height: 5px;
	display: block;
	clear: both;
}
/*Sidebar*/
.sidebar                  {
	display: inline-block;
	z-index: 10;
	width: 300px;
	font-size: 12px;
	line-height: 21px;
	float: right }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	margin-right: 20px;
	width: 140px;
	float: left }
.rightsidebar    {
	margin: 0;
	width: 140px;
	float: right }
.lowersidebar {
	clear: both;
	margin: 0;
}
.widget        {
	margin-bottom: 35px }
h3.widgettitle    {
	margin: 0 0 8px; }
.topsidebar h3.widgettitle, .lowersidebar h3.widgettitle {
	background: url(images/sep.png) 0 center no-repeat;
}
.topsidebar h3.widgettitle span, .lowersidebar h3.widgettitle span {
	display: inline-block;
	height: 20px;
	margin: 0 15px;
	padding: 0px 5px;
	background-color: #ffffff;
}
.widget a:link, .widget a:visited, .widget a:active      {
	color: #93a64e;
	text-decoration: none }
.widget a:hover     {
	color: #4f94a4;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-type: none;
	margin: 0 0 6px;
	padding: 0 0 0 9px }
.widget p    {
	margin: 0 0 10px }

.sidebar select     {
	font-size: 11px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color: #899b9e;
	font-style: italic;
	background-color: #ffffff;
	padding: 6px;
	width: 140px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0; }
.about img {
	margin: 2px 0 0 5px;
}
.subscribe {
	background: url(images/subscribebg.png) 15px 12px no-repeat #9f2025;
	padding: 15px;
	color: #ffffff;
}
.subscribe h3.widgettitle {
	margin: 0 0 5px 68px;
	color: #ffffff;
	background-image: none;
}
	.subscribe h3.widgettitle span {
		background-color: transparent;
		padding: 0;
		margin: 0;
		height: auto;
	}
.subscribe p {
	font-size: 11px;
	line-height: 16px;
	margin: 1px 0 12px 68px;
}
.emailform {
	width: 100%;
	background-color: #ffffff;
}
.emailinput, .searchinput, #text-4 input[type=email], #text-7 input[type=email], #searchform input[type=text] {
	font-size: 11px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	color: #899b9e;
	font-style: italic;
	background-color: transparent;
	border: none;
	margin: 0px 0 0 4px !important;
	padding: 7px !important;
	width: 180px;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
.emailinput:focus, .searchinput:focus {
	color: #4d4d4d;
	font-style: normal;
}
input.emailsubmit, .searchsubmit, #text-4 input[type=submit], #text-7 input[type=submit], #searchform input[type=submit] {
	color: #9f2025 !important;
	background: none;
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	margin: 0 !important;
	padding: 5px 6px 7px !important;
	font-size: 15px;
	float: right;
	vertical-align: middle;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}
input.emailsubmit:hover, .searchsubmit:hover, #text-4 input[type=submit]:hover, #text-7 input[type=submit]:hover, #searchform input[type=submit]:hover {
	color: #4f94a4 !important;
}
#searchform  {
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	height: 30px; }
.searchinput {
	width: 210px;
}

.recentposts {
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px }
.recentposts h3, .featuredposts h3 {
	margin-bottom: 15px }
.recentposts img {
	margin-right: 11px;
	width: 69px;
	height: 69px;
	float: left }
.recentposts .title {
	display: table-cell;
	width: 220px;
	height: 69px;
	vertical-align: middle }
.recentposts ul li {
	padding: 0;
	margin: 2px 0 10px;
	width: 300px;
	height: auto;
	background-image: none;
	min-height: 70px;
	overflow: hidden;
	list-style-type: none; }
.recentposts strong {
	font-weight: 300 }
.recentposts small {
	color: #4d4d4d;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-top: 2px }
.recentposts em {
	color: #899b9e;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase }
.featuredposts {
	overflow: hidden;
}
.featured-item {
	text-align: center;
	width: 69px;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 8px;
	margin-bottom: 1px;
}
.featured-item:nth-child(4n) {
	margin-right: 0px;
}
.featured-item .title {
	display: block;
	margin-bottom: 8px;
	display: none;
}
.featured-item img {
	width: 69px;
	height: 69px;
	margin-bottom: 5px;
}

/*Post Styles*/
.post                  {
	margin-bottom: 40px; }
h2.posttitle {
	color: #93a64e;
	font-size: 30px;
	line-height: 31px;
	margin: 0px 0 5px; }
h2.posttitle a  {
	color: #93a64e;
	text-decoration: none }
h2.posttitle a:hover  {
	color: #4f94a4 }
.postmeta               {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 14px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #eff2f2; }
.postmeta em {
	color: #899b9e;
	text-transform: lowercase;
	letter-spacing: normal;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.postmeta a   {
	color: #4d4d4d;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #4f94a4;
	text-decoration: none }
.ccount     {
	display: inline-block;
	margin-left: 20px; }
.metabottom .ccount, .postmeta .right    {
	float: right;
}
.metabottom                   {
	clear: both;
	margin-top: 30px }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom .ccount  {
	background-image: none;
	margin: 0;
	padding: 0; }
.metabottom a:hover  { }
a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #899b9e;
	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: #4d4d4d }
.post img {
	max-width: 660px;
	height: auto;
}
.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 p.small {
	font-size: 80%;
}
.post blockquote        {
	color: #899b9e;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 4px solid #c4c3c1 }
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #899b9e;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }
.recipe                          {
	color: #4d4d4d;
	font-style: normal;
	margin: 25px 0 35px;
	overflow: hidden;
	border: none;
	background: url(images/stripe.png) center bottom repeat-x #f3f5f5;
}
.innerrecipe {
}
.recipe h2                     {
	color: #ffffff;
	margin: 0px; }
.recipe h3                    {
	color: #93a64e;
	font-size: 16px;
	margin: 0 0 13px;
	clear: left; }
.recipe h4 {
	color: #899b9e;
	font-size: 14px;
	margin: 0 0 6px;
}
.recipe ol:last-of-type   {
	margin-bottom: 0;
	 }
.recipetitle {
	background-color: #4f94a4;
	color: #ffffff;
	padding: 20px 25px 15px;
}
.recipetitle a {
	color: #ffffff;
	text-decoration: underline;
}
.recipecontent {
	padding: 25px;
}
.recipe .recipemeta, .recipe .summary   {
	margin-top: 13px;
	margin-bottom: 13px;
	clear: left }
.recipe .time           {
	color: #ffffff;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.5);
	font-size: 11px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 3px 0 0;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	color: rgba(255,255,255,.3);
	font-weight: normal;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: normal;
	 }
.recipe .photo {
	float: right;
	width: 125px;
	height: 125px;
	margin-left: 15px; }
.recipe .left {
	margin-bottom: 15px;
}
.recipe .notes  {
	color: #899b9e;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .source p   {
	color: #899b9e;
	font-weight: normal;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left }
p.printbutton         {
	float: right;
	clear: right;
	margin: 0 -5px 0 10px;
	padding: 0;
	text-align: center; }
.printbutton a {
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 13px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #4d4d4d;
	margin: 0px 4px;
}
.printbutton a:hover, .recipe a:hover {
	color: #ffffff;
}

.addthis_toolbox  {
	margin: 20px 0 10px;
}
.innerpostads {
	text-align: center;
	margin-bottom: 30px;
}

/*Homepage Teaser Posts*/
a.more-link     {
	color: #4f94a4;
	font-size: 22px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal; }
a.more-link:hover     {
	color: #93a64e; }
.teaserpost {
	overflow: hidden; 
	width: 310px;
	float: left;
}
.teaserpost.oddpost {
	margin-right: 40px;
	clear: left;
}
.teaserpost .postthumb  {
	 }
.teaserpost .postthumb img {
}
.teaserpost p {
}
.teaserpost .excerptmore {
	width: 175px;
	height: 20px;
}
.teaserpost a.more-link {
	background: url(images/continuereading.png) no-repeat;
	display: inline-block;
	width: 175px;
	height: 20px;
	font-size: 12px;
	text-indent: -9999px;
}
.teaserpost a.more-link:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
.teaserpost .postmeta {
	margin-bottom: 5px;
	padding-bottom: 0;
	border: none;
}
.teaserpost h2 {
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	margin: 0;
}
.teaserpost h2.posttitle a {
	color: #ffffff;
	background-color: #93a64e;
	display: block;
	padding: 8px 11px;
}
.teaserpost h2 a:hover {
	color: rgba(255,255,255,.7);
}
.teaserpost .metabottom {
	margin: -12px 0 0;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: normal;
}
.teaserpost .metabottom a {
	display: inline-block;
	padding: 0;
}
.teaserpost .metabottom a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
/* Menu color changes */
.teaserpost:nth-child(5n+1) h2.posttitle a {
	background-color: #93a64e;
}
.teaserpost:nth-child(5n+1) .postmeta, .teaserpost:nth-child(5n+1) .metabottom a {
	color: #93a64e;
}
.teaserpost:nth-child(5n+1) .postthumb img {
	border-bottom: 6px solid #93a64e;
}

.teaserpost:nth-child(5n+2) h2.posttitle a {
	background-color: #e3821f;
}
.teaserpost:nth-child(5n+2) .postmeta, .teaserpost:nth-child(5n+2) .metabottom a {
	color: #e3821f;
}
.teaserpost:nth-child(5n+2) .postthumb img {
	border-bottom: 6px solid #e3821f;
}
.teaserpost:nth-child(5n+2) a.more-link {
	background-position: 0px -20px;
}

.teaserpost:nth-child(5n+3) h2.posttitle a {
	background-color: #9f2025;
}
.teaserpost:nth-child(5n+3) .postmeta, .teaserpost:nth-child(5n+3) .metabottom a {
	color: #9f2025;
}
.teaserpost:nth-child(5n+3) .postthumb img {
	border-bottom: 6px solid #9f2025;
}
.teaserpost:nth-child(5n+3) a.more-link {
	background-position: 0px -40px;
}

.teaserpost:nth-child(5n+4) h2.posttitle a {
	background-color: #899b9e;
}
.teaserpost:nth-child(5n+4) .postmeta, .teaserpost:nth-child(5n+4) .metabottom a {
	color: #899b9e;
}
.teaserpost:nth-child(5n+4) .postthumb img {
	border-bottom: 6px solid #899b9e;
}
.teaserpost:nth-child(5n+4) a.more-link {
	background-position: 0px -60px;
}

.teaserpost:nth-child(5n+5) h2.posttitle a {
	background-color: #4f94a4;
}
.teaserpost:nth-child(5n+5) .postmeta, .teaserpost:nth-child(5n+5) .metabottom a {
	color: #4f94a4;
}
.teaserpost:nth-child(5n+5) .postthumb img {
	border-bottom: 6px solid #4f94a4;
}
.teaserpost:nth-child(5n+5) a.more-link {
	background-position: 0px -80px;
}


.teaserpost .postmeta em {
	color: #4d4d4d;
}
/*Archive Styles*/
.archivepost a:hover {
	text-decoration: none }
h2.archivetitle, h2.pagetitle     {
	color: #4f94a4;
	margin-top: 0;
	margin-bottom: 20px }
.archives        {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	clear: left;
	overflow: hidden }
.archivepost             {
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 17px;
	text-align: right;
	margin: 0 30px 20px 0;
	width: 200px;
	float: left }
.archivepost.last, .archivepost:nth-of-type(3n) {
	margin-right: 0 }
.archivepost:nth-of-type(3n+1) {
	clear: both; }
.archivepost img     {
	width: 200px;
	height: 200px;
	margin-bottom: 2px; }
.archivepost a  {
	text-decoration: none }
.archivepost a:hover, .recentposts a:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
.archivepost .title        {
	font-weight: 300;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-bottom: 5px }
.archivepost:nth-child(5n+1) .title, .recentposts li:nth-child(5n+1) a {
	color: #93a64e;
}
.archivepost:nth-child(5n+2) .title, .recentposts li:nth-child(5n+2) a {
	color: #e3821f;
}
.archivepost:nth-child(5n+3) .title, .recentposts li:nth-child(5n+3) a {
	color: #9f2025;
}
.archivepost:nth-child(5n+4) .title, .recentposts li:nth-child(5n+4) a {
	color: #899b9e;
}
.archivepost:nth-child(5n+5) .title, .recentposts li:nth-child(5n+5) a {
	color: #4f94a4;
}
.archivepost .date           {
	color: #4d4d4d;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: none }
	
	
.archiveslist      {
	color: #899b9e;
	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: 31%;
	float: left }
.archiveslist ul li      {
	color: #93a64e;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #4d4d4d;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #899b9e;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #93a64e }
.archiveslist a:active, .subcategories a:active   {
	color: #93a64e }
.archiveslist em     {
	color: #899b9e;
	font-size: 10.5px }
.subcategories li ul li  {
	color: #93a64e;
	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 }
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 12px;
	font-family: "Museo Sans", 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;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #899b9e;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #899b9e;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #93a64e }
.tagtitle   {
	color: #899b9e;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #899b9e;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #899b9e;
	font-size: 11px }
.tagtitle a:hover  {
	color: #93a64e }
h4.related {
	color: #4f94a4;
	font-size: 20px;
	line-height: 22px;
}
.relatedposts    {
	margin-bottom: 55px;
	width: 100%;
	overflow: hidden; }
.relatedposts ul, relatedposts ul li  {
	list-style-type: none }
.relatedposts ul li, .relatedposts ul li:nth-child(3n) {
	margin-right: 20px;
}
.relatedposts .archivepost:nth-of-type(3n+1) {
	clear: none; }
.relatedposts ul li:last-child {
	margin-right: 0px;
}
.relatedposts .archivepost             {
	width: 150px; }
.relatedposts .archivepost img     {
	width: 150px;
	height: 150px }
.relatedposts .archivepost .title        {
	font-size: 16px;
	line-height: 18px; }

/*----FORMS----*/
#submit, .submitbutton          {
	color: #fff;
	font-size: 14px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	background-color: #4f94a4;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	margin-top: 5px;
	padding: 8px 15px 6px;
	border-style: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	    }
#submit:hover, .submitbutton:hover        {
	background-color: #93a64e }
.commentinput, .styledinput, .captchainput            {
	color: #899b9e;
	font-size: 13px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #4d4d4d }
.commentinput {
	width: 475px }
#content #searchform      {
	width: 400px }
.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #93a64e;
	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  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }
/*Footer*/
.press {
	text-align: center;
	margin-top: 40px;
	padding-top: 25px;
	background: url(images/sep.png) repeat-x;
}
.footer                                     {
	color: #899b9e;
	background: url(images/stripe.png) repeat-x #565656;
	margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 11px;
	width: 100%;
	overflow: hidden;
}
.footer .wrap  {
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	width: 1000px }
.footer a:link, .footer a:visited, .footer a:active        {
	color: #ffffff;
	text-decoration: none }
.footer a:hover        {
	color: #93a64e }
.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {
	color: #838383;
}
.footerwidgets .footerwidget {
	width: 300px;
	float: left;
	margin: 15px 50px 15px 0;
}
.footerwidgets .widget-last {
	width: 300px;
	margin-left: 0;
	margin-right: 0;
	float: right;
}
.footerwidgets .recentposts a {
	color: #ffffff !important;
}
.footerwidgets .recentposts small {
	color: #838383;
}
.footerwidgets .recentposts small em {
	color: #838383;
}
.footerwidgets .subscribe {
	width: 270px;
}
.footerwidgets .subscribe h3 {
	
}
.footer .social {
	text-align: center;
	margin-top: 10px;
}
.subfooter {
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 10px;
	border-top: 3px solid #5a5a5a;
	overflow: hidden;
}
.subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #838383;
}
.subfooter a:hover {
	color: #ffffff;
}
.footernav       {
	width: 70%;
	float: left }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.copyright               {
	color: #838383;
	text-align: right;
	width: 30%;
	float: right }
.copyright em {
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
.footerad    {
	text-align: center;
	margin: 20px auto 10px; }
/*Comments*/
h4#comments, h4#pings, h4#respond {
	color: #4f94a4;
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
}
#comments, #pings           {
	margin-top: 5px }
#respond            {
	margin-top: 35px }
#commentlist          {
	list-style-type: none;
	border-top: 1px solid #f0f0f0;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 10px; }
#commentlist li           {
	margin: 0;
	padding: 20px 0px 20px 60px;
	border-bottom: 1px solid #f0f0f0; }
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#commentlist li.bypostauthor    {
	background-color: #f0f0f0; }
#commentlist li p    {
	margin: 2px 40px 6px 0;
	padding: 0 }
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta         {
	color: #899b9e;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	color: #899b9e;
	font-size: 11px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase }
.commentmeta a {
	color: #899b9e }
.commentmeta strong           {
	letter-spacing: normal;
	font-weight: normal;
	font-size: 15px;
	text-transform: none;
	color: #93a64e; }
.commentmeta strong a            {
	color: #93a64e;
	text-decoration: underline }
.commentmeta a:hover         {
	color: #4f94a4;
	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;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	float: left }
#commentform   {
	margin-bottom: 30px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #899b9e;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background-image: url("images/bg.png");
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	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: #899b9e;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #4f94a4;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #93a64e; }
.commentnav .alignright a {
	color: #899b9e;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #93a64e;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 60px;
	border: none; }
#commentlist li ul li.bypostauthor           {
	list-style-type: none;
	margin: 0;
	padding: 15px 15px 15px 75px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #93a64e;
	font-size: 11px;
	font-weight: bold }
.thdrpy a  {
	color: #fff;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #899b9e;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0;
	padding: 1px 3px }
.thdrpy a:hover {
	color: #fff;
	background-color: #4d4d4d }
/*PULLDOWN MENU*/
/* Main menu settings */
.centeredmenu {
	clear: both;
	float: left;
	margin: 0 0 30px;
	padding: 3px 0 0;
	width: 100%;
	font-size: 15px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	z-index: 1000;
	position: relative;
	border-bottom: 1px solid #eff2f2;
	height: 44px;
	line-height: 44px;
	background: url(images/sep.png) no-repeat;
}

/* Top menu items */
.centeredmenu ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: right;
   position: relative;
   right: 50%;
}
.centeredmenu ul li {
   margin: 0;
   padding: 0;
   float: left;
   position: relative;
   left: 50%;
   top: 1px;
}
.centeredmenu ul li a {
   display: block;
   margin: 0 8px;
   padding: 0 10px;
   text-decoration: none;
   color: #4d4d4d;
}
.centeredmenu ul li.active a {
   color: #4d4d4d;
}
.centeredmenu ul li a:hover {
   color: #93a64e;
   border-bottom: none;
}
.centeredmenu ul li:hover a,
.centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   color: #93a64e;
   border-bottom: none;
}

/* Submenu items */
.centeredmenu ul ul {
   display: none; /* Sub menus are hiden by default */
   position: absolute;
   margin: 0;
   padding: 5px 0;
   top: 43px;
   left: 10px;
   line-height: 26px;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 500;
   right: auto; /*resets the right:50% on the parent ul */
   width: 150px; /* width of the drop-down menus */
   background-color: #f4f6f6;
   
}
.centeredmenu ul ul li {
   left: auto;  /*resets the left:50% on the parent li */
   padding: 0;
   margin: 0; /* Reset the 1px margin from the top menu */
   clear: left;
   width: 100%;
   background-color: #f4f6f6;
}
.centeredmenu ul ul li a,
.centeredmenu ul li.active li a,
.centeredmenu ul li:hover ul li a,
.centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   margin: 0;
   padding: 0 12px 0;
   color: #4d4d4d;
}
.centeredmenu ul ul li a:hover,
.centeredmenu ul li.active ul li a:hover,
.centeredmenu ul li:hover ul li a:hover,
.centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   color: #4d4d4d;
}

/* Flip the last submenu so it stays within the page */
.centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.centeredmenu ul li:hover ul,
.centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/* Menu color changes */
.centeredmenu ul li.menu-item:nth-child(6n+1) ul {
	border-bottom: 5px solid #4f94a4;
}
.centeredmenu ul li.menu-item:nth-child(6n+1) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+1):hover > a {
	color: #4f94a4;
}
.centeredmenu ul li.menu-item:nth-child(6n+2) ul {
	border-bottom: 5px solid #93a64e;
}
.centeredmenu ul li.menu-item:nth-child(6n+2) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+2):hover > a {
	color: #93a64e;
}
.centeredmenu ul li.menu-item:nth-child(6n+3) ul {
	border-bottom: 5px solid #e3821f;	
}
.centeredmenu ul li.menu-item:nth-child(6n+3) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+3):hover > a {
	color: #e3821f;
}
.centeredmenu ul li.menu-item:nth-child(6n+4) ul {
	border-bottom: 5px solid #9f2025;
}
.centeredmenu ul li.menu-item:nth-child(6n+4) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+4):hover > a {
	color: #9f2025;
}
.centeredmenu ul li.menu-item:nth-child(6n+5) ul {
	border-bottom: 5px solid #899b9e;
}
.centeredmenu ul li.menu-item:nth-child(6n+5) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+5):hover > a {
	color: #899b9e;
}
.centeredmenu ul li.menu-item:nth-child(6n+6) ul {
	border-bottom: 5px solid #4d4d4d;	
}
.centeredmenu ul li.menu-item:nth-child(6n+6) a:hover, .centeredmenu ul li.menu-item:nth-child(6n+6):hover > a {
	color: #4d4d4d;
}
.centeredmenu li.store-menu-item a {
	display: inline-block;
	padding-right: 0;
}
.centeredmenu a.cart-contents {
	background-color: #93a64e;
	color: #ffffff !important;
	display: inline-block;
	width:16px;
	height: 16px;
	font-size: 9px;
	text-align: center;
	line-height: 17px;
	margin: 9px 0 0 -2px;
	padding: 0;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.centeredmenu a.cart-contents:hover {
	background-color: #4d4d4d;
}
/*----PAGE NUMBERS----*/
#wp_page_numbers     {
	font-size: 12px;
	font-family: "Museo Sans", Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin: 20px 0;
	width: 100%;
	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: right;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a         {
	color: #899b9e;
	padding: 5px 8px;
	display: inline-block;
	background-color: #ffffff;
	text-decoration: none;
	border: solid 1px #f5f5f5 }
#wp_page_numbers li.space       {
	color: #899b9e;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	 }
#wp_page_numbers li.page_info         {
	color: #899b9e;
	font-size: 11px;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #93a64e }
#wp_page_numbers li.active_page a     {
	border: none;
	color: #4d4d4d;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }
/*Frontpage Slider*/
/* Prevent the slideshow from flashing on load */
#slides {
  display: none;
  margin-bottom: 40px;
}

/* Center the slideshow */
.container {
  margin: 0 auto;
  width: 660px;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}

#slides .slide, #slides {
	position: relative;
}
#slides .slidesjs-pagination {
	height: 7px;
	position: absolute;
	top: 350px;
	z-index: 100;
}
#slides .slidesjs-pagination li {
	display: inline-block;
}
#slides .slidesjs-pagination li a {
	width: 110px;
	display: inline-block;
	text-align: center;
	text-indent: -9999px;
	height: 7px;
}
#slides .slidesjs-pagination li:nth-child(1) a, #slides .slide:nth-child(1) .caption {
	background-color: #4f94a4;
}
#slides .slidesjs-pagination li:nth-child(2) a, #slides .slide:nth-child(2) .caption  {
	background-color: #93a64e;
}
#slides .slidesjs-pagination li:nth-child(3) a, #slides .slide:nth-child(3) .caption {
	background-color: #e3821f;
}
#slides .slidesjs-pagination li:nth-child(4) a, #slides .slide:nth-child(4) .caption {
	background-color: #9f2025;
}
#slides .slidesjs-pagination li:nth-child(5) a, #slides .slide:nth-child(5) .caption {
	background-color: #899b9e;
}
#slides .slidesjs-pagination li:nth-child(6) a, #slides .slide:nth-child(6) .caption {
	background-color: #4d4d4d;
}
#slides img {
	margin: 0;
}
#slides .caption {
	background-color: #4f94a4;
	width: 100%;
	margin: -3px 0 0;
	padding: 15px 20px;
}
#slides .caption a {
	color: #ffffff;
}
#slides .caption a:hover {
	opacity:.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#slides .caption .postmeta {
	color: #ffffff;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.5);
	margin: 0;
	padding: 0;
	border: none;
}
#slides .caption .postmeta em {
	color: rgba(255,255,255,.3);
}
#slides a.slidesjs-navigation {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 155px;
	z-index: 100;
	color: #fff;
	text-align: center;
	text-indent: -9999px;
	font-size: 1px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#slides a.slidesjs-previous {
	left: 10px;
	background: url(images/prev.png) no-repeat;
}
#slides a.slidesjs-next {
	right: 10px;
	background: url(images/next.png) no-repeat;
}
#slides a.slidesjs-navigation:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}