/* General styles */

body {
    background-color: #1d1d1d;
    background-image: url(../images/background_blue.jpg);
    background-repeat: repeat;
    background-position: top center;
    font-size: 13px;
    font-family: Merriweather, Georgia, serif;
    font-weight: 400;
    line-height: 167%;
}

@media screen and (min-width: 550px) {
    body {
        font-size: 15px;
    }
}

@media screen and (min-width: 690px) {
    body {
        font-size: 17px;
    }
}

.page-container {
    max-width: 650px;
}

.page-container-wide {
    font-family: Gudea, Tahoma, sans-serif;
}

.page-container,
.page-container-wide {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 50px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 26px;
    width: 93%;
}

@media screen and (min-width: 530px) {
    .page-container,
    .page-container-wide {
        box-shadow: 0px 0px 80px 80px rgba(0, 0, 0, 0.8);
        border-radius: 7px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 850px) {
    .page-container,
    .page-container-wide {
        margin-top: 100px;
    }

    .page-container {
        padding-top: 26px;
    }

    .page-container-wide {
        width: 97%;
    }
}

@media screen and (min-width: 950px) {
    .page-container {
        width: 75%;
        max-width: 1000px;
        overflow: hidden;
        padding-left: 40px;
        padding-right: 40px;
    }

    .page-container-wide {
        max-width: 1325px;
    }
}

@media screen and (min-width: 1150px) {
    .page-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

h1 {
    font-family: Gudea, Tahoma, sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 200%;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    line-height: 125%;
}

@media screen and (min-width: 650px) {
    h1 {
        font-size: 250%;
    }
}

h1.centered {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.9em;
    margin-bottom: 0.1em;
}

@media screen and (min-width: 650px) {
    h1.centered {
        margin-top: 1.3em;
    }
}

@media screen and (min-width: 1200px) {
    h1.centered {
        margin-top: 1.1em;
    }
}


h2, h3, h4, h5 {
    font-family: Gudea, Tahoma, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 1.3em;
    margin-bottom: 0.8em;
    clear: both;
}

h2 {
    font-size: 160%;
    line-height: 125%;
    clear: left;
}

h3 {
    font-size: 145%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 110%;
    font-style: italic;
}

p {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

a:link {
    color: #c72600;
}

a:visited {
    color: #bf2500;
}

a:hover,
a:active {
    color: #e22b00;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

pre {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    background-color: white;
    padding: 12px;
    line-height: 125%;
    border-radius: 7px;
    overflow-x: auto;
    border: 1px solid #dedede;
}

.message-error,
.message-info {
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.message-error {
    color: red;
}

.message-info {
    color: green;
}

.page-message {
    text-align: center;
}

.top-message {
    background-color: #f7e5a7;
    max-width: 710px;
    width:  80%;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 94px;
    font-family: Gudea, sans-serif;
    padding-left: 19px;
    padding-right: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media screen and (min-width: 850px) {
    .top-message {
        margin-bottom: -50px;
        position: relative;
        z-index:  10;
    }
}

.top-message p {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
}

.field-error {
    background-color: #fcc;
}

.validation {
    color: red;
}

span.validation {
    font-size: 13px;
    padding-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.breadcrumbs {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2.2em;
}

.copyright, 
.privacy {
    font-size: 110%;
    text-align: center;
    color: white;
}

.copyright {
    margin-bottom: 0px;
    font-family: Gudea, Tahoma, sans-serif;
}

.copyright a {
    color: white;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
    margin-top: 2px;
}

.copyright a i {
    font-size: 26px;
}

.privacy {
    color: white;
    padding-bottom: 30px;
    margin-top: 0px;
    padding-right: 10px;
    font-family: Gudea, Tahoma, sans-serif;
}

.privacy a {
    color: white;
    padding-left: 0.4em;
    padding-right: 0.4em;
}

@media screen and (min-width: 530px) {
    .copyright, 
    .privacy {
        color: #bdbdbd;
    }

    .copyright a, 
    .privacy a {
        color: #bdbdbd;
    }
}

.loading-icon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
    display: none;
    z-index: 100;
}

.loading-icon > div {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 5px;
    padding-bottom: 3px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    z-index: 110;
}

.popup-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none;
}

.left-caption-box,
.right-caption-box {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 560px) {

    .left-caption-box,
    .right-caption-box {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .left-caption-box {
        float: left;
        padding-right: 26px;
    }

    .right-caption-box {
        float: right;
        padding-left: 26px;
    }
}

.standalone-caption-box {
    display: inline-block;
}

body .flush-top {
    padding-top: 7px;
}


.left-caption-box img,
.right-caption-box img,
.standalone-caption-box img {
    display: block;
    border-radius: 5px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


@media screen and (min-width: 560px) {
    .left-caption-box img,
    .right-caption-box img,
    .standalone-caption-box img {
        display: block;
        border-radius: 5px;
        max-width: 100%;
    }
}

.left-caption-box span,
.right-caption-box span,
.standalone-caption-box span {
    display: block;
    text-align: center;
    padding-top: 5px;
    font-style: italic;
    color: #717171;
    font-size: 90%;
    line-height: 150%;
}


/* Navigation */

.mobile-nav-header {
    display: table;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media screen and (min-width: 650px) {
    .mobile-nav-header {
        display: none;
    }
}

.mobile-nav-header h2 {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    font-size: 200%;
}

.mobile-nav-header .hamburger {
    display: table-cell;
    padding-right: 10px;
    font-size: 45px;
    vertical-align: middle;
    text-align: right;
}

.navigation {
    display: none;
    font-family: Gudea, Tahoma, sans-serif;
}

@media screen and (min-width: 650px) {
    .navigation {
        display: block;
        overflow: hidden;
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .navigation > li {
        float: left;
    }

    .navigation > li.account-link {
        float: right;
    }
}

@media screen and (min-width: 1100px) {
    .navigation {
        font-size: 110%;
    }
}


.navigation > li.account-link a {
    padding-bottom: 4px;
    padding-left: 0px;
}

@media screen and (min-width: 650px) {
    .navigation > li.account-link a {
        padding-top: 0.5em;
        padding-bottom: 0px;
        padding-right: 1px;
        margin: 0;
    }
}

@media screen and (min-width: 1100px) {
    .navigation > li.account-link a {
        padding-top: 0.4em;
    }
}

.navigation > li > a {
    text-decoration: none;
    color: black;
    display: block;
    font-size: 135%;
    background-color: #eaeaea;
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

@media screen and (min-width: 650px) {
    .navigation > li > a {
        background-color: transparent;
        padding-left: 1px;
        padding-right: 1px;
        padding-bottom: 3px;
        margin-left: 6px;
        margin-right: 26px;
        border-radius: 0px;
    }

    .navigation > li > a:hover {
        border-bottom: 1px solid black;
    }
}

.navigation > li > a > i {
    vertical-align: middle;
    line-height: 100%;
    font-size: 22px;
    padding-bottom: 4px;
    display: inline-block;
    margin-right: -2px;
}

.navigation > li > a.current {
    background-color: #e0e0e0;
    font-weight: bold;
}

@media screen and (min-width: 650px) {
    .navigation > li > a.current {
        background-color: transparent;
        border-bottom: 2px solid #484848;
    }
}

.sub-nav {
    border-top: 1px solid #6d6d6d;
    border-bottom: 1px solid #6d6d6d;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.sub-nav > a {
    white-space: nowrap;
}


/* Form control styles */

input,
select,
button,
a.button,
#StripeCard,
textarea {
    box-sizing: border-box;
    font-family: Verdana, Helvetica, Sans-Serif;
    padding: 6px 12px;
    line-height: 143%;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-decoration: none;
    font-size: 91%;
}

input[type=button],
input[type=submit],
a.button,
button {
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    color: #333;
    background-color: #fff;
    transition: background-color 0.1s;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

input[type=button]:hover,
input[type=submit]:hover,
a.button:hover,
button:hover {
    background-color: #e6e6e6;
}

input[type=button]:focus,
input[type=submit]:focus,
a.button:focus,
button:focus  {
    border-color: #7c9ed5;
}

input[type=text],
input[type=password],
select,
#StripeCard,
textarea {
    color: #666;
    padding: 2px 6px;
    font-size: 90%;
}

#StripeCard {
    background-color: white;
    max-width: 500px;
    width: 100%;
    margin-right: unset;
}

input:focus,
#StripeCard.StripeElement--focus,
select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 4px rgba(102,175,233,.6);
}

input:disabled,
select:disabled,
input:disabled:hover,
select:disabled:hover {
    background-color: #ececec;
    cursor: default;
    color: #666;
}

input.primary-button {
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #3d9bd8;
}

input.primary-button:hover {
    background-color: #79b9e3;
}


/* Homepage */

.home-trailer {
    margin-top: 18px;
}

.home-trailer-note {
    text-align: center;
    font-style: italic;
    font-size: 80%;
    color: #4c4c4c;
    padding-top: 5px;
    padding-bottom: 10px;
}

.home-play-button {
    text-align: center;
    padding-top: 17px;
    margin-bottom: -5px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 34px;
}

.home-play-button input {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    border-color: #305069;
    background-color: #4a96af;
    color: white;
    font-family: Gudea, sans-serif;
    font-weight: bold;
    white-space: normal;
}

.home-play-button input:hover {
    background-color: #86c2d6;
    border-color: #326e82;
}

.home-play-button input:focus {
    border-color: #4679a7;
}

.main-column h1 {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-size: 210%;
}

.main-column h2 {
}

@media screen and (min-width: 1000px) {
    .side-column h2.first {
        margin-top: 0.9em;
        margin-bottom: 0.9em;
    }
}

.main-column .more-link,
.side-column .more-link {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 1000px) {
    .main-column,
    .side-column {
        font-size: 85%;
    }

    .main-column {
        clear: left;
        float: left;
        width: 46%;
        padding-right: 9%;
    }

    .main-column p {
        text-align: left;
    }

    .side-column {
        float: left;
        width: 45%;
        padding-top: 7px;
    }
}

@media screen and (min-width: 1000px) {
    .main-column,
    .side-column {
        font-size: 90%;
    }
}

.blog-latest h2 {
    margin-top: 41px;
    margin-bottom: 27px;
}

.blog-latest table,
.forum-latest table {
    overflow: hidden;
}

.blog-latest td,
.forum-latest td {
    vertical-align: top;
    padding-bottom: 12px;
    line-height: 135%;
}

.blog-latest td:first-child,
.forum-latest td:first-child {
    padding-right: 20px;
}

.forum-latest td:first-child {
    width: 50%;
}

.blog-latest td:nth-child(2),
.forum-latest td:nth-child(2) {
    padding-right: 10px;
}

.blog-latest td:nth-child(2) {
    white-space: nowrap;
}

.blog-latest td:nth-child(3),
.forum-latest td:nth-child(3) {
}

.blog-latest td:nth-child(3),
.forum-latest td:nth-child(3) {
    display: none;
}

@media screen and (min-width: 430px) {
    .forum-latest td:nth-child(2) {
        min-width: 25%;
    }

    .blog-latest td:nth-child(3),
    .forum-latest td:nth-child(3) {
        white-space: nowrap;
        display: table-cell;
    }
}

@media screen and (min-width: 1000px) {
    .blog-latest td:nth-child(3) {
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    .blog-latest td:nth-child(3) {
        display: table-cell;
    }
}

.all-link {
    margin-top: 15px;
    padding-right: 10px;
    text-align: right;
}

.play-box {
    display: none;
    background-color: #170b19;
    background-image: url(../images/background_gt.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 70%;
    margin-top: 39px;
    position: relative;
    border-radius: 5px;
}

@media screen and (min-width: 1000px) {
    .play-box {
        display: block;
    }
}

.play-box-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.play-box a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-top: 22%;
    display: block;
    text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.7);
}

.play-box i {
    display: block;
    font-size: 83px;
    padding-bottom: 7px;
}

.play-box span {
    font-size: 26px;
    font-family: Gudea, Tahoma, sans-serif;
}


/* Forms */

.form-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 1em;
    font-family: Gudea, Tahoma, sans-serif;
}

.form-table td, .form-table th {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    line-height: 125%;
}

.form-table th {
    text-align: left;
    padding-right: 20px;
    padding-top: 9px;
    line-height: 125%;
}

@media screen and (min-width: 1000px) {
    .form-table th {
        width: 18%;
    }
}

.field-note {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 340px;
    color: #656565;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 90%;
}

ul.field-note {
    list-style-type: disc;
    padding-left: 28px;
    padding-top: 0px;
    line-height: 150%;
}

ul.field-note li {
    padding-top: 0px;
    padding-bottom: 0px;
}

td.form-note {
    font-size: 15px;
    line-height: 150%;
    color: #444;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-table input[type=text],
.form-table input[type=password],
.form-table textarea {
    width: 100%;
}

@media screen and (min-width: 450px) {
    .form-table input[type=text],
    .form-table input[type=password],
    .form-table textarea {
        width: auto;
    }
}


/* Play page */

.play-sign-in-message {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #808080;
    border-radius: 8px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    font-family: Gudea, Tahoma, sans-serif;
}

.play-sign-in-message a {
    color: white;
}

.canvas-container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    padding-top: 56.25%;
    position: relative;
}

.canvas-container canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background-color: black;
}

.canvas-size-note {
    color: #c00;
    text-align: center;
    margin-top: 1em;
}

@media screen and (min-width: 1361px) {
    .canvas-size-note {
        display: none;
    }
}

.page-container-wide p {
    text-align: center;
}

.game-buttons {
    text-align: center;
    padding-top: 20px;
}

.loading-message {
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    bottom: 40%;
    z-index: 10;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: Gudea, Tahoma, sans-serif;
}

.loading-message progress {
    display: inline-block;
    margin-top: 10px;
}

.controls {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    margin-bottom: 9px;
    font-size: 125%;
}

.controls table {
    text-align: center;
    line-height: 150%;
    font-size: 80%;
    width: 100%;
    border-collapse: collapse;
}

.other-row-header th {
    padding-top: 30px;
}

.controls th {
    padding-bottom: 15px;
    text-decoration: underline;
    vertical-align: bottom;
}

.controls th, 
.controls td {
    text-align: left;
}

.controls td:first-child,
.controls th:first-child {
    width: 229px;
}

.controls td:nth-child(3),
.controls th:nth-child(3) {
    width: 141px;
}

.controls th:first-child {
    text-decoration: none;
    font-size: 130%;
}

.controls td {
    padding-top: 2px;
    padding-bottom: 2px;
}


/* Music page */

p.bottom-links {
    margin-top: 2em;
    text-align: center;
}

table.music {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    font-size: 14px;
}

table.music td {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

table.music td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}

table.music th {
    font-weight: bold;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 10px;
}

table.music img {
    width: auto;
    vertical-align: middle;
}

.star {
    opacity: 0.25;
    cursor: pointer;
}

.star-clicked {
    opacity: 1;
    cursor: pointer;
}

table.music span {
    padding-left: 7px;
}


/* Slideshow */

.slideshow {
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    margin-top: 37px;
    border-radius: 4px;
}

.slideshow-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}

.slideshow-photo img {
    width: 100%;
}

a.slideshow-arrow-left,
a.slideshow-arrow-right {
    color: #989898;
    font-size: 37px;
    position: absolute;
    top: 43%;
    font-weight: bold;
    text-decoration: none;
}

.slideshow-arrow-left:hover,
.slideshow-arrow-right:hover {
    color: white;
}

.slideshow-arrow-left {
    left: 2%;
}

.slideshow-arrow-right {
    right: 1%;
}

.slideshow-note {
    text-align: center;
    font-style: italic;
    margin-top: 0.5em;
    color: #4c4c4c;
}


/* Blog/forum post styles */

.new-post {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Gudea, Tahoma, sans-serif;
}

.new-post a {
    text-decoration: none;
    vertical-align: middle;
}

.new-post a i {
    vertical-align: middle;
    font-size: 21px;
    padding-bottom: 3px;
    line-height: 100%;
}

.preview-section {
    display: none;
}

h1.section-line,
h2.section-line {
    border-bottom: 1px solid #444;
    padding-bottom: 0.1em;
}

.inset-container {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}

@media screen and (min-width: 690px) {
    .inset-container {
        width: 90%;
    }
}

.post-container {
}

.post-container h2:first-child {
    font-size: 170%;
    margin-bottom: 0px;
}

.post-container h2:first-child a {
    text-decoration: none;
}

.post-container h2:first-child a:link,
.post-container h2:first-child a:visited {
    color: black;
}

.post-container h2:first-child a:hover,
.post-container h2:first-child a:active {
    color: #a51f00;
}

.byline {
    font-size: 80%;
    color: #1f1f1f;
    margin-top: 0.1em;
    margin-bottom: 1.5em;
}

.post-edit-link,
.post-delete-link {
    display: inline-block;
    padding-left: 20px;
    position: relative;
    top: -2px;
}

.post-delete-link {
    padding-left: 22px;
}

.post-edit-link a,
.post-delete-link a {
    vertical-align: middle;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 125%;
    text-decoration: none;
}

.post-edit-link a i,
.post-delete-link a i {
    vertical-align: middle;
    font-size: 18px;
    padding-bottom: 4px;
}

.post-body {
}

.post-body p,
.comment-body p {
    margin-top: 1.1em;
    margin-bottom: 1.1em;
}

.post-body ul,
.comment-body ul {
    list-style-type: disc;
    padding-left: 27px;
    margin-top: 0.7em;
    margin-bottom: 1.2em;
}

.post-body ul li,
.comment-body ul li {
    padding-left: 1px;
    margin-top: 0.9em;
    margin-bottom: 0.9em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.post-body img,
.comment-body img {
    max-width: 100%;
    border-radius: 4px;
}

.post-body img.right-floated,
.comment-body img.right-floated {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
}

.blog-paging-links {overflow: hidden;font-family: Gudea, sans-serif;font-size: 110%;margin-top: 1.3em;border-top: 1px solid #ababab;padding-top: 1.2em;}

.blog-paging-links .next-link {
    float: right;
}

.blog-paging-links .next-link:after {
    content: '►';
    text-decoration: none;
    display: inline-block;
    padding-left: 0.3em;
    font-size: 80%;
}

.blog-paging-links .prev-link {
    float:  left;
}

.blog-paging-links .prev-link:before {
    content: '◄';
    text-decoration: none;
    display: inline-block;
    padding-right: 0.3em;
    font-size: 80%;
}


/* Comments */

.comment {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-container .comment-container {
    padding-left: 40px;
}

.comment-info {
    font-size: 80%;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.comment-info a {
    display: inline-block;
    margin-left: 0.8em;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.comment-link {
    text-align: right;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.comment-link a {
    text-decoration: none;
    color: #c72600;
}

.comment-link a i {
    font-size: 21px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 1px;
    color: #bf5555;
}

.comment-link a span {
    text-decoration: underline;
}

.comment-panel {
}

.comment-panel textarea {
    max-width: 100%;
    font-size: 100%;
}

.comment-panel .comment-user {
    margin-bottom: 5px;
}

.comment-panel-buttons {
    margin-top: 4px;
}



/* Captcha popup */

.captcha-popup {
    display: none;
    position: absolute;
    background-color: #eee;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    z-index: 20;
}

.captcha-popup input {
    display: inline-block;
    margin-top: 15px;
}


/* Subscription links */

.subscription-link {
    margin-top: 0.3em;
    margin-bottom: 1em;
    text-align: center;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.subscription-link.left-side {
    text-align: left;
}

.board .subscription-link {
    text-align: left;
}

.board h2 {margin-bottom: 0;}

.subscription-link > a {
    text-decoration: none;
    line-height: 20px;
}

.subscription-link .links a {
    white-space: nowrap;
}

.subscription-link i {
    vertical-align: middle;
    font-size: 21px;
    line-height: 20px;
    padding-bottom: 2px;
    padding-right: 2px;
}

.subscription-link .message {
    padding-left: 20px;
    line-height: 20px;
    font-size: 13px;
}

.subscription-link .message.info {
    color: green;
}

.subscription-link .message.error {
    color: red;
}


/* Pagers */

.pager {
    margin-top: 15px;
    overflow: hidden;
}

.pager span {
    display: block;
    float: left;
    line-height: 23px;
    margin-right: 10px;
}

.pager a {
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    text-decoration: none;
    color: #383f4f;
    border-radius: 3px;
    width: 23px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
}

.pager a:link,
.pager a:visited {
    background-color: #f0f0f0;
}

.pager a:hover,
.pager a:active {
    background-color: #e4e4e4;
}

.pager a.current {
    background-color: #e4e4e4;
    border: 1px solid #cecece;
    line-height: 21px;
    box-sizing: border-box;
    cursor: default;
}

.pager a.inactive {
    cursor: default;
}

.pager a.arrow-disabled {
    background-color: white;
    color: #ccc;
    cursor: default;
    display: none;
}


/* Forums */

.post-list {
    width: 100%;
}

@media screen and (min-width: 950px) {
    .post-list {
        max-width: 520px;
    }
}

.post-row:nth-child(1) {
    border-top: 1px solid #dedede;
}

.post-row {
    padding-top: 2px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.post-row:hover {
    background-color: #eaeaea;
}

.post-row-title {
    line-height: 150%;
}

.post-row-info {
    font-size: 13px;
    line-height: 125%;
}

.post-row-info span {
    display: inline-block;
    padding-right: 8px;
}

.post-row-info span:nth-child(1) {
    min-width: 265px;
}

.post-row-info span:nth-child(2) {
    min-width: 69px;
}

.board-icon {
    display: none;
}

@media screen and (min-width: 950px) {
    .board-icon {
        display: inline-block;
        float: right;
        margin-top: 10px;
    }
}

.fixed-icon {
    color: #196319;
    font-size: 13px;
    vertical-align: middle;
    float: right;
}

.byline .fixed-icon {
    float: none;
    padding-left: 5px;
    margin-top: -2px;
    display: inline-block;
}

.fixed-icon i {
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 4px;
}

.post-extra-buttons {
    text-align: center;
}


/* Sign-in page */

.narrow-form {
    margin-top: 1.4em;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.forgot-link {
    margin-left: 8px;
    white-space: nowrap;
}

.migrate-row td {
    padding-top: 10px;
}


/* Account page */

h2.account-top {
    margin-top: 2em;
}

.account-page {
    font-family: Gudea, Tahoma, sans-serif;
}

p.email-change {
    margin-bottom: 0;
    font-family: Gudea, Tahoma, sans-serif;
}

.login-links {
}

.login-links a.button {
    margin-right: 16px;
}

.draft-post-list {
    border-collapse: collapse;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
}

.draft-post-list tr {
    cursor: pointer;
}

.draft-post-list tr.data-row:hover {
    background-color: #e4e4e4;
}

.draft-post-list th,
.draft-post-list td {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.draft-post-list th {
    text-align: left;
    font-weight: bold;
    padding-bottom: 8px;
}

@media screen and (min-width: 600px) {
    .draft-post-list td:first-child {
        min-width: 180px;
    }
}

.draft-post-list td {
    vertical-align: middle;
}

.draft-post-list td:last-child {
    text-align: center;
    padding-top: 0.4em;
}

.draft-post-list td:last-child i {
}

.password-form th {
    white-space: nowrap;
}


/* Create account page */

.new-account-bullets {
    list-style-type: disc;
}

.new-account-bullets li {
    margin-left: 1.7em;
    padding-left: 0.2em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.divider-line {
    border-bottom: 1px solid #999;
}

.main-points {
    text-align: center;
    margin-top: 17px;
    font-size: 108%;
    margin-bottom: 30px;
}

.main-points div:first-child {
    font-style: italic;
}

.main-points span {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.top-note {
    margin-top: 30px;
}

.payment-option-heading {
    text-align: center;
    font-family: Gudea, Tahoma, sans-serif;
    font-size: 110%;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0.7em;
}


@media screen and (min-width: 650px) {
    .paypal-amazon-area {
        display: table;
        width: 100%;
        margin-top: 1.4em;
        margin-bottom: 1em;
    }
}

.paypal-amazon-area > div {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media screen and (min-width: 650px) {
    .paypal-amazon-area > div {
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }
}

.amazon-pay-button {
    cursor: pointer; 
}

.paypal-buy-button {
    background: #ffc439;
    width: 230px;
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    text-shadow: 0px 1px 0 #ffdc88;
    padding: 4px 8px 4px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.paypal-buy-button:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(255, 255, 255, 0.2);
}

.paypal-buy-button:active,
.paypal-buy-button:focus {
    box-shadow: -1px -1px 18px 1px rgba(0, 0, 0, 0.25) inset;
}


.paypal-buy-button img:first-child {
    height: 23px;
    margin-right: 2px;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
}

.paypal-buy-button img:nth-child(2) {
    height: 22px;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
}

.paypal-buy-button span {
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
    display: inline-block;
    white-space: pre;
    text-shadow: 0px 1px 0 #ffdc88;
    font-size: 12px;
}

.paypal-buy-tagline {
    color: #003366;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    text-align: center;
    width: 230px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
}

h4.form-top-heading {
    margin-top: 0.2em;
}

.payment-area {
    margin-bottom: 2.5em;
}

.stripe-form {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.stripe-form td {
    vertical-align: middle;
}

.card-cell {
}

.pay-cell {
    width: 80px;
    text-align: center;
}

.stripe-note-cell,
.stripe-error-cell {
    font-size: 90%;
    line-height: 125%;
}

.stripe-note-cell {
    padding-top: 0.5em;
    padding-right: 13%;
}

.payment-page {
    font-family: Gudea, Tahoma, sans-serif;
    line-height: 140%;
    margin-top: 51px;
}

.url-message {
    background-color: #ffeab3;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.7em;
    border: 2px solid #ffd465;
    border-radius: 5px;
}

@media screen and (min-width: 600px) {
    .new-account-form th {
        white-space: nowrap;
    }
}




/* Receipt page */

.receipt-container {
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    font-family: Gudea, Tahoma, sans-serif;
    line-height: 145%;
}

.receipt-container > h1 {
    margin-top: 0px;
}

.receipt-table {
    border-collapse: collapse;
    font-size: 12px;
}

@media screen and (min-width: 530px) {
    .receipt-table {
        font-size: 16px;
    }
}

.receipt-table tr {
    line-height: 150%;
}

.receipt-table th {
    text-align: left;
    padding-right: 40px;
    font-weight: normal;
    padding-left: 0px;
}

.receipt-table td {
    text-align: left;
}


/* Video embed */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 5px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.side-column .embed-container {
    margin-top: 46px;
}
