html {
    /* Grey gradient for background */
    background: #0a0a0a; /* Old browsers */
    background: #0a0a0a url('/images/backgroundGradient.svg') no-repeat; /* For IE 9, probably works on others too but seems to be much slower than gradient */
    background: -moz-radial-gradient(center, circle cover,  #141414 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#141414), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, circle cover,  #141414 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, circle cover,  #141414 0%,#000000 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, circle cover,  #141414 0%,#000000 100%); /* IE10+ */
    background: radial-gradient(circle at center,  #141414 0%,#000000 100%); /* W3C */

    /* For checking that nothing is hidden in the black */
/*    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#141414), color-stop(100%,#808080));
    background: -webkit-radial-gradient(center, circle cover,  #141414 0%,#808080 100%);
    background: radial-gradient(circle at center,  #141414 0%,#808080 100%);
*/

    background-size: cover;
    background-position: center center;
    background-attachment:fixed;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}

body strong {
    font-weight: bold;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
    font-weight: 300;
}

p {
    font-size: 1em;
}

em {
    font-style: italic;
}

code {
    font-style: monospace;
    font-size: 1.25em;
}

sup {
    vertical-align: super;
    font-size: 0.5em;
}

a {
    text-decoration: none;
    color: #7F7F7F;
}

a:hover {
    color: #AFAFAF;
}

a:active {
    color: #CFCFCF;
}

.clear {
    clear: both;
}

#page-content {
    /* Cap width of page but allow it to squish down on narrow windows/screens/devices */
    max-width: 780px;
    min-width: 240px;
    margin: 0 auto;
}

#page-content-inset {
    /* Inset content a little bit */
    margin: 0 2.5%;
}

#page-header {
    margin: 25px 0;
    height: 100px;
}

#logo-block, #logo-bar-1, #logo-bar-2, #logo-bar-3 {
    float: left;
    display: block;

    background: #D52228;
    width: 100px;
    height: 100px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#logo-bar-1, #logo-bar-2, #logo-bar-3 {
    margin-right: 5px;

    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

#logo-bar-1 {
    width: 7px;
}

#logo-bar-2 {
    width: 10px;
}

#logo-bar-3 {
    width: 15px;
}

#logo-text {
    font-family: 'Orbitron', sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.75em;
    line-height: 100px;
}

#right-header-container {
    font-weight: 300;
    float: right;
    color: #A9A9A9;
    text-align: right;
    font-size: 1.25em;

    line-height: 1.25em;

    max-width: 60%;
    min-height: 100px;

    display: table;
}

#title-description {
    display: table-cell;
    vertical-align: middle;
}

#footer-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#footer-container a {
    text-transform: lowercase;
    font-size: 0.8em;
    font-family: 'Orbitron', sans-serif;
    color: #5F5F5F;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

#footer-container a:hover {
    color: #C11F24;
}

#footer-container a:active {
    color: #D52228;
}

.push-button {
    height: 36px;
    line-height: 36px;
    font-family: 'Orbitron', sans-serif;
}

a:hover.push-button {
    color: #C11F24;
}

a:active.push-button {
    color: #D52228;
}

.push-button-left {
    float: left;
    margin-right: 5px;
    padding-right: 10px;
    max-width: 325px;
    position: relative;
    text-align: center;
}

.push-button-left-arrow {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 1.5em;
}

.push-button-text-left {
    margin-left: 36px;
    text-align: left;
}

.push-button-right {
    float: right;
    margin-left: 5px;
    padding-left: 10px;
    max-width: 325px;
    position: relative;
}

.push-button-right-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 1.5em;
}

.push-button-text-right {
    margin-right: 36px;
    text-align: right;
}

.push-button-text {
    display: block;
    max-height: 37px;
    overflow: hidden;
}

.left-right-buttons {
    margin: 15px 0 20px 0;
}

.article-background, .comments-wrap-outer {
    color: #000000;
    background: #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .5);

    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    box-shadow: inset 0 1px 4px rgba(0,0,0, .16);

    margin: 5px 0 20px 0;
}

.article-body-background {
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
    box-shadow: inset 0 1px 4px rgba(0,0,0, .16);
}

.article-header-wrapper, .article-body-wrapper, .article-footer-wrapper, .comments-wrap {
    margin: 15px;
}

.article-header-wrapper {
    margin-bottom: 20px;
}

.article-body-wrapper {
    padding: 1px 0px 1px 0px;
}

.article-footer-wrapper {
    margin-bottom: 8px;
}

.article-title {
    text-transform: uppercase;
    color: #7F7F7F;
}

.article-sub-title {
    font-family: 'Orbitron', sans-serif;
    margin-top: 1.0em;
    font-size: 0.75em;
    color: #3F3F3F;
    letter-spacing: 20px;
}

.article-sub-title a {
    color: #7F7F7F;
}

.article-sub-title a:hover {
    color: #AFAFAF;
}

.article-sub-title a:active {
    color: #CFCFCF;
}

.article-author, .article-date, .article-disqus-count {
    display: inline-block;
    letter-spacing: normal;
}

.article-author {
    display: none;
}

.article-body p {
    margin: 1em 0;
}

.article-body .quote {
    margin: 15px 2.5%;
}

.article-body .quote code {
    font-family: inherit;
    font-size: inherit;
    color: rgba(0,0,0,0.75);
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.article-body ul {
    padding-left: 2em;
}

.article-body ul li {
    list-style-type: disc;
}

.article-body h1 {
    font-size: 1.5em;
    text-transform: uppercase;
}

.article-body h2 {
    font-size: 1.25em;
    text-transform: uppercase;
}

.article-wrapper img {
    max-width: 100%;
    height: auto;
}

.article-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
}

.inline-block-centerer {
    text-align: center;
}

.aspect-lock-outer {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.aspect-lock-proxy-square {
    padding-bottom: 100%;
    max-width: 100%;
}

.aspect-lock-proxy-4-3 {
    padding-bottom: 75%;
    max-width: 100%;
}

.aspect-lock-proxy-3-2 {
    padding-bottom: 66.667%;
    max-width: 100%;
}

.aspect-lock-proxy-16-10 {
    padding-bottom: 62.5%;
    max-width: 100%;
}

.aspect-lock-proxy-16-9 {
    padding-bottom: 56.25%;
    max-width: 100%;
}

.aspect-lock-proxy-3-4 {
    padding-bottom: 133.333%;
    max-width: 100%;
}

.aspect-lock-proxy-2-3 {
    padding-bottom: 150%;
    max-width: 100%;
}

.aspect-lock-proxy-10-16 {
    padding-bottom: 160%;
    max-width: 100%;
}

.aspect-lock-proxy-9-16 {
    padding-bottom: 177.778%;
    max-width: 100%;
}

.aspect-lock-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.addthis_toolbox {
    height: 28px;
}

.addthis_button_pinterest_pinit {
    position: relative;
    left: -10px;
}

.simple-content-section-outer-wrap {
    text-align: center;
}

.simple-content-section {
    display: inline-block;
    margin: 50px auto;
}

.simple-content-section-inner-wrap {
    text-align: left;
}

.error-section h1 {
    font-size: 3.25em;
}

a:hover .rss-link-image {
    background-position: -26px -72px;
}

a:active .rss-link-image {
    background-position: -52px -72px;
}

@media (max-width: 719px)  {

    .push-button-right, .push-button-left {
        max-width: 275px;
    }
}

@media (max-width: 619px)  {

    #right-header-container {
        font-size: 1.25em;
    }

    .push-button-right, .push-button-left {
        max-width: 225px;
    }
}

@media (max-width: 475px)  {

    #right-header-container {
        max-width: 50%;
    }

    .addthis_button_pinterest_pinit {
        display: none;
    }
}

@media (max-width: 320px)  {

    .addthis_counter {
        display: none;
    }
}

.hidden, .hidden-comment {
    display: none;
}
