/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 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 */

body {
  background: #f9f9f9;
}

h1 {
  font-size: 160%;   /* 24px/12px */
}
h2 {
  font-size: 130%;   /* 24px/12px */
}
/* Links */
a:link,
a:visited {
  color: #c34b4b;
}
.header-group-inner {
  padding: 10px 0 5px 0;
}
.header-group-wrapper {
  background: #f9f9f9;
}
.header-group-wrapper a:link,
.header-group-wrapper a:visited {
  color: #c34b4b;
}

/* Header Top */
.header-top-wrapper {
  background: #f9f9f9;
}

.secondary-menu-inner ul.links li a.active {
  background: white;
}

.header-primary-menu-inner ul.menu li {
  background: white;
}
.primary-menu-inner {
  background: white;
}

.header-primary-menu {
  background: #f9f9f9;
}
.header-primary-menu-wrapper{
  background: #f9f9f9;
}
.header-group .inner {
  background: #f9f9f9;
  color: #b0b0b0;
}

/* visited pseudo selector so IE6 applies text colour */
.primary-menu-inner {
  margin-left: 0px;
  margin-right: 0px;

}
.primary-menu-inner ul.menu li a:link,
.primary-menu-inner ul.menu li a:visited {
  border-left: 1px solid #5b5b5b;
  border-top: 1px solid #5b5b5b;
  color: #aeaeae;
  display: block;
  float: left;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

thead th,
th {
  background: #bfe2e7;
}
#site-name a:link,
#site-name a:visited {
  color: #bfe2e7;
}

.breadcrumbs .inner {
  background: ##FEFFFD;
  border: 1px solid #ededed;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.content-inner-inner {
  background: white;
  border: 1px solid #ededed;
  color: #000;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 20px 20px 20px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.category {
  background: #fff;
  padding: 20px 20px 20px 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

