/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:07 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


.grid16-16 {
  color: darkgreen;
  background-color: #bbd9a3;
  padding-top: 10px;
}

.header-group {
  background-color: white;
}

.custom-menu {
  font-size: 110%;
  font-weight: bold;
/*  background-color: white; */
/*  margin-left: 10px; */
/*  width: 165px; */
/*  padding-bottom: 50px; */
}

a,
a:visited,
.title,
.custom-menu a:hover,
.custom-menu .active-trail a {
  color: #996600;
}

.custom-menu a {
  color: darkgreen;
}

