/*
Theme Name: Nutrition Education Store
Theme URI: http://www.nutritioneducationstore.com/
Author: My Guy Solutions, LLC
Author URI: http://www.myguysolutions.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Structure
-------------------------------------------------------------- */

html, body {
	background: url(images/bg-body.jpg) repeat;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.42857;
}

.clearFix {
	clear: both;
}

.alignRight { text-align: right; }

.top_contact_wrapper {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding: 10px 15px;
	color: #555555;
}
	.top_contact_wrapper a {
		color: #555555;
		text-decoration: none;
	}
		.top_contact_wrapper a:hover {
			text-decoration: underline;
		}
#page_wrapper {
	width: 940px;
	background: #ffffff;
	margin: 0 auto;
	padding: 30px 25px; 
	margin-top: 0px;
}
#header_wrapper {
	min-height: 100px;
}
#header_wrapper ul#header {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: visible;
	z-index: 9999;
	min-height: 100px;
}
	#header_wrapper ul#header li.logo {
		float: left;
	}
	#header_wrapper ul#header li.buttons {
		float: right;
		text-align: right;
		font-size: 16px;
	}
	.search {
		float: right;
		text-align: right;
		font-size: 16px;
	}
		.search input, input#track-field {
			display: inline-block;
			float: left;
			width: 250px;
			height: 34px;
			padding: 6px;
			font-size: 14px;
			line-height: 1.42857;
			color: #555;
			background-color: #FFF;
			background-image: none;
			border: 1px solid #CCC;
			border-radius: 4px;
			box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
			transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
		}
			input#track-field {
				width: 90%;
			}
		.search button, button#track-submit {
			margin: 0;
			padding: 5px 10px;
			float: left;
			background: none;
			outline: none;
			border: 0;
			font-size: 18px;
			font-weight: bold;
		}
			button#track-submit {
				width: 10%;
			}
		.input-group {
			display: block;
			background: #F3F3F3;
		}

	


			

#page {
	display: block;
	margin: 1em;
}
#primary {
	float: left;
	margin: 10px -180px 0 0;
	width: 100%;
}
#content {
	margin: 0 175px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 175px;
	margin-top: 10px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */
nav {
	background: #8ECA44;
	margin-top: 5px;
}
.mobile-nav {
	display: none;
}
ul.main-nav {
	display: table-cell;
	position: relative;
	height: 55px;
	width: 100%;
	background: #8ECA44;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}
	ul.main-nav li {
		list-style: none;
		float: left;
		padding: 0 15px;
	}
		ul.main-nav li a {
			color: #ffffff;
			text-decoration: none;
		}
			ul.main-nav li a:hover {
				color: #008DE4;
			}
		ul.main-nav li ul {
			display: none;
		}
		ul.main-nav li:hover ul {
			display: block;
			position: absolute;
			z-index: 999999;
			padding: 0;
			margin: 0;
			padding-top: 12px;
		}
			ul.main-nav li:hover ul li {
				clear: both;
				padding: 0 10px;
				background: #ffffff;
				width: 100%;
				line-height: 1.42857;
			}
				ul.main-nav li:hover ul li a {
					color: #333333;
					font-size: 14px;
					font-weight: normal;
				}
				ul.main-nav li:hover ul li:hover {
					color: #262626;
					background-color: #F5F5F5;
				}
.menu-chevron {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	float: right; 
	display: inline; 
	margin-left: 5px; 
	margin-top: 3px;
	font-weight: 300;
	font-size: 36px;
	line-height: 22px;
}



/* =Content
-------------------------------------------------------------- */

#featured_content {
	display: block;
	float: left;
	width: 290px;
	padding: 0px 5px;
}

	#featured_content img.featured, #featured_content img.wp-post-image {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	#featured_content .spacefiller {
		display: block;
		width: 290px;
	}
	#feature_paging_wrapper {
		background: #ce0000;
	}
		#feature_paging_wrapper ul {
			list-style: none;
			position: relative;
			top: -40px;
			padding: 0;
			margin: 0;
		}
			#feature_paging_wrapper ul li {
				float: left;
				margin-left: 10px;
				padding: 3px 5px;
				background: #000000;
			}
				#feature_paging_wrapper ul li a {
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
				}

#blog_content {
	display: block;
	float: left;
	width: 445px;
	margin: 0px 5px;
}
	#blog_content ul.post_wrapper {
		list-style: none;
		display: block;
		float: left;
		width: 215px;
		margin: 0;
		padding: 0;
	}
	#blog_content ul.primary {
		margin-right: 10px;
	}
		#blog_content ul.post_wrapper li {
			border-top: 3px #bdbec2 solid;
			margin-bottom: 15px;
		}
			#blog_content ul.post_wrapper li h2 {
				display: block;
				color: #bdbec2;
				margin: 5px 0;
				padding: 0;
				font-size: 18px;
			}
				#blog_content ul.post_wrapper li h2 a {
					color: #666;
					text-decoration: none;
					font-family: "Times New Roman", Times, serif;
				}
			#blog_content ul.post_wrapper li img {
				display: block;
				margin: 1px 0px;
				padding: 0;
				max-width: 100%;
				height: auto;
			}
			#blog_content ul.post_wrapper li .tags {
				color: #000000;
				display: block;
				margin: 5px 0px;
				padding: 0;
				font-size: 10px;
				line-height: 1.6em;
			}
				#blog_content ul.post_wrapper li .tags a {
					color: #455892;
					text-decoration: none;
				}
	#blog_content .entry-title {
		font-family: "Times New Roman", Times, serif;
		padding: 0;
		margin: 0;
	}
	#blog_content .timestamp {
		color: #000000;
		display: block;
		margin: 5px 0px;
		padding: 0;
		font-size: 12px;
	}
	#blog_content .social_wrapper {
		display: block;
		float: right;
	}
	#blog_content .tags {
		color: #000000;
		display: block;
		margin: 5px 0px;
		padding: 0;
		font-size: 10px;
		line-height: 1.6em;
	}
		#blog_content .tags a {
			color: #455892;
			text-decoration: none;
		}

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	font-size: 10pt;
}
.widget-area aside.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
	.widget-area a {
		color: #455892;
		text-decoration: none;
	}
#secondary .widget {
	clear: both;
	display: block;
	padding-top: 10px;
}
#secondary .widget_categories {
	padding-bottom: 10px;
	display: block; 
	clear: both;
	padding-top: 0px;
}
.widget-area h1 {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.widget-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
	.widget-area li {
		display: block;
	}
		.widget-area li.cat-item {
			float: left;
			padding-right: 15px;
		}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0;
	width: 940px;
	margin: 0 auto;
	color: #555555;
}
#colophon ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	#colophon ul li {
		display: block;
		width: 23%;
		float: left;
		padding: 0 1%;
		margin: 0;
		color: #555555;
	}
		#colophon ul li ul {
			display: block;
		}
			#colophon ul li ul li {
				display: block;
				width: 100%;
				padding: 0;
				margin: 2px 0px;
				color: #555555;
			}
				#colophon ul li ul li a {
					color: #999999;
					text-decoration: none;
					line-height: 1.4em;
					font-size: 12px;
					font-family:helvetica;
				}
				#colophon ul li ul li.label {
					margin: 10px 0;
					padding: 5px 0px 0px 0px;
					color: #555555;
					font-size: 18px;
					text-transform: uppercase;
					font-weight: 900;
					text-rendering: optimizelegibility;
				}



.breaker {
	display: block;
	cleaR: both;
	height: 10px;
}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	font-size:12px;
	}


._15 {
	width: 11%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	font-size:10px;
}
._20 {
	width: 16%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	font-size:10px;
}
._25 {
	width: 21%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	text-align:left;
	font-size:10px;
}
._33 {
	width: 29%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._50 {
	width: 46%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._70 {
	width: 66%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._75 {
	width: 71%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._80 {
	width: 76%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
._100 {
	width: 96%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.normalText { font-size: 14px; }



div.quiz {
	float: left;
	display: block;
	text-align: left;
}
div.wpsqt-question-info {
	width: 250px;
	border: 1px solid #A8A8A8;
	padding: 15px;
	margin-top: 50px;
}
div.wpsqt-survey-info {
	padding: 10px;
	margin-top: 50px;
	text-align: center;
}
div.wpsqt-question-review {
	margin-bottom: 75px;
}
div.wpsqt-progress {
	background-color: #BABABA;
	border-radius: 13px; 
	padding: 3px;
}
div.wpsqt-progress div {
	background-color: #707070;
	height: 10px;
	border-radius: 10px;
}





.calendar_content_wrapper {
	background: #ffffff;
	display: block;
	min-height: 280px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border: #b5b5b5 1px solid;
	position: relative; 
}
	.calendar_content_wrapper h4 {
		display: block;
		padding: 5px;
		position: relative;
		top: -15px;
		left: 6px;
		width: 80%;
		-moz-box-shadow:    3px 3px 4px 1px #000000;
		-webkit-box-shadow: 3px 3px 4px 1px #000000;
		box-shadow:         3px 3px 4px 1px #000000;
		color: #ffffff;
		background: #000000;
		font-size: 18px;
	}
		.calendar_content_wrapper h4.food_weeks {
			background: #3d3d3d;
		}
		.calendar_content_wrapper h4.food_months {
			background: #6b9e01;
		}
		.calendar_content_wrapper h4.month_recipes {
			background: #457db8;
		}
		.calendar_content_wrapper h4.month_bestsellers {
			background: #FBA51A;
		}
	.calendar_content_wrapper .more_button {
		display: block;
		text-align: right;
		font-size: 14px;
		position: absolute; 
    	bottom: 0; 
		right: 0;
		padding: 10px; 
	}
	.calendar_content_wrapper ul {
		list-style: none;
		margin: 0 10px;
	}
		.calendar_content_wrapper ul.national_food {
			max-height: 215px;
			overflow: hidden;
		}







/*  #Responsive Mobile (Portrait)
================================================== */
@media only screen and (max-width: 783px) {
	#network_wrapper, #network_shell, #logo_wrapper, #logo_content, #logo_shell, #special_offer_shell, .menu_shell, .menu_wrapper, #sub_menu_shell, #content_shell, #sub_page_wrapper { width: 100%; min-width: 320px; }
	html, body, #page, #masthead {
		min-width: 320px;
	}
	.mobile_hide, .menu_container ul .mobile_hide, .menu_container ul li:hover .mobile_hide, .content_container .mobile_hide, .footer_container .mobile_hide, #navigation ul li#nav_main_search { 
		display: none;
	  	background: #ce0000;
	}
	.mobile_show, .mobile_only { 
		display: block;
	}
	._20, ._25, ._33, ._40, ._50, ._67, ._75, ._100, .__50, .full-width .__50, .__49, .__33, .__35, .__65, .mobile_clear, .mobile_only,
	#colophon ._60, #colophon .__40, #colophon .__30  {
		clear: both;
		width: 100%;
	}
	#content, #primary, #blog_content, #page_wrapper, #page, .top_contact_wrapper, .featured_content, .blog_content, #blog_content ul.post_wrapper, .logo, #colophon, #header_wrapper ul#header li.buttons {
		clear: both;
		display: block;
		width: 99%;
		padding: 0;
		margin: 0;
	}
	.logo, .search {
		margin-top: 10px;
	}
	.search {
		clear: both;
		max-width: 290px;
		display: block;
		float: none;
		margin: 0 auto;
		margin-top: 10px;
		margin-right: 20px;
		text-align: center;
	}
	.input-group {
		margin: 0 auto;
	}
		li.logo img {
			margin: 0 auto;
			text-align: center;
			display: block;
		}
	#main .widget-area {
		clear: both;
		width: 100%;
	}
	#colophon ul li {
		clear: both;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#blog_content ul.post_wrapper li img, .wp-post-image {
		margin: 0 auto;
		display: block;
		float: none;
		text-align: center;
		clear: both;
	}
	#featured_content, .landing_feature_content_wrapper, .landing_feature_content {
		margin: 0 auto;
		margin-top: 10px;
		float: none;
		text-align: center;
	}
	ul.main-nav { 
		display: none;
	}

	.mobile-nav {
		display: block;
		text-align: center;
		min-height: 55px;
		width: 100%;
	}
	ul.mobile-nav { 
		list-style: none;
		background: #8ECA44;
		padding: 0;
		margin: 0 auto;
		vertical-align: middle;
		text-transform: capitalize;
		font-weight: bold;
		font-size: 22px;
		color: #ffffff;
		text-align: center;
	}
		ul.mobile li {
			text-align: center;
			width: 100%;
			display: inline-block;
			list-style: none;
			margin-top: 10px;
			font-size: 22px;
		} 
			ul.mobile li ul {
				display: none;
			}
			ul.mobile li:hover ul {
				display: block;
				background: #8ECA44;
				padding: 0;
				margin: 0;
			}
				ul.mobile li:hover ul li {
					width: 100%;
					font-size: 14px;
					text-align: left;
				}
					ul.mobile li:hover ul li a {
						color: #ffffff;
						text-decoration: none;
					}
}

iframe {
	float: left;
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 0;
    margin: 0;
}
	iframe img {
		display: block;
		max-height: 300px;
		width: auto;
	}

.secp-embed-product {
	display: block;
	clear: both;
}





