html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
em {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}
/* Hack retained to preserve specificity */
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/**
 * Minimal base styles.
 */
/* Always force a scrollbar in non-IE */
html {
  overflow-y: scroll;
}
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a,
a:hover,
a:active {
  outline: none;
}
ul,
ol {
  margin-left: 2em;
}
ol {
  list-style-type: decimal;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.lt-ie8 legend {
  margin-left: -7px;
}
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.lt-ie8 input[type="checkbox"] {
  vertical-align: baseline;
}
.lt-ie7 input {
  vertical-align: text-bottom;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection {
  background: #5E99FF;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5E99FF;
  color: #fff;
  text-shadow: none;
}
/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #5E99FF;
}
/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.lt-ie8 img {
  -ms-interpolation-mode: bicubic;
}
/**
 * You might tweak these..
 */
body,
select,
input,
textarea {
  color: #666;
  background: #EFF2EB;
  font-family: Helvetica, Arial, sans-serif !important;
}
/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 1.4em;
}
h1#category_display {
  font-size: 25px;
  color: #333;
  letter-spacing: -1px;
  width: 100%;
  border: none;
  box-shadow: none;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
/* primary styles */
body {
  margin: 0;
  min-width: 960px;
  background: #FAFAFA;
}
body.detail #content_wrapper {
  width: 980px;
  margin: 0 auto;
}
body.detail #content_wrapper hgroup {
  margin-top: 10px;
}
body.detail#shows_page #content_wrapper {
  width: 960px;
}
body#news_page.listing #right_column,
body#trends_page.listing #right_column,
body#recipes_page.listing #right_column,
body#search_page #right_column,
body#contributors_page #right_column {
  width: auto;
  margin: 30px auto;
}
body#news_page.listing #content,
body#trends_page.listing #content,
body#recipes_page.listing #content,
body#search_page #content,
body#contributors_page #content {
  width: auto;
  margin: auto;
}
body#news_page.listing #single_column,
body#trends_page.listing #single_column,
body#recipes_page.listing #single_column,
body#search_page #single_column,
body#contributors_page #single_column {
  width: 100%;
}
body#search_page #filter_parent {
  display: block;
}
body#contributors_page #right_column {
  width: 800px;
}
body#contributors_page #right_column div.recipe_title {
  background-color: #F59122;
}
body#search_page.no_results #content #main_column {
  margin: 25px auto;
  width: 960px;
}
body#search_page.no_results .right_container {
  display: none;
}
body#shows_page.listing #right_column {
  width: auto;
  margin: 15px auto;
}
body#shows_page h1#category_display {
  width: 960px;
  margin: 0 auto;
  float: none;
}
body#shows_page.detail #main_column {
  width: 590px;
}
body#shows_page #single_column {
  width: 960px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
#top_links {
  /* social icons in header */
  float: right;
  width: 186px;
  font-size: .9em;
  font-weight: bold;
  margin-top: 7px;
}
#top_links #icon_links {
  text-align: right;
}
#top_links #icon_links a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-image: url('../images/social.png');
}
#fb_link {
  background-position: 0px -50px;
}
#fb_link:hover,
#fb_link:active {
  background-position: 0px -4px;
}
#twit_link {
  background-position: -35px -50px;
}
#twit_link:hover,
#twit_link:active {
  background-position: -35px -4px;
}
#pin_link {
  background-position: -70px -50px;
}
#pin_link:hover,
#pin_link:active {
  background-position: -70px -4px;
}
#yt_link {
  background-position: -139px -50px;
}
#yt_link:hover,
#yt_link:active {
  background-position: -139px -4px;
}
#plus_link {
  background-position: -105px -50px;
}
#plus_link:hover,
#plus_link:active {
  background-position: -105px -4px;
}
#header_wrapper {
  position: fixed;
  z-index: 100;
  height: 45px;
  border-bottom: 5px solid #999999;
  background: #fff;
  min-width: 100%;
  top: 0;
}
.flyout {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.2s, opacity 0.4s;
  -moz-transition: height 0.2s, opacity 0.4s;
  -o-transition: height 0.2s, opacity 0.4s;
  transition: height 0.2s, opacity 0.4s;
}
.flyout .inner {
  width: 960px;
  margin: auto;
}
.no-js .can_flyout:hover .flyout,
.can_flyout.hover .flyout {
  opacity: 1;
  z-index: 6;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 5px;
  border-bottom-width: 5px;
  /* height: 300px; */
  padding-bottom: 10px;
  height: auto;
}
#header .top_nav li.green .flyout {
  border-color: #649719;
}
#header .top_nav li.darkcyan .flyout {
  border-color: #60A4A9;
}
#header .top_nav li.firebrick .flyout {
  border-color: #E64F4F;
}
#header .top_nav li.orangered .flyout {
  border-color: #F59122;
}
#header .top_nav li.yellow .flyout {
  border-color: #EDDC32;
}
#header .top_nav li.gray .flyout {
  border-color: #999999;
}
#header .top_nav li.green:hover,
#header .top_nav li.green.hover {
  background-color: #649719;
}
#header .top_nav li.darkcyan:hover,
#header .top_nav li.darkcyan.hover {
  background-color: #60A4A9;
}
#header .top_nav li.firebrick:hover,
#header .top_nav li.firebrick.hover {
  background-color: #E64F4F;
}
#header .top_nav li.orangered:hover,
#header .top_nav li.orangered.hover {
  background-color: #F59122;
}
#header .top_nav li.yellow:hover,
#header .top_nav li.yellow.hover {
  background-color: #EDDC32;
}
#header .top_nav li.gray:hover,
#header .top_nav li.gray.hover {
  background-color: #999999;
}
#recipes_page #header .top_nav li.darkcyan {
  background-color: #60A4A9;
}
#recipes_page #header .top_nav li.darkcyan a {
  color: #ffffff;
}
#recipes_page #header .top_nav li.darkcyan.can_flyout {
  background-position: right -19px;
}
#recipes_page #header_wrapper {
  border-bottom-color: #60A4A9;
}
#shows_page #header .top_nav li.green {
  background-color: #649719;
}
#shows_page #header .top_nav li.green a {
  color: #ffffff;
}
#shows_page #header .top_nav li.green.can_flyout {
  background-position: right -19px;
}
#shows_page #header_wrapper {
  border-bottom-color: #649719;
}
#trends_page #header .top_nav li.orangered,
#news_page #header .top_nav li.orangered {
  background-color: #F59122;
}
#trends_page #header .top_nav li.orangered a,
#news_page #header .top_nav li.orangered a {
  color: #ffffff;
}
#trends_page #header .top_nav li.orangered.can_flyout,
#news_page #header .top_nav li.orangered.can_flyout {
  background-position: right -19px;
}
#trends_page #header_wrapper,
#news_page #header_wrapper {
  border-bottom-color: #F59122;
}
#header {
  width: 960px;
  margin: auto;
  overflow: visible;
  line-height: 45px;
  height: 45px;
}
#header a.logo {
  width: 164px;
  height: 45px;
  margin: 0;
  float: left;
  color: transparent;
  background: url('../images/logo.png') no-repeat center 3px;
}
#header .top_nav {
  float: left;
  margin-left: 25px;
  list-style-type: none;
  font-size: 15px;
}
#header .top_nav .mainnav,
#header .top_nav h3 {
  text-transform: uppercase;
}
#header .top_nav li {
  float: left;
  display: inline-block;
  height: 45px;
}
#header .top_nav li.can_flyout {
  background: url('../images/nav_arrows.png') right 21px no-repeat;
}
#header .top_nav li.can_flyout:hover,
#header .top_nav li.can_flyout.hover {
  background-position: right -19px;
}
#header .top_nav li:hover a,
#header .top_nav li.hover a {
  color: #FFF;
}
#header .top_nav li a {
  color: #444445;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.01em;
  display: inline-block;
  padding: 0 24px;
  height: 45px;
}
#header .top_nav li #trends_flyout h3 {
  margin: 0;
}
#header .top_nav li #trends_flyout #subnav_trends {
  width: 240px;
}
#header .top_nav li .flyout {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
}
#header .top_nav li .flyout h3,
#header .top_nav li .flyout h4,
#header .top_nav li .flyout a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#header .top_nav li .flyout a {
  padding: 0;
}
#header .top_nav li .flyout a:hover {
  text-decoration: underline;
}
#header .top_nav li .flyout h3 {
  margin: 0 0 0 10px;
  line-height: 60px;
  font-size: 22px;
  vertical-align: middle;
}
#header .top_nav li .flyout h3 span {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#header .top_nav li .flyout h3 span:hover {
  text-decoration: none;
}
#header .top_nav li .flyout h3 sub {
  position: static;
  margin-left: 12px;
  text-transform: none;
  font-size: 60%;
}
#header .top_nav li .flyout h3,
#header .top_nav li .flyout h3 a {
  font-size: 22px;
  color: #ffffff;
}
#header .top_nav li .flyout h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
#header .top_nav li .flyout .subnav {
  width: 400px;
  margin: 0 0 0 10px;
  float: left;
  display: inline;
}
#header .top_nav li .flyout .subnav ul {
  margin: 10px 0 0 0;
  padding: 0px;
  list-style-type: none;
}
#header .top_nav li .flyout .subnav ul li {
  padding: 0;
  width: 190px;
  border: none;
  height: 30px;
  line-height: 30px;
}
#header .top_nav li .flyout .subnav ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}
#header .top_nav li#nav_recipes .flyout #subnav_cuisines {
  padding-left: 20px;
}
#header .top_nav li#nav_shows .flyout {
  /* .featured_objects {
                        .featured_object_list {
                            li {
                                height: auto;
                                width: 137px;
                                margin: 0 35px;
                                float: left;
                                display: inline;
                                img { display: block; float: none; }
                                h6 {
                                    margin: 4px 0 0;
                                    display: block;
                                    font-weight: bold;
                                    font-size: 13px;
                                    color: #333;
                                }
                                p {font-weight: normal;}
                            }
                        }
                    } */
}
#header .top_nav li#nav_shows .flyout .subnav {
  width: 100%;
}
#header .top_nav li#nav_shows .flyout .subnav li {
  width: 240px;
}
#header .top_nav#nav_products {
  border: none;
}
#search_box {
  display: inline-block;
  float: right;
  height: 45px;
  width: 57px;
}
#search_box .flyout {
  background-color: #F2F2F2;
  border-color: #999;
}
#search_box .flyout .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 186px;
  text-align: right;
  margin-top: 10px;
}
#search_box .flyout div {
  line-height: 18px;
  padding-right: 98px;
}
#search_box #searchbox {
  width: 445px;
  height: 24px;
  padding-left: 5px;
  background: #fff;
  border: 1px solid #999;
}
#search_box .button {
  background: #999999 url('../images/search.png') 14px center no-repeat;
  border: none;
  color: #FFF;
  font-size: 15px;
  height: 28px;
  padding: 1px 10px 0 40px;
  margin-left: 5px;
}
#search_box #category_select {
  list-style: none;
  line-height: 14px;
  display: inline-block;
  margin-left: 0;
}
#search_box #category_select li {
  display: inline-block;
  font-size: 12px;
  margin-right: 19px;
}
#search_box #category_select li.selected a {
  background: url('../images/fake-radio.png') 0 0 no-repeat;
}
#search_box #category_select li a {
  display: inline-block;
  padding: 3px 0 3px 25px;
  background: url('../images/fake-radio.png') 0 -26px no-repeat;
}
#search_box #category_select li a,
#search_box #category_select li a:visited,
#search_box #category_select li a:hover {
  color: #444445;
}
#search_box:hover #show-search,
#search_box.hover #show-search {
  background: #999999 url('../images/search-nav.png') no-repeat center 8px;
}
#search_box:hover .flyout,
#search_box.hover .flyout {
  height: 83px;
}
#search_page #full_banner {
  padding-top: 70px;
}
#search_page #search_box #show-search {
  background: #999999 url('../images/search-nav.png') no-repeat center 8px;
}
#search_page #search_box.can_flyout .flyout {
  opacity: 1;
  z-index: 5;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 5px;
  border-bottom-width: 5px;
  height: 83px;
}
#show-search {
  display: inline-block;
  width: 57px;
  height: 45px;
  background: url('../images/search-nav.png') no-repeat center -32px;
}
.green,
.related_content .green a,
.top_nav .green a,
.redtitle.green,
a.green,
a.green:hover,
.contributor_tabs .green {
  color: #649719;
}
.darkcyan,
.related_content .darkcyan a,
.top_nav .darkcyan a,
.redtitle.darkcyan,
a.darkcyan,
a.darkcyan:hover,
.contributor_tabs .darkcyan {
  color: #60A4A9;
}
.firebrick,
.related_content .firebrick a,
.top_nav .firebrick a,
.redtitle.firebrick,
a.firebrick,
a.firebrick:hover,
.contributor_tabs .firebrick {
  color: #E64F4F;
}
.orangered,
.related_content .orangered a,
.top_nav .orangered a,
.redtitle.orangered,
a.orangered,
a.orangered:hover,
.contributor_tabs .orangered {
  color: #F59122;
}
.yellow,
.related_content .yellow a,
.top_nav .yellow a,
.redtitle.yellow,
a.yellow,
a.yellow:hover,
.contributor_tabs .yellow {
  color: #EDDC32;
}
.gray,
.related_content .gray a,
.top_nav .gray a,
.redtitle.gray,
a.gray,
a.gray:hover,
.contributor_tabs .gray {
  color: #BEBEBE;
}
#footer_wrapper {
  position: fixed;
  bottom: 0;
  margin: auto;
  z-index: 100;
  color: #fff;
  background: #353535;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e3e3e), to(#353535));
  /* webkit */
  height: 30px;
  width: 100%;
}
#footer {
  width: 960px;
  margin: auto;
  font-size: 10px;
}
#copy_notice {
  margin: 10px 60px 0 22px;
  float: left;
  color: #aaa;
}
#footer_nav {
  margin: 3px 22px;
  padding: 0;
  list-style-type: none;
  float: right;
}
#footer_nav li {
  padding: 7px;
  float: left;
  border-right: 1px solid #555;
}
#footer_nav li:last-child {
  border-right: none;
}
#footer_nav li a {
  color: #fff;
}
.featured_title {
  border: medium none;
  height: 39px;
  margin: 0 0 0 11px;
  padding-top: 4px;
  width: 288px;
  text-align: left;
  position: absolute;
  bottom: 12px;
  left: 0px;
  overflow: hidden;
}
div.block a:hover .featured_title {
  height: auto;
  min-height: 39px;
}
.most_popular_recipes {
  width: 308px;
  height: 168px;
  background: #fff;
  position: relative;
}
.featured_title,
.most_popular_recipes .title_2wide {
  background: #4e9c95;
  color: #fff;
}
#foodie-byte {
  margin-top: 10px;
}
#foodie-byte strong.fb-label {
  clear: both;
  display: block;
}
.most_popular_recipes .content {
  position: absolute;
}
#content.detail #main_column,
.block,
.tile,
.large_block {
  -moz-box-shadow: 2px 2px 2px #CCC;
  -webkit-box-shadow: 2px 2px 2px #CCC;
  box-shadow: 2px 2px 2px #CCC;
  position: relative;
}
.block {
  margin: 5px;
  width: 150px;
  height: 170px;
  float: left;
  background: #FFF;
  -moz-box-shadow: 2px 2px 2px #CCC;
  -webkit-box-shadow: 2px 2px 2px #CCC;
  box-shadow: 2px 2px 2px #CCC;
  position: relative;
  text-align: center;
}
.block a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.block.wide {
  width: 310px;
}
.block.tall {
  height: 350px;
}
.block p.tweet {
  height: auto;
  width: auto;
  margin: 10px;
  text-align: left;
  font-size: 95%;
}
.block p.tweet a {
  color: #E64F4F;
  display: inline;
}
div.tweet_time_since {
  font-size: 80%;
}
.lt-ie9 .block,
.lt-ie9 .carousel {
  zoom: 1;
}
.lt-ie9 #right_column .fr {
  zoom: 1;
}
.lt-ie9 ol li {
  display: list-item;
}
.trending_topics {
  width: 148px;
  height: 168px;
  background: #fff !important;
  text-align: left;
}
.trending_topics ol li {
  border-bottom: 1px solid #e3e3e3;
  width: 100px;
}
.trending_topics .wide ol {
  height: 170px;
}
.trending_topics .wide ol li {
  list-style-type: none;
  line-height: 1.2em;
}
.trending_topics li.col {
  margin-bottom: 4px;
  border: 0;
  padding-top: 4px;
  border-top: 1px solid #ddd;
}
.trending_topics li.first {
  padding-top: 0px;
  border-top: none;
}
.trending_topics li.col2 {
  margin-left: 14em;
}
.trending_topics li.reset {
  margin-top: -10em;
}
#content .block.amuse {
  height: 148px;
  padding: 11px;
  text-align: left;
}
#content .block.amuse a {
  display: inline;
  color: #666666;
  text-decoration: underline;
}
#content .block.wide.amuse {
  width: 288px;
}
#content .block.amuse div.content {
  overflow: hidden;
  height: 107px;
}
#content .block.wide.amuse h5 {
  padding-top: 5px;
}
#content .block.amuse div.category {
  background-color: #af63b2;
  background-image: url('../images/icons/amuse_icn.png');
  background-image: url('../images/icons/amuse_icn.png'), -webkit-gradient(linear, left top, left bottom, from(#af63b2), to(#a045a3));
  background-image: url('../images/icons/amuse_icn.png'), -webkit-linear-gradient(top, #af63b2, #a045a3);
  background-image: url('../images/icons/amuse_icn.png'), -moz-linear-gradient(top, #af63b2, #a045a3);
  background-image: url('../images/icons/amuse_icn.png'), -ms-linear-gradient(top, #af63b2, #a045a3);
  background-image: url('../images/icons/amuse_icn.png'), -o-linear-gradient(top, #af63b2, #a045a3);
  background-image: url('../images/icons/amuse_icn.png'), linear-gradient(to bottom, #af63b2, #a045a3);
  height: 20px;
  background-repeat: no-repeat;
}
#content .block.amuse div.category h4 {
  margin-left: 35px;
  padding-top: 3px;
  color: white;
  text-transform: uppercase;
}
#new-paginator {
  margin: 20px auto 80px auto;
  text-align: center;
}
#new-paginator .boxy {
  display: inline-block;
}
#new-paginator span,
#new-paginator a {
  float: left;
  margin: 0px 0px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: #666;
  padding: 11px 19px;
  font-size: 17.5px;
}
#new-paginator a:hover,
#new-paginator a:focus {
  background-color: #4E9C95;
  color: #fff;
}
#new-paginator .current {
  color: #4E9C95;
  font-weight: bold;
  text-shadow: 1px 1px 0px #e5e5e5;
  cursor: default;
  background-color: #fff;
  border-bottom: 2px solid #4E9C95;
}
#new-paginator .no_page,
#new-paginator .no_page:hover {
  color: #ccc;
  cursor: default;
  background-color: #fff;
}
#new-paginator .inactive {
  cursor: default;
  color: #444;
  background-color: #fff;
  padding-left: 6px;
  padding-right: 6px;
}
#new-paginator .prev_page {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 26px;
  -webkit-border-top-left-radius: 26px;
  -moz-border-radius-bottomleft: 26px;
  -moz-border-radius-topleft: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
}
#new-paginator .next_page {
  -webkit-border-top-right-radius: 26px;
  -webkit-border-bottom-right-radius: 26px;
  -moz-border-radius-topright: 26px;
  -moz-border-radius-bottomright: 26px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
#pagination {
  display: none;
}
#pagination a.current {
  background: #B31C29;
  color: white;
}
#pagination a.page {
  margin: 0 2px;
}
.pagination {
  text-align: center;
  display: none;
  padding: 20px 0px 30px 0px;
  line-height: 250%;
}
.pagination a,
.pagination a:hover,
.pagination a:visited {
  color: #555;
}
.pagination a {
  padding: 7px 10px;
  color: #636153;
  border: 1px solid #ddd;
  text-decoration: none;
  background-color: #f9f8f2;
}
.pagination a:hover {
  color: #000;
  background-color: #f9f8f2;
  border: 1px solid #636153;
}
.pagination a:active {
  color: #b31c29;
  border: 1px solid #b31c29;
}
.pagination span {
  color: #999;
  padding: 7px 10px;
}
.pagination span.current {
  color: #fff;
  background-color: #b31c29;
  border: 1px solid #b31c29;
}
.pagination span.disabled {
  border: 1px solid #ddd;
  color: #aaa;
}
#full_banner {
  padding-top: 70px;
  width: 960px;
  margin: auto;
}
#filter_parent {
  background: #dfe7da url('../images/menu/subnav_gradient_bg.png') repeat-x;
  box-shadow: 0px 2px 3px #bbb;
  display: none;
}
#filter_bar {
  width: 960px;
  height: 26px;
  margin: 0 auto;
}
#filter_bar a {
  color: #444;
}
#filter_bar h2 {
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  display: inline;
  float: left;
  font-weight: normal;
  font-size: 13px;
}
#filter_bar h2 strong {
  font-weight: bold;
  font-style: italic;
  color: black;
}
#filter_bar h2#result_count,
#filter_bar h2.filter_text,
#filter_bar h2#viewall {
  margin-right: 20px;
}
#filter_bar h2.filter_text {
  font-weight: bold;
}
#filter_bar h2#viewall {
  margin-right: 40px;
}
#filter_bar #filter_nav {
  color: #555555;
  font-size: 0.7em;
  list-style-type: none;
  display: block;
}
#filter_bar #filter_nav a {
  color: #555;
}
#filter_bar #filter_nav li#nav_item_filter {
  float: left;
}
#filter_bar #filter_nav li#nav_item_filter ul {
  margin-left: 0;
  width: 450px;
  margin-top: 5px;
}
#filter_bar #filter_nav li#nav_item_filter ul li {
  display: inline;
  font-size: 13px;
}
#filter_bar #filter_nav li#nav_item_filter ul li a {
  padding: 3px 8px 5px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
}
#filter_bar #filter_nav li#nav_item_filter ul li a:hover,
#filter_bar #filter_nav li#nav_item_filter ul li a.selected {
  background-color: #ebf0e9;
  border-color: #ddd;
}
#filter_bar #filter_nav li#nav_item_filter ul li a.selected {
  font-weight: bold;
}
#filter_bar #filter_nav li.recipe_facet_filter {
  display: inline;
  margin-right: 10px;
  float: left;
  position: relative;
}
#filter_bar #filter_nav li.recipe_facet_filter h2 {
  padding: 4px;
  border-radius: 5px;
  border: 1px solid transparent;
}
#filter_bar #filter_nav li.recipe_facet_filter h2 span {
  font-size: 10px;
}
#filter_bar #filter_nav li.recipe_facet_filter:hover h2,
#filter_bar #filter_nav li.recipe_facet_filter.hoverhack h2 {
  background: #ebf0e9;
  border-color: #ddd;
}
#filter_bar #filter_nav li.recipe_facet_filter:hover ul,
#filter_bar #filter_nav li.recipe_facet_filter.hoverhack ul {
  display: block;
}
#filter_bar #filter_nav li.recipe_facet_filter ul {
  box-shadow: 1px 3px 9px #CCCCCC;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  width: 140px;
  position: absolute;
  z-index: 1;
  left: 17px;
  top: 24px;
  border: 1px solid #ddd;
  background: #fafaf8;
}
#filter_bar #filter_nav li.recipe_facet_filter ul li {
  padding: 8px 8px 0 8px;
  margin: 0;
  display: block;
  float: none;
}
#filter_bar #filter_nav li.recipe_facet_filter ul li:last-child a {
  border: 0;
}
#filter_bar #filter_nav li.recipe_facet_filter ul li.selected {
  background-color: #A0A8AA;
}
#filter_bar #filter_nav li.recipe_facet_filter ul li.selected a {
  border: 0;
  color: #fafaf8;
  font-weight: bold;
}
#filter_bar #filter_nav li.recipe_facet_filter ul li a {
  padding-bottom: 8px;
  display: block;
  font-size: 12px;
}
#filter_bar #filter_nav li.recipe_facet_filter.search_reset {
  background-color: inherit;
  border-bottom: 1px dotted;
}
#filter_bar #filter_nav li.recipe_facet_filter.search_reset h2 {
  border: none;
  font-size: 1.6em;
  padding: 0;
  margin-left: 0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}
#top_main_column {
  background: transparent;
  width: 800px;
}
.column {
  width: 600px;
  margin-bottom: 40px;
}
.column h2 {
  margin-bottom: 15px;
  text-shadow: 1px 1px #e5e5e5;
}
.column h1 {
  margin-bottom: 15px;
}
.column header h1 {
  margin-bottom: 5px;
}
.column header h3 {
  margin-bottom: 10px;
}
.column p {
  margin: 10px 0;
}
.separator {
  font-size: 0.7em;
  padding: 0 5px;
  text-shadow: none;
  vertical-align: middle;
}
.block .carousel_thumb {
  background: #777;
  margin: 5px;
  float: left;
}
.block .carousel_thumb.active {
  margin: 3px;
  border: 2px solid #fff;
}
.block #carousel_caption div#extra_caption {
  display: none;
}
.block #carousel_caption div#main_caption {
  margin: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px #555;
}
.block #carousel_caption div#extra_caption span {
  float: left;
}
.block #carousel_caption {
  background: #5BA7A3;
  height: 46px;
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 448px;
  border: 1px solid #555;
}
.block #carousel_caption.expand {
  height: 118px;
}
.block #carousel_caption.expand #extra_caption {
  display: block;
}
/*.block .recipe_title {
    bottom: 0px;
    left: 0px;
    float: left;
    color: #FFFFFF;
    display: table-cell;
    font-size: 0.9em;
    height: 28px;
    padding: 2px 5px;
    position: absolute;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    overflow: hidden;
}*/
div.block div.recipe_title {
  position: absolute;
  height: 30px;
  width: 140px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 3px 5px 4px 5px;
  color: #FFFFFF;
  text-align: left;
}
div.block div.recipe_title div.container {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
div.block div.recipe_title div.view_link {
  margin-top: 5px;
  margin-bottom: 1px;
  font-style: italic;
  font-size: 12px;
}
div.block:hover .recipe_title {
  height: auto;
}
.block .recipe_title p {
  margin: 0;
}
div.block span.has_video {
  position: absolute;
  z-index: 1;
  left: 49px;
  top: 40px;
}
div.wide span.has_video {
  position: absolute;
  z-index: 1;
  left: 236px;
  top: 230px;
}
.popular_tabbed {
  width: 308px;
  height: 168px;
  background: #bf5e5b;
}
.popular_tabs {
  width: 300px;
  height: 62px;
  background: #fff;
}
.tile {
  margin: 5px;
  border: 1px solid #999;
  float: left;
}
.most_popular h3 {
  margin: 7px !important;
  padding: 0;
}
.most_popular ol li a {
  color: #222;
}
.most_popular .content {
  top: 32px !important;
  padding: 32px 0;
}
#content.detail .large_block {
  width: 308px;
  height: 286px;
  background-color: #fff;
  position: relative;
}
#content .wide {
  width: 310px;
}
#content.detail .block.tall {
  height: 350px;
}
#content.detail .block .recipe_title {
  font-size: .85em;
  height: 30px;
  border-top: 1px solid #999;
  margin-top: -3px;
  padding-left: 5px;
}
#content.detail .block .recipe_title p {
  margin: 0;
}
#content.detail .block .recipe_title.article {
  background-color: #EE8D26;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a4a9', endColorstr='#42928f');
  /* IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#f59122), to(#e18a2b));
  /* webkit */
  background: -moz-linear-gradient(top, #60a4a9, #42928f);
  /* firefox */
}
#content.detail .block .recipe_title.recipe {
  background-color: #60a4a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60a4a9', endColorstr='#42928f');
  /* IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#60a4a9), to(#42928f));
  /* webkit */
  background: -moz-linear-gradient(top, #60a4a9, #42928f);
  /* firefox */
}
#content.detail .block .recipe_title.video {
  /* shows */
}
#content.detail .large_block a,
.large_block img {
  width: 288px;
  height: 266px;
}
#content.detail .large_block img {
  border: 1px solid #666;
  margin: 10px;
}
#content.detail .large_block .recipe_title {
  background-color: #4e9c95;
  border-top: 1px solid #666;
  height: 45px;
  position: absolute;
  bottom: 9px;
  left: 11px;
  width: 288px;
}
#content.detail .large_block h4,
.large_block p {
  color: #fff;
  margin: 0 0 0 12px;
}
#content.detail .large_block h4 {
  font-size: 116%;
  margin-top: 4px;
}
#content.detail .large_block p {
  font-size: 93%;
}
#content.detail .ad_tile {
  width: 308px;
  height: 286px;
  font-size: 9px;
  text-align: center;
}
#content.detail .ad_unit {
  width: 300px;
  height: 250px;
  background-color: #3ea233;
  margin: 0 auto;
}
#content.detail .mini_ad_tile {
  width: 148px;
  height: 168px;
  font-size: 9px;
  text-align: center;
}
#content.detail .mini_ad_unit {
  width: 125px;
  height: 125px;
  background-color: #3ea233;
  margin: 0 auto;
}
/******************
GENERIC STYLES
******************/
#content.detail .smallertext {
  font-size: .9em;
  display: block;
}
#content.detail .biggertext {
  font-size: 1.2em;
}
#content.detail .fiftypercent {
  width: 49%;
}
#content.detail .seventypercent {
  width: 69%;
}
#content.detail .onehundredpercent {
  width: 100%;
}
#content.detail .alignright {
  text-align: right;
}
#content.detail .clear {
  clear: both;
  width: 0;
  height: 0;
}
#content.detail .corners {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  behavior: url(../static/css/static/css/ie-css.htc);
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-top {
  padding-top: 10px;
}
#content.detail .greygradient {
  background-color: #dedede;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#dedede));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #dedede);
  background-image: -moz-linear-gradient(top, #f4f4f4, #dedede);
  background-image: -ms-linear-gradient(top, #f4f4f4, #dedede);
  background-image: -o-linear-gradient(top, #f4f4f4, #dedede);
}
#content.detail .paddingnone {
  padding: 0;
}
#content.detail .bordertop {
  border-top: 1px solid #ccc;
}
#content.detail .borderbottom {
  border-bottom: 1px solid #ccc;
}
#content.detail .right_container {
  width: 320px;
  padding-bottom: 28px;
}
/** CONTENT BUCKETS **/
/*featured_profile*/
#content.detail .featured_profile {
  width: 308px;
  height: 168px;
  background: #fff;
}
#content.detail .featured_profile h4,
.featured_profile a {
  margin: 0;
}
#content.detail .featured_profile p {
  margin: 0 0 0.5em 0;
}
#content.detail .featured_profile .profile_pic {
  float: left;
  margin: 14px 8px 0 8px;
  width: 128px;
}
#content.detail .featured_profile .profile_content {
  color: #424242;
  float: left;
  margin: 9px 0 0 0;
  width: 154px;
}
#content.detail .featured_profile .profile_title {
  color: #666;
  font-size: 108%;
  border-bottom: 1px solid #ccc;
  padding: 2px 0 9px;
}
#content.detail .featured_profile .profile_title h4 {
  margin: 0;
}
#content.detail .featured_profile .profile_title a {
  color: #cf6215;
}
#content.detail .featured_profile .profile_content .label {
  font-weight: bold;
  font-size: 100%;
}
#content.detail .featured_profile .profile_content em {
  font-size: 85%;
  font-style: italic;
}
#content.detail .features_container {
  width: 468px;
  height: 400px;
  background: #fff;
}
#content.detail .features {
  height: 378px;
  margin: 10px;
  background: #333;
  border: 1px solid #333;
  position: relative;
}
#content.detail .feature_selected {
  position: relative;
}
.feature_selected_title {
  color: #fff;
  background: #4e9c95;
  height: 36px;
  margin-top: 0px;
  border-top: 1px solid #58565c;
  border-bottom: 1px solid #58565c;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature_selected_title h3 {
  margin: 10px 0 0 10px;
}
.feature_selected_title h3 > a {
  color: #fff;
}
.feature_selected_title h3 > a:hover {
  text-decoration: underline;
}
.feature_thumbs {
  margin: 0 0 7px 6px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.feature_thumbs .thumb_wrap {
  display: inline-block;
  width: 104px;
  height: 112px;
  background-color: transparent;
  margin-right: 2px;
}
.feature_thumbs .thumb_wrap img {
  margin: 10px 0 0 2px;
}
.feature_thumbs .thumb_wrap:hover {
  background: transparent url('../images/backgrounds/feature_up-arrow_104_112.png') 0 0 no-repeat;
}
.tweet {
  width: 148px;
  height: 168px;
  background: #fff;
  position: relative;
  font-size: 88%;
}
.tweet .content {
  padding: 10px;
  width: 140px;
}
.tweet .title {
  background: #f5d84b;
  border-top: 1px solid #666;
  position: absolute;
  bottom: 0;
  width: 140px;
  padding: 5px;
}
.tweet .title img {
  float: left;
  background-color: #000033;
  margin-right: 8px;
}
/*=== TABS in RIGHT SIDEBAR ===*/
.popular_tabbed {
  width: 308px;
  /*height: 168px;*/
  background: #fff;
  /*position: relative;*/
  border: none;
}
.popular_tabbed .ui-tabs {
  height: 155px;
  padding: 0;
  /*margin-top: -45px;*/
}
/*.popular_tabbed .ui-widget-header {
    background: none;
    border: none;
    color: #fff;
    font-weight: normal;
}*/
.popular_tabbed .ui-widget-content {
  background: none;
  border: none;
}
.popular_tabbed .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.popular_tabbed .ui-tabs .ui-tabs-panel ol {
  position: absolute;
  top: 30px;
}
.popular_tabbed .ui-tabs .ui-tabs-panel ol li {
  border-bottom: 1px solid #e3e3e3;
  width: 250px;
}
.popular_tabbed .ui-tabs .ui-tabs-panel ol li a {
  line-height: 20px;
}
.popular_tabbed .ui-tabs .ui-tabs-nav {
  position: absolute;
  right: 0;
  padding: 0;
  border-bottom: 5px solid #3a8981;
}
.popular_tabbed .ui-tabs .ui-tabs-nav li a {
  /*padding: 7px;*/
  padding: .5em 1em;
}
.popular_tabbed h3 {
  color: #666;
  margin-left: 12px;
}
.popular_tabs {
  width: 300px;
  height: 62px;
  background: #fff;
}
.tabviewmore {
  float: right;
  font-weight: bold;
  font-size: .9em;
  border: 1px solid #ccc;
  color: black;
  padding: .25em;
  margin: .5em;
  cursor: default;
}
.tabviewmore a {
  color: #000;
}
/*end TABS*/
.follow {
  width: 148px;
  height: 68px;
  background: #fff;
  position: relative;
}
.follow a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 134px;
  height: 54px;
  margin-top: -28px;
  /* Half the height - 1px (visual center) */
  margin-left: -68px;
  /* Half the width - 1px (visual center) */
}
.follow img {
  border: 1px solid #666;
}
.short_promo {
  width: 308px;
  height: 62px;
  background: #99bd06;
}
.trending_topics_title {
  background: none repeat scroll 0 0 #666666;
  border-bottom: 1px solid #999999;
  color: #FFFFFF;
  height: 16px;
  padding: 10px;
  text-align: left;
  width: 290px;
}
.related {
  background-color: #ed8b21;
}
.title_1wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
}
.title_2wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  font-size: 10px;
}
.title_1wide h3,
.title_2wide h3 {
  color: #fff;
  margin-left: 12px;
}
.featured_episode {
  width: 308px;
  height: 286px;
  background: #fff;
  position: relative;
}
.featured_episode .title_2wide {
  background: #7bb025;
  background: #649719;
}
.featured_episode .content,
.related_recipes .content,
.related_articles .content,
.most_popular_recipes .content,
.related_questions .content {
  position: absolute;
  top: 48px;
}
.featured_episode .content {
  margin: 12px 0 0 10px;
}
.related_recipes .content,
.related_articles .content,
.related_questions .content {
  margin: 0 0 0 10px;
}
.featured_episode .content .media {
  width: 288px;
  height: 144px;
}
.featured_episode .content .description {
  font-size: 116%;
  margin: 12px 0 0 0;
}
.featured_episode .content .description .category {
  color: #7bb025;
  color: #649719;
  font-weight: bold;
  text-transform: uppercase;
}
.featured_episode .content .description .recipe_name {
  color: #222;
  font-style: italic;
}
.related_recipes {
  width: 308px;
  height: 286px;
  background: #fff;
  position: relative;
}
.related_recipes .title_2wide {
  background: #4e9c95;
}
.more_like_this {
  width: 308px;
  height: 286px;
  background: #fff;
  position: relative;
}
.more_like_this .title {
  background: none repeat scroll 0 0 #666666;
  color: #FFFFFF;
  height: 16px;
  padding: 10px;
  text-align: left;
  width: 290px;
}
.more_like_this .content {
  font-size: 12px;
  color: #666666;
}
.more_like_this .content a {
  height: 71px;
  border-bottom: 1px solid #CCCCCC;
  width: 290px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  padding: 5px 10px;
}
.more_like_this .content a:first-child {
  padding: 10px 10px 5px;
}
.more_like_this .content a:last-child {
  border-bottom: medium none;
}
.more_like_this .content a:hover {
  background-color: #F2F2F2;
}
.more_like_this .content .item img {
  float: left;
  margin: 0 8px 0 0;
  width: 67px;
}
.related_articles,
.related_questions {
  width: 308px;
  height: 286px;
  background: #fff;
  position: relative;
}
.related_articles .title_2wide,
.related_questions .title_2wide {
  background: #ed8b21;
}
.related_recipes .single_content,
.related_articles .single_content,
.related_questions .single_content {
  border-bottom: 1px solid #ccc;
  width: 288px;
  height: 75px;
}
.related_recipes .single_content:last-child,
.related_articles .single_content:last-child,
.related_questions .single_content:last-child {
  border-bottom: none;
}
.related_recipes .last_content,
.related_articles,
.last_content,
.related_questions .last_content {
  border-bottom: none;
}
.related_recipes .related_pic,
.related_articles .related_pic,
.related_questions .related_pic {
  float: left;
  margin: 0 8px 0 0;
  width: 67px;
}
.related_recipes .related_content,
.related_articles .related_content,
.related_questions .related_content {
  color: #424242;
  float: left;
  margin: 0;
  width: 209px;
  text-align: left;
}
.related_recipes .related_content h4,
.related_recipes .related_content a,
.related_articles .related_content h4,
.related_articles .related_content a {
  font-size: 1em;
  margin: 0;
  -webkit-margin-before: 0;
}
.related_content p {
  color: #333;
  font-size: 0.9em;
  font-weight: normal;
}
.related_content a {
  color: #333;
  font-size: 1em;
}
.related_content h4 {
  color: #ED8B21;
  font-size: 1em;
  margin: 0;
  -webkit-margin-before: 0;
}
.related_recipes .related_content h4,
.related_recipes .related_content a {
  color: #4e9c95;
}
.related_articles .related_content h4,
.related_articles .related_content a {
  color: #E65C58;
}
.most_popular {
  width: 310px;
  height: 170px;
  background: #fff;
  position: relative;
}
.most_popular .title_2wide {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  text-shadow: none;
}
.most_popular .title_2wide h3 {
  font-size: 1em;
}
.most_popular ol li {
  border-bottom: 1px solid #e3e3e3;
  width: 250px;
  text-align: left;
  line-height: 1.6em;
}
.article-author {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  margin: 0;
  width: 100%;
  min-height: 97px;
}
.article-author img {
  float: left;
  padding: 0 1em 0 0;
  width: 98px;
  height: 98px;
}
.author-meta {
  line-height: 1.2em;
}
.author-meta .author {
  color: #4E9C95;
  font-weight: bold;
}
.tags {
  margin-top: 10px;
}
.recipe-meta-details {
  display: block;
}
.tagline {
  margin-top: 10px;
  line-height: 1em;
  font-size: 1em;
  display: block;
}
article footer {
  clear: both;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 4px solid #e0ebeb;
}
article.column {
  background-color: #FFF;
  margin-top: 5px;
}
article a,
article a:visited,
article a:link {
  color: #4E9C95;
}
article a:hover {
  text-decoration: underline;
}
.social {
  background-color: #333;
  color: #CCCCCC;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: 0px;
  width: 590px;
  height: 20px;
}
.social img {
  padding: 0 .5em;
}
.shows_content .social {
  background-color: transparent;
  width: 725px;
  color: #333;
  padding-left: 0;
}
.shows_content .social .share_text {
  color: #999;
  padding-left: 0;
}
.addtofavorites {
  border: 1px solid #666;
  padding: 0 .25em 0 20px;
  margin-right: .5em;
  text-align: right;
  text-transform: capitalize;
  background: url(../images/icons/favorites-heart.png) no-repeat 0 0.25em;
  float: right;
}
.addtofavorites a {
  color: black;
}
article {
  border: 1px solid #CCC;
  padding: 0 17px;
}
.posts {
  clear: both;
  margin: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: .5em 0;
}
img.commentavatar {
  float: left;
  margin: 7px 5px 48px;
}
.posts p {
  margin-left: 48px;
  white-space: normal;
  margin: .5em 0;
}
.secColumn {
  padding-top: 10px;
  width: 285px;
}
/*jquery ui overrides*/
.ui-widget-header {
  background: none;
}
/** == Gallery styles on Article with Gallery template == */
#galleria {
  height: 370px;
}
div#gallery-print-image {
  display: none;
}
.gallery {
  background-color: #fff;
  overflow: hidden;
  margin: 0;
  width: 100%;
  text-align: center;
}
.gallery div {
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.gallery .slideViewer span.typo {
  padding-top: 13px;
}
.gallery .gal-lg {
  float: left;
  margin: 7px;
}
.gallery-thumbs {
  clear: left;
  margin: 0 2px;
}
.gallery-thumbs img {
  padding: 2px;
}
.gallery .social img {
  float: none;
  padding: 0 3px;
}
/*RECIPE DETAIL*/
/*-- ingredients section --*/
#ingredients {
  padding-top: 10px;
  border-top: 4px solid #E0E9DB;
}
#ingredients h3 {
  padding-bottom: 10px;
}
#ingredients ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
#ingredients ul li {
  margin-bottom: 0;
}
.recipe-meta-details div {
  float: left;
  border: 1px solid #ccc;
  width: 90px;
  text-align: center;
  font-weight: bold;
  margin: 0 6px 5px 0;
}
.recipe-meta-details h3 {
  background-color: #f2f2f2;
  padding: .25em;
  margin: 0;
  color: #000;
  font-size: 1em;
}
.print {
  float: right;
}
#recipe-instructions {
  clear: both;
  border-top: 4px solid #E0E9DB;
  border-bottom: 4px solid #E0E9DB;
  padding: 1em 0;
  margin-bottom: 1em;
}
#recipe-instructions h2,
#ingredients h2 {
  margin-bottom: 10px;
  margin-top: 5px;
  text-transform: uppercase;
}
/*ref: http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/*/
#recipe-instructions ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
#recipe-instructions ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 1em 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  /*background:#f6f6f6;*/
}
#recipe-instructions ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  /*top:-2px;*/
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
           generated content but not positioning it */
  margin-right: 8px;
  padding: 4px;
  border: 1px solid #ccc;
  color: #4d4d4d;
  background: #F2F2F2;
  font-weight: bold;
  text-align: center;
}
#recipe-instructions ol li {
  line-height: 1.6em;
}
#recipe-instructions li ol,
#recipe-instructions li ul {
  margin-top: 6px;
}
#recipe-instructions ol ol li:last-child {
  margin-bottom: 0;
}
/*nutritional data table --
*The nutritional data has been diveded into 2 tables as the 2 types of information don't relate
*(vitamin amounts and the note, which should be a footer, are not directly related to the %daily value and Amt/serving.)
some padding/margin/spacing issues remain
*/
.nutritional-data {
  border-top: 4px solid #E0E9DB;
  padding-top: 1em;
}
.nutritional-data table {
  border: 1px solid #ccc;
}
.nutritional-data table table {
  border: 0;
}
.nutritional-data caption {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: .5em;
}
.nutritional-data tr {
  margin: 0;
}
.nutritional-data table table td,
.nutritional-data table table th {
  border: 0;
  padding: .25em;
  margin-left: 1em;
  padding-left: 1em;
}
.nutritional-data table table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  white-space: nowrap;
}
.nutritional-data p {
  margin: 0;
  padding: 0;
}
table.nutritionalvitamins,
table.nutritionalvalues {
  border: none;
  border-collapse: separate;
  border-spacing: 1em;
}
.nutritionalvitamins td {
  margin: 1em;
  padding: 0;
}
.preview_pic {
  margin-bottom: 10px;
}
/*=== FEATURED PROFILE*/
/* TAB Colors dark to light
Content/Stuff:
Shows: 61AD00 to 569E00
Recipes: 1D948A to 42AEA8
News & Trends: #BA514F to F15452
Chefs & Experts: ED8216 to FB8E00

Header & links inside profile text: #CC6825

links in type of article sections: #BA514F

large image dimensions: 300x300px
small images dimensions: 70px x 70px
*/
.featured-profile-info {
  margin-left: 310px;
}
.featured-profile-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img.profile-image-lg {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
/*TABS in main content area*/
/*=== TABS in RIGHT SIDEBAR ===*/
.maincontent_tabbed {
  width: 100%;
  /*height: 168px;*/
  background: #fff;
  /*position: relative;*/
  border: none;
  margin-bottom: 4em;
  margin-top: 2em;
}
.maincontent_tabbed .ui-widget-header {
  border: 0;
}
.maincontent_tabbed .ui-tabs {
  /*height: 155px;
    padding: 0;*/
  /*margin-top: -45px;*/
}
.maincontent_tabbed .ui-widget-content {
  background: none;
  border: none;
}
.maincontent_tabbed .ui-tabs .ui-tabs-panel {
  padding: 0;
}
.maincontent_tabbed .ui-tabs-panel img {
  float: left;
  margin-right: 7px;
}
.maincontent_tabbed .ui-tabs-panel h3 {
  font-size: 1.1em;
  text-transform: capitalize;
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
}
.maincontent_tabbed p {
  margin: 0;
}
.maincontent_tabbed .ui-tabs .ui-tabs-panel ol {
  /*position: absolute;
    top: 30px;*/
  list-style-type: none;
  font-size: .9em;
  margin: 0;
  padding: 0;
}
.maincontent_tabbed .ui-tabs .ui-tabs-panel ol li {
  border-bottom: 1px solid #e3e3e3;
  padding: 1em 0;
}
/*.maincontent_tabbed .ui-tabs .ui-tabs-panel ol li a {
    line-height: 20px;
}*/
.maincontent_tabbed .ui-tabs .ui-tabs-nav {
  /*position: absolute;*/
  right: 0;
  padding: 0;
  /*border-bottom: 5px solid #3a8981;*/
  /*-- this is actually active state indicator; color should match tab background*/
}
.maincontent_tabbed .ui-tabs .ui-tabs-nav li a {
  /*padding: 7px;*/
  padding: .5em 1em;
}
.tabs-postdate {
  display: block;
  font-style: italic;
}
#tabs-4 li {
  width: 48%;
  float: left;
  margin: 1em 1em 0 0;
}
#tabs {
  font-size: 11px;
}
.related_subject .content {
  font-size: 12px;
}
.related_subject p {
  margin: 0;
}
.related_subject .single_content {
  height: 71px;
  margin-bottom: 4px;
}
#content.detail .block.most_popular_tabs {
  background: #fff;
}
#content.detail .block.most_popular_tabs .menu_content a {
  color: #000;
}
.most_popular_tabs .title {
  background: #649719;
  height: 46px;
}
.contributor_tabs .title {
  background-color: #ccc;
  height: 37px;
}
.profile_content #see_all {
  display: block;
  text-align: center;
  padding: 20px;
}
.profile_content #see_all a {
  background-color: #F9F8F2;
  border: 1px solid #DDDDDD;
  color: #636153;
  padding: 7px 10px;
  font-size: 1.2em;
}
.profile_content #see_all a:hover {
  text-decoration: underline;
}
.most_popular_tabs h3,
.contributor_tabs h3 {
  color: #000;
  background: #ccc;
  margin: 0;
  padding: 8px 8px 11px;
  border-right: 2px solid #ccc;
  width: 95px;
}
.contributor_tabs h3 {
  width: 152px;
  font-size: 1em;
  padding: 11px 8px 10px;
}
.most_popular_tabs .menu,
.contributor_tabs .ctrb_menu {
  margin: 0;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.most_popular_tabs .menu li,
.contributor_tabs .ctrb_menu li {
  padding: 10px 1px 5px;
  height: 22px;
  width: 64px;
  text-align: center;
}
.most_popular_tabs .menu li.firebrick,
.contributor_tabs .ctrb_menu li.firebrick {
  background-color: #E64F4F;
}
.most_popular_tabs .menu li.orangered,
.contributor_tabs .ctrb_menu li.orangered {
  background-color: #F59122;
}
.most_popular_tabs .menu li.green,
.contributor_tabs .ctrb_menu li.green {
  background-color: #649719;
}
.most_popular_tabs .menu li.darkcyan,
.contributor_tabs .ctrb_menu li.darkcyan {
  background-color: #60A4A9;
}
.most_popular_tabs .menu li.yellow,
.contributor_tabs .ctrb_menu li.yellow {
  background-color: #EDDC32;
}
.most_popular_tabs .menu li.gray,
.contributor_tabs .ctrb_menu li.gray {
  background-color: #BEBEBE;
}
.contributor_tabs .ctrb_menu li {
  width: 105px;
  padding: 12px 1px 3px;
}
.most_popular_tabs .menu li a,
.contributor_tabs .ctrb_menu li a {
  color: #fff;
}
.most_popular_tabs .menu li#menu_shows {
  background: #649719;
}
.most_popular_tabs .menu li#menu_news {
  background: #E64F4F;
}
.most_popular_tabs .menu li#menu_recipes {
  background: #4E9C95;
  padding-right: 0;
}
.most_popular_tabs .menu_content {
  display: none;
}
.most_popular_tabs .menu_content.active,
.contributor_tabs .ctrb_content.active {
  display: block;
  line-height: 1.7em;
  padding: 3px 0;
  text-align: left;
}
div.ctrb_content a.load_more {
  display: block;
  text-align: center;
  background-color: #F9F8F2;
  border: 1px solid #DDDDDD;
  color: #636153;
  padding: 7px 0;
  font-size: 1.2em;
  width: 200px;
  position: absolute;
  bottom: 35px;
  left: 217px;
}
.contributor_tabs .ctrb_content.active {
  padding: 5px 0 15px;
}
.most_popular_tabs .menu_content a {
  color: #000;
}
.most_popular_tabs ol li,
.contributor_tabs ol li {
  border-bottom: 1px solid #E3E3E3;
}
.carousel {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: block;
  height: 435px;
  margin: 5px;
  padding: 9px;
  position: relative;
  width: 448px;
}
.fb-like {
  left: 20px;
  top: -2px;
}
.twitter-share-button {
  left: 26px;
  position: relative;
  top: 0;
}
.db-wrapper {
  position: relative;
  top: 0px;
}
.share_text {
  color: #FFFFFF;
  padding: 3px 0 0 10px;
  float: left;
}
.form input,
.form textarea,
.form select {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  outline: none;
  padding: 5px;
  width: 160px;
}
.form .btn_large input {
  width: 80px;
  border: 1px solid #999;
  background-color: #ccc;
}
.form textarea {
  width: auto;
}
#fcsig,
#fcreg,
.pad10 {
  padding: 10px;
}
#top_links #fcsig.hover,
#top_links #fcreg.hover {
  text-decoration: none;
  color: #222;
}
#loginform,
#regform {
  background-color: #FAFAF8;
  border-radius: 4px 4px 4px 4px;
  height: 150px;
  margin: 8px 0 0 -50px;
  padding: 10px 8px;
  position: absolute;
  width: 170px;
  z-index: 2;
}
#regform {
  height: 160px;
  margin-left: -170px;
  width: 350px;
}
.regcol1 {
  width: 180px;
}
.regcol2 {
  width: 170px;
}
.regcol1 div {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  height: 140px;
  line-height: 1.4em;
  padding: 10px;
  width: 150px;
}
.regcol1 h3 {
  font-size: 1em;
  padding-bottom: 5px;
}
.regcol1 p {
  display: list-item;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 10px;
}
article .userprofile a {
  color: #222;
}
.profile_wrap {
  width: 600px;
}
.profile_image {
  padding: 0 30px 0 0;
  text-align: center;
  width: 180px;
}
.profile_title {
  border-top: 5px solid #E0E9DB;
  padding-right: 10px;
  position: relative;
  width: 380px;
}
.profile_title h2,
.profile_content h2 {
  margin-bottom: 5px;
  margin-top: 15px;
}
.profile_title span {
  position: absolute;
  right: 25px;
  top: 15px;
}
.upcol {
  width: 185px;
  padding-left: 5px;
  margin: 15px 0;
}
.upcol.first {
  padding-right: 5px;
  padding-left: 0;
}
.profile_title span.uptitle,
.profile_content span.uptitle {
  position: relative;
  display: block;
  font-weight: bold;
  top: 0;
  left: 0;
}
div.user_tabs {
  border: 1px solid #CCCCCC;
  padding-bottom: 70px;
  margin-bottom: 15px;
  width: 598px;
}
.profile_content {
  width: 100%;
  border-top: 5px solid #E0E9DB;
  margin-top: 15px;
}
.profile_content .upcol {
  width: 290px;
  height: 50px;
  margin: 5px 0;
}
.profile_content .upcol.span_two {
  width: 590px;
  height: auto;
}
.profile_content .upcol.span_two textarea {
  width: 585px;
}
.contributor .rcol {
  width: 280px;
  padding-left: 20px;
}
.contributor .rcol p {
  margin-top: 0;
}
.contributor span.uptitle {
  font-weight: bold;
  padding-right: 5px;
}
#social-bar h3 {
  font-size: 1em;
  margin: 5px 0;
}
#gallery {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #cccccc #cccccc;
  border: 1px solid #CCCCCC;
  border-top: none;
  background: url(../images/panel.png) repeat-x bottom center #ffffff;
  margin-bottom: 10px;
  /* The width of the gallery */
  width: 598px;
  overflow: hidden;
}
#slides {
  /* This is the slide area */
  height: 370px;
  /* jQuery changes the width later on to the sum of the widths of all the slides. */
  width: 920px;
  overflow: hidden;
}
.slide {
  float: left;
  height: 370px;
  text-align: center;
  vertical-align: middle;
  width: 598px;
}
#menu {
  /* This is the container for the thumbnails */
  height: 90px;
}
#gallery .menuItem {
  display: none;
}
#gallery ul {
  margin: 0px;
  padding: 0px 10px;
}
#gallery li {
  /* Every thumbnail is a li element */
  width: 95px;
  display: inline-block;
  list-style: none;
  height: 90px;
  overflow: hidden;
  vertical-align: top;
}
#gallery li.inact:hover {
  /* The inactive state, highlighted on mouse over */
  background: url(../images/pic_bg.png) no-repeat;
  background-size: 90px 90px;
}
#gallery li.act,
li.act:hover {
  /* The active state of the thumb */
  background: url(../images/active_bg.png) no-repeat;
}
#gallery li.act a {
  cursor: default;
}
#gallery .lbar {
  /* The left-most vertical bar, next to the first thumbnail */
  width: 39px;
  background: url(../images/divider.png) no-repeat right;
  position: relative;
}
#gallery .rbar {
  width: 39px;
  position: relative;
}
#gallery li.inact.lbar:hover {
  background: url(../images/divider.png) no-repeat right;
  background-size: 2px 45px;
}
#gallery li.inact.rbar:hover {
  background: none;
}
#gallery li a {
  display: block;
  background: url(../images/divider.png) no-repeat right;
  height: 75px;
  padding-top: 15px;
}
#left,
#right {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 40px;
}
#left {
  margin: 0 10px;
}
#right {
  margin: 0 15px;
}
a img {
  border: none;
}
.contributor_tabs {
  width: 598px;
  margin-bottom: 10px;
}
.contributor_tabs .related_pic {
  height: 67px;
  margin: 0 10px;
  width: 67px;
}
.contributor_tabs .ctrb_content {
  display: none;
  line-height: 1.7em;
  padding: 5px 0;
  text-align: left;
  border-top: 7px solid #ccc;
}
.contributor_tabs .single_content {
  border-top: 2px solid #ccc;
  height: 135px;
  margin: 5px 10px 0px;
  width: 279px;
  padding-top: 10px;
}
.contributor_tabs .single_content.first {
  border-top: none;
  padding-top: 0;
}
.contributor_tabs .related_content {
  margin-left: 85px;
  width: 190px;
}
.contributor_tabs .related_content h4 {
  line-height: 1.4em;
}
.contributor_tabs .related_content p {
  line-height: 1.4em;
  margin-top: 5px;
}
.contributor_tabs .date {
  font-style: italic;
}
h3.season_title > a {
  font-size: 0.75em;
  margin: 5px;
}
h3.season_title > a:hover {
  text-decoration: underline;
}
.error,
.errorlist {
  color: #f00;
  font-size: 10px;
  display: block;
}
.episode_detail {
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
  /* webkit */
  background: -moz-linear-gradient(top, #f9f9f9, #ececec);
  /* firefox */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ececec');
  /* IE */
  border: 1px solid #CCCCCC;
  box-shadow: 2px 2px 2px #CCCCCC;
  padding: 1px 10px 10px 15px;
  width: 928px;
  position: relative;
  margin-top: 5px;
}
.episode_detail object {
  position: relative;
  z-index: 0;
}
.shows_content > section > .column {
  margin-top: 0;
}
.shows_content > div.column {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.shows_content article {
  background-color: #fff;
  width: 100%;
  padding-top: 10px;
}
.shows_content .column_content {
  margin-top: 10px;
  position: relative;
}
.column_content .right_column {
  width: 320px;
  margin-top: -5px;
  margin-bottom: 40px;
}
.show_type {
  bottom: 35px;
  color: #999;
  position: absolute;
  right: 30px;
  text-align: center;
}
.show_type img {
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.show_type p {
  font-size: 12px;
  margin-bottom: 4px;
  text-shadow: 0 1px 1px #FFFFFF;
  text-transform: uppercase;
}
#episode_thumbs {
  position: absolute;
  top: 120px;
  right: 107px;
  margin: 10px;
  vertical-align: bottom;
  width: 85px;
}
.episode_description {
  padding-bottom: 20px;
}
.related_items {
  display: block;
  min-height: 105px;
  margin-bottom: 20px;
}
.related_items div {
  width: 300px;
  padding: 10px 0;
  height: 75px;
}
.related_items div .related_content {
  padding: 0 5px;
  width: 205px;
}
.related_items div .related_pic {
  width: 75px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.related_items h2 {
  margin-bottom: 5px;
}
#comments {
  clear: both;
}
/**
 * Non-semantic helper classes: please define your styles before this section.
 */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* float utilities */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
/* alignment */
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
/* legacy img floats */
img.left {
  float: left;
  margin: 5px 5px 5px 0;
}
img.right {
  float: right;
  margin: 5px 0 5px 5px;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}
#nutritinal_info {
  font-size: 11px;
}
#nutritinal_info tbody {
  width: 250px;
}
#nutritinal_info th {
  text-align: left;
  border-bottom: 2px solid #ccc;
  font-size: 13px;
  padding-bottom: 3px;
}
#nutritinal_info .rda {
  width: 49%;
  text-align: right;
}
#nutritinal_info th.rda {
  margin-right: 10px;
}
#nutritinal_info .divider {
  height: 10px;
}
#nutritinal_info tr {
  width: 100%;
}
#nutrient_values,
#vitamin_values {
  width: 48%;
  display: inline;
  float: left;
}
#nutrient_values {
  margin-right: 2%;
}
#vitamin_values {
  margin-left: 2%;
}
#nutritinal_info .rda.percent {
  text-align: right;
  padding-left: 83px;
}
.transparent {
  background: transparent;
  box-shadow: 0 0 transparent;
}
#container {
  margin: 0 auto;
}
#pagination {
  float: right;
}
div.banner.large.galleryFront {
  height: 493px;
  border: none;
  margin-top: -21px;
  overflow: visible;
}
div.banner.large.galleryFront a {
  color: #333;
}
div.banner.large.galleryFront .play-btn,
div.banner.large.galleryFront .fader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
div.banner.large.galleryFront:hover .play-btn {
  height: 304px;
  background: url('../images/play.png') center center no-repeat;
}
div.banner.large.galleryFront h2,
div.banner.large.galleryFront h3,
div.banner.large.galleryFront p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.banner.large.galleryFront h2 {
  font-weight: 300;
  font-size: 32px;
  margin: 0 8px;
  letter-spacing: -1px;
  line-height: 34px;
  margin-bottom: 7px;
}
div.banner.large.galleryFront h4 {
  font-weight: 300;
  font-size: 20px;
}
div.banner.large.galleryFront h3 {
  position: absolute;
  box-shadow: 1px 1px 5px #222;
  border: none;
  left: -15px;
  top: 12px;
  text-transform: uppercase;
  z-index: 10000;
}
div.banner.large.galleryFront h3 a {
  color: #FFF;
  padding: 6px 15px 5px;
  font-size: 13px;
  display: block;
  min-width: 65px;
}
div.banner.large.galleryFront h3 a.news {
  background: #faaf40;
}
div.banner.large.galleryFront h3 a.trends {
  background: #faaf40;
}
div.banner.large.galleryFront h3 a.shows {
  background: #639740;
}
div.banner.large.galleryFront h3 a.recipes {
  background: #60a5a9;
}
div.banner.large.galleryFront p {
  margin: 0 8px;
  color: #555;
}
div.banner.large.galleryFront ul {
  margin: 0;
  list-style: none;
}
div.banner.large.galleryFront img {
  margin: 0 0 30px;
}
div.banner.large.galleryFront:hover #gallery_left,
div.banner.large.galleryFront:hover #gallery_right {
  display: block;
}
div.banner.large.galleryFront #gallery_left,
div.banner.large.galleryFront #gallery_right {
  display: none;
  position: absolute;
  top: 115px;
  z-index: 20;
  width: 28px;
  height: 65px;
  opacity: .6;
}
div.banner.large.galleryFront #gallery_left:hover,
div.banner.large.galleryFront #gallery_right:hover {
  cursor: pointer;
  opacity: 1;
}
div.banner.large.galleryFront #gallery_left {
  background: transparent url('../images/carousel_left.png') center center no-repeat;
  left: 10px;
}
div.banner.large.galleryFront #gallery_right {
  background: transparent url('../images/carousel_right.png') center center no-repeat;
  right: 10px;
}
div.banner.large.galleryFront #gallery_pager {
  background: #e0e9db;
  position: absolute;
  top: 298px;
  left: 1px;
  z-index: 20;
  width: 612px;
  padding: 2px;
  text-align: right;
  height: 20px;
  border-radius: 0 0 3px 3px;
  text-align: center;
}
div.banner.large.galleryFront #gallery_pager #gallery_buttons {
  display: inline-block;
  margin: 0 auto;
  padding-top: 3px;
}
div.banner.large.galleryFront #gallery_pager #gallery_buttons a {
  background: #FFF;
  border: 1px solid #bec8bc;
  border-radius: 10px;
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  margin-right: 7px;
  color: transparent;
}
div.banner.large.galleryFront #gallery_pager #gallery_buttons a.activeSlide {
  background: #7f867f;
}
#feature-shows {
  height: 295px;
  overflow: hidden;
  -moz-box-shadow: 0 6px 2px -2px #cccccc;
  -webkit-box-shadow: 0 6px 2px -2px #cccccc;
  box-shadow: 0 6px 2px -2px #cccccc;
  margin-bottom: 12px;
  background: #FFF;
}
#feature-shows .inner {
  max-width: 960px;
  margin: 0 auto;
}
#feature-shows h4 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #444445;
}
#feature-shows h4 a {
  font-size: 16px;
  color: #999;
  margin-left: 16px;
}
#feature-shows h4,
#feature-shows h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
#feature-shows a {
  color: #666666;
}
#feature-shows ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#feature-shows h6 {
  color: #333;
  font-size: 17px;
  margin-bottom: 4px;
}
#feature-shows p {
  color: #666;
  font-size: 12px;
}
#feature-shows li {
  width: 305px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 200px;
  padding-right: 15px;
  text-align: left;
}
#feature-shows img {
  border: 3px solid #FFF;
  outline: 1px solid #CCC;
}
div.tile {
  height: 308px;
  background-color: #fff;
  width: 298px;
  margin: 0 20px 20px 0;
  padding: 0;
  float: left;
  border: none;
  overflow: hidden;
}
div.tile .image_wrapper {
  position: relative;
  display: inline-block;
  float: left;
}
div.tile .image_wrapper i.has_video {
  background: red url('../images/has_video.png') 0 1px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
div.tile.smallimg h2,
div.tile.medium.smallimg h2 {
  font-size: 16px;
  margin-top: 8px;
  line-height: 18px;
}
div.tile.smallimg img,
div.tile.medium.smallimg img {
  float: left;
}
div.tile.smallimg div.image_wrapper,
div.tile.medium.smallimg div.image_wrapper {
  padding: 0 5px 5px 0;
}
div.tile.smallimg div.image_wrapper i.has_video,
div.tile.medium.smallimg div.image_wrapper i.has_video {
  bottom: 5px;
  right: 5px;
}
div.tile div.tile_content {
  padding: 10px;
}
div.tile div.tile_content a {
  color: #333;
}
div.tile h2 {
  color: #333;
}
div.tile h3 {
  text-transform: uppercase;
  border-bottom: 5px solid;
  font-size: 11px;
  margin: 3px 8px;
  font-weight: normal;
}
div.tile h4 {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 10px;
  text-align: right;
  font-weight: normal;
  color: #999;
}
div.tile h4:before {
  content: "- ";
}
div.tile h4 a {
  color: #999;
}
div.tile.shows h5 {
  color: #aaa;
  font-weight: normal;
  margin-top: 5px;
}
div.tile.shows h4 {
  display: none;
}
div.tile.shows i.has_video {
  background-color: #639740;
}
div.tile.news i.has_video {
  background-color: #faaf40;
}
div.tile.trends i.has_video {
  background-color: #faaf40;
}
div.tile.recipes i.has_video {
  background-color: #60a5a9;
}
div.tile.medium {
  width: 298px;
}
div.tile.medium.generated_ad_large {
  height: 308px;
  background: transparent;
  box-shadow: 0 0 transparent;
}
div.tile.medium.generated_ad_large p {
  text-align: center;
  margin-bottom: 10px;
}
div.tile.medium.generated_ad_small {
  margin-right: 0;
  padding-left: 5px;
  height: 144px;
  background: transparent;
  box-shadow: 0 0 transparent;
}
div.tile.medium.generated_ad_small p {
  text-align: center;
  margin-bottom: 10px;
}
div.tile.medium.internal_ad {
  background: transparent;
  box-shadow: 0 0 transparent;
}
div.tile.medium.internal_ad p {
  text-align: center;
  color: #999;
}
div.tile.medium.ad_small img {
  margin: 10px;
  height: 125px;
  width: 125px;
}
div.tile.medium div.image_wrapper img {
  float: left;
}
div.tile.medium h3 {
  width: 100.3%;
  margin-left: 0;
  margin-bottom: 0;
}
div.tile.medium h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
div.tile.medium h4 a {
  color: #777;
}
div.tile.medium.short {
  height: 144px;
}
div.tile.medium.short img {
  float: left;
}
div.tile.medium.short .image_wrapper {
  margin: 10px 0 0 10px;
}
div.tile.medium.short .image_wrapper i.has_video {
  bottom: 0;
}
div.tile.medium.short .tile_content {
  float: left;
  width: 140px;
}
div.tile.medium.short h2 {
  font-size: 16px;
}
div.tile.medium.short h3 {
  margin-bottom: 5px;
}
div.tile.medium.short.news h2,
div.tile.medium.short.trends h2 {
  font-size: 16px;
}
div.tile.medium.short.recipes h2 {
  color: #333;
}
div.tile.medium.news h2,
div.tile.medium.trends h2 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -1px;
}
div.tile.medium.news.short h2,
div.tile.medium.trends.short h2 {
  line-height: 18px;
}
div.tile.medium.news h3,
div.tile.medium.news h3 a {
  color: #faaf40;
}
div.tile.medium.trends h3,
div.tile.medium.trends h3 a {
  color: #faaf40;
}
div.tile.medium.shows h2 {
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 0;
}
div.tile.medium.shows h3,
div.tile.medium.shows h3 a {
  color: #639740;
}
div.tile.medium.shows h5 a {
  color: #777;
}
div.tile.medium.shows p {
  margin-top: 5px;
}
div.tile.medium.recipes h2 {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
div.tile.medium.recipes h3,
div.tile.medium.recipes h3 a {
  color: #60a5a9;
}
div.tile.medium a {
  color: #333;
}
div.tile.large {
  width: 618px;
  /* 453px; */
  background-repeat: no-repeat;
  height: 308px;
}
div.tile.large h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}
div.tile.large div.tile_content {
  position: absolute;
  height: 95%;
  width: 150px;
  right: 0;
}
div.tile.large div.tile_content h2 {
  font-size: 17px;
}
div.tile.large div.tile_content h3 {
  margin: 3px 0;
}
div.tile.large div.tile_content h4 {
  position: absolute;
  bottom: 18px;
  left: 10px;
  text-align: right;
  width: 140px;
  right: auto;
}
div.tile.large img {
  float: right;
  margin: 10px 0 0 10px;
}
div.tile.large.news h3,
div.tile.large.news h3 a {
  color: #faaf40;
}
div.tile.large.trends h3,
div.tile.large.trends h3 a {
  color: #faaf40;
}
div.tile.large.shows h3,
div.tile.large.shows h3 a {
  margin-bottom: 3px;
  color: #639740;
}
div.tile.large.shows .tile_content {
  right: 0;
  left: auto;
}
div.tile.large.shows img {
  float: left;
}
div.tile.large.shows.show_plug {
  background-color: black;
  width: 937px;
  overflow: visible;
}
div.tile.large.shows.show_plug .tile_content {
  width: 237px;
  height: 248px;
  padding: 30px;
  color: white;
  background: transparent url('../images/recipe_content_bg.png');
}
div.tile.large.shows.show_plug .tile_content a#show_description {
  font-weight: bold;
  font-size: 13px;
  color: white;
  text-shadow: 1px 1px 1px #333;
  width: 237px;
}
div.tile.large.shows.show_plug .tile_content div#season_picker_parent {
  margin-top: 15px;
}
div.tile.large.shows.show_plug .tile_content div#season_picker_parent select {
  margin-left: 3px;
}
div.tile.large.shows.show_plug .tile_content div#season_picker_parent div#social_buttons {
  width: 258px;
  margin: 15px 0 0 -25px;
}
div.tile.large.recipes,
div.tile.large.show_listing {
  border-top: 5px solid #60a5a9;
  height: 303px;
}
div.tile.large.recipes h3,
div.tile.large.show_listing h3,
div.tile.large.recipes h3 a,
div.tile.large.show_listing h3 a {
  border: none;
  color: white;
}
div.tile.large.recipes h3,
div.tile.large.show_listing h3 {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
div.tile.large.recipes a.recipe_click_workaround,
div.tile.large.show_listing a.recipe_click_workaround {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}
div.tile.large.recipes div.tile_content,
div.tile.large.show_listing div.tile_content {
  display: inline;
  height: auto;
  background: transparent url('../images/recipe_content_bg.png');
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 0 7px;
  display: block;
  z-index: 1;
}
div.tile.large.recipes div.tile_content h2,
div.tile.large.show_listing div.tile_content h2 {
  margin: 5px 0 5px 5px;
  width: 100%;
  font-size: 22px;
  line-height: 24px;
  text-shadow: none;
}
div.tile.large.recipes div.tile_content h2 a,
div.tile.large.show_listing div.tile_content h2 a {
  text-shadow: none;
  color: white;
}
div.tile.large.recipes div.tile_content h4,
div.tile.large.show_listing div.tile_content h4 {
  color: white;
  position: static;
  clear: left;
  width: 98%;
}
div.tile.large.recipes div.tile_content h4 a,
div.tile.large.show_listing div.tile_content h4 a {
  color: white;
}
div.tile.large.recipes div.tile_content p,
div.tile.large.show_listing div.tile_content p {
  margin: 0 6px;
  font-size: 12px;
  color: white;
}
div.tile.twitter.short .tile_content,
div.tile.amuse.short .tile_content {
  width: auto;
}
div.tile.twitter.short h3,
div.tile.amuse.short h3 {
  border: none;
  text-align: right;
  margin-bottom: 7px;
}
div.tile.twitter.short h3 a,
div.tile.amuse.short h3 a {
  padding-left: 20px;
  font-weight: normal;
  color: #777;
  padding-bottom: 3px;
}
div.tile.amuse.short h2 {
  font-size: 13px;
  font-weight: bold;
  clear: both;
  margin: 0 0 5px;
}
div.tile.amuse.short h3 {
  background: transparent url('../images/tips.png') no-repeat;
  display: inline;
  padding-left: 18px;
  float: right;
  width: auto;
  margin-bottom: 5px;
}
div.tile.amuse.short p {
  font-size: 12px;
}
div.tile.twitter.short h3 a {
  background: transparent url('../images/tweet.png') no-repeat;
}
div.tile.twitter.short .author_info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #aaa;
  width: 90%;
}
div.tile.twitter.short .author_info em {
  font-size: 10px;
}
div.tile.twitter.short .author_info a {
  display: block;
  font-size: 13px;
  color: #666;
}
div.tile.twitter.short .author_info a img {
  height: 33px;
  width: 33px;
  margin-right: 5px;
}
.reg_process {
  color: #999;
}
.reg_process span {
  font-weight: bold;
  color: #666;
}
.reg_alert_box {
  width: 80%;
  margin: 15px auto 25px;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.reg_alert_title {
  font-size: 18px;
  padding-top: 5px;
}
.reg_alert_subhead {
  font-size: 14px;
  padding-top: 15px;
}
.reg_alert_box strong {
  color: #333;
}
.reg_alert_box a,
.reg_alert_box a:hover,
#user_accounts .errorlist a,
#user_accounts .errorlist a:hover {
  text-decoration: underline;
}
.reg_alert_list {
  list-style: none;
}
.reg_alert_box.action {
  border: 1px solid #60a4a9;
  background-color: #e8f1f1;
}
.reg_alert_box.warning {
  border: 1px solid #f8c1c4;
  background-color: #f9e3e4;
}
.action .reg_alert_title,
.action .reg_alert_subhead,
.action .reg_alert_box a,
.action .reg_alert_box a:hover {
  color: #4E9C95;
}
.warning .reg_alert_title,
.warning .reg_alert_subhead,
.reg_alert_box.warning a,
.reg_alert_box.warning a:hover,
#user_accounts .errorlist a,
#user_accounts .errorlist a:hover {
  color: #861c11;
}
#user_accounts {
  padding-bottom: 50px;
}
#user_accounts h2,
.user_profile h2 {
  padding-top: 15px;
}
#user_accounts .errorlist {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#user_accounts .errorlist li {
  width: 60%;
  padding: 5px;
  margin: 0px 0px 10px;
  background-color: #f9e3e4;
  border: 1px solid #f8c1c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  color: #861c11;
}
#user_accounts .errorlist span {
  font-weight: normal;
  color: #666;
}
.reg_extra {
  float: right;
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-left: 10px;
}
.reg_extra p {
  color: #777;
  font-size: 12px;
}
.reg_terms {
  font-size: 10px;
  padding-bottom: 15px;
}
#user_accounts .btn_large {
  padding: 0 0 25px;
}
@media screen and (max-width: 950px) {
  #header_wrapper {
    position: absolute;
  }
}
