/* Browser reset */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
    text-align: left;
}

textarea {
    overflow: auto;
}

input[type=submit], label, select, .pointer {
    cursor: pointer;
}


/*
		 * Corrects block display not defined in IE6/7/8/9 & FF3
		 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*possible other dark blue: #4F7299*/

html {
    overflow-y: scroll;
}

body {
    font-family: "Coda",cursive;
}
/*
#dynamic h1, #dynamic h2, #dynamic h3, #dynamic h4, #dynamic p,#dynamic ul, .note, #dynamic div, #dynamic pre {
float:left;
width:100%;
}
*/

p, li, legend, dd, dt {
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

sub {
font-size:75%;
}

dl {
    margin: 15px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 10px;
}


li a:hover, #contact-topics li a:hover {
    color: #4E77A7 !important;
    text-decoration: underline !important;
}

h1 {
    font-size: 130%;
}

h2 {
    background: rgb(154, 193, 238);
    color: white;
    padding: 2px 5px;
    font-size: 105%;
    font-weight: normal;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-top: 10px;
}

a.anchorSlider, a.anchorSlider:hover {
    text-decoration: none !important;
}

h3 {
    margin: 10px 0 -5px;
    border-bottom: 1px dotted #4E77A7;
}

h1, h3, h4, label {
    color: #4E77A7;
}

code {
    font-size: 89%;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
    color: #2F5D92;
}

label {
    font-weight: bold;
    margin-right: 10px;
}

input[type=submit] {
    float: right;
    font-family: "Coda";
    background: #7DA3CF;
    color: white;
    padding: 5px 10px;
    font-size: 100%;
    font-weight: normal;
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

a {
    text-decoration: none;
    color: #2F5D92;
}

#dynamic a {
    text-decoration: underline;
}

#why-use-vapor-h2 {
    margin-top: 21px;
}

#why-use-vapor a, #contact-topics li a {
    text-decoration: none !important;
}

    a:hover, #why-use-vapor a:hover {
        color: #2F5D92 !important;
        text-decoration: underline !important;
    }

li {
    margin: 10px 0;
}

strong {
    color: #4E77A7;
}
/*
.box {
    display: block;
    width: 100%;
    float: left;
}*/


p {
    margin: 15px 0;
}

fieldset div {
    width: 100%;
    display: block;
    float: left;
}

input[type=text], textarea {
    border: 1px solid #7DA3CF;
    background: none;
    color: #666;
}

textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

hr {
    border: 0;
    height: 1px;
    border-top: 1px dotted #4E77A7;
    margin: 20px 0;
}

table {
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    width: 100%;
    color: #56626f;
    margin: 10px 0;
}

th {
    font-weight: bold;
}



#header a, #footer a {
    color: #fff;
}

    #header a:hover, #footer a:hover {
        text-decoration: none !important;
    }

#outer-framework {
    background-image: linear-gradient(left bottom, rgb(217,221,224) 28%, rgb(163,186,224) 64%, rgb(123,173,227) 82%);
    background-image: -o-linear-gradient(left bottom, rgb(217,221,224) 28%, rgb(163,186,224) 64%, rgb(123,173,227) 82%);
    background-image: -moz-linear-gradient(left bottom, rgb(217,221,224) 28%, rgb(163,186,224) 64%, rgb(123,173,227) 82%);
    background-image: -webkit-linear-gradient(left bottom, rgb(217,221,224) 28%, rgb(163,186,224) 64%, rgb(123,173,227) 82%);
    background-image: -ms-linear-gradient(left bottom, rgb(217,221,224) 28%, rgb(163,186,224) 64%, rgb(123,173,227) 82%);
    background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0.28, rgb(217,221,224)), color-stop(0.64, rgb(163,186,224)), color-stop(0.82, rgb(123,173,227)) );
    /* UPDATE THESE VALUES.... AND DIRECTION..*/
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8DBE6, endColorstr=#97B6D1);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8DBE6, endColorstr=#97B6D1)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#framework {
    width: 100%;
    height: 100%;
    background-image: url('../Images/vgridsm.png');
    background-repeat: repeat;
    background-position: 0px 0px;
    background-attachment: fixed;
}

#watermark {
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-image: url("../Images/vaporwatermark.png");
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#header, #footer, #mainframe {
    min-width: 813px;
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
}

#mainframe {
    height: 0%;
    border: 2px dotted white;
    border-top: 0;
    border-bottom: 0;
    /* overflow: hidden; prevents gradient tearing*/
}

#content {
    display: none;
    padding: 20px;
    color: #666;
    background: url('../images/fallback_translucentdynamic.png') repeat; /* fallback image */
    background: rgba(226, 232, 236, 0.6);
}

.strip-wrap {
    position: fixed;
    float: left;
    width: 100%;
    z-index: 200;
}

#header-strip-wrap {
height: 86px;
overflow: visible;

}

#footer-strip-wrap {
    bottom: 0;
    height: 53px;
overflow: visible;
}

#header, #footer {
    width: 60%;
    margin: 0 auto;
}

#header {
    /*position: fixed;
    top: 0;*/
    width: 60%;
    margin: 0 auto;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    background: #7DA3CF;
    padding: 3px 0;
    display: none;
    z-index: 1000;
    height: 79px; /*If this changes, change height of header-strip-wrap*/
}

    #header #logo {
        padding: 15px;
        float: left;
    }

    #header #main-nav {
        margin-top: 10px;
        margin-left: 230px;
        margin-right: 115px;
        color: #fff;
        text-transform: uppercase;
    }

        #header #main-nav a:hover {
            text-decoration: none;
        }

        #header #main-nav a {
            padding: 0px;
        }

    #header #mainnav a {
        margin-right: 10px;
    }

    #header #subnav {
        font-size: 80%;
    }

.subnav-ribbon {
    background: #9AC1EE;
    padding-left: 5px;
    display: block;
}

    .subnav-ribbon a {
        text-transform: uppercase;
        color: #fff !important;
        text-decoration: none !important;
    }

        .subnav-ribbon a:hover {
            color: #4E77A7 !important;
            text-decoration: none !important;
        }

.sep {
    color: #fff;
    font-size: 50%;
    vertical-align: middle;
    margin: 0px 2px 0px 5px;
}

#header #subnav a {
}

#header #download-box {
    /*position: absolute;
        right: 0;
        top: -6px;*/
    margin-top: -59px;
    float: right;
}

#header #download-link {
    right: 0;
    position: relative;
}

    #header #download-link img {
        right: 0;
        width: 132px;
    }

#header #download-link-hover {
    display: none;
    font-size: 80%;
    top: -48px;
    position: relative;
    left: 5px;
}

#footer {
    border-top: 1px solid #ddd;
    margin-top: 12px;
    background: #7DA3CF;
    /* position: fixed;
    bottom: 0px;*/
    display: none;
    height: 40px; /*change footer-strip-wrap if changing this*/
    z-index: 1000;
}

#footer-top-wrap {
    float: left;
    width: 100%;
}

#footer #attribution {
    display: block;
    font-size: 55%;
    color: #466883;
    text-align: right;
    margin-right: 2px;
}

#footer #copyright {
    float: right;
    font-size: 84%;
    color: white;
    padding: 2px 5px;
}

#footer #sm {
    float: left;
    margin: 4px 10px 0 4px;
}

#footer .sm-link {
    float: left;
    width: 143px;
}

    #footer .sm-link a {
        text-decoration: none !important;
    }

        #footer .sm-link a span:hover, #footer #copyright a:hover {
            color: #4E77A7 !important;
            text-decoration: none !important;
        }

    #footer .sm-link:last-child {
        width: 100px;
    }

    #footer .sm-link img {
        float: left;
        margin-top: -33px;
    }

    #footer .sm-link span {
        float: left;
        color: #fff;
        padding-left: 45px;
        background: #9AC1EE;
        font-size: 80%;
        width: 100%;
        padding-right: 5px;
    }

#main-nav a {
    padding: 0px 5px;
}



#dynamic {
    margin: 79px 0 30px;
    font-size: 95%;
    color: #56626f;
}

    #dynamic ul, #dynamic ol {
        margin: 10px 0px 18px 25px;
    }


.note:before {
    content: 'NOTE';
    font-weight: bold;
    font-family: "Coda";
    padding-right: 10px;
    color: #FF6161;
}

.note {
    padding: 8px 8px;
    display: block;
    border: 1px dotted #FF6161;
    margin: 15px 0;
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}





#on-this-page {
    z-index: 250;
    display: none;
    width: 20%;
    font-weight: bold;
    font-size: 75%;
    float: left;
    left: 0;
    position: fixed;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}

    #on-this-page ul {
        list-style-type: none;
        margin-right: 20px;
    }

        #on-this-page ul li {
            text-align: right;
            overflow: hidden;
        }

/*Index*/
#why-use-vapor, #why-use-vapor a, #contact-topics, #contact-topics a {
    color: #666 !important;
}

#download-sticker {
    float: right;
    margin-top: -135px;
}

.download-option {
    margin-top: 5px;
    border: 1px solid #7DA3CF;
    -webkit-box-shadow: 10px 10px 5px rgb(185, 198, 211);
    box-shadow: 10px 10px 5px rgb(185, 198, 211);
    padding: 5px 15px;
    background: rgb(241, 241, 241);
}

.license-option, textarea, input[type=text], #download-terms {
    margin: 15px 0px;
    border: 1px solid #7DA3CF;
    -webkit-box-shadow: 10px 10px 5px rgb(185, 198, 211);
    box-shadow: 10px 10px 5px rgb(185, 198, 211);
    padding: 5px 15px;
    background: rgb(241, 241, 241);
}

.paypal-form-per-app {
    margin-bottom: 20px;
}

.paypal-form-table {
    float: left;
    width: auto;
}

.paypal-form-per-app #signature {
    margin: 0;
    height: 85px;
    width: 505px;
    margin-bottom: 13px;
}

.discount-ok {
color:rgb(19, 168, 19) !important ;
}
.discount-error {
color: #FF6161 !important;
}
#discount-message {
        display: none;
    font-size: 85%;
    margin-left:10px;
}

.paypal-form-per-app #signature-error {
    display: none;
    font-size: 85%;
    color: #FF6161;
}

.paypal-form-image {
    margin-left: 30px;
    margin-top: 0;
}

.download-option {
    width: 260px;
    float: right;
}

    .download-option img {
        float: right;
    }

    .download-option a {
        float: left;
        width: 100%;
        text-decoration: none !important;
    }

    .download-option .file-info {
        font-size: 60%;
        float: left;
        margin-top: 8px;
        text-align: right;
    }

.license-option input[type=text] {
    margin: 0;
}

.license-badge {
    float: right;
    background: rgb(241, 241, 241);
}

    .license-badge form {
        text-align: center;
    }

input[type=image]#paypal-app {
    margin-top: 13px;
}

#download-terms {
    height: 180px;
    overflow-y: scroll;
}

#dynamic .components {
    list-style-type: none;
    padding-top: 5px;
    margin: 0 5px;
    width: 100%;
}

    #dynamic .components#core {
        height: 160px;
    }

    #dynamic .components li {
        float: left;
        border: 1px solid #7DA3CF;
        margin: 3px;
        width: 32%;
        text-align: center;
    }

        #dynamic .components li a {
            display: block;
            padding: 7px;
            text-decoration: none !important;
            text-align: center;
            font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
        }

    #dynamic .components a:hover {
        background: #7DA3CF;
        color: #fff !important;
    }

.syntaxhighlighter .java.line a {
    text-decoration: none !important;
}

textarea.contact-message {
    width: 97%;
    float: left;
    padding: 10px;
    height: 170px;
}

.author-info {
    float: left;
    margin-right: 15px;
    width: 130px;
    font-size: 80%;
    text-align: center;
}

    .author-info a {
        float: left;
        text-align: center;
    }

.author-image {
    border: 1px solid #7DA3CF;
    float: left;
    height: 130px;
    width: 130px;
}

.published-date {
    float: right;
    padding-right: 5px;
}

.tags {
    font-size: 88%;
}

.blog-content {
    font-family: "proxima-nova", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin-top: 15px;
}



.interaction-bar {

    height: 30px;
    margin-top:5px;
}

    .interaction-bar ul {
        position: relative;
        list-style-type: none;
        margin: 0 !important;
    }

        .interaction-bar ul li {
            float: left;
            margin: 2px;
        }

.blog-posts {

height: 383px;
min-height: 383px;
}

.blog-post {
    height: 90px;
    margin: 5px 0;
    padding: 0 10px;
    border: 1px solid transparent;
}

.blog-post .meta {
    float: right;
font-size: 88%;
padding-top: 5px;
    
    }

    .blog-post a {
        text-decoration: none !important;
    }

    .blog-post:hover {
        border: 1px solid #7DA3CF;
        -webkit-box-shadow: 10px 10px 5px rgb(185, 198, 211);
        box-shadow: 10px 10px 5px rgb(185, 198, 211);
        background: rgb(241, 241, 241);
    }

.blog-pagination {
    text-align: center;
}

.blog-search {

    margin-bottom:10px;
    margin-top:10px;

}
    .blog-search form {
        text-align:right;
    }

    .blog-search input {
            margin:0 !important;
    }
    .blog-search input[type=submit] {

        margin-left: 15px !important;
    }
