/*
 Theme Name: Project Nurture
 Theme URI: http: //www.projecturture.org/
 Description: Project Nurture
 Author: Nick Morelli
 Author URI: http: //www.eschoolconsultants.com/
 Template: default
 Version: 1.0
 */
@import url('../default/style.css');
@import url('../project_nurture/css/vanilla_unreset.css');

html, body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #fff0f0;
    font-size: 14px;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h1, h1 a, h1 a:visited, p{
    font-family: Arial, Helvetica, sans-serif;
    color: #434343;
    }
h2 {
    margin: 20px 0;

}
#page {
    text-align: left;
    width: 804px;
    margin-top: 17px;
    border: solid #9461a8 17px;
    padding: 24px;
    background: #fff;
}

#headerwrap {
    background-image: url('images/topbg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#contentwrap {
    color: #434343;
}
#content {
font-size:1em;
}
#page h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

#page a {
    color: #9461a8;
}

#nav {
    width: 100%;
    background-color: #9461a8;
    text-align: center;
}

#navlist {
    padding-top: 5px;
    padding-bottom: 5px;
}

#navlist ul {
    margin: 0;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 26px;
    font-size: 20px;
    line-height: 30px;
}

#navlist a {
    color: #fff;
    text-decoration: none;
}

#navlist a:hover {
    text-decoration: underline;
    color: #fff;
}

ul#tabs {
    list-style-type: none;
    display: inline;
    padding-left: 12px;
}

ul#tabs li, div#new_tab {
    border-left: solid gray 1px;
    border-right: solid gray 1px;
    border-top: solid gray 1px;
    background-color: #dddddd;
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 8px;
}

ul#tabs li#selected {
    background-color: white;
    text-transform: uppercase;
}

table#list {
    clear: both;
    width: 800px;
    border-top: solid gray 3px;
    border-bottom: solid gray 3px;
}

table#list th {
    border-bottom: solid gray 1px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}

table#list td {
    line-height: 32px;
}

.entry form {
    text-align: left !important;
}

label span {
    font:700 18px Arial;
    color:#9e0b0f;
    position:relative;
    top:4px;
}

form p {
    margin-bottom:0px;
}

label {
    display: block;
    font-size: 12px;
    color: #1A1A1A;
    font-weight: bold;
}

.wpcf7-checkbox {
    display:block;
    margin:5px 0 15px;
}

.wpcf7-list-item {
    display:block;
    margin-bottom:6px;
}

.form-field {
    height: 20px;
    background: #fffbfb;
    border: 1px solid #e4d7e9;
    margin: 0 0 10px 0;
    color: #1A1A1A;
    padding: 4px;
}

.form-field {
    width: 328px;
}

.form-area {
    width: 581px;
    height: 140px;
    background: #fffbfb;
    border: 1px solid #e4d7e9;
    margin: 0 0 15px;
    color: #1A1A1A;
    padding: 4px;
    font:400 13px Arial, Helvetica, sans-serif;
}

