/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 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 */





.header-primary-menu-wrapper {
  background: #0D7A8F;
}


.header-primary-menu-inner ul.menu li {
  font-size: 100%;   /* 13px/12px */

/* Colors and styles for linked node titles, ie. teaser listing at /node */
h2.title a:link {
color: 0D7A8F;
}
h2.title a:visited {
color: 0D7A8F;
}

h2.title a:hover {
color: 0D7A8F;
}
h2.title a:focus
{
color: 0D7A8F;
}
h2.title a:active {
color: 0D7A8F;
}


/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
color: 0D91C8;
}
.node ul.links a {
color: 0D91C8;
}

/* Only more/read more links */
div.node .read-more a,
div.node .more-link a {
color: 0D91C8;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
color: 555555;
}



/* Default link styles - separate a:visited for a different visited link style */
a,
a:link,
a:visited {
color: 0D7AB6;
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
color: 0D7AB6;
}

/* Product and category names */
.catalog-grid-title a:link,
.catalog-grid-title a:visited,
.category a:link,
.category a:visited {
color: 0D7AB6;
}

.catalog-grid-title a:hover,
.catalog-grid-title a:focus,
.category a:hover,
.category a:focus {
color: 0D7AB6;
}



