/* ----------------------------------------------------------------------------
    Resets
    --------------------------------------------------------------------------- */

.t-footer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
    Footer ad hack styles -JB (4/19/13)
    --------------------------------------------------------------------------- */

/* Header */

.show-ads .t-footer .t-footer-curseNetwork {
    border-top: none;
}

.show-ads .t-footer-curseNetwork > header:first-child {
    border-top: 1px solid #333;
    width: 50%;
}

.show-ads .t-footer-curseNetwork > header:first-child .t-footer-jumpLink {
    margin-right: 10px;
    position: relative;
}

.show-ads .t-footer-curseNetwork > header:first-child .t-footer-jumpLink:after {
    background: #151515;
    content: "";
    height: 100%;
    position: absolute;
    left: 100%;
    width: 10px;
}

/* Featured Items */

.show-ads .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem {
    float: none;
    margin-left: 0;
    overflow: hidden;
    width: 50%;
}

.show-ads .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem h4 {
    float: left;
    position: relative;
    z-index: 2;
}

.show-ads .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem dl {
    border-radius: 0 8px 8px 0;
    height: 91px;
    overflow: hidden;
    padding-left: 28px;
    position: relative;
    top: 11px; left: -10px;
    width: auto;
}

/* Remove 3rd & 4th featured sites */

.show-ads .t-footer .t-footer-featureItem:nth-child(3),
.show-ads .t-footer .t-footer-featureItem:nth-child(4) {
    position: absolute;
    left: -99999px;
}

/* Med Rect */

.show-ads .t-footer .footer-ad-medRect {
    margin-right: -490px;
    position: absolute;
    top: 17px; right: 50%;
}

/* ----------------------------------------------------------------------------
    Legacy output from Titanium
    --------------------------------------------------------------------------- */

.t-footer {
  clear: both;
  position: relative;
  }

.t-footer {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.5;
  background-color: #151515;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  border-top: 30px solid #262626; }
  .t-footer:before, .t-footer:after {
    content: "";
    display: table; }
  .t-footer:after {
    clear: both; }
  .ie8 .t-footer {
    zoom: 1; }
  .t-footer a {
    color: white !important;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap; }
    .t-footer a:visited {
      color: white; }
    .t-footer a:hover {
      color: white;
      text-decoration: none !important; }
    .t-footer a > strong {
      color: #ff5f14 !important; }
      .t-footer a > strong:hover {
        color: white !important; }
  .t-footer h1, .t-footer h2, .t-footer h3, .t-footer h4, .t-footer h5, .t-footer h6 {
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0; }
  .t-footer .t-footer-wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0; }
    .t-footer .t-footer-wrapper:before, .t-footer .t-footer-wrapper:after {
      content: "";
      display: table; }
    .t-footer .t-footer-wrapper:after {
      clear: both; }
    .ie8 .t-footer .t-footer-wrapper {
      zoom: 1; }
    .ie7 .t-footer .t-footer-wrapper {
      position: relative; }
  .t-footer .t-footer-curseInfo {
    float: left;
    width: 31.96667%;
    margin-left: 2.05%;
    margin-left: 0;
    position: relative;
    z-index: 2;
    border-right: 1px solid #333; }
    .ie7 .t-footer .t-footer-curseInfo {
      width: 30.96667%; }
    .t-footer .t-footer-curseInfo hgroup {
      margin-bottom: 15px;
      margin-right: 15px;
      margin-top: -40px; }
      .t-footer .t-footer-curseInfo hgroup h1 {
        background-image: url("//media-curse.cursecdn.com/attachments/87/963/curse-logo.png");
        margin-bottom: 15px;
        width: 225px;
        height: 93px;
        text-indent: -99999px; }
      .t-footer .t-footer-curseInfo hgroup h2 {
        font-size: 12px;
        font-weight: normal;
        color: white; }
      .t-footer .t-footer-curseInfo hgroup > strong {
        font-weight: bold; }
    .t-footer .t-footer-curseInfo .t-footer-signUp {
      background: #262626;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      padding: 15px;
      margin: 0 15px 30px 0;
      text-align: center; }
      .t-footer .t-footer-curseInfo .t-footer-signUp > h4, .t-footer .t-footer-curseInfo .t-footer-signUp h5 {
        font-size: 20px;
        font-weight: bold;
        color: white;
        line-height: 1.2em !important;
        text-shadow: 0 1px 1px #000; }
      .t-footer .t-footer-curseInfo .t-footer-signUp h5 {
        margin-bottom: 10px;
        font-weight: normal !important;
        color: #e6e6e6 !important; }
      .t-footer .t-footer-curseInfo .t-footer-signUp .u-button {
        background-color: #EA8F20;
        background-image: -webkit-linear-gradient(top, #ea8f20, #c56711);
        background-image: -moz-linear-gradient(top, #ea8f20, #c56711);
        background-image: -ms-linear-gradient(top, #ea8f20, #c56711);
        background-image: -o-linear-gradient(top, #ea8f20, #c56711);
        background-image: linear-gradient(top, #ea8f20, #c56711);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) , 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) , 0 1px 2px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) , 0 1px 2px rgba(0, 0, 0, 0.05);
        -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) , 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) , 0 1px 2px rgba(0, 0, 0, 0.05);
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        border-color: #C56711 #C56711 #EA8F20;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        overflow: hidden;
        color: #fff !important;
        padding: 10px 30px;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-align: center; }
    .t-footer .t-footer-curseInfo .t-footer-socialLinks:before, .t-footer .t-footer-curseInfo .t-footer-socialLinks:after {
      content: "";
      display: table; }
    .t-footer .t-footer-curseInfo .t-footer-socialLinks:after {
      clear: both; }
    .ie8 .t-footer .t-footer-curseInfo .t-footer-socialLinks {
      zoom: 1; }
    .t-footer .t-footer-curseInfo .t-footer-socialLinks li {
      float: left;
      width: 23.4625%;
      margin-left: 2.05%; }
      .ie7 .t-footer .t-footer-curseInfo .t-footer-socialLinks li {
        width: 22.4625%; }
      .t-footer .t-footer-curseInfo .t-footer-socialLinks li a {
        display: block; }
        .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i {
          display: block;
          margin: 0 auto;
          background: url("//media-curse.cursecdn.com/attachments/87/967/icon-social-links.png") no-repeat 0 0; }
          .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-youtube {
            width: 64px;
            height: 26px;
            background-position: 0 0; }
            .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-youtube:hover {
              background-position: 0 -28px; }
          .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-twitter {
            width: 37px;
            height: 27px;
            background-position: -66px 0; }
            .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-twitter:hover {
              background-position: 0 -56px; }
          .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-facebook {
            width: 16px;
            height: 32px;
            background-position: -105px 0; }
            .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-facebook:hover {
              background-position: -105px -34px; }
          .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-rss {
            width: 27px;
            height: 27px;
            background-position: -39px -56px; }
            .t-footer .t-footer-curseInfo .t-footer-socialLinks li a i.u-icon-rss:hover {
              background-position: -68px -56px; }
      .t-footer .t-footer-curseInfo .t-footer-socialLinks li:first-child {
        margin-left: 0; }
  .t-footer .t-footer-curseNetwork {
    float: left;
    width: 65.98333%;
    margin-left: 2.05%;
    border-top: 1px solid #333; }
    .ie7 .t-footer .t-footer-curseNetwork {
      width: 64.98333%; }
    .t-footer .t-footer-curseNetwork header > h4 {
      position: relative;
      top: -9px;
      background: #151515;
      margin-left: 0 !important;
      padding: 0 10px 0 0;
      display: inline-block;
      font-size: 14px;
      font-weight: bold; }
    .t-footer .t-footer-curseNetwork .t-footer-jumpLink {
      float: right;
      position: relative;
      top: -9px;
      padding: 0 10px;
      font-size: 10px;
      height: 16px;
      line-height: 16px;
      text-transform: uppercase;
      font-weight: bold;
      background: #383838;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
      .t-footer .t-footer-curseNetwork .t-footer-jumpLink:hover {
        background: #ff5f14 !important;
        color: #fff; }
    .t-footer .t-footer-curseNetwork .t-footer-featured {
      border-bottom: 1px solid #333;
      overflow: hidden;
      padding-bottom: 1.5em; }
      .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem {
        float: left;
        width: 23.4625%;
        margin-left: 2.05%; }
        .ie7 .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem {
          width: 22.4625%; }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem:first-child {
          margin-left: 0; }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem h4 {
          text-indent: -9999px;
          display: block;
          width: 146px;
          height: 102px;
          background-repeat: no-repeat;
          background-position: 0 0;
          margin: 0; }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem.site-gw2g h4 {
          background-image: url("//media-curse.cursecdn.com/attachments/73/537/featured-gw2g.png"); }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem.site-lolpro h4 {
          background-image: url("//media-curse.cursecdn.com/attachments/63/908/featured-lolpro.png"); }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem.site-mmoc h4 {
          background-image: url("//media-curse.cursecdn.com/attachments/63/909/featured-mmoc.png"); }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem.site-gw2db h4 {
          background-image: url("//media-curse.cursecdn.com/attachments/75/387/featured-gw2db.png"); }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem a {
          display: block;
          cursor: pointer; }
          .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem a:hover h4 {
            background-position: 0 -102px; }
        .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem dl {
          margin: 0;
          background: #262626;
          -webkit-border-bottom-right-radius: 8px;
          -moz-border-bottom-right-radius: 8px;
          -ms-border-bottom-right-radius: 8px;
          -o-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
          -webkit-border-bottom-left-radius: 8px;
          -moz-border-bottom-left-radius: 8px;
          -ms-border-bottom-left-radius: 8px;
          -o-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px;
          width: 146px;
          padding: 5px 10px; }
          .ie7 .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem dl {
            width: 126px; }
          .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem dl dt {
            font-weight: bold;
            color: #fff; }
          .t-footer .t-footer-curseNetwork .t-footer-featured .t-footer-featureItem dl dd {
            margin: 0;
            font-size: 11px;
            white-space: normal;
            line-height: 13px;
            color: #ddd; }
    .t-footer .t-footer-curseNetwork .t-footer-browse {
      position: relative;
      padding-left: 170px; }
      .t-footer .t-footer-curseNetwork .t-footer-browse:before, .t-footer .t-footer-curseNetwork .t-footer-browse:after {
        content: "";
        display: table; }
      .t-footer .t-footer-curseNetwork .t-footer-browse:after {
        clear: both; }
      .ie8 .t-footer .t-footer-curseNetwork .t-footer-browse {
        zoom: 1; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li > a {
        position: absolute;
        left: 0;
        width: 150px;
        font-weight: bold;
        color: #4b4b4b;
        text-shadow: 0 1px 0 #000; }
        .t-footer .t-footer-curseNetwork .t-footer-browse > li > a.j-selected, .t-footer .t-footer-curseNetwork .t-footer-browse > li > a:hover {
          background: #2c2c2c;
          color: #ff5f14 !important; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li.t-footer-coreLinks > a {
        top: 0; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li.t-footer-communityLinks > a {
        top: 20px; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li.t-footer-databaseLinks > a {
        top: 40px; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li.t-footer-wikiLinks > a {
        top: 60px; }
      .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul {
        display: none; }
        .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul:before, .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul:after {
          content: "";
          display: table; }
        .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul:after {
          clear: both; }
        .ie8 .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul {
          zoom: 1; }
        .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul > li {
          float: left;
          width: 143px;
          margin: 0 20px 2px 0; }
          .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul > li a {
            color: #fff;
            display: block;
            background: #2c2c2c;
            padding: 0 3px; }
            .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul > li a:hover {
              background: #383838;
              color: #ff5f14 !important; }
        .t-footer .t-footer-curseNetwork .t-footer-browse > li > ul.j-list-selected {
          display: block; }
  .t-footer .t-footer-curseLinks {
    background: #191919;
    clear: both; }
    .t-footer .t-footer-curseLinks > ul {
      width: 1000px;
      margin: 0 auto;
      text-align: center;
      padding: 30px 0; }
      .t-footer .t-footer-curseLinks > ul:before, .t-footer .t-footer-curseLinks > ul:after {
        content: "";
        display: table; }
      .t-footer .t-footer-curseLinks > ul:after {
        clear: both; }
      .ie8 .t-footer .t-footer-curseLinks > ul {
        zoom: 1; }
      .t-footer .t-footer-curseLinks > ul > li {
        display: -moz-inline-box;
        -moz-box-orient: vertical;
        display: inline-block;
        vertical-align: middle;
        margin: 0 8px;
        font-size: 11px;
        text-transform: uppercase; }
        .t-footer .t-footer-curseLinks > ul > li a {
          color: #666666 !important; }
          .t-footer .t-footer-curseLinks > ul > li a:hover {
            color: #ff5f14 !important; }
  .t-footer .t-footer-createdBy {
    background: #101010;
    clear: both;
    text-align: center;
    color: #4d4d4d;
    padding: 20px 0 40px;
    text-transform: uppercase; }
    .t-footer .t-footer-createdBy > * {
      display: -moz-inline-box;
      -moz-box-orient: vertical;
      display: inline-block;
      vertical-align: middle; }
    .t-footer .t-footer-createdBy .curse-logo {
      background-image: url("//media-curse.cursecdn.com/attachments/87/964/icon-curse-logo-footer.png");
      width: 35px;
      height: 50px;
      margin: 0 1em;
      text-indent: -99999px;
    }
    .t-footer .t-footer-createdBy .happy-pants {
      display: block;
      clear: both;
      margin-bottom: 0;
      padding: 20px 0 0; }
  .t-footer .return-to-top {
    background: url("//media-curse.cursecdn.com/attachments/87/965/icon-back_to_top.png") no-repeat right center;
    padding-right: 24px;
    position: absolute;
    top: -30px;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    line-height: 30px; }
    .t-footer .return-to-top a:hover {
      color: #ff5f14 !important; }
    .ie7 .t-footer .return-to-top {
      width: auto;
      right: 0; }
  .ie7 .t-footer .t-footer-curseInfo {
    width: 30%; }
  .ie7 .t-footer .t-footer-curseNetwork {
    width: 67%; }
