/* $Id: zen.css,v 1.14 2008/09/15 10:36:22 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


p {
    margin-top: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

/** body **/
  body
  {
      background: #E4D6B6 url('/o/436/images/bg.jpg') repeat-x top center;
  }

  #page
  {
      padding-bottom: 3em;
      font-size: 12px;
  }

  #page-inner
  {
      width: 920px;
      background: url('/o/436/images/bg.png') repeat-y top center;
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
      height: 108px;
      background: url('/o/436/images/bg_header.png') right 42px no-repeat;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 39px 0 0 43px;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
      background: url('/o/436/images/bg_main.png') repeat-y top center;
      padding-bottom: 25px;
  }

  #main-inner
  {
  }
  
/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
  
  h1.title {
  }
  
    .view h1.title {
        background: url('/o/436/images/bg_view-h1.png') no-repeat 0 19px;
        text-transform: uppercase;
        font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
        font-size: 1.1em;
        color: #53772D;
    }
    
    .view h1.title span {
        padding: 0.5em 20px 1px 15px;
        background: #F8F3EB;
    }
    
        .view.one-node h1.title {
            display: inline;
            width: 400px;
        }

  h2.title {
  }
  
  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
      padding-top: 5px;
      background: url('/o/436/images/bg_nav.png') no-repeat top center;
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }
  
    #primary li {
        padding: 0;
        margin: 0;
    }
    
    #primary li a {
        display: block;
        height: 39px;
        background: no-repeat 0 0;
    }
    
    #primary li.active a,
    #primary li a:hover {
        background-position: 0 -39px;
    }
    
    #primary li.menu-about-iava a {
        width: 155px;
        background-image: url('/o/436/images/nav_aboutiava.png');
    }

    #primary li.menu-take-action a {
        width: 129px;
        background-image: url('/o/436/images/nav_takeaction.png');
    }

    #primary li.menu-membership-and-resources a {
        width: 237px;
        background-image: url('/o/436/images/nav_membershipresources.png');
    }

    #primary li.menu-iava-in-washington a {
        width: 177px;
        background-image: url('/o/436/images/nav_iavawashington.png');
    }

    #primary li.menu-for-press-and-bloggers a {
        width: 222px;
        background-image: url('/o/436/images/nav_pressbloggers.png');
    }

  #secondary /* Secondary links */
  {
      margin: 5px 0 20px;
      width: 277px;
      background: url('/o/436/images/bg_secondary.png') repeat-y top center;
      text-align: left;
  }
  
    #secondary .top {
        height: 1px;
        background: url('/o/436/images/bg_secondary-top.png') no-repeat top center;
        font-size: 1px;
        line-height: 0;
    }
  
    #secondary .btm {
        height: 4px;
        background: url('/o/436/images/bg_secondary-btm.png') no-repeat top center;
        font-size: 1px;
    }
    
    #secondary h2.title {
        text-align: right;
    }
  
    #secondary ul.links {
        margin-left: 16px;
        padding-bottom: 1em;
    }
    
    #secondary ul.links li {
        display: block;
        background: url('/o/436/images/li_bullet-secondary.png') no-repeat left 7px;
        padding-left: 21px;
        text-transform: uppercase;
        line-height: 2.3em;
    }
    
    #secondary ul.links li a,
    #secondary ul.links li.active ul li a {
        color: #D4BC88;
    }
    
    #secondary ul.links li.active {
    }
    
    #secondary ul.links li a:hover,
    #secondary ul.links li.active a,
    #secondary ul.links li.active ul li.active a,
    #secondary ul.links li.active ul li a:hover {
        color: #F4B10A;
    }
    
        #secondary ul.links li.active ul {
            margin-left: 0;
            padding-left: 0;
        }
        
        #secondary ul.links li.active ul li {
        }


/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner {
      padding: 19px 20px 0 9px;
      background: url('/o/436/images/bg_sbright.png') no-repeat 9px top;
  }

/** footer **/
  #footer
  {
      background: url('/o/436/images/bg_footer.jpg') no-repeat bottom center;
      height: 50px;
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }
  
    #block-menu-menu-footer {
        padding: 0;
        margin: 0;
    }
    
    #block-menu-menu-footer .block-inner {
        padding: 0;
        margin: 0;
    }
    
    #block-menu-menu-footer .content {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 920px;
    }
    
        #block-menu-menu-footer ul {
            margin: 0 auto;
            padding: 0;
            width: 462px;
        }
        
        #block-menu-menu-footer ul li {
            float: left;
            padding: 4px 0 0 9px;
            background: #BBA477 url('/o/436/images/li_bullet-footer.png') no-repeat left center;
        }
        
        #block-menu-menu-footer ul li a {
            display: block;
            height: 18px;
            background: no-repeat 0 0;
            outline: 0;
        }

        #block-menu-menu-footer ul li.active-trail a,
        #block-menu-menu-footer ul li a:hover {
            background-position: 0 -18px;
        }
        
        #block-menu-menu-footer ul li.menu-contact-us a {
            width: 86px;
            background-image: url('/o/436/images/footer_contactus.png');
        }
        
        #block-menu-menu-footer ul li.menu-iava-store a {
            width: 84px;
            background-image: url('/o/436/images/footer_iavastore.png');
        }
        
        #block-menu-menu-footer ul li.menu-pptou a {
            width: 205px;
            background-image: url('/o/436/images/footer_pptou.png');
        }
        
        #block-menu-menu-footer ul li.menu-search a {
            width: 60px;
            background-image: url('/o/436/images/footer_search.png');
        }
        
        #block-menu-menu-footer ul li.first {
            background: none;
            padding-left: 0;
        }
        
    

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }


/** Views **/

.view {
}

    .sidebar-right #content .view {
        margin-left: 23px;
    }
    
    .no-feature #content .view {
        float: left;
        margin-top: 6px;
        margin-left: 6px;
        width: 560px;
    }
    
    
    .view-posts {
    }

    .view-page {
    }

        .sidebar-right #content .view-page {
            float: left;
            width: 365px;
            margin: 0 23px;
            _margin: 0 23px 0 11px;
        }
    
    .view-page-full {
        clear: both;
        margin-bottom: 8px;
    }
    
        .view-page-full.one-node {
            _margin-left: 10px;
        }
    
        .no-feature #content .view-page-full {
            clear: none;
        }
        
        .view-page-full .page-action {
            float: right;
            margin-bottom: 0;
            margin-top: -25px;
            width: 140px;
            _width: 160px;
        }
        
        .view-page-full .node-inner .content,
        .view-page .node-inner .content {
            margin: 0 10px 0 32px;
        }
        
    .views-col {
    }
    
        .views-col-left {
            float: left;
            width: 275px;
        }
        
        .views-col-right {
            float: right;
            width: 278px;
        }

    .view-header {
        margin-top: 20px;
    }
        
    

/** Drupal nodes **/
  .node /* Node wrapper */
  {
      clear: both;
  }

  .node-inner /* Additional wrapper for node */
  {
  }
  
  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

/*
 * Changing CSS for node teasers
 */
#main_teaser {
width:482px;
}

/*
 *  Adjustments for press & bloggers front page.
 */

.page-press-room #main_teaser .title {
border-bottom: medium none; width: 500px; font-size: 18px;
}


  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }
    
    .node-type-page {
    }
    
    .node-type-posts {
    }
    
    .node-type-postteaser {
    }
    
    .node-type-page .node-inner,
    .node-type-posts .node-inner,
    .node-type-postteaser .node-inner
    {
        padding: 29px 15px;
        background: #F8F3EB url('/o/436/images/bg_node-inner.png') no-repeat bottom right;
    }

    
    .views-row-last .node-type-page .node-inner,
    .views-row-last .node-type-posts .node-inner,
    .views-row-last .node-type-postteaser .node-inner
    {
        background-image: url('/o/436/images/bg_views-row-last.gif');
    }
    
    .view-page-full .node-inner {
        background-image: none;
    }
    
    .views-col .node-type-page .node-inner
    {
        padding: 29px 15px;
        background: #F8F3EB;
    }
    
  .node-type-block {
  }
  
  .node-type-story /* Story content node */
  {
  }
  
  .node div.meta /* Wrapper for submitted and terms data */
  {
    float: left;
    width: 103px;
    margin-right: 7px;
  }
  
    .node .meta .date {
        margin-bottom: 1.4em;
    }

  .node .submitted /* The "posted by" information */
  {
    font-size: 0.9em;
  }
  
    .node .submitted .lbl {
        color: #BFB099;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: bold;
    }
    
    .node-type-posts .submitted strong {
    }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
    color: #4A412E;
    line-height: 1.7em;
  }
  
    .node-type-posts .content {
        float: left;
        width: 390px;
    }
    
        .view-page-full .node-type-posts .content {
            float: left;
            width: 480px;
        }
    
  .node h2.title /* Node title */
  {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    margin-top: -0.2em;
  }
  
    .one-node .node-type-page h2.title {
        position: relative;
        left: -47px;
        padding-left: 45px;
        padding-bottom: 0.3em;
        width: 320px;
        margin-top: 0;
        font-size: 1.9em;
        color: #3D4722;
        border-bottom: 1px solid #BBA477;
    }
    
    .views-col .node h2.title {
        margin-left: 12px;
        padding-left: 20px;
        background: url('/o/436/images/li_bullet-h2.png') left 2px no-repeat;
        font-family: "Trebuchet MS", sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        color: #53772D;
    }
    
    .views-col .node h2.title small {
        font-size: 0.8em;
        color: #6F6246;
    }
  
  .node h3.title {
      text-transform: uppercase;
      color: #62563E;
      font-size: 1.2em;
      margin-bottom: 1em;
  }
  
    .one-node .node-type-page h3.title {
        text-transform: none;
        color: #C1AA73;
        width: 320px;
    }
  
    .views-col .node h3 {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 0;
    }
  
  .node .content p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
  }
  
    .node .content p .section {
        font-size: 0.9em;
        margin-right: 9px;
        padding-right: 9px;
        background: url('/o/436/images/section-divider.png') right center no-repeat;
        height: 14px;
    }
    
    .node .content p img {
        border: 1px solid #68553A;
    }
  
  .one-node .node-type-page .content p a {
      text-decoration: underline;
  }
  
      .one-node .node-type-page .content p a:hover {
          color: #3D4722;
      }

  .node .hr {
      margin: 2em -15px;
      height: 7px;
      background: url('/o/436/images/hr.png') right center no-repeat;
  }
  
    .view-page-full .node .hr,
    .view-page .node .hr {
        margin: 2em -25px 2em 0;
    }
  
  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }
  
  .node ul {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 1em;
    list-style-type: none;
  }
    
    .node-type-page ul {
        padding-bottom: 0;
    }
    
  .node ul li {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
    padding-bottom: 0.5em;
  }

      .node ul.bulleted li {
        background: url('/o/436/images/li_bullet-node.png') no-repeat left 4px;
        padding-left: 20px;
      }
      
      .one-node .node-type-page ul li {
          text-transform: none;
          font-weight: normal;
          font-family: Georgia, "Times New Roman", serif;
      }
  
  .node ul.cols2 li {
    float: left;
    width: 45%;
    padding-right: 2%;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

    .node a {
        color: #587426;
    }

    .node a:hover {
        text-decoration: underline;
    }
    
    .node-type-intro a {
        color: #3D4722;
    }

  .node-type-intro {
      background: url('/o/436/images/bg_node-intro.png') left top no-repeat;
      margin-left: -20px;
      _margin-left: -10px;
      margin-bottom: 33px;
      _margin-bottom: 0;
      padding: 27px 0 0 20px;
  }
  .node-type-page .node-type-intro .node-inner {
    padding: 0px;
    background:none;
  }
      
      .node-type-intro .node-header {
          float: left;
          width: 17px;
          padding-bottom: 5em;
      }
  
/* deprecated?    
      .node-type-intro .content {
          float: left;
          width: 240px;
          margin: 0 0 0 20px;
          line-height: 1.5em;
      }
*/
.node-type-intro .content {
    width: 540px;
    margin: 0 0 0 40px;
    line-height: 1.5em;
}

#intro_media {
  float:right;
  margin:5px 0 10px 10px;
}
      
        .node-type-intro .content h2.title {
            font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
            text-transform: uppercase;
            font-weight: bold;
            line-height: 1.1em;
            _line-height: 1.2em;
            margin-bottom: 0.3em;
        }
        
        .node-type-intro a {
        }

        .node-type-intro .content p {
            margin: 0;
            color: #3D4722;
            font-size: 0.9em;
        }

      .no-feature .node-type-intro {
          float: left;
      }
      
    .node-type-intro.node-col {
        width: 295px;
        float: left;
    }

    .node-type-intro.node-full {
        width: 600px;
        _margin-left: -20px;
    }
        .node-type-intro.node-full .content {
            width: 535px;
        }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/

  .block /* Block wrapper */
  {
    margin-bottom: 20px;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    text-align: left;
  }
  
    #main .block {
        width: 285px;
    }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }
  
    #main .block-inner {
        background: #D5C6AA;
        padding-top: 6px;
    }
    
    #sidebar-left .block-inner {
        width: 270px;
    }

    #sidebar-right .block-inner {
        width: 276px;
    }

  .block h2 /* Block title */
  {
      text-transform: uppercase;
      color: #435125;
      font-size: 1.3em;
      font-weight: bold;
  }
  
    .block h2 img {
        display: block;
    }
  
  .block h2.title,
  .block div.title {
      background: url('/o/436/images/bg_block-header.png') repeat-y top left;
      padding: 8px 15px 8px 30px;
      margin-bottom: 6px;
  }
  
    .block h2.title img {
        margin: -8px -15px -8px -30px;
    }
  
    .block div.title h2 {
        margin: 0 0 0.2em;
    }
    
    .block div.title p {
        margin: 0;
        color: #E8D9BB;
        font-weight: bold;
    }

  .block h3 {
      font-size: 1em;
      text-transform: uppercase;
      margin-bottom: 0.3em;
  }

  .block .content /* Block's content wrapper */
  {
  }
  
    #main .block .content {
        padding: 0 0 10px;
        color: #62563E;
    }

    #main .block h4 {
        text-transform: uppercase;
        color: #435125;
        font-size: 0.9em;
    }
    
    .block .content img {
        border: #6F6C44 solid 1px;
    }
  
    .block .content .promoimg img {
        display: block;
        margin: 0 0 0.5em -23px;
        border: 0;
    }
    
  
  .block a {
      color: #4B6B28;
  }
  
  .block h3 a:hover,
  .block h4 a:hover,
  .block p a:hover {
      text-decoration: underline;
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }
    
    /* Custom blocks */
    
    #block-block-actionlinks {
        float: right;
        background: #CBBD9C;
        margin-right: 6px;
        _margin-right: 0;
        margin-bottom: 15px;
        padding: 0 11px 0 9px;
    }


.rewards-button {
   float:right;
   margin:0 31px 0 2px;
 }

 .rewards-button a {
   display:block;
   height:40px;
   width:103px;
   background:url("/o/436/images/rewards_button_rollover.png") no-repeat top left;
 }

.rewards-button a:hover { background-position:bottom left; }

    
        #block-block-actionlinks .block-inner,
        #block-block-actionlinks .content {
            margin: 0;
            padding: 0;
        }
    
        #block-block-actionlinks ul.links {
            margin: 0;
            padding: 0;
        }

        #block-block-actionlinks li {
            float: left;
            padding: 0;
        }

        #block-block-actionlinks li a {
            display: block;
            height: 27px;
            background: top left no-repeat;
            outline: 0;
        }

        #block-block-actionlinks li a:hover {
            background-position: 0 -27px;
        }

        #block-block-actionlinks li.menu-getupdates a {
            width: 92px;
            background-image: url('/o/436/images/actionlinks_getupdates.png');
        }

        #block-block-actionlinks li.menu-tellafriend a {
            width: 97px;
            background-image: url('/o/436/images/actionlinks_tellafriend.png');
        }

        #block-block-actionlinks li.menu-donate a {
            width: 67px;
            background-image: url('/o/436/images/actionlinks_donate.png');
        }
    
    #main #block-block-pageheader {
        position: relative;
        margin-bottom: 0;
        margin-left: -20px;
        height: 109px;
        width: 625px;
        background: black;
    }
    
        #main #block-block-pageheader .block-inner,
        #main #block-block-pageheader .content {
            margin: 0;
            padding: 0;
            width: 625px;
        }
        
        #block-block-pageheader img {
            border: 0;
            display: block;
        }
    
    #main .block-blank {
    }
    
        #main .block-blank .block-inner {
            border: #565933 solid;
            border-width: 1px 0 1px 1px;
            background: none;
            padding-top: 0;
        }

        #main .block-blank .content {
            color: #4A412E;
            padding-top: 10px;
        }
        
        .block-blank .content img {
            border: 0;
        }
    
    #main .block-green {
    }
    
        #main .block-green .block-inner {
            background: #3C4925;
        }
        
        #main .block-green div.title {
            background: #475C31;
            margin-bottom: 0;
        }
        
        #main .block-green div.title h2 {
            color: #BAA376;
        }
        
        #main .block-green div.title p {
            color: #F8F3EB;
        }
        
        #main .block-green .content {
            padding-top: 10px;
            color: #F8F3EB;
        }
        
        .block-green a {
            color: #F4B10A;
        }
    
/*
 *  Custom Block code for Press Contacts block
 */
		#block-block-join.block-14 {
		  background-color:#D5C6AA;
		  width:276px;
		}

		#block-block-join.block-14 h1.title {
		        background: url('/o/436/images/bg_view-h1.png') no-repeat 0 19px;
		        font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		        margin-bottom:5px;
				color:#435125;
				font-size:1.3em;
				font-weight:bold;
				text-transform:uppercase;
		}

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 0.5em 0;
    _margin: 0.5em 0 -0.5em;
    padding: 0.1em 0.4em;
  }
  
    .quicksearch .form-item {
        width: 4em;
    }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
      margin: 0 0 -6px 0;
  }
  

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
    padding-left: 20px;
    background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
    list-style-type: disc;
    list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }


/** other boxes **/

#subcontent {
}

    #subcontent #subcontent-area {
    }

.block .insert-box {
    border: #98927f solid;
    border-width: 8px 1px 1px;
    width: 198px;
    margin: 0 auto;
}

    .block .insert-box p {
        margin-top: 1em;
        font-family: "Trebuchet MS", Tahoma, Verdana, serif;
        font-size: 1em;
    }

.node .insert-box {
    margin-top: 1em;
    background: #D8CAB3 url('/o/436/images/block-feature_see.png') no-repeat left 10px;
    padding: 10px 10px 10px 30px;
}

    .node .content .insert-box p img {
        display: block;
        border: 0;
        padding: 0 15px;
    }
    
    .node .content .insert-box h2 {
        margin: 0 0 0.8em;
        font-size: 1.2em;
        text-transform: uppercase;
    }
    
    .node .content .insert-box a {
        color: #53772D;
    }

.insert-photo {
    float: right;
    margin-right: -34px;
    _margin-right: -17px;
    margin-bottom: 0;
    padding-left: 0.5em;
}

    .node .content .insert-photo img {
        border: 0;
        display: block;
    }

/** rollover more links **/

.more-link a,
a.more-link {
    display: block;
    background: no-repeat 0 0;
}

a.more-link { /* inline: more> */
    display: inline;
    font-size: 1px;
    height: 9px;
    line-height: 9px;
    padding: 6px 0 1px 45px;
    background: url('/o/436/images/more-link.png') no-repeat right 0;
}

.node a.more-link {
    background: url('/o/436/images/more-link3.png') no-repeat right 0;
}

.node-type-intro a.more-link {
    background: url('/o/436/images/more-link2.png') no-repeat right 0;
}

.insert-box a.more-link,
.block-block a.more-link {
    background: url('/o/436/images/more-link_block.png') no-repeat right 0;
}

.block-green a.more-link {
    background: url('/o/436/images/more-link4.png') no-repeat right 0;
}

.block-blank a.more-link {
    background: url('/o/436/images/more-link.png') no-repeat right 0;
}

    a.more-link:hover {
        background-position: right -9px;
    }

#block-block-postlist a.more-link {
    height: 10px;
    background: url('/o/436/images/more-link_green.png') no-repeat right 0;
}
    #block-block-postlist a.more-link:hover {
        background-position: right -10px;
    }

.node-type-intro a.more-link.becomeamember {
    padding-right: 59px;
    background-image: url('/o/436/images/more-link_becomeamember.png');
}
    .node-type-intro a.more-link.becomeamember:hover {
        background-position: right -10px;
    }
    

a .more-link.arrow { /* inline: > */
    font-size: 1px;
    height: 10px;
    line-height: 10px;
    padding: 6px 0 2px 15px;
    background: url('/o/436/images/more-link_arrow.png') no-repeat right 0;
}
    a:hover .more-link.arrow {
        background-position: right -10px;
    }

.more-link a {
    height: 30px;
}
    .more-link a:hover {
        background-position: 0 -30px;
    }

.more-link a.learnmore {
    background-image: url('/o/436/images/more-link_learnmore.png');
}

.more-link a.seeall-block {
    background-image: url('/o/436/images/more-link_seeall-block.png');
}

.more-link a.sharephotos {
    background-image: url('/o/436/images/more-link_sharephotos.png');
}

.more-link a.becomeasupporter {
    background-image: url('/o/436/images/more-link_becomeasupporter.png');
}

.more-link a.donate {
    background-image: url('/o/436/images/more-link_donate.png');
}

.more-link a.join {
    background-image: url('/o/436/images/more-link_join.png');
}

.more-link a.signup-block {
    height: 20px;
    background-position: right 0;
    background-image: url('/o/436/images/more-link_signup-block.png');
}
    .more-link a.signup-block:hover {
        background-position: right -20px;
    }

.more-link a.membersignup {
    height: 20px;
    background-position: center 0;
    background-image: url('/o/436/images/more-link_membersignup.png');
}
    .more-link a.membersignup:hover {
        background-position: center -20px;
    }

#content .more-link a.signup-node {
    height: 19px;
    background-image: url('/o/436/images/more-link_signup-node.png');
}
    #content .more-link a.signup-node:hover {
        background-position: 0 -19px;
    }

#content .more-link a.seeall-node {
    height: 19px;
    background-image: url('/o/436/images/more-link_seeall-node.png');
}
    #content .more-link a.seeall-node:hover {
        background-position: 0 -19px;
    }

.more-link.page-action a { /* page tool links */
    display: inline;
    font-size: 1px;
    line-height: 1px;
    padding: 6px 0 5px;
    height: 13px;
}
.more-link.page-action a.email {
    padding-right: 30px;
    background-image: url('/o/436/images/actionpage_email.png');
}
.more-link.page-action a.print {
    padding-right: 30px;
    background-image: url('/o/436/images/actionpage_print.png');
}
.more-link.page-action a.share {
    padding-right: 31px;
    _padding-right: 44px;
    background-image: url('/o/436/images/actionpage_share.png');
}
    .more-link.page-action a:hover {
        background-position: 0 -14px;
    }

/** other elements **/

/** .mainExpand added temporarily for expanding text **/

.mainExpand {
  cursor:hand;
  cursor:pointer;
  font: bold .9em verdana, arial, helvetica, sans-serif;

}



.alignleft {
    float: left;
    margin-right: 1.2em;
    margin-bottom: 0.5em;
}

.alignright {
    float: right;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}

.alignleft img,
.alignright img,
.alignleft canvas,
.alignright canvas {
    margin-top: 0.4em;
}

.date, .section, span.meta {
    font-family: "Trebuchet MS", sans-serif;
    text-transform: uppercase;
}

span.meta {
    font-size: 1em;
    font-weight: bold;
}
    .node .content p span.meta img {
        border: 0;
        padding: 0 4px;
    }

/*
 * Comments hack
 */
	#comments .comment-inner {
	  margin-bottom:15px;
	}

	#comments .comment-inner .submitted {
	  font-size:0.8em;
	  margin-bottom:0; padding-bottom:0; margin-top:10px;
	  line-height:0.7em;
	}

	#comments .comment-inner .content  {
	  margin-left:0px;
	  font-size:1.1em;
	}

	#comments .comment-inner .links ul li {
	  padding-left:0px; float:left;
	}

	#comments .comment-inner .links {
	  margin-bottom:5px; margin-top:-10px;
	}

/*
 *  Custom MORE link for view footers
 */

.more-link-views {
	display:block;
	float:right;
	color:#D4BC88;
	text-transform:uppercase;
	font-size:1.3em;
	margin-top:-30px;
	margin-right:20px;
}

.more-link-views.press {
	margin-top:-10px;
	margin-right:10px;
}

#simplemenu {
  width:500px;
  position:fixed;
}
