/*! jQuery Elevator - v1.0.6 - 2015
 * https://inzycle.github.com/jquery-elevator
 * Copyright (c) 2015 inZycle; Licensed MIT */



strong { font-weight: bold; }

/* ------------------------------------------------------------------------------------------------------------------ */

.container { }

.stripe { background: #444 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAJElEQVQImWOUkpJiYGDQ0tJiYGBggrOuXbvGBGdBZSAsLS0tAMrcCdQoiNkHAAAAAElFTkSuQmCC') left top repeat fixed; }

.clearfix:before, .clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; }

/* ------------------------------------------------------------------------------------------------------------------ */

#header { color: #ffffff; padding: 20px 0; border-bottom: 1px solid #1a1a1a; }

    #header h1 { font-size: 150%; font-weight: bold; margin-bottom: 10px; }

    #header h2 { font-size: 90%; font-weight: bold; }

#top-element {}

    #top-element span { font-weight: bold; text-transform: uppercase; }

#main { padding: 10px 0; background: #efefef; }

    #main p { margin-bottom: 10px; text-align: justify; line-height: 115%; font-size: 95%; }

    #main .section { color: #ffffff; padding: 10px 15px; margin-bottom: 10px; }

        #main .section p { margin: 0; font-weight: bold; font-size: 80%; }

#bottom-element { }

    #bottom-element span { font-weight: bold; text-transform: uppercase ; }


#footer {}

    #footer p {}

        #footer p:last-child { }

/* -- Custom jQuery Elevator Event Visor ---------------------------------------------------------------------------- */

#events { position: fixed; top: 15px; right: 10px; font-size: 80%; }

    #events span { background: #1a1a1a; color: #ffffff; padding: 5px 10px;
        opacity: 0.7;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -khtml-border-radius: 30px;
        border-radius: 30px;
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }

/* -- Custom jQuery Controls Editor --------------------------------------------------------------------------------- */
