/*
Theme Name:          starlicker-wp-theme
Description:         A wordpress theme for the StarLicker site.
Version:             1.0.0
Author:              Rudd Zwolinski
Tags:                no-tags-for-you
Author URI:          http://heartonomy.com
*/

/*
 ***************
 ** CSS RESET **
 ***************
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 ********************
 ** GENERAL STYLES **
 ********************
 */

img {
    max-width: 100%;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

body {
    max-width: 960px;
    margin: 10px auto;
    font: 18px "Exo", Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
    background: rgba(2, 2, 12, 1) url(images/moonlightZone_bg.jpg) repeat-y top center;
    color: #eee;
}

a {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container embed,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
 ************
 ** HEADER **
 ************
 */

/* nothin' */

/*
 ************
 ** NAVBAR **
 ************
 */

#navbar {
    margin: 30px 0;
}

.navbar-main-button {
    display: inline-block;
    width: 33.33333333%;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-weight: bold;
}

.navbar-main-button a {
    color: rgba(254, 249, 55, 1);
}

.navbar-main-button a:hover {
    color: rgba(234, 62, 63, 1);
}

#navbar-contact {
    width: 50%;
    margin: 30px auto;
}

.navbar-contact-button {
    display: inline-block;
    width: 25%;
}

.navbar-contact-button a {
    display: block;
    text-align: center;
}

.navbar-contact-button img {
    width: 64px;
    height: 64px;
}

.navbar-contact-button img:hover {
    opacity: 0.75;
}

/*
 *************
 ** CONTENT **
 *************
 */

.appstore {
    text-align: center;
    margin: 30px 0px;
}

.appstore img {
    width: 270px;
    height: 80px;
}

#main h1 {
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    margin: 30px 0;
    clear: both;
    color: rgba(234, 62, 63, 1);
}

.separator-sprite {
    text-align: center;
}

img.pixel-sprite {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.blurb-container {
    width: 75%;
    margin: 0 auto;
}

.blurb-sprite {
    padding: 30px;
}

.blurb-sprite-left {
    float: left;
}

.blurb-sprite-right {
    float: right;
}

.blurb-about {
    text-align: left;
    line-height: 1.5em;
    color: #eef;
}

.blurb-about p {
    margin: 1em 0;
}

.blurb-quote {
    width: 75%;
    margin: 30px auto 0 auto;
    text-align: justify;
    font-size: 24px;
    text-transform: uppercase;
}

.blurb-quote em {
    font-style: normal;
    font-weight: bold;
    color: rgba(254, 249, 55, 1);
}

.blurb-quote-from {
    width: 75%;
    margin: 0 auto 30px auto;
    text-align: right;
    text-transform: uppercase;
}

.blurb-quote-from a {
    color: #eee;
    text-decoration: underline;
}

#screenshots {
    max-width: 660px;
    margin: 30px auto;
}

.screenshot-row:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#screenshots a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    padding: 5px;
}

/*
 ************
 ** FOOTER **
 ************
 */

#footer {
    width: 50%;
    margin: 0 auto;
}

#footer h1 {
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

#a-game-by-heartonomy-logo {
    text-align: center;
}

#about-heartonomy p {
    margin: 1em 0;
    line-height: 1.5em;
    text-align: justify;
}

#copyright {
    text-align: center;
}

#heartonomy-loves-you {
    font-family: "Courier New", sans-serif;
    display: block;
    padding: 4px 4px 2px 4px;
    border-radius: 8px;
    font-size: 12px;
    background-color: #cc3333;
    color: #fff;
    width: 18px;
    text-align: center;
    margin: 0 auto;
}

/*
 *******************
 ** FORUM ARCHIVE **
 *******************
 */

.forum-archive {
    margin: 0;
    max-width: 100%;
    width: 100%;
    font: 18px "Exo", Helvetica, Arial, sans-serif;
    text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
    color: #eee;
}

.forum-archive-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(2, 2, 12, 1) repeat-y top center;
    opacity: 0.8;
    z-index: 2;
    text-align: center;
}

.forum-archive-info p {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.forum-archive-info p a {
    color: rgba(254, 249, 55, 1);
}

.forum-archive-info p a:hover {
    color: rgba(234, 62, 63, 1);
}

.forum-archive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*
 *********************
 ** SMALLER SCREENS **
 *********************
 */

/* Header */
@media only screen and (max-width: 840px) {
    .navbar-main-button {
        font-size: 28px;
    }
}
@media only screen and (max-width: 600px) {
    .navbar-main-button {
        display: block;
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }

    #navbar-contact {
        width: 75%;
    }
}
@media only screen and (max-width: 400px) {
    #navbar {
        margin: 10px 0;
    }

    #navbar-contact {
        width: 100%;
        margin: 10px auto;
    }

    .navbar-contact-button img {
        width: 32px;
        height: 32px;
    }
}

/* Blurbs */
@media only screen and (max-width: 520px) {
    #main h1 {
        font-size: 28px;
    }

    #blurbs {
        font-size: 16px;
    }

    .blurb-container {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .blurb-quote {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        text-align: left;
        font-size: 18px;
    }

    .blurb-quote-from {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 400px) {
    .blurb-sprite {
        padding: 15px 15px;
    }
}

/* Footer */
@media only screen and (max-width: 840px) {
    #footer {
        width: 75%;
    }
}
@media only screen and (max-width: 520px) {
    #footer {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
    }
}
