/* $Id: tendu-wbigm-rbfhealth.css,v 1 2009/04/16 joshualieb/iajaja */

/*****************************
*  Theme: RBF Health (tendu-wbigm-rbfhealth)
*  Dependency: WBIGM Base (tendu-wbigm-base)
*    This stylesheet contains styles specific to the WBIGM subtheme specific to the RBF Health website.  It is dependent on the WBIGM Base theme and is not intended to be used as a stand-alone theme.
*    Generally, the elements that are intended to be set at this level include graphical elements in the header and footer; the colors associated with the header, menus, and headers; and colors associated with links and other textual elements.  It is anticipated that for the majority of websites, the layout, font stylings, and other styles established in the Base theme will be adequate for the website.
*    Additional customization is allowed, although additional divergence should be well-documented.
*    Some websites may call for node types that are not included in the Base theme.  These should be styled using stylesheets specific to that node type and should not be included in this site-wide general stylesheet.
*****************************/



/******************
*  Custom settings
*    These styles are the primary points of divergence from the Base theme.  Unless additional customization is required by the design, changing the styles listed here should comprise the entirety of 'customizing' the theme.
*/

/****
* Header: The primary element that receives custom styling in this area is the image used as the background for the header.  The image referenced here is contained in the 'images/' subdirectory of this theme, and if the new banner header image is given the same name and placed in this location, the styling below does not need to change.
*/
  #header {
    background-image: url(images/banner-crop.gif);
    background-repeat: no-repeat;
  }

/****
* Primary Menu: The Primary Menu is situated beneath the Header.  The elements that are customized here are the colors of the nav bar, the tabs, and the links contained therein.
*/
  #main-nav{
    background: #471d59;

  }

  #main-nav ul{

  }

  #main-nav li{
    border-right: #ffffff 1px solid;

  }
  #main-nav li a {
    color: #fff;
  }
  #main-nav li a:hover {
    background-color: #a270a9;
  }
  #main-nav li a.active,
  #main-nav li.active-trail a {
    background-color: #a270a9;
    color: #fff;
  }
  #main-nav li a.active:hover,
  #main-nav li.active-trail a:hover {
    background-color: #eee;
    color: #2280A9;
  }

/****
* Secondary Menu, left-hand column:  The Secondary Menu is located in the left-hand column.  The elements that are customized here are the colors of the menu area and the colors and active states of the links contained therein.
*/
  #sidebar-first .block-menu a{
    color: #777;
  }
  #sidebar-first .block-menu li a.active {
    color: #000;
  }

/****
* Right-hand column:  This includes elements that have been inserted into the 'sidebar-second' region as well as those elements that have been embedded into a right-hand float on a node.  The elements that are customized here include the styling of the embedded blocks, the colors and active states of the links contained therein, and header styles.
*/
  #sidebar-second .block,
  .embed-sidebar-second {
    background: #f5f6f8;
    border-color: #ccc;
  }
  #sidebar-second .block h2,
  .embed-sidebar-second h2{
    background: #471d59;
    color: #FFFFFF;
  }

/****
* Fonts:  Custom styling for headers, fonts, and links.
*/
/* Headers */
  h1 {
    color: #444444;
  }
  h2 {
    color: #292929;
  }

  /* Links */
  a {
    color: #461a51;
  }

/****
* Footer:  The elements in the footer that are customizable are the color of the top border, .
*/
  #footer {
    border-top: #f57a20 5px solid;
    background-image: url(images/footerbk2.gif);
    background-repeat: repeat-y;
  }
  #footer .footer-menu {
    color: #000000;
  }
  #footer .footer-menu a {
    color: #000000;
  }
  #footer-message a {
    color: #000000;
  }
  #footer-message {
    color: #000000;
  }
  #footer .footer-menu ul.menu li { border-color: #fff;}
  #footer .footer-image {margin: 0; margin-right: 20px; margin-left: 10px; padding-top: 25px;}

/****
* Blocks and Modules: These elements are associated with specific blocks, containers, and modules.
*/

/* Main feature, with large image, styled */

/* Row styles */
.feature-large .view .views-field-nothing {
  background-color: #f79516;
}

.file-info label {
  font-weight: bold;
}

/* Custom Comment Form */

#edit-homepage-wrapper {display: none;}
#comment-form .captcha legend, #comment-form .description {display: none;}

/*********/
/* BLOG */
/*******/

.node-type-blog #content h2 { padding-top: 20px; padding-bottom: 20px;}
.node-type-blog .terms-inline .blog-tag { font-weight: bold;}
.node-type-blog {}



