/* line 3, ../../app/stylesheets/application.sass */
*:focus {
  outline: none; }

/* line 6, ../../app/stylesheets/application.sass */
.clearer {
  clear: both; }

/* line 10, ../../app/stylesheets/application.sass */
form .blurred_with_hint {
  color: #aaa;
  font-style: italic; }

/* line 14, ../../app/stylesheets/application.sass */
a {
  color: #337c82;
  text-decoration: none; }

/* line 17, ../../app/stylesheets/application.sass */
a:hover {
  text-decoration: underline; }

/* line 20, ../../app/stylesheets/application.sass */
body {
  background: white;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif; }
  /* line 27, ../../app/stylesheets/application.sass */
  body .clearer {
    clear: both; }
  /* line 30, ../../app/stylesheets/application.sass */
  body .container {
    background: white;
    width: 800px;
    position: relative;
    margin: 5px auto 0 auto;
    text-align: left; }
    /* line 37, ../../app/stylesheets/application.sass */
    body .container #login_popup {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      display: none;
      width: 250px;
      background: white;
      padding: 15px 10px; }
      /* line 43, ../../app/stylesheets/application.sass */
      body .container #login_popup .tabs {
        position: absolute;
        top: -25px;
        left: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 30px; }
        /* line 51, ../../app/stylesheets/application.sass */
        body .container #login_popup .tabs li {
          float: left;
          margin: 0;
          padding: 0; }
          /* line 55, ../../app/stylesheets/application.sass */
          body .container #login_popup .tabs li a {
            font-size: 14px;
            display: block;
            height: 25px;
            line-height: 25px;
            padding: 0 10px;
            background: #ddd url('/images/main/gradients/grey_tab.gif') top left repeat-x;
            text-transform: uppercase;
            color: black;
            text-decoration: none;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px; }
          /* line 69, ../../app/stylesheets/application.sass */
          body .container #login_popup .tabs li a.current {
            background: white url('/images/main/gradients/white_tab.gif') top left repeat-x; }
      /* line 72, ../../app/stylesheets/application.sass */
      body .container #login_popup .panel form {
        font-size: 12px; }
        /* line 74, ../../app/stylesheets/application.sass */
        body .container #login_popup .panel form .field {
          clear: both; }
          /* line 76, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field label {
            width: 80px;
            float: left;
            text-align: right;
            margin-right: 10px;
            padding-top: 3px; }
            /* line 82, ../../app/stylesheets/application.sass */
            body .container #login_popup .panel form .field label abbr {
              margin: 0 3px;
              color: red;
              font-weight: bold; }
          /* line 86, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field label.error {
            display: block;
            clear: both;
            color: red;
            width: 150px;
            text-align: left;
            margin: 0px 0px 5px 90px;
            padding: 0; }
          /* line 94, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field input {
            width: 150px;
            float: left;
            margin-bottom: 5px; }
          /* line 98, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field input.error {
            border: 1px solid red;
            color: red; }
        /* line 101, ../../app/stylesheets/application.sass */
        body .container #login_popup .panel form .field.checkbox {
          height: 30px;
          padding-left: 10px; }
          /* line 104, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field.checkbox input {
            width: 15px;
            float: left;
            margin-top: 13px; }
          /* line 108, ../../app/stylesheets/application.sass */
          body .container #login_popup .panel form .field.checkbox label {
            margin-left: 5px;
            margin-top: 10px;
            margin-right: 5px;
            width: 200px;
            text-align: left;
            line-height: 1.3; }
        /* line 115, ../../app/stylesheets/application.sass */
        body .container #login_popup .panel form #mailing_list_checkbox {
          height: 50px; }
        /* line 117, ../../app/stylesheets/application.sass */
        body .container #login_popup .panel form .submit {
          margin: 10px 0 0 0;
          text-align: center;
          clear: both; }
    /* line 122, ../../app/stylesheets/application.sass */
    body .container #social_nav {
      list-style: none;
      padding: 0 0 0 662px;
      height: 41px;
      margin: 0 0 10px 0; }
      /* line 127, ../../app/stylesheets/application.sass */
      body .container #social_nav li {
        display: block;
        padding: 0;
        margin: 0 0 0 5px;
        float: left; }
        /* line 132, ../../app/stylesheets/application.sass */
        body .container #social_nav li a {
          display: block;
          height: 41px;
          width: 41px;
          text-indent: -9999px; }
      /* line 137, ../../app/stylesheets/application.sass */
      body .container #social_nav #facebook_top a {
        background: url("/images/main/icons/facebook.gif") top left no-repeat; }
      /* line 139, ../../app/stylesheets/application.sass */
      body .container #social_nav #twitter_top a {
        background: url("/images/main/icons/twitter.gif") top left no-repeat; }
      /* line 141, ../../app/stylesheets/application.sass */
      body .container #social_nav #blog_top a {
        background: url("/images/main/icons/rss.gif") top left no-repeat; }
    /* line 144, ../../app/stylesheets/application.sass */
    body .container #nav {
      clear: both;
      width: 800px;
      list-style: none;
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #76827c;
      text-align: right; }
      /* line 154, ../../app/stylesheets/application.sass */
      body .container #nav li {
        display: inline;
        margin-left: 30px;
        font-size: 14px;
        padding: 0; }
        /* line 159, ../../app/stylesheets/application.sass */
        body .container #nav li a {
          color: #76827c;
          text-transform: uppercase;
          font-size: 12px;
          text-decoration: none; }
        /* line 164, ../../app/stylesheets/application.sass */
        body .container #nav li a:hover {
          color: black; }
    /* line 167, ../../app/stylesheets/application.sass */
    body .container #header {
      margin: 10px 0;
      position: relative; }
      /* line 171, ../../app/stylesheets/application.sass */
      body .container #header #logo {
        margin: 0; }
        /* line 173, ../../app/stylesheets/application.sass */
        body .container #header #logo .name {
          display: none; }
        /* line 175, ../../app/stylesheets/application.sass */
        body .container #header #logo a img {
          border: none; }
      /* line 178, ../../app/stylesheets/application.sass */
      body .container #header #cups_counters {
        position: absolute;
        top: 0;
        left: 175px;
        margin-top: -5px; }
        /* line 183, ../../app/stylesheets/application.sass */
        body .container #header #cups_counters #cups_counter {
          text-align: center;
          margin-bottom: 10px; }
          /* line 186, ../../app/stylesheets/application.sass */
          body .container #header #cups_counters #cups_counter #cups_count {
            background: url('/images/main/counter_green.jpg') top left no-repeat;
            width: 333px;
            height: 52px;
            display: block;
            color: white;
            font-family: 'Monaco', 'Courier';
            font-size: 40px;
            padding: 5px 0px 5px 20px;
            letter-spacing: 16px;
            text-align: left; }
          /* line 197, ../../app/stylesheets/application.sass */
          body .container #header #cups_counters #cups_counter #cups_count_duration {
            font-size: 12px;
            text-transform: uppercase; }
        /* line 200, ../../app/stylesheets/application.sass */
        body .container #header #cups_counters #user_cups_counter {
          text-align: center;
          margin-bottom: 10px;
          margin-top: 30px; }
          /* line 204, ../../app/stylesheets/application.sass */
          body .container #header #cups_counters #user_cups_counter #user_cups_count {
            background: url('/images/main/counter_blue.jpg') top left no-repeat;
            width: 333px;
            height: 52px;
            display: block;
            color: white;
            font-family: 'Monaco', 'Courier';
            font-size: 40px;
            padding: 5px 0px 5px 20px;
            letter-spacing: 16px;
            text-align: left; }
          /* line 215, ../../app/stylesheets/application.sass */
          body .container #header #cups_counters #user_cups_counter #user_cups_count_duration {
            font-size: 12px;
            text-transform: uppercase; }
      /* line 219, ../../app/stylesheets/application.sass */
      body .container #header #big_save_button {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color: #fbf3e8;
        width: 345px; }
        /* line 223, ../../app/stylesheets/application.sass */
        body .container #header #big_save_button a {
          display: block;
          height: 90px;
          padding: 30px 10px 0 10px;
          background: url('/images/main/buttons/cup_large_beige.jpg') 10px 50% no-repeat;
          padding-left: 120px;
          text-decoration: none;
          text-transform: uppercase;
          color: #654f44;
          font-size: 24px;
          line-height: 30px; }
      /* line 234, ../../app/stylesheets/application.sass */
      body .container #header #big_save_button_logged_in {
        position: absolute;
        top: 0;
        right: 20px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        background-color: #fbf3e8;
        width: 230px; }
        /* line 241, ../../app/stylesheets/application.sass */
        body .container #header #big_save_button_logged_in a {
          display: block;
          padding: 10px;
          background: url('/images/main/buttons/cup_medium_beige.jpg') 50% 10px no-repeat;
          padding-top: 80px;
          text-decoration: none;
          text-transform: uppercase;
          text-align: center;
          color: #654f44;
          font-size: 24px; }
    /* line 252, ../../app/stylesheets/application.sass */
    body .container #sign_up {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: absolute;
      top: 0;
      right: 20px;
      width: 230px;
      height: 45px;
      background-color: #337c82; }
      /* line 260, ../../app/stylesheets/application.sass */
      body .container #sign_up a {
        display: block;
        padding: 10px;
        color: white;
        text-decoration: none; }
        /* line 265, ../../app/stylesheets/application.sass */
        body .container #sign_up a .sign_up {
          float: left;
          text-transform: uppercase;
          font-size: 30px;
          margin-right: 10px; }
        /* line 270, ../../app/stylesheets/application.sass */
        body .container #sign_up a .ten_seconds {
          float: left;
          font-size: 12px;
          width: 60px; }
    /* line 275, ../../app/stylesheets/application.sass */
    body .container #mobile_phone {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: absolute;
      top: 60px;
      right: 20px;
      width: 230px;
      background-color: #654f44;
      text-align: center; }
      /* line 283, ../../app/stylesheets/application.sass */
      body .container #mobile_phone a {
        display: block;
        padding: 10px 10px 100px 10px;
        color: white;
        font-size: 15px;
        background: url('/images/main/phones.gif') 50% 100% no-repeat;
        text-decoration: none;
        cursor: default; }
        /* line 291, ../../app/stylesheets/application.sass */
        body .container #mobile_phone a .login {
          display: block;
          text-transform: uppercase;
          margin-bottom: 5px; }
        /* line 295, ../../app/stylesheets/application.sass */
        body .container #mobile_phone a .cafe {
          display: block; }
    /* line 298, ../../app/stylesheets/application.sass */
    body .container #mobile_phone_logged_in {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: absolute;
      top: 130px;
      right: 20px;
      width: 230px;
      background-color: #654f44;
      text-align: center; }
      /* line 306, ../../app/stylesheets/application.sass */
      body .container #mobile_phone_logged_in a {
        display: block;
        padding: 10px;
        color: white;
        font-size: 15px;
        text-decoration: none;
        cursor: default; }
        /* line 313, ../../app/stylesheets/application.sass */
        body .container #mobile_phone_logged_in a .login {
          display: block;
          text-transform: uppercase;
          margin-bottom: 5px; }
        /* line 317, ../../app/stylesheets/application.sass */
        body .container #mobile_phone_logged_in a .cafe {
          display: block; }
    /* line 320, ../../app/stylesheets/application.sass */
    body .container #flash_notice {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      color: #337c82;
      border: 1px solid;
      border-color: #337c82;
      background: #eff;
      text-align: center;
      font-size: 14px;
      margin: 10px;
      padding: 10px; }
    /* line 331, ../../app/stylesheets/application.sass */
    body .container #leaderboards {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: relative;
      border-style: solid;
      border-width: 1px;
      border-color: #595450;
      padding: 10px;
      height: 250px;
      margin-bottom: 20px;
      margin-top: 10px; }
      /* line 341, ../../app/stylesheets/application.sass */
      body .container #leaderboards .header {
        font-size: 14px;
        text-transform: uppercase;
        color: #654f44;
        margin: 0;
        padding: 10px 10px 5px 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #595450; }
      /* line 351, ../../app/stylesheets/application.sass */
      body .container #leaderboards #leaderboard_search {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 250px;
        height: 105px;
        margin-bottom: 5px;
        background-color: #c8e7e1; }
        /* line 357, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_search form {
          position: relative;
          padding: 10px; }
          /* line 360, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_search form .field {
            height: 30px; }
            /* line 362, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_search form .field label {
              float: left;
              font-size: 12px;
              color: #337c82;
              width: 40px;
              padding-top: 5px;
              margin-right: 5px;
              text-align: right; }
            /* line 370, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_search form .field input {
              float: left;
              width: 150px; }
          /* line 373, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_search form .submit {
            position: absolute;
            right: 5px;
            top: 40px; }
            /* line 377, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_search form .submit button {
              padding: 2px;
              background-color: #337c82;
              border: none;
              text-transform: uppercase;
              color: white;
              font-weight: bold;
              cursor: pointer; }
            /* line 385, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_search form .submit button:hover {
              background-color: #595450; }
      /* line 388, ../../app/stylesheets/application.sass */
      body .container #leaderboards #leaderboard_browse {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 250px;
        height: 140px;
        background-color: #c8e7e1; }
        /* line 393, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_browse ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          /* line 397, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_browse ul li {
            margin: 0;
            padding: 0;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #595450; }
            /* line 403, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_browse ul li a {
              display: block;
              color: #654f44;
              background-color: transparent;
              background-image: none;
              padding: 10px;
              text-decoration: none;
              font-size: 12px; }
          /* line 411, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_browse ul li.current a, body .container #leaderboards #leaderboard_browse ul li a:hover {
            color: white;
            background-color: #595450;
            background-image: url("/images/main/icons/next_arrow_brown.gif");
            background-position: 100% 50%;
            background-repeat: no-repeat; }
          /* line 417, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_browse ul li.last {
            border: none; }
      /* line 420, ../../app/stylesheets/application.sass */
      body .container #leaderboards #leaderboard_coffee_houses {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        position: absolute;
        top: 10px;
        left: 270px;
        width: 250px;
        height: 250px;
        background-color: #85b6b2; }
        /* line 428, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_coffee_houses ul {
          list-style: none;
          margin: 0;
          padding: 0;
          height: 210px;
          overflow: auto; }
          /* line 434, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_coffee_houses ul li {
            margin: 0;
            padding: 0;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #595450; }
            /* line 440, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_coffee_houses ul li a {
              display: block;
              color: #654f44;
              background-color: transparent;
              background-image: none;
              padding: 10px 20px 10px 10px;
              text-decoration: none;
              font-size: 12px; }
              /* line 448, ../../app/stylesheets/application.sass */
              body .container #leaderboards #leaderboard_coffee_houses ul li a .name {
                font-size: 14px;
                font-weight: bold; }
              /* line 451, ../../app/stylesheets/application.sass */
              body .container #leaderboards #leaderboard_coffee_houses ul li a .cups_count {
                font-size: 14px; }
              /* line 453, ../../app/stylesheets/application.sass */
              body .container #leaderboards #leaderboard_coffee_houses ul li a .address {
                display: block;
                margin-top: 4px; }
          /* line 456, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_coffee_houses ul li.current a, body .container #leaderboards #leaderboard_coffee_houses ul li a:hover {
            color: white;
            background-color: #595450;
            background-image: url("/images/main/icons/next_arrow_brown.gif");
            background-position: 100% 50%;
            background-repeat: no-repeat; }
          /* line 462, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_coffee_houses ul .empty {
            color: #654f44;
            margin: 20px;
            font-size: 14px;
            line-height: 1.3; }
      /* line 468, ../../app/stylesheets/application.sass */
      body .container #leaderboards #leaderboard_saved_cup {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        position: absolute;
        top: 10px;
        left: 530px;
        background-color: #337c82; }
        /* line 474, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_saved_cup a {
          display: block;
          width: 195px;
          height: 47px;
          padding: 13px 0 0 55px;
          background: url('/images/main/buttons/cup_small_green.jpg') 10px 50% no-repeat;
          font-size: 14px;
          color: white;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 18px; }
      /* line 486, ../../app/stylesheets/application.sass */
      body .container #leaderboards #leaderboard_top_savers {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        position: absolute;
        top: 75px;
        left: 530px;
        width: 250px;
        height: 185px;
        background-color: #337c82; }
        /* line 494, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_top_savers .header {
          color: white;
          border-color: white;
          background-color: #595450;
          -moz-border-radius-topleft: 10px;
          -moz-border-radius-topright: 10px;
          -webkit-border-top-left-radius: 10px;
          -webkit-border-top-right-radius: 10px; }
        /* line 502, ../../app/stylesheets/application.sass */
        body .container #leaderboards #leaderboard_top_savers ul {
          list-style: none;
          margin: 0;
          padding: 0;
          height: 145px;
          overflow: auto; }
          /* line 508, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_top_savers ul li {
            margin: 0;
            padding: 5px 5px 5px 20px;
            border-bottom: 1px solid white;
            color: white;
            font-size: 12px;
            background: url('/images/main/icons/star_green.gif') 5px 50% no-repeat; }
            /* line 515, ../../app/stylesheets/application.sass */
            body .container #leaderboards #leaderboard_top_savers ul li .cups_count {
              float: right;
              padding-left: 12px;
              background: url('/images/main/icons/cup_green.gif')0% 50% no-repeat;
              height: 15px;
              line-height: 15px; }
          /* line 521, ../../app/stylesheets/application.sass */
          body .container #leaderboards #leaderboard_top_savers ul .empty {
            color: white;
            margin: 20px;
            font-size: 14px;
            line-height: 1.3; }
    /* line 527, ../../app/stylesheets/application.sass */
    body .container #footer {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 10px;
      font-size: 10px;
      color: #654f44;
      text-align: center; }
      /* line 536, ../../app/stylesheets/application.sass */
      body .container #footer #copyright {
        display: inline; }
      /* line 538, ../../app/stylesheets/application.sass */
      body .container #footer #footer_links {
        margin-left: 10px;
        list-style: none;
        display: inline; }
        /* line 542, ../../app/stylesheets/application.sass */
        body .container #footer #footer_links li {
          display: inline; }
          /* line 544, ../../app/stylesheets/application.sass */
          body .container #footer #footer_links li a {
            color: #654f44;
            text-decoration: none; }
          /* line 547, ../../app/stylesheets/application.sass */
          body .container #footer #footer_links li a:hover {
            text-decoration: underline; }
    /* line 550, ../../app/stylesheets/application.sass */
    body .container #cup_saving_confirmation {
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      position: relative;
      color: #337c82;
      border: 1px solid;
      border-color: #337c82;
      background: #eff;
      text-align: center;
      font-size: 14px;
      margin: 10px;
      padding: 10px;
      line-height: 1.3; }
      /* line 562, ../../app/stylesheets/application.sass */
      body .container #cup_saving_confirmation a {
        text-decoration: underline; }
      /* line 564, ../../app/stylesheets/application.sass */
      body .container #cup_saving_confirmation .undo {
        text-decoration: none;
        color: red; }
      /* line 567, ../../app/stylesheets/application.sass */
      body .container #cup_saving_confirmation .undo:hover {
        text-decoration: underline; }
      /* line 569, ../../app/stylesheets/application.sass */
      body .container #cup_saving_confirmation .close {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        text-indent: -9999px;
        width: 15px;
        height: 16px;
        background: url('/images/main/buttons/close_green.png') top left no-repeat; }
