/******** general.css ***********/

/* base stylesheet for Webvanta default site                       */
/* assumes Blueprint CSS has been loaded first                     */
/* (if you're using our standard templates they take care of that) */

/* Note: most colors are set in Config Settings. You can set the colors there, or
   you can replace the <w:data ... > text with color values here             */

/* Base Styles */

body {
  color: #033;
  font-family: Arial, Helvetica, sans serif;
}
h1 {
  color: #066;
}
h2 {
  color: #066;
}
h3 {
  color: #066;
}
a {
  color: #057;
}
a:hover {
  color: #066;
}
a:visited {
  color: #057;
}
a:active {
  color: #057;
}
p {
  margin: 0 0 0.8em;
}
ul {
  list-style-type: square;
}
ul li {
  margin-bottom: 5px;
}

/*********** PAGE STRUCTURE ************/

body {
  background: #eff;
}
#outer_wrapper {
  width:950px;
  padding-top:1px;
  margin: 0 auto;
}
#wrapper {
  background-color: #eff;
  border: 1px solid #ddd;
  padding: 0;
  margin:0;
}
#content_area {
  padding: 40px 0;
}
#header {
  background-color: #00a04e;
}
#header .site_name {
  font-size: 24px;
  padding: 15px 15px 15px 40px;
  margin: 0;
  float: left;
  color: ;
  text-decoration: none;
}
#header .site_name:hover {
  color: ;
}
#headerBar {
  margin-left: 30px;
}

.widebox {
    width: 500px;
    padding: 15px;
    background-color: #5AA698;
    float: left;
    margin: 10px 0 10px 10px;
    color: white;
}

.widebox h2 {
  color: white !important;
}

.widebox p, .upcoming blockquote {
    color: white !important ;
}

********** UTILITY NAV (TOP RIGHT) ************/

#topLinks {
  float: right;
  font-size: 11px;
  padding: 10px 0 5px;
}
#topLinks ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
#topLinks li {
  float: left;
  list-style-type: none;
  padding: 0 10px 0 0;
}
#topLinks li a {
  color:#333;
  text-decoration: none;
  }
#topLinks li a:hover {
  text-decoration: underline;
}
.searchButton {
  margin: -3px 0 0 0;
}
input.fieldSkybox {
  vertical-align: top;
  margin: 0 3px 0 0;
}
#searchbox {
  float:right;
  padding: 0 40px 0 10px;
}

/* For main navigation see dropdown-menu.css */

/************** FOOTER **************/

#footer {
  padding: 6px 0;
  clear: both;
}
#footer ul li {
  color: #033;
  font-size: 11px;
  padding: 0 15px 0 0;
  list-style: none;
  float: left;
}
#footer ul li a {
  color: #033;
  text-decoration: none;
}
#footer ul li a:hover {
  text-decoration: underline;
}

/********** FORMS **************/

label.reqd {   /* for required fields */
  font-weight:bold;
}

label.left {
  width: 120px;
  display: block;
  float: left;
  text-align: right;
  clear: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
}
.sysmsg {
  color: #f00;
  margin-bottom:25px;
}
.submit_button {
  margin: 20px 0 20px 130px !important;
}
form .indent {
  margin-left: 130px;
}
#contact_intro {
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
#contact_form label {
  width: 120px;
  display: block;
  float: left;
  text-align: right;
  clear: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size:12px;
  padding-right: 10px;
}
#contact_form input, #contact_form textarea {
  background-color: #dEE;
  padding: 3px;
  margin: 0;
  border: none;
  height: auto;
}
#contact_form .indent {
  margin-left: 130px;
}
#contact_firstname, #contact_lastname {
  width: 200px;
}
#contact_company, #contact_email, #contact_subject, #contact_message, #contact_subject, #contact_message {
  width: 410px;
}
p#email2 {
  display: none;
}
#contact_form input.submit_button {
  background: none;
  border: none;
}
form p {
  margin: 0;
  padding: 0 0 5px 0;
}
input {
  margin: 0.5em 0;
}
#dy_node_submit {           /* for automatically generated forms that submit to database */
  margin-left: 130px;
}
.wv-validation-error {
  border: 2px solid #F00;
}

/******* CSS for DATABASE PAGES ************/

/********** BLOG *************/

.blog_article {
  border-bottom: 1px solid #520602;
  margin-bottom: 15px;
}

/********** CATEGORY, LIST, AND ITEM PAGES *************/

.kb a {
  text-decoration:none;
}
.kb a:hover {
  text-decoration:underline;
}

.crumbs {
  padding-bottom: 12px;
}
.crumbs p {
  float: left;
}
.share {
  margin: 0 0 8px 8px;
  float:right;
}

/********* CATEGORY PAGE **********/

.category_description {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #520602;
}
.category_articles {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #520602;
}
.category_resources {
  margin: 0;
  padding: 0;
}

/*********** COMMENT FORM ************/

.comment_form {
  width: 90%;
  border: 1px solid #520602;
  padding: 12px;
  margin: 15px 0;
}
.comment_form label {
  display: block;
  width: 80px;
  text-align: right;
  float: left;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  clear: left;
  padding: 0 5px 0 0;
}
input#feedback_name, input#feedback_email, input#feedback_subject, textarea#feedback_body {
  background-color: #dEE;
  border: none;
  padding: 3px;
  margin:0;
}
.comment_form .indent {
  margin-left: 85px;
}
.comment_form #submit {
  margin: 12px 0 0 90px;
}
#comment_email2 {
  display: none;   /* spam robot trap */
}
input#feedback_subject {
  width: 80%;
}
.comment_form p {
  margin: 0 0 5px 0;
  padding: 0;
}
textarea#feedback_body {
  width: 80%;
  height: auto;
}
.form_note {
  font-size: 80%;
}
div#comments {
  border-top: 1px solid #520602;
  padding-top: 10px;
  margin-top: 15px;
}

/********* BOOKS *********/

.book_button {
  padding: 3px;
  color: #fff;
  margin-right: 20px;
  text-decoration: none;
}
.book_button:link, .book_button:visited {
  background-color: #057;
  color: #fff;
  text-decoration: none;
}
.book_button:hover, .book_button:active {
  background-color: #066;
  color: #fff;
  text-decoration: none;
}
.book_listing h1 {
  margin-bottom: 10px;
  padding-top: 5px;
}
.book_listing h2 {
  margin-bottom: 10px;
  padding-top: 5px;
}
.book_cover {
  float:left; 
  padding: 5px 15px 15px 0;
}

/******* LIST PAGE **********/

#list h2 {
  margin: 20px 0 5px 0;
  padding-top: 15px;
  border-top: 1px solid #520602;
}
#list h3 {
  margin-bottom: 10px;
  padding-top: 5px;
}
#list p {
  display:block;
}

/********* RESOURCES PAGE **********/

/* The resources page is a single-page presentation of database content using our knowledgebase structure. */
/* The HTML for this page is in the snippet called resources_page */

#resources_page .share {
  float:right;
}
#resources_page .resource_item {
  border-bottom: 1px solid #520602; 
  padding-bottom: 10px; 
  margin: 0 0 10px 30px;
}
#resources_page .book_image {
  float:left; 
  padding: 0 15px 15px 0;
}
#resources_page .book_text {
  margin-left: 25px;
}
#resources_page .book_button {
  padding: 3px 3px 3px 6px;
  margin-right:20px;
}
#resources_page .book_button:link, #resources_page .book_button:visited {
  background-color: #057;
  color: #fff;
  text-decoration: none;
}
#resources_page .book_button:hover, #resources_page .book_button:active {
  background-color: #066;
  color: #fff;
  text-decoration: none;
}
#resources_page h2 {
  font-size: 18px;
  font-weight: bold;
}
#resources_page h3 {
  font-size: 16px;
  font-weight: bold;
}
#resources_page h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0 1em 0;
}
#resources_page h5 {
  font-size: 14px;
  font-weight: normal;
}

/********* TREE NAVIGATOR FOR CATEGORIES ********/

/* Modified for Webvanta from YUI tree.css example 2.7.0b */
/* See http://developer.yahoo.com/yui/treeview/ for more on styling the tree */

.ygtvtn {  /* first or middle sibling, no children */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvtm {  /* first or middle sibling, collapsable */
  background: url(/images/tree/collapse.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtmh {  /* first or middle sibling, collapsable, hover */
  background: url(/images/tree/collapseh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtp {  /* first or middle sibling, expandable */
  background: url(/images/tree/expand.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvtph {  /* first or middle sibling, expandable, hover */
  background: url(/images/tree/expandh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvln {  /* last sibling, no children */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvlm {  /* Last sibling, collapsable */
  background: url(/images/tree/collapse.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlmh {  /* Last sibling, collapsable, hover */
  background: url(/images/tree/collapseh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlp {  /* Last sibling, expandable */
  background: url(/images/tree/expand.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer; 
}
.ygtvlph {  /* Last sibling, expandable, hover */
  background: url(/images/tree/expandh.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
  cursor:pointer;
}
.ygtvloading {  /* Loading icon */
  background: url(/images/tree/loading.gif) 0 6px no-repeat; 
  width:1em; 
  height:22px; 
}
.ygtvdepthcell {  /* empty cells used for rendering the depth of the node */
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvblankdepthcell { 
  background: transparent; 
  width:1em; 
  height:20px; 
}
.ygtvitem {  /* div around each node */
  border: 0px solid #333; 
}  
* html .ygtvchildren { /* for IE, div around each node's collection of children */
  height:1%; 
}  
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { /* text label in ygTextNode */
  font-size: 12px;
}
.ygtvrow td {
  padding: 0;
  margin: 0;
}
.ygtvrow td a {
  text-decoration: none;
}
.ygtvitem table {
  padding: 0;
  margin: 0;
}
.wvCurLabel {
  font-weight:bold;
  padding-left:2px;
}

/* Side Bar */
.upcoming {
    width: 250px;
    padding: 15px;
    background-color: #5AA698;
    float: right;
    margin: 0 0 10px 10px;
    color: white;
}
.upcoming h2 {
  color: white !important;
}
.upcoming h3 {
  color: white !important;
}

.upcoming p, .upcoming blockquote {
    color: white !important ;
}

.sponsors { margin-top: 10px; }

p.attrib {
    padding-left: 40px;
    text-align: right;
    color: #f0f0ff !important ;

    font-weight: bold !important ;
}
.quote p {
    color: white;
}
.sidebar {
    width: 250px;
    padding: 15px;
    background-color: #5AA698;
    float: right;
    margin: 0 0 10px 10px;
    color: white;
}
.sidebar p {
    color: white !important ;
}
.sidebar a {
    font-size: 0.8em !important;
    text-decoration: none;
    color: #005 !important;
}
.sidebar a:hover {
    color: white !important;
}
.sidebar h2, .sidebar h3 {
  color: white !important;
}
.sidebar ul {
  list-style-type: none;
}

.fundraising-headers {
  font-size: 110%;
  font-weight: bold;
}

