* {
}



/* ==========================================================================
   boilerplate styles
   ========================================================================== */

html,
body,
button,
input,
select,
textarea {
    color: #000850;
}

a {
    color: #0010a0;
}

body {
    background-color: #f4f6f8;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 11pt;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/

/* ==========================================================================
   splash page
   ========================================================================== */

@font-face {
    font-family: 'la_unicaregular';
    src: url('launica-webfont.eot');
    src: url('launica-webfont.eot?#iefix') format('embedded-opentype'), url('launica-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#splash,
#content {
    background-color: #000;
    color: #fff;
    font-family: 'la_unicaregular';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

    #splash #page,
    #content #page {
        margin-top: 32px;
    }

    #splash header article,
    #content header article {
        border: solid 12px #f39;
        width: 100%;
    }

    #splash article #top,
    #content article #top {
        margin: 0 auto;
        padding: 12px;
        width: 620px;
    }

    #splash article section {
        background-color: #fff;
        border-bottom: double 4px #999;
        color: #000;
        font-size: 60px;
        font-style: normal;
        height: 84px;
        text-align: center;
        text-transform: uppercase;
    }

        #splash article section b {
            color: #f39;
            font-style: normal;
            font-weight: normal;
        }

        #splash article section:last-of-type {
            border-bottom: none;
        }

    #splash #page #images {
        margin: 0 auto;
        margin-top: 10px;
        width: 100px;
    }

    #splash #page #smiley {
        width: 100px;
        height: 100px;
    }

    #splash footer,
    #splash footer article,
    #content footer,
    #content footer article {
        font-style: normal;
        font-weight: normal;
        text-align: center;
    }

    #splash footer {
        color: #f39;
        font-size: 24px;
        letter-spacing: 1px;
    }

        #splash footer article {
            border: none;
            color: #fff;
            display: none;
            font-size: 18px;
        }

            #splash footer article:last-of-type,
            #content footer article:last-of-type {
                margin-top: 20px;
            }

            #splash footer article select {
                background-color: #fff;
                border-radius: 5px;
                color: #000;
                font-family: 'la_unicaregular';
                font-size: 18px;
                font-weight: normal;
                letter-spacing: 1px;
            }

                #splash footer article select:hover {
                    background-color: #f39;
                    color: #fff;
                }

            #splash footer article button,
            #links button {
                font-family: 'la_unicaregular';
                font-size: 36px;
                font-weight: normal;
                letter-spacing: 1px;
                text-transform: uppercase;
            }

                #splash footer article button.button-small,
                #content footer article button.button-small {
                    font-family: 'la_unicaregular';
                    font-size: 18px;
                    font-weight: normal;
                    letter-spacing: 1px;
                    text-transform: none;
                }

        #splash footer #enter {
            display: none;
        }



/* ==========================================================================
   main content
   ========================================================================== */

#page {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 800px;
}

#page-keywords {
    color: #000;
    font-size: 1pt;
    position: absolute;
    left: -9999px;
}

#page footer {
    border-top: solid 2px #f39;
    margin-top: 10px;
}

#main,
#links {
    margin-top: 30px;
    margin-bottom: 60px;
}

    #links button {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #main h2 {
        border-top: solid 2px #f39;
        margin-top: 60px;
        padding-top: 10px;
    }

    #main h3 {
        font-style: italic;
        padding-top: 30px;
    }

#content #page {
    font-family: sans-serif;
}

    #content #page strong,
    #content #page a {
        color: #f39;
        font-weight: bold;
    }

        #content #page a:hover {
            color: #f6c;
            cursor: pointer;
        }

/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/
/************************************************************************************************************************************************/



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
