/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Alegreya", Arial, sans-serif;
  color: #222; }

a {
  color: #ae5f79; }
  a:hover {
    color: #a2526c; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 850px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; } }

@media (min-width: 850px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66667%; }
  .two.columns {
    width: 13.33333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.66667%; }
  .five.columns {
    width: 39.33333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.66667%; }
  .eight.columns {
    width: 65.33333%; }
  .nine.columns {
    width: 74%; }
  .ten.columns {
    width: 82.66667%; }
  .eleven.columns {
    width: 91.33333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.66667%; }
  .two-thirds.column {
    width: 65.33333%; }
  .one-half.column {
    width: 48%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

html {
  min-height: 100%;
  background: url(../images/repeatbg.png) 0 0 repeat fixed; }

body {
  font: normal 17px/23px "Alegreya", Arial, sans-serif;
  color: #48404d; }

h1, h2, h3, h4 {
  font-family: "Lora", Arial, sans-serif;
  color: #000;
  font-weight: bold; }

.heading--h1 {
  font-size: 2em;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  position: relative;
  font-weight: bold; }

.heading--h2 {
  font-size: 1.35em;
  line-height: 2em;
  letter-spacing: -0.025em;
  margin-bottom: 0; }

.h2 {
  font-size: 2em;
  letter-spacing: .05em;
  text-transform: lowercase; }

.h3, h3 {
  font-size: 1.8em !important; }

.content {
  padding: 2em; }

.container {
  margin: 0;
  position: relative;
  left: 0px;
  width: 480px;
  height: 100%; }

main a {
  font-weight: bold;
  text-decoration: none;
  position: relative; }
  main a:hover, main a:active, main a:focus {
    color: #a13c49; }

strong, .bold {
  color: #211d23;
  font-weight: bold; }

em {
  color: #211d23; }

.page-container {
  margin-left: 120px; }
  .page-container:before {
    height: 100%;
    width: 100%;
    content: url(../images/header.png);
    position: fixed;
    left: 0;
    top: 0; }
  .page-container:after {
    height: 100%;
    width: 100%;
    content: url(../images/fade.png);
    position: fixed;
    left: 0;
    top: 400px; }

.main {
  position: relative;
  left: 0px;
  height: 100%;
  z-index: 40; }

@media screen and (min-width: 600px) {
  .half-width {
    width: 50%;
    float: left; } }

.stats {
  list-style-type: none;
  position: relative;
  width: 90%;
  padding-bottom: 15px;
  padding-top: 15px; }
  .stats li {
    margin-bottom: 0; }

.blockquote {
  margin: 0; }

.clearfix {
  overflow: hidden; }

form {
  margin: 20px 0px; }

form input, form textarea, form select {
  font-family: "Alegreya", Arial, sans-serif;
  font-size: 15px;
  color: #000;
  padding: 10px;
  margin: 5px 0px 10px 0px;
  border: 2px solid #867e7c;
  position: relative;
  background: #fff;
  background-size: 100%;
  width: 95%; }

form select {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 30;
  background: #fff;
  background-size: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 99%; }

form .select-container {
  position: relative; }

form .select-container:before {
  content: '';
  width: 100%;
  display: block;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0; }

form .select-container:after {
  content: "\25BC";
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 20;
  font-size: 10px;
  color: #867e7c;
  z-index: 90;
  pointer-events: none; }

form label, label.show_join_name_label, .show_join_email_settings_label {
  display: block;
  font-family: "Alegreya", Arial, sans-serif;
  font-weight: bold; }

.show_join_email_settings_label {
  margin: 5px 0px; }

form input + label {
  display: inline;
  cursor: pointer;
  font-weight: 500;
  font-family: "Alegreya", Arial, sans-serif; }

form input[type="checkbox"], form input[type="radio"] {
  display: none; }

form input[type="checkbox"] + label:before {
  border: 2px solid #867e7c;
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px; }

form input[type="checkbox"]:checked + label:before {
  background: #750c0c; }

form input[type="radio"] + label:before {
  border: 2px solid #867e7c;
  content: '';
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  margin-right: 10px;
  position: relative;
  top: 2px; }

form input[type="radio"]:checked + label:before {
  background: #750c0c; }

::-webkit-input-placeholder {
  color: #d0d0d0; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0; }

:-ms-input-placeholder {
  color: #d0d0d0; }

.password {
  width: 42.3%; }

.show_join_password_field, .show_update_password_field {
  margin-right: 10px; }

form input[type="radio"], form input[type="checkbox"] {
  width: auto; }

.show_join_comments {
  width: 100%;
  display: none; }

.custom {
  width: 50%;
  clear: both; }

.show_lostpass_form {
  overflow: hidden; }

.show_join_submit input, .show_update_submit input, .show_lostpass_submit_button, .show_donate_button {
  width: auto;
  background-position: bottom left; }

.show_update_submit {
  clear: both; }

.help:before {
  cursor: help;
  content: 'help';
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-size: 12px;
  position: relative;
  top: 0px;
  border: none;
  color: #ae5f79;
  font-weight: bold; }

.help:hover:before, .help:active:before {
  border: none; }

button, input[type="submit"], input[type="reset"] {
  border: 0;
  background-color: #ae5f79;
  color: #fff;
  font-family: "Lora", Arial, sans-serif;
  text-transform: lowercase;
  font-size: 14px;
  padding: 10px 25px; }

.column {
  width: 100%;
  clear: both;
  margin: 0; }

.main ul li {
  list-style-type: none;
  margin-bottom: 5px; }

.main ul li:before {
  content: " \2605 ";
  padding-right: 10px; }

.fan-list h2 {
  display: inline-block; }

.fan-list li:before {
  position: relative;
  top: -5px; }

.fan-info-divider:before {
  content: " \2605 ";
  font-size: 70%;
  padding: 2px; }

.header {
  padding-top: 40px;
  position: fixed;
  left: 640px; }
  .header:before {
    height: 100%;
    width: 100%;
    content: url(../images/border.png);
    position: fixed;
    left: 600px;
    top: 0; }
  .header:after {
    height: 100%;
    width: 100%;
    content: url(../images/fade.png);
    position: fixed;
    left: 500px;
    top: 460px; }
  .header_nav_links {
    list-style-type: none;
    margin-bottom: 0px;
    width: 155px; }
    .header_nav_links li {
      margin-bottom: 0;
      width: 100%;
      margin: 0px 13px 5px; }
    .header_nav_links a {
      font-size: 1.25em;
      margin-bottom: 10px;
      letter-spacing: -0.025em;
      position: relative;
      font-weight: bold;
      text-decoration: none;
      text-transform: lowercase;
      color: #000; }

.header_content {
  margin-bottom: 20px;
  margin-top: 40px; }
  .header_content_title {
    display: none;
    font-size: 80px;
    font-weight: 100;
    font-family: "Lora", Arial, sans-serif;
    letter-spacing: -2px;
    text-transform: lowercase;
    color: #f09bb0;
    text-decoration: none;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    position: relative;
    z-index: 70;
    top: 83px; }
    .header_content_title:hover, .header_content_title:active, .header_content_title:focus {
      color: #e96f8d; }

.footer {
  width: 500px;
  position: relative;
  left: 100px;
  background-color: #343333; }
  .footer_content {
    color: #95899d;
    font-size: 12px; }
  .footer_disclaimer {
    margin-bottom: 0; }
  .footer a {
    color: #e0d8d7; }
