/*
Theme Name: TasteUS!
Theme URI: 
Author: MACROBLU
Author URI: http://macroblu.com/
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	background:none;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


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


#page {
	padding-top:10px;
	margin: 0px auto;
	max-width: 1600px;
	background:url('images/header.jpg') 50% 128px no-repeat;
}
.home #page {
	background:none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #636363;
	font: 13px "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h2 {
	font-weight:normal;
	color:#90974e;
	font-size:20px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */

/* Links */
a {
	color: #231f20;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #90974e;
	text-decoration: none;
}

html {
	overflow-y:scroll;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.color-green {
	color:#90974E;
}
.color-grey {
	color:#636363;
}
.color-blue {
	color:#003065;
}
.font18 {
	font-size:18px;	
}
.font20 {
	font-size:20px;	
}
.font-bold {
	font-weight:700;
}
.coda-nav {
	float:left;
}
.coda-slider-wrapper .coda-nav {
	float:left;
}
.nav-wrapper {
	margin:0 auto;
}
.nav-border 
{
	width:640px;
	  border-bottom: 1px solid #91994F;
    border-top: 1px solid #91994F;
	margin:0 auto;
}
/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	z-index: 2000;
	margin:0 auto;
	height:118px;
}
.home #branding {
	height:179px;
	overflow:hidden;
	width:960px;
	margin:0 auto;
}
#site-title {
	float:left;
	background:#fff;	
	z-index:9999;
	position:relative;
	margin-left:-9px;
}

#site-title a {
	background:url('images/2015_Taste-Us_Logo_larger%20website2.jpg') no-repeat;
	position:relative;
	text-indent:-9999px;
	width:209px;
	height:105px;
	background-size:contain;
	display:block;
	cursor:pointer;
	padding-top:20px;
	margin:0 auto;
}


/* =Menu
-------------------------------------------------------------- */

.top-access {
	float:right;
}
#branding .top-access {
	padding-bottom:5px;
	border-bottom: 1px solid #90974E;
}
.top-access ul {
	margin:0px;
	padding:0px;
}

#menu-item-32 {
	margin-left:5px;
}
.top-access ul li {
	list-style:none;
	float:left;
	margin-left:18px;
}
#access {
	display: block;
	margin-top:84px;
	width:712px;
}
.home #access {
	margin-top:135px;
	
}
ul li.current_page_item a, ul li.current-menu-item a{
	color:#90974E !important;
}
#access ul {
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin-right:20px;
}
#access a {
	font-size:18px;
}
#top-access a {
	font-size:14px;
}
#access ul ul {
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	
}
#access li:hover > a,
#access a:focus {
	color: #90974e;
}
#access ul li:hover > ul {
	color: #90974e;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #90974e;
}

.menu-main-menu-container {
	float:left;margin-right:0px;
}
.search-form {
	float:right;
	border:1px solid #90974e;
	padding:0px 0px 1px 5px;
	margin-top:4px;
	margin-left:20px;
}
.search-form input[type=text] {
	border:none;
	width:125px;
}
.search-form input[type=submit] { 
	border:none;
	background:none;
	width:18px;
	height:16px;
	position:relative;
	text-indent:-9999px;
	background:url('images/search-go.jpg') no-repeat;
	cursor:pointer;
}
/* =Content
----------------------------------------------- */

.home .page-wrapper {

}
.floatleft {
	float:left;
	margin-top:38px;
}

.home .page-wrapper {
	
	max-width:1900px;
	margin:0 auto;
}

.page-wrapper {
	
	max-width:1900px;
	margin:0 auto;
}
#main {
	clear: both;
	margin:88px auto 0px;
}
hgroup {
	position:relative;
	z-index:9999;
}
.home #main {
	margin-top:0px;
}
.home .sidebar-wrapper {
	background:url('images/sidebar_bg.png') 50% 0px no-repeat;
		margin-top:-440px;
}
.sidebar-wrapper {
	
	margin-top:-247px;
	margin-bottom:45px;
}
#sidebar hgroup{
margin-top:-4px;
}
#sidebar {
	width:190px;
	min-height:100px;
	float:left;
	background:#fff;

	overflow:hidden;
	padding-bottom:50px;
	position:relative;
	z-index:2000;
	padding:0px 20px 40px;

}
.home .content-right-column {
	float:none;
	width:100%;
}
.content-right-column {
	float:right;
	width:712px;
	overflow:hidden;
}
#sidebar-home {
	width:190px;
	position:relative;
	z-index:9999;
	padding:20px;
	background-color:#fff;

}
#sidebar-home ul {
	width:190px;
	background-color:#fff;
	margin:0px;
	padding:0px 0px 20px;
}
.sidebar-block {
	width:157px; 
	height:65px;
	margin:15px auto 0px;
	padding:5px 15px 0px;
	background:url('images/sidebar-block_bg.jpg') no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#003065;
}
.sidebar-suppliers {
	background-image:none;
	background-color:#eef0e5;
	border-top:1px solid #949c51;
	border-bottom:1px solid #949c51;
	padding-top:5px;
	padding-bottom:5px;
	font-size:15px;
	font-weight:bold;
	height:100%;
}
.sidebar-block a {
	color:#003065;
}
.submenu-title {
	padding-top:20px;
	background:#fff;
	padding-bottom:1px;
	padding-left:4px;
	font-size:10px;
	color:#939b51;
	text-transform:uppercase;
}
.page-submenu {
	list-style:none;
	padding:0 0px;
}
#menu-left-menu li,.page-submenu li {
	padding:2px 0px;
	border-top:1px solid #90974e;
}
#menu-left-menu {
	list-style:none;
	padding:0px;
}
#menu-left-menu li a, .page-submenu li a {
	font-size:16px;
	color:#231f20;
	padding:0 4px;
	line-height:110%;
}
#menu-left-menu li a:hover,.page-submenu li a:hover {
	color: #90974e;
}
#content .entry-header {
	height:55px;
}
#content .entry-title {
	color:#90974e;
	font-weight:700;
	font-size:33px;
	line-height:50px;
}
.sitewide .entry-content {
	margin-top:50px;
	padding-top:0px !important;
}
.hentry {
	overflow:hidden;
}
.entry-content h2 {
	font-weight:bold;
	font-size:22px;
	color:#636363;
	clear:none;
}
.entry-content p {
	font-size:16px;
	font-weight:300;
	color:#636363;
}
#content p, #content li, #content tr td {
	font-size:15px;
	line-height:120%;
	font-weight:300;
}
.home ul#menu-left-menu li{
	 font-size: 15px;
    font-weight: 300;
    line-height: 120%;
}
#home-slider{
	width:100%;
	height:273px;
	position:relative;
}
.home-blocks-wrapper{
	background-color:#90974e;
	padding:20px 0px;
}
.content-cooperators #home-blocks {
	width:100%;
	border-bottom:1px solid #90974E;
	border-top:1px solid #90974E;
	padding:10px 0px;
}
#home-blocks {
	width:960px;
	margin:0 auto;
}
.content-cooperators .home-block {
	width:228px;
	overflow:hidden;
	background-color:transparent;
	padding:0 0px;
	float:left;
	margin-right:0px;
}
.content-cooperators .block-2 .block-content-link {
	padding:0 0 0 15px;
}
.content-cooperators .block-content-link{
	display:block;
	padding:0 15px;
}
.content-cooperators .block-1 {
	padding-left: 5px;
    width: 236px;
}
.content-cooperators .block-2
{
	  border-left: 1px solid #90974E;
    padding-left: 10px;
    width: 218px;
}
.content-cooperators .home-block p {
	font-size:14px;
}
.content-cooperators  .block-0  {
	border-right: 1px solid #90974E;
    padding-right: 6px;
    width: 229px;
}
.home-block  {
	width:230px;
	height:210px;
	overflow:hidden;
	background-color:#fff;
	float:left;
	margin-right:14px;
}
#home-blocks .block-2 {
	margin-right:0px;
}
#home-blocks .block-3 {
	float:right;
	margin-right:0px;
}
#home-blocks .block-image {
	/*height:90px;*/
	text-align:center;
	height:110px;
}
#home-blocks .block-image a {
	display:block;
}
.home #home-blocks .block-content-link {
	padding:0 20px;
	display:block;
}
.grey-bar {
	height:20px;
	background-color:#eef0e5;
	width:100%;
	margin-top:75px;
}
.home-content-wrapper {
	width:960px;
	margin:0 auto;
	padding:15px;
	background-color:#fff;
}
.home-content-wrapper a {
	color:#002f65;
	font-size:16px;
}
#home-content {
	width:480px;
	float:left;
	font-size:18px;
}
#home-content-right h2,#home-content h2 {
	margin-bottom:15px;
}
#home-content-right {
	width:420px;
	padding:0 20px;
	float:right;
	border-left: 1px solid #90974E;
	font-size:16px;
}
.home-featured-wrapper {
	padding:30px 0px 0px;
}
#home-featured {
	width:960px;
	margin:0 auto;
}
#sidebar #home-featured{
	margin-top:20px;
	width:190px;
}
#sidebar .featured-item {
	background:none;
	padding:0px 0px 15px;
	margin:0px 0px 10px;
	width:190px;
	height:auto;
	border-bottom:1px solid #90974E;
	
}
#sidebar  .item-column-1 {
	padding-bottom:0px;
	border:none;
}
#sidebar .featured-section-title {
	font-size:16px;
	width:auto;
	font-weight:bold;
	margin-bottom:5px;
}
.featured-item  {
	float:left;
	background:url('images/featured_item_bg.jpg') 0 0 no-repeat;
	width:192px;
	height:275px;
	padding:19px 19px 0px;
	margin-right:14px;
	margin-top:5px;
	line-height:125%;
}
.featured-title a {
	font-size:14px;
	color:#002f65;
	font-weight:bold;
	margin:5px 0px;
	display:block;
}
.item-column-2 {
	margin-right:0px;
}
.item-column-3 {
	margin-right:0px;
	float:right;
}
.featured-section-title {
	float:left;
	clear:none;
}
.featured-excerpt p {
	font-size:12px;
}
.footer-event-wrapper .wp-post-image {
	float:left;
	padding-top:18px;
	margin-right:10px;
}
.footer-event {
	width:305px;
	float:left;
}
.footer-nav {
	padding-top:15px;
}
.footer-nav a {
	font-size:14px;
}

#list-nav {
	padding:10px 5px;
	border-bottom:1px solid #90974E;
	margin-bottom:10px;
}
#list-nav a.slide-nav {
	font-size:15px;
	font-weight:bold;
	color:#002f65;
	float:left;
	margin-right:25px;
}
#cooperator-lists .cooperator-list {
	width:715px !important;	
}
#list-nav a:hover,#list-nav a.activeSlide {
	color:#90974E;
}
.filter-nav {
	float:right;
	text-transform:uppercase;
	line-height:21px;
}
.filter-nav label {
	color:#002f65;
	font-size:12px;
}
.filter-nav a {
	color:#002f65;
	font-size:12px;
	margin-left:4px;
	padding:0 6px;
}
.filter-nav a:hover,
.filter-nav a.active-sort {
	background-color:#90974E;
	color:#fff !important;
	
}
#social-share span,#social-share a {
	vertical-align:top !important;
}
.cooperate-icon {
	float:left;
	height:132px;
	text-align:center;
	padding-top:1px;
	margin:5px 0px;
	overflow:hidden;
}
.icon-column-0 {
	border-right:1px solid #e5e5e5;
	padding-right:6px;
	width:229px;
}
.icon-column-1 {
	padding-left:5px;
	width:236px;
}
.icon-column-2 {
	border-left:1px solid #e5e5e5;
	padding-left:10px;
	width:218px;
}
.hr-ds {
	background:url('images/co_bg_bot.jpg') 100% 0 no-repeat;
	width:712px;
	height:1px;
	clear:both;
	margin:5px 0px;
}

#featured-recipes {
	border-bottom:1px solid #949b51;
	padding:20px 0px;
	margin-bottom:20px;
}
#featured-recipes .feature-recipe {
	width:332px;
	height:295px;
	overflow:hidden;
	float:left;
}
#featured-recipes .column-0 {
	padding-right:23px;
	border-right:1px solid #949b51;
	margin-right:23px;
}
.content-recipes .entry-content {
	margin-bottom:0px;
}
#recipes-list .list-recipe {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dfe1ca;
}
#recipes-list .list-recipe .recipe-link {
	width:185px;
	height:110px;
	overflow:hidden;
	display:block;
	float:left;
	margin-right:15px;
}
#upcoming-events .event-archive-title {
	font-size:15px;
	padding:5px;
	background-color:#91994f;
	color:#fff;
	margin-bottom:5px;
	font-weight:400;
}
#upcoming-events .event-date {
	padding:2px 0px 2px 0px;
	border-top:1px solid #91994f;
	border-bottom:1px solid #91994f;
	margin-top:10px;
}
#upcoming-events .event-date span{
	display:block;
	background-color:#91994f;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	padding-left:10px;
}
.event-date-loc {
	margin:0px 0px 10px;
	color:#949c51;
	font-size:16px;
	font-weight:700;
}

.event-year {
	color:#fff;
	font-size:15px;
	font-weight:700;
	line-height:100%;
	padding-top:4px;
	border-top:1px solid #91994f;
	margin-bottom:2px;
	display:inline;
	margin-top:20px;
}
.event-year span{
	background-color:#033164;
	padding:2px 10px;
}
hr.border-line {
	height:1px;
	width:100%;
	background-color:#91994f;
	margin-bottom:0px;
	border-top:1px solid #91994f;
	margin-bottom:2px;
}
#upcoming-events .event-title {
	font-size:22px;
	font-weight:bold;
	margin-top:2px;
	padding:20px 0px 10px;
}
#news .news-date{
	color:#91994f;
	font-weight:700;
	font-size:14px;
}
#news .news-title {
	font-weight:700;
	color:#003065;
	font-size:15px;
}
#news .news_description p{
	display:inline;
}
a.read-more {
	display:inline;
}
#news .news-title a,a.read-more,.news-source {
	color:#003065;
}
.news-source {

}
a.read-more,.news-source  {
	font-weight:400;
}

#gallery					{ padding:0 0; margin-right:-20px;}
#gallery .item				{ margin:10px 20px 10px 0; display:inline-block; vertical-align:top; width:226px;}
#gallery .item .title		{ font-size:14px; color:#002F65; display:block;}
#gallery-1 .gallery-item	{ margin:0 0 15px 0;}

#upcoming-events .event-label {
	font-weight:700;
}
#upcoming-events {
	font-size:15px;
}
.event-info {
	padding-bottom:15px;
	border-bottom:1px solid #91994f;
}
.event-info a {
	color:#003065;
}
.event-info a:hover {
	color:#949c51;
}
.first-evt {
	border:none;
}
#news .news-thumb {
	float:left;
	margin-right:15px;
}
#news .news-detail {
	border-bottom:1px solid #949b51;
	padding-bottom:15px;
	margin-bottom:20px;
}
.term-nav-wrap {
	border-top:1px solid #91994F;
	border-bottom:1px solid #91994F;
	padding:4px 0px;
	margin-bottom:20px;
}
#term-nav {
	 background-color: #91994F;
     padding: 5px 5px 6px 15px;
}
#term-nav li {
	margin-right:35px;
	float:left;
}
#term-nav ul {

	list-style:none;
}
#term-nav li a {
	color:#fff;
	font-size:16px;
	font-weight:400;
}
#term-nav li a:hover,#term-nav li a.active-term {
	color:#003065;
	}
.term-title {
	font-size:20px;
	font-weight:700;
	margin-bottom:15px;
}
.term-description {
	margin-bottom:20px;
	font-size:16px;
	font-weight:400;
	padding-bottom:20px;
	border-bottom:1px solid #dfe1ca;
}
#recipe-info {
	border-bottom:1px solid #91994F;
	margin:0px 0px 5px;
	padding:10px 0px;
}
.recipe-title {
	font-size:20px;
	margin:20px 0px 15px;
}
.search-title a {
	font-size:15px;
	font-weight:400;
}
#page-nav {
	width:42px;
	margin:20px auto 0px;
}
.page-nav {
	margin:-15px 5px 20px 0px;
	float:right;
	font-size:12px;
}
.nav-bottom {
	margin:0px 0px 0px;
} 
.page-nav span,.page-nav a.active-page{
	color:#949c51;
	font-weight:400;
	margin-left:5px;
}
.page-nav a{
	color:#033164;
	font-weight:400;
	margin-left:5px;
}
#seasonality-of-food-calendar span{
	display:block;
	float:left;
}
.calender-table {
	margin-top:10px;
}
span.col-1 {
	width:223px;
	padding-left:5px;
}
span.col-2 {
	width:170px;
}
span.col-3 {
	width:310px;
}
.table_header {
	background-color:#949c51;
	width:100%;
	padding:5px 0px;
}
.table_header  span {
	color:#fff;
	font-size:15px;
	font-weight:700;
}
.calender-row {
	padding:3px 0px;
}
.calender-row span {
	font-weight:400;
}
.row-even-1 {
	background-color:#eaebdc;
}
.co-logo {
	margin:40px auto 10px;
	padding-bottom:40px;
	border-bottom: 1px solid #90974E;
	text-align:center;
}
.qa_question {
	font-weight:700;
}
.qa-label {
	font-weight:700;
	width:20px;
	display:block;
	float:left;
}
.qa_answer p {
	width:692px;
	float:right;
}
.qa-detail {
	border-bottom: 1px solid #DFE1CA;
    margin-bottom: 15px;
}
.fact-info {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: 1px solid #949c51;
}
.fact-info p {
	margin-bottom:0px;
}

/* Images */
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.sitewide {
	margin:0 auto;
	width:960px;
}
.home .sitewide {
	width:100%;
}
.home #site-generator .sitewide {
	width:960px;
}
.floatright {
	float:right;
}
/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	height:120px;
	background-color:#eef0e5;
	width:100%;
	margin-top:25px;
}
#footer {
	height:112px;
	width:960px;
	margin:0 auto;
}
/* Site Generator Line */
#site-generator {
	background-color:#90974e;
	height:18px;
	width:100%;
}
#site-generator a {
	font-size:10px;
	font-weight:300px;
	color:#231f20;
	text-align:right;
	line-height:18px;
	float:right;
}
#content-top {
	width:100%;
	border:1px solid #90974E;
	height:263px;
	margin-bottom:15px;
	overflow:hidden;
}

#content-top .top-blurb {
	padding:0 20px;
	width:230px;
}
.page-id-24  #content-top span {
		line-height:105% !important;
}
#content-top span,#content-top .top-blurb p {
	
	font-size:20px;
	font-weight:300;
	color:#90974E;
	display:block;
	line-height:22px;
}
#content-top span em {
	font-weight:700;
}
#content-top .wp-post-image {
	float:right;
}
.content-block-bg {
	padding:15px;
	background-color:#f0f1e6;
}
.content-block {
	padding:15px;
}
.article-links ul {
	padding-left:0px !important;
}
.article-links ul li a {
	color:#113a6d;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dfe1ca;
	font-weight:400;
}
.entry-content ul {
	list-style-type:square;
	list-style-position:outside;
	padding-left:15px;
	margin-bottom:15px;
}
.entry-content ol {
	list-style-type:decimal !important;
	list-style-position:inside;
	font-weight: bold;
}
.entry-content ol li {
	font-weight:300;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dfe1ca;
}
.entry-content ol li strong {
	font-weight:700;
}
#nutrition-facts {
	width:100%;
	padding:15px 0px 15px;
	background:#f0f1e6;
	margin:25px 0 30px;
}
.facts-out {
	display:none;
}

.quiz_box  {
	margin:40px auto 20px;
	text-align: center;
	display: block !important;
}
/* =Responsive Structure
----------------------------------------------- */
/*
@media (max-width: 800px) {

	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}

	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}

	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}

	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}

	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}

	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}

	#respond {
		width: auto;
	}

	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {

	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}

	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}

	#branding #searchform {
		top: 1.625em !important;
	}

	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}

	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}

	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}
*/

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8 
----------------------------------------------- */ 
 
#ie8 section.feature-image.large img { 
	width: 100%; 
}