/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: #333;
    font: normal 12px/18px Arial,Helvetica, sans-serif;
    color: #999999;
}

#container {
    margin: 0 auto;
    width: 600px;
    padding: 2% 0 0 0;
}

#main {
    margin: 0 auto; 
    width: 600px; 
    position: relative; 
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    behavior: url(PIE.htc);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 0.9);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255,255,255,0.2);
}

#content {
    padding: 30px 40px 20px;
}

#content p, #content a {
    text-align: center;
}

#content h2 {
    margin: 0 0 15px 0;
    text-align: center;
}

#content em {
    font-size: 11px;
}

#content img {
    display: block;
    margin: 10px auto 20px;
}

#sign-up form {
    margin: 0 auto;
    text-align: center;
}

#sign-up input[type="text"]{
    position: relative;
    right: 1px;
}

#sign-up input[type="text"], #sign-up input[type="password"] {
    border: 1px solid #ccc; 
    color: #808080; 
    font-size: 15px; 
    padding: 10px; 
    width: 260px; 
    margin: 8px 0;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    background-color: #fff; 
}

#sign-up input.text:focus {
    background: #dcf3ff; 
    -webkit-transition: all .25s linear;
}

#sign-up p a {
    color: #999999;
    text-decoration: none;
}

#sign-up p a:hover {
    color: #fd0000;
    text-decoration: underline;
}

#sign-up input.button {
   background-image: -webkit-linear-gradient(top, rgba(140,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(140,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(140,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(140,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:         linear-gradient(top, rgba(140,255,0,1) 0%,rgba(35,191,0,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#8cff00', EndColorStr='#23bf00'); /* IE6–IE9 */
   -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 5px 0px rgba(0,0,0,0.46);
      -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 5px 0px rgba(0,0,0,0.46);
           box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 5px 0px rgba(0,0,0,0.46);
   border: solid 1px rgba(35,191,0,1);
   -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
           border-radius: 2px;
   padding: 7px;
   display: inline-block;
   -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
           transition: all 0.1s linear;
   font-size: 18px;
   color: rgba(255,255,255,1);
   font-weight: bold;
   text-shadow: 0px -1px 1px rgba(0,145,15,1);
   cursor: pointer;
   text-transform: uppercase;
   font-family: Helvetica, Arial, sans-serif;
   margin-top: 8px;
   width: 282px;
}

#sign-up input.button:hover {
   background-image: -webkit-linear-gradient(top, rgba(47,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:    -moz-linear-gradient(top, rgba(47,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:     -ms-linear-gradient(top, rgba(47,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:      -o-linear-gradient(top, rgba(47,255,0,1) 0%,rgba(35,191,0,1) 100%);
   background-image:         linear-gradient(top, rgba(47,255,0,1) 0%,rgba(35,191,0,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2fff00', EndColorStr='#23bf00'); /* IE6–IE9 */
   -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 2px 0px rgba(0,0,0,0.46);
      -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 2px 0px rgba(0,0,0,0.46);
           box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 5px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 5px 2px 0px rgba(0,0,0,0.46);
}

#sign-up input.button:active {
   -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 1px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 1px 2px 0px rgba(0,0,0,0.1);
      -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 1px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 1px 2px 0px rgba(0,0,0,0.1);
           box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.57)inset, 0px 20px 0px 0px rgba(255,255,255,0.18)inset, 0px 1px 0px 0px rgba(0,145,15,1), 0px -1px 0px 0px rgba(255,255,255,0.07)inset, 0px 1px 2px 0px rgba(0,0,0,0.1);
   -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
           transform: translateY(3px);
}

.open-signup {
    display: inline-block;
    background: #fd0000;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3433), color-stop(100%,#fd0000));
    background: -moz-linear-gradient(center top, #ff3433 0%, #fd0000 100%);

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    text-shadow: 0px -1px 1px #fd0000;
    padding: 5px 15px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 7px;

}
.open-signup:hover {
    background: #de1202;
}

.pdf {
    display: inline-block;
    background: #06c100;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87ff00), color-stop(100%,#06c100));
    background: -moz-linear-gradient(center top, #87ff00 0%, #06c100 100%);
    color: #ffffff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px !important;
    text-shadow: 0px -1px 1px #009200;
    padding: 5px 15px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 13px;
}

.pdf:hover {
    background: #06c100;
}

.slidingDiv {
    background-color: #111111;
    padding:20px 20px 10px 20px;
    margin-top:10px;
    color: #eeeeee;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.05);            
}

.slidingDiv ol {
   padding-left: 25px;
}

.slidingDiv li {
    margin: 10px 0;
    font-size: 14px;
}

.slidingDiv li a {
    color: #06c100;
}
.slidingDiv li a:hover {
    color: #87ff00;
}

#logos a img {
  border: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
