/* @override 
	http://localhost:8888/projects/lifenz/onlinegiving/css/screen.css */

/* @group Font-Face */

@font-face {
    font-family: "National";
    src: url("/fonts/National-Regular.woff") format("woff"), url("/fonts/National-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* @end */

/* @group 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, 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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

button, input, select, textarea {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 100%;
    font: inherit;
}

img {
    -ms-interpolation-mode: bicubic;
}

nav ol, nav ul {
    list-style: none;
    margin: 0;
}

/* @end */

/* @group Document */

html {
    overflow-y: scroll;
}

html, body {
    width: 100%;
    min-height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #e5e5e5 url('/images/giving/background.jpg') 50% 0 no-repeat;
    color: #333;
    font: normal 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    position: relative;
}

/* @end */

/* @group Basics, Globals and Layout */

h1, h2, h3, h4, h5, h6,
p, ol, ul {
    margin-bottom: 13px;
}

li ol, li ul {
    margin-bottom: 0;
}

ol, ul {
    margin-left: 2em;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/* Global Glasses */

.admin-bar {
    padding-top: 28px;
}

.req {
    color: red;
}

.block {
    display: block;
}

.sprite {
    display: block;
    direction: ltr;
    text-align: left;
    text-indent: -9999em;
}

.life_logo .sprite {
    width: 212px;
    height: 107px;
    background: url("/images/giving/life-biglogo-dark.png") 0 0 no-repeat;
    padding: 0 28px 13px 0;
}

/* Layout */

/* Wrapper */
.wrap {
    width: 100%;
    min-width: 980px;
    min-height: 100%;
    margin: 20px auto 100px;
    overflow: hidden;
}

/* @end */

/* @group Default Page */

.main {
    width: 960px;
    position: relative;
    margin: 0 auto;
}

    .main .roundie-top {
        width: 960px;
        height: 44px;
        background: url("/images/giving/roundie-top.png") 0 0;
    }

    .main .roundie-bottom {
        width: 960px;
        height: 44px;
        background: url("/images/giving/roundie-bottom.png") 0 0;
    }

    .main .inner {
        background: #f5f5f5;
        padding: 40px 55px;
    }

.header {
    overflow: hidden;
}

    .header .life_logo {
        float: left;
        margin-right: 70px;
    }

    .header h2 {
        color: #8fa6c7;
        font: 400 55px/1 "National", Helvetica, Arial, sans-serif;
        margin-top: 18px;
        float: left;
    }

.submitwrap {
    text-align: right;
    padding: 10px 0;
}

.submit {
    height: 22px;
    margin: 0;
    padding: 0 15px 2px;
    border: none;
    -webkit-appearance: none;
    background: #506682;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.row {
    clear: both;
    padding-top: 10px;
}

.row-label {
    width: 175px;
    float: left;
}

.col-allocation {
    width: 26%;
    float: left;
}

.col {
    float: left;
}

.sub-control {
    padding-top: 5px;
}

/* @end */

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(246,216,216);
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto;
    border: solid 1px #e18d9a;
    color: #da5251;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 15px;
    outline-color: invert;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 35px;
    padding-top: 8px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    vertical-align: baseline;
}

.validation-summary-success {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(223, 240, 216);
    background-origin: padding-box;
    background-repeat: repeat;
    background-size: auto;
    border: solid 1px #b4da95;
    color: #468847;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 15px;
    outline-color: invert;
    outline-width: medium;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 35px;
    padding-top: 8px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    vertical-align: baseline;
}

.validation-summary-valid {
    display: none;
}

.error {
    font-size: 20px;
    color: red;
}



