﻿body
{
    background-image: url(/common/images/sky_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
}

body, form
{
    height: 100%;
}

a, a:active, a:hover, a:visited, a:link
{
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

h1, h2, h3
{
    color: #574109;
    margin-bottom: 1em;
}

h1
{
    font-size: 56px;
}

h2, h3
{
    font-family: Arial;
    font-weight: bold;
}

p, li, label, .field_label
{
    font-family: Arial;
    font-size: 15px;
}

p
{
    margin-bottom: 1em;
}

label
{
    font-weight: normal;
    font-style: italic;
}

.container
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
    width: 1020px;
    margin: 0 auto;
    font-family: Gill Sans MT, Helvetica, Arial, Sans-Serif;
}

.header
{
    background-image: url(../images/header_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 89px;
    padding: 30px;
}

.signin_link
{
    text-align: right;
    background-image: url(../images/cocoonme_title.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 70px;
    font-size: 17px;
}

#tooltip
{
    width: 171px;
    height: 114px;
    background-image: url(../images/tooltip-trans.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
}

#leaf
{
    width: 41px;
    height: 27px;
    background-image: url(../images/leaf-trans.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1000;
}

.signin_link a, a:link, a:visited, a:hover
{
    color: #006295;
}

.nav_links
{
    float: right;
    padding: 0 30px;
    position: relative;
}

.nav_link
{
    margin-left: 60px;
    float: right;
}

.nav_link a, .nav_link a:visited, .nav_link a:link, .nav_link a:hover
{
    color: #574109;
    font-size: 22px;
}

.here
{
    color: #006295;
    font-size: 13px;
    text-align: center;
    margin-top: -7px;
}

.tagline
{
    clear: both;
}

.tagline h1
{
    font-size: 32px;
    margin: 20px 0;
}

.main_content
{
    clear: both;
    padding: 30px;
    padding-bottom: 125px;
    color: #574109;
    min-height: 30em;
}

.left_pane
{
    float: left;
    width: 48%;
}

.right_pane
{
    width: 48%;
    float: right;
}

.question_box
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ddd;
    width: 404px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}

.gender_option
{
    position: relative;
    float: right;
    width: 66px;
    height: 76px;
    margin-left: 15px;
}

.age_option
{
    float: right;
    text-align: right;
    line-height: 66px;
    vertical-align: middle;
}

.age_option input
{
    font-size: 24px;
    width: 6em;
    font-family: Gill Sans MT, Arial, Helvetica, Sans-Serif;
    color: #555;
    text-align: right;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #bbb;
}

.age_option option
{
    text-align: right;
}

.question_text
{
    font-size: 18px;
    color: #006295;
    float: left;
    line-height: 66px;
    vertical-align: middle;
}

.main_buttons
{
    text-align: center;
    padding: 2em;
}

.cocoonme_button
{
    border: solid 3px #006295;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ddd;
    color: #006295;
    padding: .5em;
    margin: 0 2em;
    cursor: pointer;
    font-family: Gill Sans MT, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
}

.cocoonme_left_button
{
    border: solid 3px #006295;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ddd;
    color: #006295;
    padding: .5em;
    cursor: pointer;
    font-family: Gill Sans MT, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
}

.convo_participants
{
    text-align: center;
    margin: 2em 0;
}

.convo_participants a, .convo_participants a:link, .convo_participants a:visited
{
    margin: 0 5em;
}

.convo_participants a img
{
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border: solid 2px #777;
    padding: .5em;
}

.convo_participants a img.adtegrity
{
    background-color: #333;
}

.convo_participants a img
{
    height: 50px;
}

.conversation
{
    padding: 0 3em;
}

.conversation p.adtegrity
{
    clear: right;
    float: left;
    width: 60%;
    padding: 1em;
    background-color: #6e9b70;
    color: #fff;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border: solid 2px #365827;
}

.conversation p.mnet
{
    clear: left;
    float: right;
    width: 60%;
    padding: 1em;
    background-color: #c6f0fd;
    color: #006295;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border: solid 2px #006295;
}

.conversation p.note
{
    clear: both;
    text-align: center;
    font-style: italic;
}

.field_buttons
{
    text-align: center;
    margin: 4em 0;
}

.strengthen_fields, .fireproof_fields
{
    text-align: center;
}

.form_question
{
    text-align: left;
    padding: 1em;
    margin: 0 auto;
    margin-top: 2em;
    width: 50%;
}

.field_text
{
    background-color: #365827;
    color: #fff;
    padding: .5em;
    border: solid 2px #365827;
    border-bottom: none;
    font-size: 15px;
}

.field_options
{
    border: solid 2px #574109;
    border-top: none;
    padding: 1em;
}

.field_options input[type="text"], .field_options select
{
    margin: 0;
    width: 100%;
}

.footer
{
    clear: both;
    background-image: url(../images/cocoon_hills.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #6e9b70;
    height: 200px;
    text-align: center;
    width: 100%;
    margin-top: 3em;
}

.footer ul
{
    list-style: none;
    padding-top: 150px;
}

.footer ul li
{
    display: inline;
    margin: 0 20px;
    font-family: 'Gill Sans MT', Arial, Sans-Serif;
}

.footer a, .footer a:hover, .footer a:link, .footer a:visited
{
    font-size: 18px;
    color: #fff;
}

.error_messages
{
    border: solid 2px #f00;
    background-color: #fcc;
    width: 30em;
    padding: .5em;
    margin: 1em auto;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.error_messages p
{
    margin: 0;
    padding: 0;
}

.success_messages
{
    border: solid 2px #0c0;
    background-color: #cfc;
    width: 30em;
    padding: .5em;
    margin: 1em auto;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.success_messages p
{
    margin: 0;
    padding: 0;
}

.error_field
{
    border: solid 1px #f00;
}

.half-column
{
    width: 50%;
    text-align: center;
    float: left;
    margin: 0 auto;
}
