/* litejazz.css - Layout to emulate Roople Themes LiteJazz Drupal template
*
* Planned Enhancements:
*   See lines marked "TODO:" and "NOTE:" in the code below
*   Consider moving text color definitions to the HTML
*   Convert id-based styles to class styles
*
* Revision Log:
*   Mon Sep 14 2009 mpr Adapt from our GradientStretchTest styles.css:
*                         Begin with just the gray gradient background
*   Mon Sep 28 2009 mpr Add styles for the two colored bar rows at the top
*                         Adapt from marc/GradientStretchTest/styles.css
*                           Omit text colors
*/


body {

  /* From blue.css body
  *
  * Background gradient to surround the main table
  *
  * NOTE: Gradient image will stretch past its native height, 
  *       extending to the page bottom, 
  *       ONLY if NO background-color is applied to the body
  */
  background: #adadad url(bg.png) 0 0 repeat-x;
}


tr#brownblack {

  /* Text color 
  *  TODO: Test this in the HTML instead of here
  */
  color: #FFFFFF;

  /* From blue.css div#masthead
  * background: #170808 url(mast-bg.png) 0 0 repeat-x;
  *
  * Current version here was adapted from FireBug
  *   NOTE: Could test using the version from blue.css instead
  */
  background: #170808 url(mast-bg.png) repeat-x scroll 0 0;
}


tr#bluegradient {

  /* Text color 
  *  TODO: Test this in the HTML instead of here
  */
  color: #FFFFFF;

  /* From blue.css
  */
  background: #104A91 url(topregion-bg.png) 0 0 repeat-x;
}

