
body {
    /*background-image: url(../img/bgtext2.png);
    background-repeat: repeat;*/
    background-color: #1D4032; /*#04361e;*/
    color: #fffbe7;/*#ececec;*/
}

div#container {
    background-image: url(../img/bgtext3.png);
    background-repeat: repeat;
    min-width: 1000px;
}

div#main {
    width: 950px;
    margin: auto;
}

a {
    color: #CCC;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

a:visited{
    color: #CCC;
    text-decoration: none;
}

header {
    padding-bottom: 1em;
    width: 950px;
    margin: auto;
}

header h1 {
    color: #ececec;
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 48pt;
    text-shadow: 0px 0px 8px #1D4032;
}

header h2 {
    font-size: 16pt;
    font-weight: normal;
}

header nav {
    height: 32px;
    width: 385px;
    margin-bottom: 15px;
    margin-right: 1em;
    background: #04361e; /*#1D4032;*/
    top: -1px;
    left: 550px;
    float: right;
    
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-box-shadow: 0px 0px 3px #000 inset;
    
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-box-shadow: 0px 0px 3px #000 inset;
    
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 3px #000 inset;
}

header nav ul {
    margin-top: 6px;
    padding-left: 0.5em;
}
header nav ul li {
    float: left;
    margin-top: 0px;
}

header nav ul li a {
    color: #fffbe7; /*#ececec;*/
    padding: 1em 1em;
    font-weight:bold;
    font-size: 16px;
    
    text-shadow: 0px 1px 1px #000;
}

header nav ul li a:hover {
    color: #fffbe7;
}

header nav ul li a:visited {
    color: #fffbe7; 
}

aside {
    background-color: #fffbe7; /*#ececec;*/
    color: #666;
    font-weight: bold;
    float: right;
    font-size: 14pt;
    padding: 1em;
    
    -moz-border-radius: 15px;
    -moz-box-shadow: 0px 1px 3px #000 inset;
    
    -webkit-border-radius: 15px;
    -webkit-box-shadow: 0px 1px 3px #000 inset;
    
    border-radius: 15px;
    box-shadow: 0px 1px 3px #000 inset;
}

aside a {
    color: #666;
}

aside a:visited {
    color: #666;
}

aside div {
    margin-bottom: 1em;
}

aside div.next {
    text-align: center;
}

aside div.social img {
    float: left;
    border: thin solid #333;
}

aside div.social ul {
    margin: 0px;
}

aside div.social ul li {
    height: 45px;
    list-style: none;
    margin-bottom: 0.5em;
}

aside div.social ul li div.link {
    padding-top: 10px;
    padding-left: 55px;
}

div.get_involved_preload {
    display: none;
    background: url(../img/button_rgrad.png);   
}

div.get_involved {
    text-align: center;
    background: url(../img/button_grad.png);
    background-color: #1D4032;
    border: thin solid #333;
    border-radius: 8px;
    color: #fffbe7;
    margin-bottom: 0.75em;
    padding: 5px;
    padding-top: 9px;
    box-shadow: 2px 2px 2px #333;
}

div.get_involved:hover {
    color: white;
    border: thin solid black;
}

div.get_involved:active {
    background: url(../img/button_rgrad.png);
    color: #DDD;
}

article {
    margin-left: 25px;
    padding-bottom: 20px;
    
    width: 600px;
    min-height: 350px;
    
    text-shadow: 0px 1px 1px #000;
}

article blockquote {
    margin-bottom: 0.5em;
    width: 16em;
    font-size: 30pt;
    text-shadow: 1px 1px 2px #333;
}

article ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

article ol li {
    margin-bottom: 1em;
    font-size: 16pt;
    padding: 1em;
    
    /*border: solid 5px #000;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    -webkit-box-shadow: 2px 2px 4px #333;
    -moz-box-shadow: 2px 2px 4px #333;
    box-shadow: 2px 2px 4px #333;*/
    
    text-shadow: 0px 1px 1px #000;
    
}

article ol li div.number {
    float: left;
    font-size: 24pt;
    width: 30px;
    text-align: center;
}

article ol li p {
}

article p {
    font-size: 14pt;
}

article h1 {
    font-size: 28pt;
    margin-bottom: 0.5em;
}

article aside {
    position: relative;
    color: white;
    float: right;
    left: 0px;
    background-color: #04361e; /*#1D4032;*/
    border-radius: 0px;
    border-left: thick solid #0A4230; /*#255B46;*/
    box-shadow: none;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    
}

article aside h3 {
    margin-bottom: 0.5em;
}

article aside ul {
    padding: 0px;
    margin: 0px;
}

article aside ul li {
    list-style: none;
    font-size: 12pt;
}

article img {
    border: medium solid #fffbe7; /*white;*/
    box-shadow: 2px 2px 4px #333;
}

div.project_header {
    margin-bottom: 1em;
    font-size: 13pt;
}

div.project_header dt {
    float: left;
    font-weight: bold;
}

div.project_header dd {
    margin-left: 80px
}

footer {
    color: #ccc;
    /*border-top: thick solid #255B46;*/
    height: 125px;
    
    background: url(../img/footer_trees3.png) repeat-x top;
    padding-top: 110px;
    
    /*bottom: 0;
    position: fixed;
    width: 100%;*/
    
    /*-moz-box-shadow: 0px -3px 3px #333;
    -webkit-box-shadow: 0px -3px 3px #333;
    box-shadow: -0px -3px 3px #333;*/
}

footer div#footer_content {
    background: #1D4032; /*#04361e;*/
    padding: 1em;
    position: relative;
    height: 125px;
}

footer div#footer_wrap {
    width: 950px;
    margin: auto;
}

footer nav {
    margin-top: 15px;
}

footer nav ul {
    float: left;
    margin-right: 30px;
}

footer nav ul li a {
    color: #999;
}

footer nav ul li a:hover {
    color: #999;
}

footer nav ul li a:visited {
    color: #999;
}

footer div.copy {
    text-align: center;
    position: absolute;
    bottom: 5px;
    clear: both;
}

div.object_list {
    margin-bottom: 1em;
}

div.object_list h2 {
    font-size: 18pt;
    border-bottom: #fffbe7 /*#ececec*/ medium solid;
    margin-bottom: 1em;
}

div.object_list div.project_dates {
    float: right;
    margin-top:10px;
}

div.object_list p {
    margin-bottom: 0.5em;
    font-size: 12pt;
}

div.google_form {
    border: thin black solid;
    -moz-box-shadow: 1px 1px 3px #333;
    -webkit-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333;
    
    padding: 1em;
}

form {
    font-size: 14pt;
    margin-top: 1em;
}

form div.help_text {
    font-size: 10pt;
}

form div.form_field {
    margin-bottom: 2em;
}

form ul.errorlist {
    float: right;
    text-align: left;
    width: 300px;
}

form ul.errorlist li {
    margin-top: 4px;
}

form label {
    text-shadow: 0px 1px 1px #000;
    text-align: right;
    font-weight: bold;
}

form div.label {
    margin-bottom: 0.5em;
}

form div.field label {
    font-weight: normal;
}

form ul {
    margin-left: 0.5em;
    list-style: none;
}

form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: top;
}

form input[type=text] {
    padding: 5px;
    border: none;
    background: #fffbe7;
    
    width: 250px;
    
    -moz-box-shadow: 0px 1px 3px #000 inset;
    -moz-border-radius: 6px;
    
    -webkit-box-shadow: 0px 1px 3px #000 inset;
    -webkit-border-radius: 3px;
    
    box-shadow: 0px 1px 3px #000 inset;
    border-radius: 6px;
}

form textarea {
    padding: 5px;
    border: none;
    background: #fffbe7;
    
    width: 600px;
    
    -moz-box-shadow: 0px 1px 3px #000 inset;
    -moz-border-radius: 6px;
    
    -webkit-box-shadow: 0px 1px 3px #000 inset;
    -webkit-border-radius: 6px;
    
    box-shadow: 0px 1px 3px #000 inset;
    border-radius: 6px;
    
}

form input[type=submit] {
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: black;
    padding: 3px 5px;
}

div.person_image {
    float: left;
    margin-right: 1em;
}

div.video {
    text-align: center;
    margin-bottom: 0.5em;
    padding: 5px;
}

div.last {
    margin-bottom: 1em;
    padding-bottom: 10px;
    border-bottom: thin solid white;
}

div.video iframe {
    box-shadow: 2px 2px 8px black;
}

div.hero_unit {
    width: 500px;
    padding: 30px 60px;
    text-align: center;
    font-size: 18pt;
    font-weight: 100;
    background-color: #fffbe7; /*#ececec;*/
    color: #666;
    text-shadow: none;
    
    border-radius: 15px;
    box-shadow: 0px 0px 3px #000 inset;
}

a.object {
    color: inherit;
    text-decoration: none;
    display: block;
}

div.title {
    font-size: 18pt;
    padding-top: 5px;
}

div.title img {
    box-shadow: none;
    vertical-align: bottom
}
