
  /* $Id: userstyle-bg_grey.css,v 1.1.2.1 2006/02/12 04:11:52 kencollins Exp $
 +-------------------------------------------------------------------------------------------------+
     \  |        |          / ___|| | __(_) | | ___   _ __   ___| |_    
    |\/ |   _ \  __|   _` | \___ \| |/ /| | | |/ __| | '_ \ / _ \ __|  |  Meta Theme for Drupal
    |   |   __/  |    (   |  ___) |   < | | | |\__ \_| | | |  __/ |_   |  Community Plumping
   _|  _| \___| \__| \__,_| |____/|_|\_\|_|_|_||___/_)_| |_|\___|\__|  |  -------------------------
   P u t t i n g  t h i n g s  o n  t o p  o f  o t h e r  t h i n g s !  By: Ken Collins
 +-------------------------------------------------------------------------------------------------+
                                                                                                 */


  /*    User-defined Styles (background - grey)
 +-------------------------------------------------------------------------------------------------+
                                                                                                 */

body { background: #fff url('images/background-grey.gif') repeat-x fixed top left; }
#masthead-image { background: url('images/masthead-image_grey.jpg') 0 0; }

#masthead-sitename { color: #666; }

#contentarea-middle2 .content-title { color:#7B7B7B; }

#contentarea-middle2 .node h2 a:hover { color: #CCC; }
#contentarea-middle2 .node h2 a:active { color: #CCC; }

#contentarea-middle2 #galleries h2 a:hover { color: #CCC; }

#contentarea-middle2 #gallery h3 a:link { color: #666; }
#contentarea-middle2 #gallery h3 a:hover { color: #CCC; }

#footer-area { color: #666; }
#footer-area a, 
#footer-area a:link, 
#footer-area a:visited { color: #666; }
#footer-area a:hover, 
#footer-area a:active { color: #CCC; }
#footer-area .site-name { color: #666; }

#contentarea-middle2 h2 {
	border-bottom-color: #CCC;
  }