#profile_username {
  font-size: 2.4em;
  line-height: 1;
}

#profile_usertitle {
  color: #AAA;
  text-shadow: 2px 2px 2px #111;
  font-size: 0.9em;
  margin: 4px 0;
}

#userheader {
  float: left;
  margin: 6px 0 0 12px;
}

a.pmlink, a.pmlink:visited, a.pmlink:hover, a.pmlink:visited:hover {
  font-size: 0.9em;
}

.pmlink i.icon-white {
  margin: 3px 8px 0 2px;
}

#editprofile {
  position: absolute;
  left: 45%;
  top: -70px;
  
  font-size: 1.3em;

  background: url(/images/blackpixel_40.png);
  padding: 7px 16px;

  border-radius:         7px 7px 0 0;
  -moz-border-radius:    7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
}

#profilestats {
  position: relative;

  border-radius:         7px 0 0 7px;
  -moz-border-radius:    7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;

  width: 160px;
  height: 100%;
  padding: 21px 0 0 20px;
  border-right: 1px solid #777;
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#000000,endcolorstr=#000000) 7;
}

#profilestats hr {
  width: 80%;
  background: #484848;
}

div.contentheader {
  padding: 8px;
  color: #FFF;
}

div.contentheaderbg {
  position: relative;
  background: #4C390C;
  height: 21px;
  border: 1px solid #BBB;
  margin-top: 45px;

  border-radius:         7px 7px 0 0;
  -moz-border-radius:    7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;

  background-color: #6c250c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#361006), to(#872b0f));
  background: -webkit-linear-gradient(top, #872b0f, #361006);
  background: -webkit-linear-gradient(top, #872b0f, #361006);
  background: -moz-linear-gradient(top, #872b0f, #361006);
  background: -ms-linear-gradient(top, #872b0f, #361006);
  background: -o-linear-gradient(top, #872b0f, #361006);
}

div.contentheader {
  position: relative;
  top: -10px;
  width: 90%;

  box-shadow:         2px 0 2px #111, -2px 0 2px #111;
  -moz-box-shadow:    2px 0 2px #111, -2px 0 2px #111;
  -webkit-box-shadow: 2px 0 2px #111, -2px 0 2px #111;
  margin: 0 auto 0 auto;

  background: #755813;
  border: 1px solid #BBB;
  height: 30px;

  border-radius:         7px 7px 0 0;
  -moz-border-radius:    7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;

  background-color: #000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#333));
  background: -webkit-linear-gradient(top, #333, #000);
  background: -webkit-linear-gradient(top, #333, #000);
  background: -moz-linear-gradient(top, #333, #000);
  background: -ms-linear-gradient(top, #333, #000);
  background: -o-linear-gradient(top, #333, #000);
}

div.contentheader > div {
  display: block;
  position: absolute;
  overflow: hidden;

  top: -10px;
  left: 19px;
  right: 19px;
  height: 38px;

  box-shadow:         2px 0 2px #111, -2px 0 2px #111;
  -moz-box-shadow:    2px 0 2px #111, -2px 0 2px #111;
  -webkit-box-shadow: 2px 0 2px #111, -2px 0 2px #111;

  font-size: 18px;
  border: 1px solid #BBB;

  margin: 0;
  color: #FFF;
  text-shadow: 1px 1px 2px #5B4D31;

  border-radius:         7px 7px 0 0;
  -moz-border-radius:    7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;

  background-color: #998457;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#D2CEC5), to(#998457));
  background: -webkit-radial-gradient(circle, #D2CEC5, #998457);
  background: -moz-radial-gradient(circle, #D2CEC5, #998457);
  background: -ms-radial-gradient(circle, #D2CEC5, #998457);
}

.contentheadertext {
  padding-top: 2px;
  font: 1.3em 'Futura';
}

#joined {
  font-size: 1em;
  color: #888;
  text-shadow: 2px 2px 2px #111;
}

.user_header {
  padding: 0;
  background-color: #FFF;
  background: none;
  height: 92px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.textshadow {
  text-shadow: 1px 1px 1px #BBB;
}

ol.favs {

}

.favs li {
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  background-color: #E9E9E9;
  border-left: 1px solid #777;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 4px;
  margin-left: 6px;
}

.favs li:hover {
  background-color: #FFF;
  border-top: 1px solid #777;
  border-bottom: 1px solid #999;
  cursor: pointer;
}

.poster {
  display: inline-block;
  float: left;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  margin: 12px;

  width: 94px;
  height: 140px;
  cursor: pointer;

  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.poster img {
  border: 1px solid #777;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         3px 3px 1px #000, 0px 1px 0px rgba(104,104,104,.9) inset;
  -moz-box-shadow:    3px 3px 1px #000, 0px 1px 0px rgba(104,104,104,.9) inset;
  -webkit-box-shadow: 3px 3px 1px #000, 0px 1px 0px rgba(104,104,104,.9) inset;

  -webkit-transition: 0.2s -webkit-filter linear;
     -moz-transition: 0.2s -moz-filter linear;
     -moz-transition: 0.2s filter linear;
      -ms-transition: 0.2s -ms-filter linear;
       -o-transition: 0.2s -o-filter linear;
          transition: 0.2s filter linear, 0.2s -webkit-filter linear;

  overflow: hidden;
}

.blank-poster {
  background: #585858 url(/images/tweed.png);
  box-shadow:         inset 0 0 10px #000000, inset 0 0 10px #000000;
  -moz-box-shadow:    inset 0 0 10px #000000, inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000, inset 0 0 10px #000000;

  border: 1px solid #777;
  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.blank-poster a {
  display: inline-block;
  width: 94px;
  height: 140px;
}

.blank-poster img {
  display: none;
}

.poster img:hover, .blank-poster:hover {
  border: 1px solid #E1E1E1;
  filter: brightness(120%);
}

@media (max-width: 1030px) {
  .poster {
    margin: 8px;
    backround: none;
  }

  .poster img {
    max-width: 80px;
  }
}

@media (max-width: 965px) {
  .poster {
    margin: 5px;
    backround: none;
  }

  .poster img {
    max-width: 75px;
  }
}

.profile_stat {
  margin: 15px 0 15px 10px;
}

.profile_stat a, .profile_stat a:visited {
  display: inline-block;
  font-size: 1.8em;
  color: #000;
  text-shadow: 2px 2px 1px #111;
  font-family: 'Futura';
  text-decoration: none;
  color: #E1E1E1;
  padding-bottom: 6px;
  border: 2px solid transparent;
}

.profile_stat a:hover, .profile_stat a:visited:hover {
  border-bottom: 2px solid #998457;
}

.profile_stat a:first-letter {
  color: #BBB793;
}

a.noclick:hover, a.noclick:visited:hover {
  border-bottom: 2px solid transparent;
}

.profile_stat span {
  display: block;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-shadow: 2px 2px 2px #111;
  color: #888;
  font-family: 'Futura';
}

.profile_stat sup {
  line-height: 50%;
}

.icon-globe {
  color: #4E6E92;
  color: #2283BA;
}

.icon-bookmark {
  color: #F87308;
}

#activitylog, #about, #listsbox {
  background: url(/images/blackpixel_40.png);
  padding: 0px;
  border: 1px solid #777;
  border-top: 0;

  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;

  box-shadow:         3px 3px 3px #111;
  -moz-box-shadow:    3px 3px 3px #111;
  -webkit-box-shadow: 3px 3px 3px #111;
}

.activity_icons .icon-white {
  font-size: 18px;
}

.activity_icons .icon-search {
  color: light-blue;
}

.activity_icons .icon-list {
  color: #A79167;
}

.activity_icons .icon-bullhorn {
  color: green;
}

#tabs {
  margin-top: 40px;
}

#tabs a, #tabs a:visited {
  display: inline-block;
  border: 2px solid transparent;
  padding: 3px 8px 3px 8px;
  font-size: 1.5em;
  color: #E1E1E1;
  font-family: 'Futura';
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
}

@media (max-width: 980px) {
  #tabs a, #tabs a:visited {
    font-size: 1.4em;
  }
}

@media (max-width: 870px) {
  #tabs a, #tabs a:visited {
    font-size: 1.2em;
  }
}

#tabs a:first-letter, #tabs a:visited:first-letter {
  color: #BBB793;
}

#tabs a:hover, #tabs a:visited:hover {
  cursor: pointer;
  border-bottom: 2px solid #998457;
  text-decoration: none;
}

#tabs a:hover h2 {
  text-decoration: none;
}

.icon-list, .icon-th-list {
  color: #A79167;
}

.icon-user {
  color: #999;
}

.icon-bookmark {
  color: #C50000;
}

#tabs .icon-white {
  font-size: 2em;
  text-shadow: 1px 1px 2px #000;
}

#tabcontent {
  /*background-color: #999;*/
  margin-top: 20px;
}

#about {
  width: 555px;
  display: none;
}

#currentactivity {
  float: right;
  margin: 20px 5px 0 0;
  padding: 35px 20px 5px 20px;
  color: #AAA;
  text-shadow: 2px 2px 2px #111;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

#currentactivity a, #currentactivity a:visited {
  color: #BFBC9F;
}

#currentactivity a:hover, #currentactivity a:visited:hover {
  color: #E1E1E1;
}

#rightcolumn {
  float: right;
  width: 36%;
  padding-top: 53px;
}

.activity a, .activity a:visited {
  color: #BFBC9F;
}

.activity a:hover, .activity a:visited:hover {
  color: #E1E1E1;
}

.activity {
  color: #777;
  padding: 10px;
  font-size: 0.85em;
  border-bottom: 1px solid #383838;
  text-shadow: 2px 2px 2px #111;
}

.activity:last-child {
  border-radius:         0 0 7px 7px;
  -moz-border-radius:    0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
}

.activity div {
  padding: 0 0 0 6px;
}

.activity div:before {
  content:"\2014\00a0\00a0";
}

.activity .right {
  color: #737373;
}

#activityfilter {
  display: block;
  background: #000;
  color: #AAA;
  font-size: 0.8em;
  padding: 2px 0 2px 6px;
  border: 1px solid #777;
  border-width: 0 1px 1px 1px;
  text-shadow: 1px 1px 2px #111;
  text-align: right;

  background-color: #3D3525;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#75674B), to(#3D3525));
  background: -webkit-radial-gradient(circle, #75674B, #3D3525);
  background: -moz-radial-gradient(circle, #75674B, #3D3525);
  background: -ms-radial-gradient(circle, #75674B, #3D3525);

}

#activityfilter a, #activityfilter a:visited {
  color: #AAA;
  text-decoration: underline;
}

#activityfilter a:hover, #activityfilter a:visited:hover {
  color: #E1E1E1;
}

#tabs_favs, #tabs_comments, #tabs_lists, #tabs_about, #tabs_reviews, #tabs_clubs, #tabs_quizzes {
  display: none;
  width: 62%;
}

.favorites #tabs_favs, .comments #tabs_comments, .lists #tabs_lists, .about #tabs_about, .reviews #tabs_reviews, 
.clubs #tabs_clubs, .quizzes #tabs_quizzes {
  display: inline-block;
}

#tabs_about div span.right {
  width: 62%;
  margin-left: 120px;
}

.commenttext {
  background: #FFF;
  margin: 0 10px 30px 100px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.commenttext:after, .commenttext:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.commenttext:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 12px;
  top: 0;
  margin-top: 17px;
}

.commenttext:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000000;
  border-width: 13px;
  top: 0;
  margin-top: 18px;
}

.commentavatar {
  float: left;
  width: 80px;
}

.commentavatar img {
  border: 1px solid #777;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         2px 2px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

#tabs_lists {
  border: 0px solid #111;
  padding: 30px;
  border: 1px solid #777;
  background: url(/images/blackpixel_40.png);

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

div.tablist {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  border-bottom: 1px solid #E1E1E1;
}

div.tablist a {
  text-decoration: none;
}

.listcontain {
  border: 1px solid #5B4D31;
  margin-bottom: 18px;
  background: #cdc8bf;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

.listcontain:hover {
  cursor: pointer;
}

div.listcontain a, div.listcontain a:visited {
  float: left;
  margin: 6px 0 0 6px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  text-shadow: 1px 1px 2px #5B4D31;
}

div.listcontain a:hover, div.listcontain a:visited:hover {
  text-decoration: underline;
  color: #FFFFC0;
}

@media (max-width: 900px) {
  div.listcontain a, div.listcontain a:visited {
    font-size: 1em;
  }
}

div.listpct {
  display: block;
  width: 580px;
  height: 30px;
  font-size: 1.2em;

  box-shadow:         1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);

  background: #D2CEC5;
  border-right: 1px solid #888;
  background: #D2CEC5 url(/images/listbg.png) repeat-x;
  padding: 7px 0 0 6px;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

div.listpct span, div.listcontain span {
  float: right;
  color: #FFF;
  font-family: 'Futura', sans-serif;
  font-size: 1.25em;
  text-align: left;
  text-shadow: 1px 1px 2px #5B4D31;
  padding: 7px 6px 0 0;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

/* MAKE GLOBAL GLASS FOR ROUNDED, BORDERED THINGS...maybe with background */
.THINKOFNAME {
  background: #000 url(/images/blackpixel_40.png);
  color: #E1E1E1;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

#signature .quotecontainer .quote {
  background: none;
  box-shadow:         none;
  -moz-box-shadow:    none;
  -webkit-box-shadow: none;
  border: 0;
  border-left: 1px solid #383838;

  padding: 0 15px;

  border-radius:         0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
}

#tabs_about div div.postedby {
  padding: 0;
  font-size: 0.85em;
  border: 0;
  margin: 0;
}

#tabs_about div div.italic {
  font-size: 0.85em;
}

#tabs_about {
  background: #FFF;
  padding: 20px;
  border: 1px solid #777;
  background: url(/images/blackpixel_40.png);

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

#tabs_about div {
  clear: right;
  height: 40px;
  color: #999;
  border-top: 1px solid #383838;
  padding: 8px 0 8px 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  text-shadow: 2px 2px 2px #111;
}

#tabs_about div:first-child {
  border-top: 0;
}

#tabs_about div span {
  color: #E1E1E1;
  margin-bottom: 10px;
}

#tabs_about #signature {
  border-top: 0;
  padding: 0 30px 0 30px;
  height: 100px;
  overflow-y: scroll;
}

#tabs div.tab {
  display: inline-block;
  margin: 0 12px 0 12px;
  padding: 5px 8px 5px 8px;
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

@media (max-width: 980px) {
  #tabs div.tab {
    margin: 0 6px 0 6px;
  }
}

@media (max-width: 870px) {
  #tabs div.tab {
    padding: 3px 2px 3px 2px;
  }
}

#tabs .tab_on, .favorites .tabs_favorites, .comments .tabs_comments, .lists .tabs_lists, .about .tabs_about {
  padding: 5px 8px 5px 8px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  background-color: #998457;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#D2CEC5), to(#998457));
  background: -webkit-radial-gradient(circle, #D2CEC5, #998457);
  background: -moz-radial-gradient(circle, #D2CEC5, #998457);
  background: -ms-radial-gradient(circle, #D2CEC5, #998457);

  box-shadow:         2px 2px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

#tabs .tab_on a, #tabs .tab_on a:visited {
  color: #111;
  text-shadow: 1px 1px 2px #5B4D31;
  border-bottom: 0;
}

#tabs .tab_on a:first-letter {
  color: #111;
}

.review {
  height: 100px;
  padding: 12px;
  border-bottom: 1px solid #383838;
}

.review .popcorn_rating {
  margin-left: 15px;
}

.review .reviewposter {
  height: 75px;
  margin-right: 20px;
  border: 1px solid #777;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

a.reviewtitle, a.reviewtitle:visited {
  font: 1.5em 'Futura';
  color: #E1E1E1;
  text-decoration: none;
  background: none;
}

a.reviewtitle:hover, a.reviewtitle:visited:hover {
  text-decoration: underline;
}

.reviewtitle span {
  color: #bbb793;
}

#profileavatar {
  border: 1px solid #777;
  margin-left: 25px;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         2px 2px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow:    2px 2px 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

#profilebanner {
  float: left;
  position: relative;

  width: 100%;
  max-width: 960px;
  height: 200px;
  height: 315px;
  margin-top: 15px;

  border: 1px solid #777;
  background: #000;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;

  box-shadow:         inset 0 0 10px #000000;
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

#updatebanner {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: url(/images/blackpixel_60.png);

  border-radius:         7px 0 7px 0;
  -moz-border-radius:    7px 0 7px 0;
  -webkit-border-radius: 7px 0 7px 0;
}

#updatebanner_large {
  padding-top: 125px;
}

a.update_banner, a.update_banner:visited, a.update_banner_large, a.update_banner_large:visited {
  font: 1.1em 'Futura', sans-serif;
  color: #CCC;
}

a.update_banner:hover, a.update_banner:visited:hover, a.update_banner_large:hover, a.update_banner_large:visited:hover {
  color: #FFF;
  text-decoration: none;
}

a.update_banner_large, a.update_banner_large:visited {
  font-size: 2.5em;
}

/* -------------------------------------------- */
/* CLUBS */
/* -------------------------------------------- */

.wrapper_club {
  background: #DADADA;

  border-radius:         8px;
  -moz-border-radius:    8px;
  -webkit-border-radius: 8px;

  box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);

  position: relative;
  z-index: 90;
  color: #000;
  text-align: justify;
  padding: 10px 60px 10px 20px;
  padding: 0;
}

.ribbon-wrapper-color_club {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.ribbon-wrapper-green_club {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  left: -6px;
}

.ribbon-green_club {
  z-index: 88;
  font: bold 1.2em sans-serif;
  letter-spacing: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#85BA3A), to(#608428));
  background-image: -webkit-linear-gradient(top, #85BA3A, #608428);
  background-image:    -moz-linear-gradient(top, #85BA3A, #608428);
  background-image:     -ms-linear-gradient(top, #85BA3A, #608428);
  background-image:      -o-linear-gradient(top, #85BA3A, #608428);
  font-size: 0.75em;
  color: white;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 2px 0;
  left: -21px;
  top: 8px;
  width: 82px;
}

.ribbon-green_club:before, .ribbon-green_club:after {
  content: "";
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green_club:before {
  left: 0;
}
.ribbon-green_club:after {
  right: 0;
}

.ribbon-color_club {
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 1px 1px 2px #383838;

  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);

  -webkit-transform: rotate(-45deg);
  -moz-transform:    rotate(-45deg);
  -ms-transform:     rotate(-45deg);
  -o-transform:      rotate(-45deg);
}

.curator {
  color: #FFF;
  margin-right: 15px;
  background: #BEB59F;
  font: 0.75em "Futura", sans-serif;
  border: 1px solid #5B4D31;
  text-shadow: 1px 1px 2px #5b4d31;
  box-shadow: 1px 1px 2px rgba(0,0,0,.5);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  transition: .1s;
  -webkit-transition: .1s;
  background-color: #998457;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#d2cec5),to(#998457));
  background: -webkit-radial-gradient(circle,#d2cec5,#998457);
  background: -moz-radial-gradient(circle,#d2cec5,#998457);
  background: -ms-radial-
}

.curator .label {
  position: absolute;
  bottom: -12px;
}

.club {
  float: left;
  height: 140px;
  width: 30%;
  min-width: 145px;
  margin-left: 3%;

  background-size: 100%;
  background-position: 0 -20px;
  border: 1px solid #777;

  border-radius:         7px;
  -moz-border-radius:    7px;
  -webkit-border-radius: 7px;
}

.club:hover {
  cursor: pointer;
  border: 1px solid #FFF;
}