/* @group MASTHEAD */
/*------------------------------------ */
#sectionheader {
  background-color: #108da4;
}
#sectionlogo {
  top: 3px;
  left: 150px;
  width: 84px;
  height: 82px;
  background: transparent url('http://static.seriouseats.com/images/siteassets/recipes_badge.png') top right no-repeat;
  overflow: hidden;
}
#sectionnav {
  background: #0b5d6c;
}
#sectionnav form {
  margin-right: 0;
}
#sectionnav .nav li a:hover {
  background-color: #0d7588;
  color: #fff;
}
#sectionnav .nav li.active a,
#sectionnav .tab-pane li a {
  color: #108da4;
}
#sectionnav .tab-pane li a:hover {
  background-color: #108da4;
  color: #fff;
}
#sectionnav .tab-pane > ul {
  width: 23%;
  font-size: 1.15em;
}
#sectionnav .nav a:hover {
  color: #108DA4;
}
.section-social {
  right: 9px;
}
/* @end */
/* @group RECIPE Landing Page */
/*------------------------------------ */
/* @group Layout and Reset */
.landing div.col.center {
  margin-left: 231px;
}
.landing div.col.pull-left.narrow {
  width: 216px;
}
.landing .content-unit ul,
.landing .content-unit li {
  list-style-type: none;
  margin: 0;
}
/* @end */
/* @group Text, Links and Buttons */
.landing .content-unit li a.entry-link {
  color: #121212;
}
.landing a.tertiary,
.landing a.tertiary:link,
.landing .content-unit a.tertiary,
.landing .content-unit a.tertiary:link {
  font-family: "prenton", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin-top: 10px;
  font-size: 0.75em;
  display: block;
  color: #f75e00;
}
.landing a.tertiary:after {
  content: "\020\00BB";
}
.landing .content-unit > ul li {
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
  clear: right;
}
.landing a.category,
.landing a.category:link,
.landing .content-unit li > a.category {
  color: #01404b;
  font-size: 75%;
  line-height: 75%;
}
.publish-date {
  font-family: "prenton", Verdana, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 75%;
  padding-left: 6px;
  color: #ababab;
}
span.cooking-time {
  font-family: "prenton", Verdana, Helvetica, Arial, sans-serif;
  background: transparent url('http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png') no-repeat 0px -14px;
  overflow: hidden;
  padding: 2px;
  color: #ababab;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 3px 3px 3px 18px;
  line-height: 1.15em;
  text-align: right;
}
/* @end */
/* @group Carousel Elements */
/* @end */
/* @group Main Carousel */
#slider1 {
  width: 634px;
  height: 315px;
}
#slider2 {
  height: 220px;
}
#slider3 {
  height: 210px;
}
#slider4 {
  height: 340px;
  overflow: hidden;
}
#featured-main {
  background: #fff4cb url(http://static.seriouseats.com/images/siteassets/recipes/background_featuredmain.gif) top left repeat-x;
  border: 1px solid #f1e5b6;
  overflow: hidden;
  max-height: 350px;
  padding: 20px 5px 5px 5px;
  position: relative;
}
#featured-main .carousel {
  overflow: hidden;
  height: 317px;
  position: relative;
}
#featured-main li {
  height: 315px;
}
#featured-main .bx-pager {
  position: absolute;
  bottom: 10px;
  right: 80px;
  width: 70px;
}
#featured-main img {
  float: left;
  margin-right: 15px;
}
#featured-main .rating img {
  float: none;
  margin-right: 0;
}
/* @end */
/* @group Multiple Carousels */
#featured.content-unit,
#how-to.content-unit {
  padding: 12px 0 10px 0;
}
#featured h4 {
  padding-top: 0;
}
#featured > p {
  font-size: 0.9125em;
  margin: 9px;
}
#how-to.content-unit footer {
  margin-top: 9px;
  padding-bottom: 0;
}
.col.center .carousel {
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}
.col.center .carousel .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 160px;
  width: 100px;
  z-index: 100;
}
.col.center .carousel a.bx-next {
  position: absolute;
  bottom: 0;
  left: 370px;
  z-index: 80;
}
.col.center .carousel a.bx-prev {
  position: absolute;
  bottom: 0;
  left: 335px;
  z-index: 80;
}
.col.center #featured .carousel .coverup {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 40;
  width: 50px;
  height: 180px;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/featured_fadedout.png) top right no-repeat;
}
.col.center #how-to .carousel .coverup {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 40;
  width: 40px;
  height: 180px;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/featured_fadedout.png) top right no-repeat;
}
.col.center .carousel #slider2 > li {
  width: 171px;
  height: 180px;
  padding-right: 5px;
}
.col.center .carousel #slider3 > li {
  width: 150px;
  padding-right: 5px;
  height: 160px;
}
#slider1 a.site-recipes {
  background: transparent;
}
#slider1 a.site-recipes:hover {
  text-decoration: underline;
}
/* @end */
/* @group Recipes Specific Search */
#recipes-search {
  background: #99d1db url(http://static.seriouseats.com/images/siteassets/recipes/background_searchrecipes.gif) repeat-x top left;
  margin-bottom: 15px;
}
#recipes-search #SearchRecipesCallout {
  padding: 5px;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/background_searchrecipes_tape.jpg) no-repeat bottom right;
  margin-bottom: 0;
}
#recipes-search #SearchRecipesCallout #searchBox {
  margin-bottom: 0;
  width: 175px;
}
#recipes-search #SearchRecipesCallout .btn {
  margin-bottom: 0;
}
#recipes-search h4 {
  font-family: salsbury, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #007e93;
  text-shadow: 0 -1px 1px #ffffff;
  float: left;
  font-size: 24px;
  padding: 6px 20px 6px 12px;
}
/* @end */
/* @group Giveaway */
#book-giveaway {
  position: relative;
  background: #c7e6ec;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 40px 0 15px 0;
  padding: 10px 20px 5px 20px;
}
#book-giveaway h2 a {
  color: #184155;
}
#book-giveaway a.btn {
  display: block;
  margin: 0 auto 9px auto;
}
#book-giveaway.promo h5 {
  display: block;
  position: absolute;
  top: -40px;
  left: -12px;
  z-index: 50;
  font-family: "salsbury", sans-serif;
  background: #ffe069;
  padding: 6px;
  font-size: 12px;
  text-transform: uppercase;
  /* make it an oval */

  -moz-border-radius: 2.4px;
  -webkit-border-radius: 120px 50px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  /* non functional just yet */

  /* give it a slight dropshadow */

  -moz-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
  -webkit-box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
  box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
  /* rotate the badge a bit */

  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
}
#book-giveaway img {
  margin: 0 auto 0 auto;
  margin-top: -35px !important;
  display: block;
  -moz-box-shadow: 2px 3px 3px rgba(66, 66, 66, 0.3);
  -webkit-box-shadow: 2px 3px 3px rgba(66, 66, 66, 0.3);
  box-shadow: 2px 3px 3px rgba(66, 66, 66, 0.3);
  z-index: 10;
}
/* @end */
/* @group Latest Recipes */
#latest-recipes li:last-child {
  border-bottom: 0;
}
/* @end */
/* @group Quick Recipes */
#quick.content-unit {
  background: #ffffff url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat 0 -257px;
  border: 0;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#quick h2 {
  color: #f75e00;
  font-family: "salsbury", sans-serif;
  font-weight: 400;
  width: 200px;
  font-size: 24px;
  padding-bottom: 10px;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat -150px 4px;
  margin-left: 12px;
}
#quick a.tertiary {
  position: absolute;
  top: 48px;
  right: 5px;
  margin-top: 0;
}
#quick ul {
  border-top: 1px solid #c6dfe5;
}
#quick li {
  padding: 9px 0;
  display: block;
  *zoom: 1;
}
#quick li:before,
#quick li:after {
  display: table;
  content: "";
}
#quick li:after {
  clear: both;
}
#quick .metadata {
  text-align: right;
  float: left;
  width: 130px;
}
#quick .label {
  margin-top: 5px;
  display: block;
}
#quick .entry-link {
  margin-left: 142px;
  margin-right: 9px;
  display: block;
}
/* @end */
/* @group Inspiration */
#inspiration {
  overflow: hidden;
}
.col.wide {
  clear: left;
  padding-top: 10px;
  position: relative;
}
#talk-promo {
  position: absolute;
  z-index: 100;
  top: -5px;
  right: 10px;
  padding: 3px 5px;
  width: 384px;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat 0 -43px;
  overflow: hidden;
}
#talk-promo p {
  font-size: 0.75em;
  color: #108da4;
  padding-bottom: 0;
  font-weight: 700;
  margin-left: 80px;
  margin-bottom: 8px;
}
#talk-promo h5 {
  color: #f75e00;
  font-family: "salsbury", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 25px;
}
#talk-promo .btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 50px;
}
#inspiration div.col.pull-left,
.landing .content-unit#inspiration div.col.pull-right {
  width: 296px;
  margin: 0 10px;
}
#inspiration img {
  float: right;
}
#inspiration h3 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 6px;
}
#inspiration h3 a.category,
.landing .content-unit#inspiration h3 a.category:link {
  color: #01404b;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
}
#inspiration .entry-link {
  display: block;
  margin-right: 85px;
  padding-top: 6px;
  padding-bottom: 6px;
}
#inspiration .category-list {
  padding-bottom: 10px;
  clear: left;
}
#inspiration li {
  border-bottom: 1px solid #efefef;
  min-height: 50px;
  padding-bottom: 0;
  padding: 9px 0;
}
#inspiration div.category-list li {
  *zoom: 1;
}
#inspiration div.category-list li:before,
#inspiration div.category-list li:after {
  display: table;
  content: "";
}
#inspiration div.category-list li:after {
  clear: both;
}
/* @end */
/* @group Menus */
.landing #menus {
  margin-top: 24px;
}
#menus .carousel {
  margin: 0 6px 0 6px;
}
#sidebar #menus h2 {
  font-size: 1.35em;
  width: 285px;
}
#menus a.bx-next {
  margin-right: 10px;
}
#menus a.bx-prev {
  margin-right: 20px;
}
#menus ul ul li a {
  color: #212121;
}
#menus ul ul {
  padding: 5px 10px;
}
#menus ul ul li {
  padding-left: 20px;
  overflow: hidden;
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat -76px -160px;
}
#slider4 > li {
  width: 300px;
  height: 305px;
}
#menus .bx-pager {
  position: absolute;
  bottom: 10px;
  left: 120px;
  width: 60px;
}
#menus footer {
  margin-top: 9px;
}
#menus img {
  width: 285px;
}
/* @end */
/* @group Drinks & Sweets Category Lists */
#sidebar .icon {
  position: absolute;
  top: -10px;
  right: 0;
  width: 50px;
  height: 40px;
  display: block;
  overflow: hidden;
}
#sidebar #drinks .icon {
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat -81px -103px;
}
#sidebar #sweets .icon {
  background: transparent url(http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png) no-repeat -127px -106px;
}
#sidebar #drinks,
#sidebar #sweets {
  width: 142px;
}
.landing .tagline {
  padding: 0 12px;
  font-size: 0.8125em;
  font-style: italic;
}
#sidebar #drinks {
  float: left;
}
#sidebar #drinks ul a,
.landing #sweets ul a {
  text-transform: uppercase;
  font-size: 0.8125em;
  font-family: "prenton", Verdana, Helvetica, Arial, sans-serif;
  color: #108da4;
}
#drinks li:last-child,
#sweets li:last-child {
  border-bottom: 0;
}
#sidebar #drinks ul ul {
  padding-left: 20px;
}
#sidebar #sweets {
  margin-left: 156px;
  margin-right: 0;
}
/* @end */
/* @end */
/* @group Categories */
section[role="main"] .icon.rss {
  float: right;
}
/* @end */
/* @group Feedback and Ratings */
/*------------------------------------ */
.recipe-feedback a.fave-count {
  padding-left: 20px;
}
.recipe-feedback .recipe-fave-count {
  height: 15px;
  padding-bottom: 10px;
  text-align: right;
}
.recipe-feedback {
  float: right;
}
#post-comment .rater {
  width: 600px;
  float: left;
  padding-top: 10px;
}
/* @end */
/* @group Individual Post */
/*------------------------------------ */
.entry a.label {
  margin-left: 100px;
}
.entry article.hrecipe > h1 {
  margin-top: 12px;
}
.content-block {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.content-block h2 {
  padding-bottom: 10px;
  color: #008ca5;
}
.recipe-about {
  float: right;
  width: 238px;
  margin: 9px 0 9px 9px;
  background: #fffdef;
  color: #184155;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
  line-height: 1.35em;
}
.recipe-about table {
  border-collapse: collapse;
  width: 100%;
}
.recipe-about h2 {
  font-size: 1em;
  font-weight: 600;
  border-bottom: 1px solid #fe5216;
  margin-bottom: 0;
  padding: 6px 9px;
  color: #008ca5;
}
.recipe-about a {
  display: block;
  padding-bottom: 9px;
}
.recipe-about span.label {
  background: transparent;
  text-align: right;
  display: block;
}
.recipe-about td {
  vertical-align: top;
  border-bottom: 1px solid #85bdd7;
  padding: 3px 6px;
  margin: 0;
  clear: left;
}
.recipe-about tr:last-child td {
  border: 0;
  padding-bottom: 12px;
}
.entry section[role="main"] section.content-unit .recipe-about img {
  float: left;
  border: 0;
  margin: 0 1px;
}
#entry-text {
  margin-top: 9px;
  padding-bottom: 10px;
}
.recipe-comment-checkbox {
  float: right;
  margin: 0 0 5px 5px;
}
.print-with-recipe {
  float: right;
  text-transform: uppercase;
  padding-left: 26px;
  font-size: 0.8125em;
  font-weight: 600;
  background-image: url('http://static.seriouseats.com/images/siteassets/sprite.png');
  background-repeat: no-repeat;
  background-position: -108px -519px;
}
.recipe-image {
  position: relative;
}
.recipe-image-small {
  background: url(http://static.seriouseats.com/imagesV2/recipe-img-blank.png) 0 0 no-repeat;
  height: 68px;
  width: 90px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}
.recipe-image-small a {
  display: block;
  height: 68px;
  width: 90px;
}
.recipe-image-small img {
  display: block;
  margin-top: 0;
}
.recipe-image-large {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
}
.recipe-zoom {
  bottom: 5px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
.recipe-image-small .recipe-zoom {
  background: url('http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png') -360px 0 no-repeat;
  height: 24px;
  width: 24px;
}
.recipe-image-large .recipe-zoom {
  background: url('http://static.seriouseats.com/images/siteassets/recipes/icon_sprite.png') -386px 0 no-repeat;
  height: 24px;
  width: 24px;
}
.ingredients {
  border-top: 1px dotted #008ca5;
  padding-top: 15px;
  margin-bottom: 20px;
}
#posts .content-unit .ingredients ul,
.entry section[role="main"] article .content-unit .ingredients ul {
  margin-left: 0;
}
#posts .content-unit .ingredients ul li,
.entry section[role="main"] article .content-unit .ingredients ul li {
  margin-bottom: 0.5em;
  list-style-type: none;
}
.entry section[role="main"] article .content-unit .ingredients ul li:before {
  content: "";
}
.procedure {
  clear: right;
  border-bottom: 1px dotted #008ca5;
}
.procedure-steps {
  margin-left: 0;
  padding-left: 0;
}
.procedure-steps li {
  border-top: 1px solid #efefef;
  clear: both;
  list-style-type: none;
}
.procedure-steps li .recipe-image-small {
  float: right;
  margin: 0 0 0 12px;
}
.procedure-steps li .recipe-image-large {
  margin-bottom: 15px;
  display: none;
}
.procedure-steps li.zoomed .recipe-image-small {
  display: none;
}
.procedure-steps li.zoomed .recipe-image-large {
  display: block;
}
.procedure-text {
  margin: 10px 0 10px 50px;
}
.procedure-number {
  float: left;
  padding: 10px 0 10px 10px;
  text-align: right;
  width: 25px;
  font-size: 1.75em;
  font-weight: 600;
  color: #008ca5;
}
/* @end */
/* @group Sponsored Styles */
/*------------------------------------ */
.individualPost .indPost-recipe-title .sponsor-recipe {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 12px 2px 0;
  color: #00A5E9;
}
body .home-sponsor-recipe {
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px 2px 0;
  color: #00A5E9;
}
.individualPost .campbells-logo {
  background: url(http://www.seriouseats.com/images/Campbells_Logo.jpg);
  display: inline;
  position: relative;
  width: 125px;
  height: 47px;
  top: 15px;
  padding: 0 0 0 5px;
}
.sponsor-recipe {
  font-family: "prenton", Verdana, Helvetica, Arial, sans-serif;
  margin-left: 100px;
  color: #184155;
  font-size: 0.75em;
  margin-top: 12px;
}
/* @end */
section[role="main"] {
  position: relative;
}
.recipe-tools-flyout {
  display: none;
  position: absolute;
  background: #FEFCF0;
  z-index: 100;
  padding: 12px;
  top: 100px;
  left: 150px;
  border: 1px solid #dedede;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}
.recipe-tools-flyout.active {
  display: block;
}
