/* ----- General Styles ------------------------ */
body {
  background: #fcf2bf url(../images/bg-body.jpg) top center;
  color: #3d3939;
  font: normal 87.5%/1.5 Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 10px; }

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

.intro {
  text-shadow: #fff 0 1px 0;
  font-size: 18px;
  margin: 20px 0; }

#header {
  padding: 30px 0; }
  #header h1 {
    height: 174px;
    line-height: 174px;
    margin: 0 auto;
    width: 278px; }
    #header h1 a {
      background: transparent url(../images/logo.gif) 0 0 no-repeat;
      display: block;
      height: 174px;
      line-height: 174px;
      overflow: hidden;
      text-indent: -999em;
      width: 278px; }
      #header h1 a:hover {
        background-position: 0px -174px; }

/* ----- Main Nav ------------------------ */
#nav {
  background: #393017 url(../images/bg-dark-top.gif) top center repeat-x; }
  #nav ul {
    background: transparent url(../images/bg-dark-bottom.gif) bottom center repeat-x;
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    width: 700px; }
    #nav ul li {
      list-style: none;
      float: left;
      width: 230px; }
      #nav ul li a {
        text-shadow: rgba(0,0,0,0.01) 0 0 1px;
        color: #fff;
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
        padding: 23px 20px 20px;
        text-decoration: none; }
        #nav ul li a:hover {
          color: #fceec5;
          text-decoration: underline; }
        #nav ul li a.current {
          color: #b7aa83;
          text-decoration: none;
          cursor: default; }
      #nav ul li.write a {
        background: transparent url(../images/nav-write.gif) 0 center no-repeat;
        padding-left: 36px; }
      #nav ul li.nearby a {
        background: transparent url(../images/nav-nearby.gif) 14px center no-repeat;
        text-align: center; }
      #nav ul li.search a {
        background: transparent url(../images/nav-search.gif) 30px center no-repeat;
        text-align: right; }

#content {
  margin: 0 auto;
  width: 700px; }
  #content h1 {
    text-shadow: #fff 0 1px 0;
    border-bottom: 1px solid #e7cc89;
    color: #3d3939;
    font-size: 24px;
    padding-bottom: 7px; }
    #content h1 a {
      text-decoration: none; }

#context {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  background: #faf6e9;
  border: 1px #ddce86 solid;
  color: #383428;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px 15px;
  overflow: hidden; }
  #context a {
    color: #7b480d;
    display: inline-block;
    float: right;
    position: relative;
    text-decoration: none; }
    #context a:hover {
      color: #111;
      text-decoration: underline; }
    #context a.cancel_change {
      font-size: 85%;
      margin-left: .5em;
      padding-top: .4em; }
  #context .clear_location a {
    background: transparent url(../images/clear-x.gif) no-repeat center center;
    height: 24px;
    overflow: hidden;
    float: none;
    margin-left: .2em;
    text-indent: -999em;
    width: 24px; }
  #context .loading {
    background-image: url(../images/ajax-loader.gif);
    background-position: 625px center;
    background-repeat: no-repeat; }
  #context button {
    text-shadow: #444 0 -1px 1px;
    display: inline-block;
    float: right;
    padding: 7px 20px 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    background: #459600;
    background: -webkit-gradient(linear, left top, left bottom, from(#428d00), to(#386e02));
    border: 1px #527424 solid;
    margin-top: 1px;
    width: 192px; }
    #context button:hover {
      background: #a42220;
      background: -webkit-gradient(linear, left top, left bottom, from(#a42220), to(#731610));
      border: 1px #6a1a15 solid; }
  #context input {
    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;
    width: 380px; }
    #context input:focus {
      background-color: #fff;
      border-color: #111; }

#sort {
  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; }
    #sort li a {
      text-shadow: #fff 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;
      display: block;
      text-decoration: none;
      padding: 5px 15px; }
      #sort li a:hover {
        background: #fff;
        color: #7d1111; }
    #sort li.selected {
      border-color: #ded08a; }
      #sort li.selected a {
        background: #ded08a;
        color: #3d3939; }

.pagination {
  border-bottom: 1px solid #ded08a;
  overflow: hidden; }
  .pagination span, .pagination a {
    text-shadow: #fff 0 1px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .25em;
    margin: 7px 3px;
    padding: 4px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase; }
  .pagination a {
    color: #3d3939; }
    .pagination a:hover {
      background: #fff;
      color: #7d1111; }
  .pagination span {
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    color: #938b65;
    font-weight: normal; }
    .pagination span.current {
      text-shadow: #444 0 -1px 1px;
      background: #ded08a;
      color: #fff;
      font-weight: bold; }

/* ----- Main Listing ------------------------ */
.review {
  border-bottom: 1px solid #ded08a;
  padding: 10px 0;
  overflow: hidden; }
  .review .title {
    overflow: hidden;
    margin-bottom: 14px; }
    .review .title a img {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid #ded08a;
      float: left; }
    .review .title a:hover img {
      border-color: #a99e65; }
    .review .title h2 {
      text-shadow: rgba(0,0,0,0.01) 0 0 1px;
      color: #7f795a;
      font-size: 14px;
      font-weight: normal;
      margin: 4px 0 0 50px; }
      .review .title h2 a {
        text-shadow: #fff 0 1px 0;
        color: #3d3939;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        margin-right: 10px;
        position: relative;
        text-decoration: none; }
        .review .title h2 a:hover {
          color: #7d1111; }
      .review .title h2 .address {
        display: inline-block;
        position: relative;
        float: right;
        margin-top: 6px; }
      .review .title h2 .distance {
        text-shadow: #fff 0 1px 0;
        color: #a1934b;
        display: inline-block;
        font-size: 11px;
        letter-spacing: .25em;
        text-transform: uppercase;
        margin-top: 5px;
        position: relative; }
  .review .rating {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    position: relative;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-indent: -999em;
    width: 100px;
    margin-top: 2px;
    margin-right: 20px; }
  .review .star-1 {
    background-image: url(../images/small-star-1.gif); }
  .review .star-2 {
    background-image: url(../images/small-star-2.gif); }
  .review .star-3 {
    background-image: url(../images/small-star-3.gif); }
  .review .star-4 {
    background-image: url(../images/small-star-4.gif); }
  .review .star-5 {
    background-image: url(../images/small-star-5.gif); }
  .review .star-6 {
    background-image: url(../images/small-star-6.gif); }
  .review .star-7 {
    background-image: url(../images/small-star-7.gif); }
  .review .star-8 {
    background-image: url(../images/small-star-8.gif); }
  .review .star-9 {
    background-image: url(../images/small-star-9.gif); }
  .review .star-10 {
    background-image: url(../images/small-star-10.gif); }
  .review .body {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 460px; }
  .review .small {
    font-size: 14px;
    padding-top: 3px; }
  .review .medium {
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    font-size: 16px;
    padding-top: 1px; }
  .review .large {
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    font-size: 20px; }
  .review .tools {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100px; }
    .review .tools li {
      float: left;
      list-style: none;
      height: 40px;
      width: 40px; }
      .review .tools li a {
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-indent: -999em;
        width: 40px; }
        .review .tools li a:hover {
          background-position: 0 -40px; }
      .review .tools li.map {
        margin-right: 20px; }
        .review .tools li.map a {
          background-image: url(../images/tools-map.gif); }
      .review .tools li.create a {
        background-image: url(../images/tools-create.gif); }
      .review .tools li.edit a {
        background-image: url(../images/tools-edit.gif); }

/* ----- Footer ------------------------ */
#footer {
  text-shadow: #fff 0 1px 0;
  color: #a1934b;
  clear: both;
  text-align: center;
  font-size: 11px;
  letter-spacing: .25em;
  margin: 30px auto;
  text-transform: uppercase;
  width: 700px; }
  #footer a {
    color: #85762c; }
    #footer a:hover {
      color: #7d1111; }

/* ----- Write Page ------------------------ */
#write {
  overflow: hidden;
  padding: 0; }
  #write fieldset {
    border: 0;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 15px;
    position: relative; }
    #write fieldset.primary {
      width: 280px;
      margin-right: 20px; }
    #write fieldset.secondary {
      width: 400px; }
  #write label {
    text-shadow: #fff 0 1px 0;
    color: #3d3939;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .25em;
    text-transform: uppercase; }
    #write label p {
      text-shadow: rgba(0,0,0,0.01) 0 0 1px;
      letter-spacing: 0;
      font-weight: normal;
      font-size: 13px;
      text-transform: none;
      text-shadow: none; }
  #write input {
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    background: #f7f7f2;
    border: 1px #d4c071 solid;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 8px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    margin-top: 8px;
    margin-bottom: 10px;
    width: 254px; }
    #write input:focus {
      background-color: #fff;
      border-color: #111; }
  #write .rating {
    margin-bottom: 10px; }
    #write .rating input {
      width: auto;
      margin: 5px; }
  #write textarea {
    background: #f7f7f2;
    border: 1px #d4c071 solid;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 8px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    height: 210px;
    margin-top: 8px;
    width: 382px; }
    #write textarea:focus {
      background-color: #fff;
      border-color: #111; }
  #write button {
    text-shadow: #444 0 -1px 1px;
    display: inline-block;
    float: right;
    padding: 7px 20px 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    background: #459600;
    background: -webkit-gradient(linear, left top, left bottom, from(#428d00), to(#386e02));
    border: 1px #527424 solid; }
    #write button:hover {
      background: #a42220;
      background: -webkit-gradient(linear, left top, left bottom, from(#a42220), to(#731610));
      border: 1px #6a1a15 solid; }
  #write .commit {
    border-top: 1px solid #e7cc89;
    clear: both;
    overflow: hidden;
    padding: 15px 0; }
    #write .commit p {
      display: inline-block;
      float: left;
      margin-top: 6px;
      position: relative; }

/* ----- Auth ------------------------ */
#oauth {
  background: url(../images/twitter.gif) right 30px no-repeat;
  padding-right: 220px;
  overflow: hidden; }
  #oauth button {
    text-shadow: #444 0 -1px 1px;
    display: inline-block;
    float: right;
    padding: 7px 20px 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
    background: #459600;
    background: -webkit-gradient(linear, left top, left bottom, from(#428d00), to(#386e02));
    border: 1px #527424 solid;
    margin-top: 10px;
    float: left; }
    #oauth button:hover {
      background: #a42220;
      background: -webkit-gradient(linear, left top, left bottom, from(#a42220), to(#731610));
      border: 1px #6a1a15 solid; }

/* ----- User ------------------------ */
#user #context {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px; }
#user .review .title h2 {
  margin-left: 0; }

/* ----- Review ------------------------ */
#review h1 {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  border-bottom: 0;
  color: #7f795a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px; }
  #review h1 a {
    text-shadow: #fff 0 1px 0;
    color: #3d3939;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    text-decoration: none; }
    #review h1 a:hover {
      color: #7d1111; }
  #review h1 .address {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 10px; }
  #review h1 .distance {
    text-shadow: #fff 0 1px 0;
    color: #a1934b;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative; }
#review .rating {
  height: 40px;
  width: 220px; }
#review .star-1 {
  background-image: url(../images/large-star-1.gif); }
#review .star-2 {
  background-image: url(../images/large-star-2.gif); }
#review .star-3 {
  background-image: url(../images/large-star-3.gif); }
#review .star-4 {
  background-image: url(../images/large-star-4.gif); }
#review .star-5 {
  background-image: url(../images/large-star-5.gif); }
#review .star-6 {
  background-image: url(../images/large-star-6.gif); }
#review .star-7 {
  background-image: url(../images/large-star-7.gif); }
#review .star-8 {
  background-image: url(../images/large-star-8.gif); }
#review .star-9 {
  background-image: url(../images/large-star-9.gif); }
#review .star-10 {
  background-image: url(../images/large-star-10.gif); }
#review .user {
  margin: 0;
  padding: 2px 0;
  overflow: hidden;
  width: 460px; }
  #review .user li {
    float: right;
    list-style: none;
    margin-left: 20px;
    padding-top: 5px; }
    #review .user li.image {
      padding-top: 0; }
    #review .user li.profile {
      padding-top: 0;
      font-size: 20px;
      font-weight: bold; }
      #review .user li.profile a {
        text-shadow: #fff 0 1px 0;
        text-decoration: none; }
    #review .user li.create a, #review .user li.edit a, #review .user li.delete a {
      display: block;
      background-repeat: no-repeat;
      background-position: 0 -6px;
      background-image: url(../images/tools-create.gif);
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      text-indent: -999em;
      padding: 0;
      width: 40px; }
      #review .user li.create a:hover, #review .user li.edit a:hover, #review .user li.delete a:hover {
        background-position: 0 -46px; }
    #review .user li.edit {
      width: 30px; }
      #review .user li.edit a {
        background-position: 0 -4px;
        background-image: url(../images/tools-edit.gif); }
        #review .user li.edit a:hover {
          background-position: 0 -44px; }
    #review .user li.delete {
      width: 35px; }
      #review .user li.delete a {
        background-position: 0 -4px;
        background-image: url(../images/tools-delete.gif); }
        #review .user li.delete a:hover {
          background-position: 0 -44px; }
  #review .user a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ded08a;
    float: left; }
  #review .user a:hover img {
    border-color: #a99e65; }
#review .body {
  clear: both;
  float: none;
  margin: 10px 0 8px;
  padding-bottom: 10px;
  width: 700px; }
#review .small {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  font-size: 16px; }
#review .medium {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  font-size: 20px;
  line-height: 1.4; }
#review .large {
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
  font-size: 24px;
  line-height: 1.4; }
#review #map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #e7cc89;
  float: left;
  height: 440px;
  width: 698px; }
  #review #map.nearby {
    width: 551px; }
  #review #map #map_content h2 {
    text-shadow: #fff 0 1px 0;
    color: #3d3939;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 10px 0; }
  #review #map #map_content h3 {
    text-shadow: rgba(0,0,0,0.01) 0 0 1px;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px 10px; }
#review .map-box h2 {
  margin-right: 0; }
#review .map-box .rating {
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 101px; }
#review .map-box a img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ded08a;
  float: right;
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 5px; }
#review .map-box a:hover img {
  border-color: #a99e65; }
#review .map-box .title {
  margin-bottom: 0; }
  #review .map-box .title h2 {
    margin-left: 0; }
#review .map-box h3.address {
  color: #7F795A;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 1px; }
#review .map-box .body {
  width: auto; }
#review .map-box .star-1 {
  background-image: url(../images/small-star-1.gif); }
#review .map-box .star-2 {
  background-image: url(../images/small-star-2.gif); }
#review .map-box .star-3 {
  background-image: url(../images/small-star-3.gif); }
#review .map-box .star-4 {
  background-image: url(../images/small-star-4.gif); }
#review .map-box .star-5 {
  background-image: url(../images/small-star-5.gif); }
#review .map-box .star-6 {
  background-image: url(../images/small-star-6.gif); }
#review .map-box .star-7 {
  background-image: url(../images/small-star-7.gif); }
#review .map-box .star-8 {
  background-image: url(../images/small-star-8.gif); }
#review .map-box .star-9 {
  background-image: url(../images/small-star-9.gif); }
#review .map-box .star-10 {
  background-image: url(../images/small-star-10.gif); }

/* ----- Nearby ------------------------ */
#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: 20px;
  padding: 10px 15px 6px 0;
  width: 106px; }
  #nearby.none {
    display: none; }
  #nearby h2 {
    text-shadow: #fff 0 1px 0;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-left: 15px; }
  #nearby ul {
    margin-left: 0;
    padding-left: 0; }
    #nearby ul li {
      display: block;
      float: none; }
    #nearby ul .rating {
      text-shadow: #fff 0 1px 0;
      background-position: 15px bottom;
      font-weight: bold;
      height: auto;
      text-indent: 0;
      margin-bottom: 8px;
      overflow: auto;
      padding-bottom: 20px;
      padding-left: 15px;
      width: 120px; }
    #nearby ul .current {
      display: none; }
    #nearby ul a {
      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); }

/* ----- Flash ------------------------ */
.flash {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-shadow: #fff 0 1px 0;
  background: #fefec9;
  border: 2px solid #ff9;
  color: #616007;
  padding: 15px 20px 15px;
  margin: 25px 0 25px;
  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: #900; }

/* ----- [jQuery Star Rating plugin](http://www.fyneworks.com/jquery/star-rating/) ------------------------ */
#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; }

#iphone-friendly {
  background: url(../images/iphone-friendly.gif) 0 -30px no-repeat;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-indent: -999em;
  width: 163px; }
  #iphone-friendly:hover {
    background-position: 0 0; }

#about h2 {
  border-top: 1px solid #eed9a4;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin: 20px 0;
  padding-top: 10px; }
#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: .25em;
      text-transform: uppercase; }
    #about #mofos li a {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border: 1px solid #ded08a;
      display: block;
      background: #f5eed1;
      text-decoration: none;
      padding: 8px 5px 10px; }
      #about #mofos li a img {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border: 1px solid #ded08a;
        display: inline-block;
        float: left;
        margin: -15px 11px 20px 4px; }
      #about #mofos li a:hover {
        background: #fff; }
        #about #mofos li a:hover img {
          border-color: #b1a14f; }
