html {
  background: #fcf2bf url(../images/bg-body.jpg) top center; }

body {
  background: transparent url(../images/bg-header.jpg) 0 44px repeat-x;
  color: #3d3939;
  font: normal 16px/1.5 "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 10px; }

.large {
  font-size: 22px; }

.no-reviews {
  padding: 20px 0; }

a {
  color: #3d3939; }
  a:hover {
    color: #7d1111; }

.intro {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  font-size: 25px;
  padding: 5px 0 12px; }

#app-store {
  background: transparent url(../images/available-on-the-app-store.png) 0 0 no-repeat;
  height: 45px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 26px;
  width: 130px; }

#header {
  margin: 0 auto;
  width: 960px;
  border-bottom: 1px solid #ded08a;
  padding-bottom: 10px; }
  #header .wrapper {
    position: relative; }
  #header .logo-thingie {
    background: transparent url(../images/logo-thingie.gif) 0 0 no-repeat;
    height: 47px;
    position: fixed;
    width: 47px;
    margin-left: -75px;
    margin-top: 27px; }
    #header .logo-thingie:hover {
      background-position: 0 -47px; }
  #header h1 {
    font-weight: bold;
    font-weight: 600;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 34px;
    margin: 0;
    padding-right: 160px; }
    .wf-active #header h1 {
      font-size: 42px; }
    #header h1 strong {
      display: inline;
      float: left;
      text-transform: uppercase;
      letter-spacing: 0.1em; }
    #header h1 span {
      color: #9b8c64;
      display: inline;
      float: right;
      font-weight: normal;
      font-size: 18px;
      margin-top: 14px; }
      .wf-active #header h1 span {
        font-size: 24px; }
    #header h1 a {
      display: block;
      color: #4f2821;
      display: block;
      padding: 20px 0 0;
      text-decoration: none; }
      #header h1 a:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .ie7 #header h1 a, .ie6 #header h1 a {
        overflow: hidden;
        zoom: 1; }
      #header h1 a:hover {
        color: #8b3d31; }

#nav {
  display: block;
  border-top: 1px dotted #ded08a;
  border-bottom: 1px dotted #ded08a;
  margin: 1px auto 1px;
  width: 960px; }
  #nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie7 #nav, .ie6 #nav {
    overflow: hidden;
    zoom: 1; }
  #nav .global {
    list-style: none;
    float: left;
    width: 700px;
    margin: 0;
    padding: 0; }
  #nav li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .wf-active #nav li {
      font-size: 19px; }
  #nav a {
    color: #4f2821;
    display: block;
    padding: 17px 10px;
    text-decoration: none;
    margin-right: 18px; }
    .wf-active #nav a {
      padding: 10px;
      margin-right: 25px; }
    #nav a:hover {
      color: #8b3d31;
      text-decoration: underline; }
  #nav .search {
    display: block;
    float: right;
    margin-right: 5px;
    padding: 7px 0; }
    #nav .search:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie7 #nav .search, .ie6 #nav .search {
      overflow: hidden;
      zoom: 1; }
    #nav .search input {
      -webkit-border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-bottomleft: 3px;
      border: 1px solid #ded08a;
      float: left;
      font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
      font-size: 14px;
      line-height: 16px;
      height: 24px;
      padding: 1px 5px 5px;
      margin: 5px 0 0;
      width: 130px; }
      .wf-active #nav .search input {
        font-size: 16px;
        margin-top: 0; }
    #nav .search button {
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 3px;
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      cursor: pointer;
      display: inline;
      float: left;
      background: #ded08a;
      border: 1px solid #ded08a;
      border-left: 0;
      line-height: 16px;
      font-size: 14px;
      font-weight: bold;
      font-weight: 600;
      font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
      margin: 5px 0 0;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      height: 32px;
      padding: 3px 7px 3px 8px; }
      .wf-active #nav .search button {
        font-size: 16px;
        margin-top: 0; }
      #nav .search button:hover {
        background-color: #f1e4a1; }

#user-nav {
  display: inline;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 260px; }
  #user-nav li {
    display: inline;
    float: right; }
  #user-nav a {
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
    margin-right: 0;
    margin-left: 13px; }
    .wf-active #user-nav a {
      font-size: 18px;
      margin-right: 0;
      margin-left: 13px; }
  #user-nav .user a {
    padding-left: 48px;
    position: relative;
    margin-left: 0; }
  #user-nav .user img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ded08a;
    height: 32px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 11px; }
    .wf-active #user-nav .user img {
      top: 7px; }
  #user-nav .sign_in {
    padding-top: 8px; }
    #user-nav .sign_in a {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      background: #fbf7da;
      background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
      border-color: #b5a378;
      color: #4f3f1b;
      display: inline;
      border-style: solid;
      border-width: 1px;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.25em;
      margin: 8px 0 0 5px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 3px 7px 3px; }
      #user-nav .sign_in a:hover {
        text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
        background: #847539;
        background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
        border-color: #5f5324;
        color: white;
        -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        text-decoration: none; }

#content {
  display: block;
  border-top: 1px solid #ded08a;
  border-bottom: 1px solid #ded08a;
  margin-top: 1px;
  margin: 0 auto 0;
  padding: 10px 0 30px;
  width: 960px; }
  #content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie7 #content, .ie6 #content {
    overflow: hidden;
    zoom: 1; }

#main h1 {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  -webkit-font-smoothing: antialiased;
  color: #3d3939;
  font-size: 30px;
  font-weight: bold;
  font-weight: 600;
  font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 0 5px;
  padding-bottom: 7px; }
  .wf-active #main h1 {
    font-size: 36px; }
  #main h1 a {
    text-decoration: none; }

#context {
  border-bottom: 1px #ddce86 dotted;
  border-top: 0;
  color: #383428;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 0 5px;
  display: block; }
  #context:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie7 #context, .ie6 #context {
    overflow: hidden;
    zoom: 1; }
  #context .map {
    cursor: pointer;
    position: relative;
    float: left;
    margin: -3px 0 0;
    height: 40px;
    line-height: 40px;
    text-indent: -999em;
    width: 40px;
    display: inline;
    background: url(/images/iphone/tools-map.gif) 0 -2px no-repeat; }
    #context .map.hover .display {
      display: block; }
    #context .map .display {
      display: none;
      position: absolute;
      z-index: 100;
      left: 40px;
      top: -70px;
      padding-left: 7px; }
      #context .map .display .arrow {
        position: absolute;
        left: 0;
        top: 76px; }
      #context .map .display .map-image {
        display: block;
        background: white;
        padding: 2px;
        border: 1px solid #a99e65;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0; }
  .wf-active #context {
    font-size: 16px; }
  #context .location_full, #context .clip {
    float: left;
    padding-top: 1px;
    padding-right: 6px; }
  #context a {
    color: #7b480d;
    display: inline;
    float: right;
    position: relative;
    padding-top: 1px;
    padding-right: 4px; }
    #context a:hover {
      color: #111111;
      text-decoration: underline; }
  #context .clear_location a, #context .change_location {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #fbf7da;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
    border-color: #b5a378;
    color: #4f3f1b;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 4px 0 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 7px 3px; }
    #context .clear_location a:hover, #context .change_location:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #847539;
      background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
      border-color: #5f5324;
      color: white;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      text-decoration: none; }
  #context .change_location {
    float: right;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
    background: #847539;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
    border-color: #5f5324;
    color: white; }
    #context .change_location:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #413e31;
      background: -webkit-gradient(linear, left top, left bottom, from(#535044), to(#413e31));
      border-color: #343125;
      color: #e4d9ac;
      -o-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0; }
  #context #location_loading {
    float: left;
    background-image: url(../images/reviews-ajax-loader.gif);
    background-position: right 13px;
    background-repeat: no-repeat;
    padding-right: 35px; }

#location_form .cancel_change {
  padding-top: 5px;
  padding-left: 10px; }
#location_form span {
  float: left;
  padding: 5px 10px 0 0; }
#location_form button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-top: 1px;
  padding: 8px 10px 9px;
  position: relative;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  background: #fbf7da;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
  border-color: #b5a378;
  color: #4f3f1b;
  float: right;
  margin-top: 2px;
  padding-bottom: 10px;
  margin-right: 5px;
  width: 180px; }
  #location_form button:hover {
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
    background: #413e31;
    background: -webkit-gradient(linear, left top, left bottom, from(#535044), to(#413e31));
    border-color: #343125;
    color: #e4d9ac;
    -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; }
#location_form input {
  background: #f7f7f2;
  border: 1px #d4c071 solid;
  font-size: 16px;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 540px; }
  #location_form input:focus {
    background-color: white;
    border-color: #111111; }

.location-required {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  background: #fefec9;
  font-size: 16px;
  padding: 7px 16px 4px;
  border: 1px dashed #ded08a;
  border-top: 0;
  -webkit-transform: translate3d(0, 0, 0); }

#reviews-back-to-start {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  background: #fefec9;
  display: block;
  font-size: 20px;
  padding: 8px 20px 12px;
  border-bottom: 1px solid #ded08a;
  border-left: 1px solid #ded08a;
  border-right: 1px solid #ded08a;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0); }

#location, .loading {
  height: 28px;
  padding: 4px 0 8px; }

#sort {
  -webkit-font-smoothing: antialiased;
  border-bottom: 3px solid #ded08a;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden; }
  #sort li {
    border-bottom: 1px transparent solid;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
    padding: 0 1px; }
    .wf-active #sort li {
      font-size: 18px; }
    #sort li a {
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      color: #3d3939;
      font-weight: bold;
      font-weight: 600;
      font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
      display: block;
      text-decoration: none;
      padding: 4px 14px; }
      #sort li a:hover {
        background: white;
        color: #7d1111; }
    #sort li.selected {
      border-color: #ded08a; }
      #sort li.selected a {
        background: #ded08a;
        color: #3d3939; }

.pagination {
  border-top: 1px dotted #ded08a;
  margin: 0;
  overflow: hidden; }
  .pagination span, .pagination a {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
  .pagination a, .pagination span.current {
    margin: 7px 3px;
    padding: 4px 10px 5px; }
  .pagination a {
    color: #3d3939; }
    .pagination a:hover {
      background: white;
      color: #7d1111; }
  .pagination span {
    -webkit-font-smoothing: antialiased;
    color: #938b65;
    font-weight: normal; }
    .pagination span.current {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #ded08a;
      color: white;
      font-weight: bold; }

#reviews-loading {
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 8px 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background: #fbf9e8 url(../images/reviews-ajax-loader.gif) no-repeat 20px 22px;
  border: 1px #96894a solid;
  border-bottom: 0;
  color: #111111;
  bottom: 0;
  font-size: 20px;
  padding: 10px 20px 18px 60px;
  position: fixed;
  width: 200px;
  left: 50%;
  margin-left: -140px;
  margin-bottom: -100px; }

#reviews-finished {
  padding: 20px 0;
  font-size: 22px; }

#footer {
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  border-top: 1px dotted #ded08a;
  color: #a1934b;
  clear: both;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.25em;
  padding: 15px 0 10px;
  text-transform: uppercase;
  margin: 1px auto 0;
  width: 960px; }
  #footer a {
    color: #85762c; }
    #footer a:hover {
      color: #7d1111; }

#write {
  overflow: hidden;
  padding: 0; }
  #write fieldset {
    border: 0;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 5px;
    position: relative; }
    #write fieldset.primary {
      width: 280px;
      margin-right: 20px; }
    #write fieldset.secondary {
      width: 400px; }
  #write label {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    color: #3d3939;
    font-size: 16px;
    font-weight: normal; }
    #write label p {
      -webkit-font-smoothing: antialiased;
      letter-spacing: 0;
      font-weight: normal;
      font-size: 13px;
      text-transform: none;
      text-shadow: none; }
  #write input {
    -webkit-font-smoothing: antialiased;
    background: #f7f7f2;
    border: 1px #d4c071 solid;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 10px;
    width: 254px; }
    #write input:focus {
      background-color: white;
      border-color: #111111; }
  #write .rating {
    margin-bottom: 10px; }
  #write .star-rating-control {
    height: 40px; }
  #write input[type=radio] {
    width: auto;
    margin: 5px; }
    .js #write input[type=radio] {
      display: none; }
  #write textarea {
    background: #f7f7f2;
    border: 1px #d4c071 solid;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    height: 240px;
    margin-top: 8px;
    width: 642px; }
    #write textarea:focus {
      background-color: white;
      border-color: #111111; }
  #write button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 1px;
    padding: 8px 10px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
    background: #847539;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
    border-color: #5f5324;
    color: white;
    float: right; }
    #write button:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #413e31;
      background: -webkit-gradient(linear, left top, left bottom, from(#535044), to(#413e31));
      border-color: #343125;
      color: #e4d9ac;
      -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; }
  #write .commit {
    clear: both;
    overflow: hidden;
    padding: 0; }
    #write .commit p {
      display: inline-block;
      float: left;
      margin-top: 6px;
      position: relative; }

#oauth {
  overflow: hidden; }
  #oauth a {
    text-decoration: none; }
    #oauth a:hover span {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #413e31;
      background: -webkit-gradient(linear, left top, left bottom, from(#535044), to(#413e31));
      border-color: #343125;
      color: #e4d9ac;
      -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0; }
  #oauth span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 1px;
    padding: 8px 10px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
    background: #847539;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
    border-color: #5f5324;
    color: white;
    float: none;
    font-size: 18px;
    position: absolute; }
  #oauth .information {
    float: left;
    margin-right: 40px;
    width: 450px; }
  #oauth .twitter {
    background: url(../images/twitter.gif) center center no-repeat;
    float: left;
    height: 255px;
    width: 200px; }
    #oauth .twitter span {
      margin: 240px 0 0 25px; }
  #oauth .facebook {
    background: url(../images/facebook.png) center center no-repeat;
    float: left;
    margin-left: 40px;
    height: 255px;
    width: 200px; }
    #oauth .facebook span {
      margin: 240px 0 0 11px; }

#user {
  position: relative; }
  #user h1 img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ded08a;
    float: left;
    margin: 3px 15px 0 0; }
  #user .follow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 1px;
    padding: 8px 10px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
    background: #847539;
    background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
    border-color: #5f5324;
    color: white;
    float: right;
    margin-top: 10px; }
    #user .follow:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #413e31;
      background: -webkit-gradient(linear, left top, left bottom, from(#535044), to(#413e31));
      border-color: #343125;
      color: #e4d9ac;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0; }
  #user .rss {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #fbf7da;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
    border-color: #b5a378;
    color: #4f3f1b;
    display: inline;
    border-style: solid;
    border-width: 1px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 8px 0 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 7px 3px;
    position: absolute;
    right: 0; }
    #user .rss:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #847539;
      background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
      border-color: #5f5324;
      color: white;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      text-decoration: none; }
    #user .rss img {
      float: left;
      margin: 1px 7px 0 0; }

.flash {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  background: #fefec9;
  border: 2px solid #ffff99;
  color: #616007;
  padding: 12px 20px 15px;
  margin: 0 0 14px;
  font-size: 16px;
  -moz-box-shadow: 0 1px 20px #b9a767;
  -webkit-box-shadow: 0 1px 20px #b9a767; }

#error {
  background-color: #f5eaea;
  border-color: #f0b5b5;
  color: #990000; }

#write .rating-cancel,
#write .star-rating {
  height: 40px;
  width: 55px; }
  #write .rating-cancel a,
  #write .star-rating a {
    background: url(../images/star.gif) no-repeat 0 0px;
    width: 55px; }
#write .star-rating-control {
  margin: 5px 0 15px; }

.star-rating-control {
  overflow: hidden;
  display: inline-block; }

.rating-cancel {
  display: none !important; }

.rating-cancel,
.star-rating {
  float: left;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden; }

.star-rating,
.star-rating a {
  background: url(../images/star.gif) no-repeat 0 0px; }

.rating-cancel a,
.star-rating a {
  display: block;
  width: 55px;
  height: 100%;
  background-position: 0 0px;
  border: 0; }

.star-rating-on a {
  background-position: 0 -40px !important; }

.star-rating-hover a {
  background-position: 0 -80px !important; }

.star-rating-readonly a {
  cursor: default !important; }

.star-rating {
  background: transparent !important;
  overflow: hidden !important; }

#about h2 {
  border-top: 1px solid #eed9a4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 20px 0;
  padding-top: 10px; }
#about .small, #about .medium {
  font-size: 14.5px;
  font-style: italic;
  margin-top: 20px; }
#about hr {
  height: 1px;
  border: 0;
  overflow: hidden;
  background: #eed9a4;
  margin: 20px 0; }
#about .primary {
  float: left;
  font-size: 18px;
  margin-right: 40px;
  width: 600px; }
#about .secondary {
  float: left;
  width: 320px; }
#about #mofos {
  list-style: none;
  padding: 0;
  overflow: hidden; }
  #about #mofos li {
    display: inline-block;
    list-style: none;
    float: left;
    width: 220px;
    margin-right: 20px;
    margin-top: 10px; }
    #about #mofos li.hugh {
      margin-right: 0; }
    #about #mofos li span {
      display: block;
      font-size: 11px;
      font-weight: normal;
      letter-spacing: 0.25em;
      text-transform: uppercase; }
    #about #mofos li a {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid #ded08a;
      display: block;
      background: #f5eed1;
      text-decoration: none;
      padding: 8px 5px 10px; }
      #about #mofos li a img {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #ded08a;
        display: inline-block;
        float: left;
        margin: -15px 11px 20px 4px; }
      #about #mofos li a:hover {
        background: white; }
        #about #mofos li a:hover img {
          border-color: #b1a14f; }

#top-people, #new-people {
  float: left;
  width: 310px; }
  #top-people h2, #new-people h2 {
    font-weight: bold;
    font-weight: 600;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    margin: 0 0 10px; }
    .wf-active #top-people h2, .wf-active #new-people h2 {
      font-size: 26px; }
  #top-people ol, #new-people ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #top-people ol a, #new-people ol a {
      display: block; }
  #top-people .more, #new-people .more {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #fbf7da;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
    border-color: #b5a378;
    color: #4f3f1b;
    display: block;
    clear: left;
    float: left;
    padding: 20px 0 0;
    border-style: solid;
    border-width: 1px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 15px 0 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 7px 3px; }
    #top-people .more:hover, #new-people .more:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #847539;
      background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
      border-color: #5f5324;
      color: white;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      text-decoration: none; }

#top-people {
  margin-right: 20px; }

.person {
  clear: left;
  float: left;
  font-size: 18px;
  min-height: 55px;
  padding-left: 60px;
  margin-left: 1px;
  position: relative; }
  .person img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ded08a;
    position: absolute;
    left: 0;
    top: 3px; }
  .person .name {
    display: block;
    margin: 0; }
  .person .addenda {
    color: #7f795a;
    font-size: 14px;
    display: block;
    margin: 0; }
  .person a {
    text-decoration: none; }
    .person a:hover .name {
      text-decoration: underline; }
    .person a:hover img {
      border-color: #a99e65; }

.users {
  border-collapse: collapse;
  margin: 10px 0;
  width: 960px; }
  .users th, .users td {
    text-align: left;
    padding: 1px 10px; }
  .users th {
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ded08a; }
  .users td {
    border-bottom: 1px dotted #ded08a; }
  .users tr:last-child td {
    border-bottom: 0; }
  .users .image {
    padding: 0 10px 0 0;
    width: 48px; }
    .users .image a img {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid #ded08a;
      margin: 6px 0 0; }
    .users .image a:hover img {
      border-color: #a99e65; }
  .users .details {
    width: 220px; }
  .users .name {
    display: block;
    margin: 0; }
  .users .login {
    color: #7f795a;
    font-size: 14px;
    display: block;
    margin: 0; }
  .users .address {
    color: #7f795a;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    float: right;
    white-space: nowrap;
    width: 230px;
    overflow: hidden;
    margin-top: 3px;
    text-overflow: ellipsis; }
  .users .rating {
    background-position: 0 0;
    display: block;
    text-indent: -999em;
    height: 19px;
    overflow: hidden;
    margin-top: 3px;
    width: 101px; }
  .users .star-1 {
    background-image: url(../images/small-star-1.gif); }
  .users .star-2 {
    background-image: url(../images/small-star-2.gif); }
  .users .star-3 {
    background-image: url(../images/small-star-3.gif); }
  .users .star-4 {
    background-image: url(../images/small-star-4.gif); }
  .users .star-5 {
    background-image: url(../images/small-star-5.gif); }
  .users .star-6 {
    background-image: url(../images/small-star-6.gif); }
  .users .star-7 {
    background-image: url(../images/small-star-7.gif); }
  .users .star-8 {
    background-image: url(../images/small-star-8.gif); }
  .users .star-9 {
    background-image: url(../images/small-star-9.gif); }
  .users .star-10 {
    background-image: url(../images/small-star-10.gif); }
  .users a {
    text-decoration: none; }
    .users a:hover .name {
      text-decoration: underline; }

/* New reviews lists */
.house, #house, .user-list, #review {
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #ded08a;
  padding: 10px 0 18px;
  position: relative;
  overflow: hidden; }
  .house:last-child, #house:last-child, .user-list:last-child, #review:last-child {
    border-bottom: 0; }
  .house h1, .house h2, #house h1, #house h2, .user-list h1, .user-list h2, #review h1, #review h2 {
    color: #7f795a;
    float: left;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-weight: 600;
    margin: 0;
    padding: 0; }
    .house h1 a, .house h2 a, #house h1 a, #house h2 a, .user-list h1 a, .user-list h2 a, #review h1 a, #review h2 a {
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      -webkit-font-smoothing: antialiased;
      color: #3d3939;
      padding-top: 2px;
      text-decoration: none; }
      .wf-active .house h1 a, .wf-active .house h2 a, .wf-active #house h1 a, .wf-active #house h2 a, .wf-active .user-list h1 a, .wf-active .user-list h2 a, .wf-active #review h1 a, .wf-active #review h2 a {
        font-size: 30px; }
      .house h1 a:hover, .house h2 a:hover, #house h1 a:hover, #house h2 a:hover, .user-list h1 a:hover, .user-list h2 a:hover, #review h1 a:hover, #review h2 a:hover {
        color: #7d1111; }
  .house h1, #house h1, .user-list h1, #review h1 {
    font-size: 36px; }
    .wf-active .house h1 a, .wf-active #house h1 a, .wf-active .user-list h1 a, .wf-active #review h1 a {
      font-size: 36px; }
  .house .address, #house .address, .user-list .address, #review .address {
    color: #7f795a;
    float: right;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin: 11px 0 7px; }
  .house .date, #house .date, .user-list .date, #review .date {
    color: #7f795a;
    clear: both;
    display: block;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
    text-decoration: none; }
    .house .date:hover, #house .date:hover, .user-list .date:hover, #review .date:hover {
      text-decoration: underline; }
  .house .distance, #house .distance, .user-list .distance, #review .distance {
    color: #a1934b;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin: 13px 0 0 20px; }
  .house .average, #house .average, .user-list .average, #review .average {
    clear: left;
    float: left; }
  .house .create, #house .create, .user-list .create, #review .create {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 1px;
    padding: 8px 10px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #fbf7da;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
    border-color: #b5a378;
    color: #4f3f1b;
    clear: right;
    display: inline;
    float: right;
    opacity: 0.4;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s; }
    .house .create:hover, #house .create:hover, .user-list .create:hover, #review .create:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #847539;
      background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
      border-color: #5f5324;
      color: white;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0; }
    .wf-active .house .create, .wf-active #house .create, .wf-active .user-list .create, .wf-active #review .create {
      font-size: 16px;
      margin-top: 0; }
    .house .create:hover, #house .create:hover, .user-list .create:hover, #review .create:hover {
      background-color: #f1e4a1; }
  .house:hover .create, #house:hover .create, .user-list:hover .create, #review:hover .create {
    opacity: 1; }
  .house .rating, #house .rating, .user-list .rating, #review .rating {
    background-repeat: no-repeat;
    background-position: -3px 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-indent: -999em;
    margin: 2px 0 10px;
    width: 220px; }
  .house .star-1, #house .star-1, .user-list .star-1, #review .star-1 {
    background-image: url(../images/large-star-1.gif); }
  .house .star-2, #house .star-2, .user-list .star-2, #review .star-2 {
    background-image: url(../images/large-star-2.gif); }
  .house .star-3, #house .star-3, .user-list .star-3, #review .star-3 {
    background-image: url(../images/large-star-3.gif); }
  .house .star-4, #house .star-4, .user-list .star-4, #review .star-4 {
    background-image: url(../images/large-star-4.gif); }
  .house .star-5, #house .star-5, .user-list .star-5, #review .star-5 {
    background-image: url(../images/large-star-5.gif); }
  .house .star-6, #house .star-6, .user-list .star-6, #review .star-6 {
    background-image: url(../images/large-star-6.gif); }
  .house .star-7, #house .star-7, .user-list .star-7, #review .star-7 {
    background-image: url(../images/large-star-7.gif); }
  .house .star-8, #house .star-8, .user-list .star-8, #review .star-8 {
    background-image: url(../images/large-star-8.gif); }
  .house .star-9, #house .star-9, .user-list .star-9, #review .star-9 {
    background-image: url(../images/large-star-9.gif); }
  .house .star-10, #house .star-10, .user-list .star-10, #review .star-10 {
    background-image: url(../images/large-star-10.gif); }
  .house .additionals, #house .additionals, .user-list .additionals, #review .additionals {
    float: left;
    width: 210px; }
    .house .additionals .legend, #house .additionals .legend, .user-list .additionals .legend, #review .additionals .legend {
      right: 0; }
  .house ul, #house ul, .user-list ul, #review ul {
    list-style: none;
    margin: 0; }
    .house ul li, #house ul li, .user-list ul li, #review ul li {
      display: inline;
      float: right;
      margin: 0; }
    .house ul .user-photo, #house ul .user-photo, .user-list ul .user-photo, #review ul .user-photo {
      float: none; }
      .house ul .user-photo img, #house ul .user-photo img, .user-list ul .user-photo img, #review ul .user-photo img {
        margin: 0 0 5px 5px; }
  .house .tools a, #house .tools a, .user-list .tools a, #review .tools a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #fbf7da;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbf7da), to(#f5eabd));
    border-color: #b5a378;
    color: #4f3f1b;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin: 4px 0 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 7px 3px; }
    .house .tools a:hover, #house .tools a:hover, .user-list .tools a:hover, #review .tools a:hover {
      text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0px;
      background: #847539;
      background: -webkit-gradient(linear, left top, left bottom, from(#9c8a46), to(#847539));
      border-color: #5f5324;
      color: white;
      -o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
      text-decoration: none; }

.latest-review, .review {
  border-top: 1px dotted #ded08a;
  clear: both;
  padding-top: 20px; }
  .user-list .latest-review, .user-list .review {
    border-top: 0;
    padding-top: 0; }
  #house .latest-review, #house .review {
    padding: 12px 0 10px;
    overflow: hidden; }
  #review .latest-review, #review .review {
    padding: 0px 0 10px;
    overflow: hidden;
    border: 0; }
  .latest-review .legend, .review .legend {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    background: #f9ecb7;
    border: 1px dotted #ded08a;
    color: #a1934b;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin-top: -33px;
    text-transform: uppercase;
    padding: 3px 5px 3px;
    position: absolute; }
  .latest-review .single, .review .single {
    display: none; }
  .latest-review .details, .review .details {
    float: left;
    width: 210px; }
  .latest-review .user, .review .user {
    line-height: 1.4;
    font-weight: bold;
    font-size: 17px; }
    .latest-review .user a, .review .user a {
      text-decoration: none; }
  .latest-review .rating, .review .rating {
    margin-bottom: 5px !important; }
  .latest-review .total-reviews, .review .total-reviews {
    float: left; }
  .latest-review h3, .review h3 {
    color: #a1934b;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.25em;
    text-transform: uppercase; }
  .latest-review .user-photo img, .review .user-photo img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ded08a;
    float: left;
    margin: 0 15px 15px 0; }
  .latest-review .user-photo:hover img, .review .user-photo:hover img {
    border-color: #a99e65; }
  .latest-review .body, .review .body {
    float: left;
    font-size: 16px;
    line-height: 1.45;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
    width: 500px; }
    .user-list .latest-review .body, .user-list .review .body {
      margin-left: 0;
      margin-right: 120px;
      width: 630px; }
  .latest-review .small, .review .small {
    font-size: 16px; }
  .latest-review .medium, .review .medium {
    font-size: 18px; }
  .latest-review .large, .review .large {
    font-size: 22px; }

.house .review .rating, .house .latest-review .rating, #house .review .rating, #house .latest-review .rating, #review .review .rating, #review .latest-review .rating {
  background-position: 0 0 !important;
  margin-top: 5px !important;
  height: 19px !important;
  line-height: 19px !important;
  width: 101px !important; }
.house .review .star-1, .house .latest-review .star-1, #house .review .star-1, #house .latest-review .star-1, #review .review .star-1, #review .latest-review .star-1 {
  background-image: url(../images/small-star-1.gif); }
.house .review .star-2, .house .latest-review .star-2, #house .review .star-2, #house .latest-review .star-2, #review .review .star-2, #review .latest-review .star-2 {
  background-image: url(../images/small-star-2.gif); }
.house .review .star-3, .house .latest-review .star-3, #house .review .star-3, #house .latest-review .star-3, #review .review .star-3, #review .latest-review .star-3 {
  background-image: url(../images/small-star-3.gif); }
.house .review .star-4, .house .latest-review .star-4, #house .review .star-4, #house .latest-review .star-4, #review .review .star-4, #review .latest-review .star-4 {
  background-image: url(../images/small-star-4.gif); }
.house .review .star-5, .house .latest-review .star-5, #house .review .star-5, #house .latest-review .star-5, #review .review .star-5, #review .latest-review .star-5 {
  background-image: url(../images/small-star-5.gif); }
.house .review .star-6, .house .latest-review .star-6, #house .review .star-6, #house .latest-review .star-6, #review .review .star-6, #review .latest-review .star-6 {
  background-image: url(../images/small-star-6.gif); }
.house .review .star-7, .house .latest-review .star-7, #house .review .star-7, #house .latest-review .star-7, #review .review .star-7, #review .latest-review .star-7 {
  background-image: url(../images/small-star-7.gif); }
.house .review .star-8, .house .latest-review .star-8, #house .review .star-8, #house .latest-review .star-8, #review .review .star-8, #review .latest-review .star-8 {
  background-image: url(../images/small-star-8.gif); }
.house .review .star-9, .house .latest-review .star-9, #house .review .star-9, #house .latest-review .star-9, #review .review .star-9, #review .latest-review .star-9 {
  background-image: url(../images/small-star-9.gif); }
.house .review .star-10, .house .latest-review .star-10, #house .review .star-10, #house .latest-review .star-10, #review .review .star-10, #review .latest-review .star-10 {
  background-image: url(../images/small-star-10.gif); }

.house .rating {
  margin-bottom: 17px; }

.user-list .rating {
  margin-bottom: 5px; }

.reviews-count-1 .additionals .legend, .reviews-count-1 .additionals .more-reviewers {
  display: none; }
.reviews-count-1 .single {
  display: block !important; }
.reviews-count-1 .multiple {
  display: none; }
.reviews-count-1 .latest-review .rating {
  border: 10px #ff0099 solid;
  display: none !important; }

.others {
  color: #7f795a;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  padding: 10px 0;
  font-style: italic; }

#house, #review {
  border: 0;
  padding-top: 5px; }
  #house .create, #review .create {
    opacity: 1; }

#map {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #e7cc89;
  float: left;
  height: 480px;
  margin: 10px 0 0;
  width: 958px; }
  #map.nearby {
    width: 726px; }
  #map #map_content h2 {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    color: #3d3939;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 10px 0; }
  #map #map_content h3 {
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 10px; }

.map-box {
  padding: 0 10px;
  min-height: 160px;
  min-width: 400px; }
  .map-box.first {
    min-height: 100px; }
  .map-box h2 {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.2; }
  .map-box .rating {
    clear: left;
    float: left;
    height: 20px;
    margin-top: 0;
    width: 101px; }
  .map-box a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #ded08a;
    float: right;
    margin-bottom: 0;
    margin-right: 20px;
    margin-left: 5px; }
  .map-box a:hover img {
    border-color: #a99e65; }
  .map-box .title {
    margin-bottom: 0; }
    .map-box .title h2 {
      margin-left: 0; }
  .map-box h3.address {
    float: left;
    color: #7f795a;
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0 1px; }
  .map-box .body {
    clear: both;
    width: auto;
    font-size: 16px;
    margin-bottom: 30px; }
  .map-box .star-1 {
    background-image: url(../images/small-star-1.gif); }
  .map-box .star-2 {
    background-image: url(../images/small-star-2.gif); }
  .map-box .star-3 {
    background-image: url(../images/small-star-3.gif); }
  .map-box .star-4 {
    background-image: url(../images/small-star-4.gif); }
  .map-box .star-5 {
    background-image: url(../images/small-star-5.gif); }
  .map-box .star-6 {
    background-image: url(../images/small-star-6.gif); }
  .map-box .star-7 {
    background-image: url(../images/small-star-7.gif); }
  .map-box .star-8 {
    background-image: url(../images/small-star-8.gif); }
  .map-box .star-9 {
    background-image: url(../images/small-star-9.gif); }
  .map-box .star-10 {
    background-image: url(../images/small-star-10.gif); }

#nearby {
  background: transparent url(../images/nearby-gradient.png) top left repeat-y;
  border: 1px solid #e7cc89;
  border-left: 0;
  border-right: 0;
  float: left;
  margin-top: 30px;
  padding: 3px 15px 6px 0;
  width: 216px; }
  #nearby.none {
    display: none; }
  #nearby h2 {
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 15px; }
  #nearby ul {
    display: block;
    margin-left: 0;
    padding-left: 0; }
    #nearby ul:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ie7 #nearby ul, .ie6 #nearby ul {
      overflow: hidden;
      zoom: 1; }
    #nearby ul li {
      display: block;
      float: none; }
    #nearby ul .rating {
      text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
      background-position: 15px bottom;
      font-weight: bold;
      font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
      font-size: 18px;
      height: auto;
      line-height: 1.2;
      text-indent: 0;
      margin-bottom: 12px;
      overflow: hidden;
      padding-bottom: 24px;
      padding-left: 15px;
      width: 240px; }
    #nearby ul .current {
      display: none; }
    #nearby ul a {
      display: block;
      text-decoration: none; }
    #nearby ul .star-1 {
      background-image: url(../images/small-star-1.gif); }
    #nearby ul .star-2 {
      background-image: url(../images/small-star-2.gif); }
    #nearby ul .star-3 {
      background-image: url(../images/small-star-3.gif); }
    #nearby ul .star-4 {
      background-image: url(../images/small-star-4.gif); }
    #nearby ul .star-5 {
      background-image: url(../images/small-star-5.gif); }
    #nearby ul .star-6 {
      background-image: url(../images/small-star-6.gif); }
    #nearby ul .star-7 {
      background-image: url(../images/small-star-7.gif); }
    #nearby ul .star-8 {
      background-image: url(../images/small-star-8.gif); }
    #nearby ul .star-9 {
      background-image: url(../images/small-star-9.gif); }
    #nearby ul .star-10 {
      background-image: url(../images/small-star-10.gif); }
  .js #nearby .map-box {
    display: none; }

#announcement {
  background: white;
  border-bottom: 1px #d7c986 dashed;
  font-weight: normal;
  padding: 8px 0 12px;
  text-align: center; }
  #announcement a {
    color: #762b1d;
    display: block;
    text-decoration: none; }
    #announcement a:hover {
      color: #6ca520;
      text-decoration: underline; }

#app #subscribe {
  display: block;
  padding: 7px 0; }
  #app #subscribe:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie7 #app #subscribe, .ie6 #app #subscribe {
    overflow: hidden;
    zoom: 1; }
  #app #subscribe input {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border: 1px solid #ded08a;
    float: left;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    height: 24px;
    padding: 1px 5px 5px;
    margin: 5px 0 0;
    width: 170px; }
    .wf-active #app #subscribe input {
      font-size: 16px;
      margin-top: 0; }
  #app #subscribe button {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    cursor: pointer;
    display: inline;
    float: left;
    background: #ded08a;
    border: 1px solid #ded08a;
    border-left: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    font-weight: 600;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, Arial, Verdana, sans-serif;
    margin: 5px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    height: 32px;
    padding: 3px 7px 3px 8px; }
    .wf-active #app #subscribe button {
      font-size: 16px;
      margin-top: 0; }
    #app #subscribe button:hover {
      background-color: #f1e4a1; }
  #app #subscribe .spinner {
    float: left;
    margin-left: 17px;
    height: 32px;
    line-height: 28px; }
    #app #subscribe .spinner.success {
      color: green; }
    #app #subscribe .spinner.error {
      color: red; }

