html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a, ins, del {
  text-decoration: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* 1.1.2 HTML5 Elements
------------------------------------------------------------------------------*/
article, aside, audio, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* 1.3 Clearfix
------------------------------------------------------------------------------*/
.clearfix:after, #main .container:after, #content:after, #top .container:after, .content-top .container:after, #advertisement .container:after, .multicol-listing:after, .post-box .actions ul:after, .post-box.source-instagram .content:after, .widgets .widget-small a:after, .widgets .widget-medium a:after, .content-top .widgets_wrapper:after, .event .actions:after, .event .calendar-links:after, .forecast:after, .comment-form:after, .navbar .menu .has-submenu ul:after, .extra-post:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix, #main .container, #content, #top .container, .content-top .container, #advertisement .container, .multicol-listing, .post-box .actions ul, .post-box.source-instagram .content, .widgets .widget-small a, .widgets .widget-medium a, .content-top .widgets_wrapper, .event .actions, .event .calendar-links, .forecast, .comment-form, .navbar .menu .has-submenu ul, .extra-post {
  zoom: 1;
}

/* 1.4 Default Styles
------------------------------------------------------------------------------*/
body {
  font-size: 87%;
  line-height: 1.5;
  font-family: "museo-sans", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  color: #f15a24;
}

li {
  list-style: none;
}

b, strong {
  font-weight: 700;
}

/* Block elements */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 9px;
  font-weight: normal;
}

h1, .h1 {
  font-size: 36px;
  line-height: 42px;
  color: #0065b1;
}

h2, .h2 {
  font-size: 24px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 21px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 21px;
}

p {
  margin-bottom: 9px;
}

button, input, select, textarea {
  vertical-align: middle;
  margin: 0;
}

button, input {
  line-height: normal;
  overflow: visible;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input, textarea, select, button {
  font-size: 14px;
  font-family: "museo-sans", Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

a[href], label[for], select, input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

button, input[type="button"], input[type="image"], input[type="reset"], input[type="submit"] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

/* Whole Page */
body {
  text-align: center;
  background-color: #f2f2f2;
  color: #000;
}

#content {
  padding-bottom: 100px;
}

.container {
  margin: 0 auto;
  text-align: left;
  width: 990px;
}

.navbar {
  position: relative;
  z-index: 2;
}

.navbar .container {
  position: relative;
}

/* Middle part */
#main {
  position: relative;
  z-index: 1;
}

#main:hover {
  z-index: 3;
}

.navbar {
  margin-bottom: 11px;
}

/* 2.5 Content
------------------------------------------------------------------------------*/
#main .container #content {
  /**
 * The last mansory col has 12px debt. #content targetted to be 972px.
 * .container gives extra 18px, so 12px will be given to right, the rest
 * is 6px (3px for right and 12+3px for left).
 */
  padding-left: 15px;
  padding-right: 3px;
}

.post-type-archive-rogers_contest #main .container #content {
  padding-right: 3px !important;
}

#content img {
  max-width: 100%;
  height: auto !important;
}

.content-top {
  background-color: #fefcf4;
}

.content-top .container {
  position: relative;
}


#content .recipe ul.share, ul.share {
  margin: 11px 0 0px 0;
  padding: 0;
}

#content .recipe ul.share li, ul.share li {
  float: left;
  line-height: 18px;
  background: url(../images/sprite_share.png?v=0.2) no-repeat;
  margin: 0 18px 0 0;
  text-indent: 0;
  height: 22px;
}

#content .recipe ul.share .fb, ul.share .fb {
  background-position: 0px 2px;
}

#content .recipe ul.share .twitter, ul.share .twitter {
  background-position: 0px -20px;
}

#content .recipe ul.share .mail, ul.share .mail {
  background-position: 0px -40px;
}

#content .recipe ul.share a, ul.share a {
  display: block;
  padding-left: 25px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

/* widget-medium */
.widget-medium {
  display: block;
  width: 240px;
  height: 135px;
  margin: 0 0 0px;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0px 10px;
  -moz-border-radius: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 10px;
}

.widget-medium > a, .widget-medium > div {
  position: relative;
  display: block;
  width: 240px;
  height: 135px;
  margin-right: 20px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 10px 10px 0px 10px;
  -moz-border-radius: 10px 10px 0px 10px;
  border-radius: 10px 10px 0px 10px;
}

.widget-medium img {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.widget-medium .tip {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 27px;
  height: 29px;
  background: url(/wp-content/themes/bt/images/arr_promo-box.png) no-repeat;
}

.contest-list {
  margin-top: 10px !important;
  margin-right: 25px !important;
}

.contest-list a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.contest-link-wrapper {
  padding-left: 10px;
}

.posts-grid .post-excerpt {
  float: left;
  width: 215px;
  margin: 15px 12px;
}

.posts-grid .post-excerpt.post-contest.c4n1 {
  clear: left;
}

/* 3.4 Events
------------------------------------------------------------------------------*/
#main.nobg {
  background: #fefcf4;
}

aside.secondary {
  float: right;
  width: 312px;
  padding-top: 57px;
}

/* 3.8 Generic
------------------------------------------------------------------------------*/
section.main {
  float: left;
  width: 70%;
  padding-left: 10px;
}

section.main h1, section.singlecol h1 {
  color: #0065b1;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 9px;
}

section.main ul.share {
  margin-bottom: 28px;
}

aside.secondary {
  float: right;
  width: 312px;
  padding-top: 57px;
}

.post-type-archive-rogers_contest aside.secondary {
  float: right !important;
  width: 312px !important;
  margin-right: 175px !important;
  padding-top: 0px !important;
}


@media only screen and (max-width: 960px) {
  .container {
    width: 660px;
    margin: 0 auto;
  }

  #main .container #content {
      padding-left: 12px;
      padding-right: 0;
  }

  /* Contests */
  .posts-grid .post-excerpt.post-contest {
    margin-left: 6px;
    margin-right: 6px;
    width: 204px;
  }

  .post-type-archive-rogers_contest .posts-grid .post-excerpt.post-contest {
    width: 225px !important;
  }

  .posts-grid .post-excerpt.post-contest.c4n1 {
    clear: none;
  }

  .posts-grid .post-excerpt.post-contest.c3n1 {
    clear: left;
  }

  /* Generic */
  section.main {
    padding-left: 0;
    width: 100%;
  }

  section.main h1, section.singlecol h1 {
    font-size: 36px;
  }

  aside.secondary, aside.bios {
    float: none;
    margin: 0 auto;
    padding-top: 18px;
  }

  aside.secondary, aside.bios {
    clear: both;
    padding-top: 18px;
  }
}


@media only screen and (max-width: 660px) {
  .posts-grid .post-excerpt {
    float: none;
    margin: 15px auto;
  }

  .post-type-archive-rogers_contest .posts-grid .post-excerpt {
      margin: 5px auto !important;
  }

  .container {
    width: 332px;
    margin: 0 auto;
  }

  #main .container #content {
    padding-left: 0;
  }

  .content-top {
    position: relative;
    z-index: 2;
  }

  /* Contests */
  .posts-grid .post-excerpt.post-contest {
    width: 150px;
    margin-right: 10px;
    margin-left: 0;
  }

  .post-type-archive-rogers_contest .posts-grid .post-excerpt.post-contest {
    width: 100% !important;
  }

  .widget-medium {
    min-height: 225px;
    min-width: 100%;
  }

  .posts-grid .post-excerpt.post-contest.c3n1 {
    clear: none;
  }

  .posts-grid .post-excerpt.post-contest.c2n1 {
    clear: left;
  }

  /* Generic */
  .blog section.main, .single-post section.main, .anchor-recipes section.main, .single-rogers_recipe section.main, .archive section.main, section.main {
    padding-left: 0;
    float: none;
    width: auto;
  }

  aside.secondary, aside.bios {
    float: none;
    width: auto;
  }

  .post-type-archive-rogers_contest aside.secondary {
    margin-right: 36px !important;
  }

  section.main h1, section.singlecol h1 {
    font-size: 24px;
  }

  .widget-medium > a, .widget-medium > div {
    position: relative;
    display: block;
    width: 100%;
    height: 135px;
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 10px 10px 0px 10px;
    -moz-border-radius: 10px 10px 0px 10px;
    border-radius: 10px 10px 0px 10px;
  }
}


@media only screen and (max-width: 320px) {
  .container {
      width: 320px;
      margin: 0 auto;
  }

  #main .container #content {
      padding-right: 10px;
  }
}
