
/* KVD and Valley Rowe Custom Overrides (these come from gray.css in design pack; any commented changes are my new changes from my old change (e.g. gray to blue)). 20110126: changed gray to blue (to get back to gray just look at gray.css for hex number) 

Basic Typography & Colors
--------------------------------------------------------------*/


/* Body
-------------------------------------------------------------- /*
/*
  background: #f3f3f3;
  font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
  font-size: 75%;   /* also set in acquia_prosper.info: settings[base-font-size] = font-size-12 */
*/
body {
  font-family: "Albertus MT Regular", Arial, Helvetica, Tahoma, Verdana, sans-serif;
}


/* Header Regions
-------------------------------------------------------------- /*
/* Header Group */
.header-group-wrapper {
  background: #f3f3f3;
  float: left;
}

/* Header Top */
.header-top-wrapper {
  background: #4cc7dd url(images/secondary-menu-bg.png) repeat-x 0 100%;
}


/* Header Wrapper*/
.header-group .inner {
  padding: 25px 0 15px 0;
  background: #f3f3f3;
  color: #b0b0b0;
}

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-bottom-wrapper {
  background: #4cc7dd;
  color: #b0b0b0;
}



/* Primary Menu
/-------------------------------------------------------------- */
.header-primary-menu-wrapper {
  background: #f3f3f3;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  float: left;
}

.header-primary-menu {
  overflow: visible;
}

.primary-menu {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 10;
}

/* visited pseudo selector so IE6 applies text colour */
.primary-menu-inner ul.menu li a:link,
.primary-menu-inner ul.menu li a:visited {
  border-left: 1px solid #5b5b5b;
  color: #aeaeae;
  display: block;
  float: left;
  padding: 8px 20px 8px 20px;
}

/*this color applies to the link after it's been selected but before final state*/
.primary-menu-inner ul.menu li a:hover,
.primary-menu-inner ul.menu li a:focus {
  color: #b0b0b0;
}

/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
  float: none;
}
/*background color controls yellow hover color of  box and color of link*/
.primary-menu-inner ul.sf-menu li a:hover,
.primary-menu-inner ul.sf-menu li:hover a {
  background: #ebdc30;
  color: #ffffff; /*#e36955;*/
  }
/*background color controls blue finish color of box*/
.primary-menu-inner ul.menu li.active-trail a,
.primary-menu-inner ul.sf-menu li.hover a {
  background: #4cc7dd;
  color: #8b8b8b;
}
/*color controls final color of link*/
.primary-menu-inner ul.menu li.active-trail a.active {
  color: #ffffff; /*#106915;*/
}

.primary-menu-inner ul.sf-menu li.last {
  border-right: 1px solid #5b5b5b;
}


/* Breadcrumbs
/-------------------------------------------------------------- 
borders originally: 
  border-bottom: 1px solid #fff;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #929292;
  color: #8e8e8e;
  padding: 5px 5px 0 5px;
*/
.breadcrumbs .inner {
  background: #efefef;
  border-bottom: 1px none #fff;
  border-left: 1px none #e2e2e2;
  border-right: 1px none #e2e2e2;
  border-top: 1px none #929292;
  color: #8e8e8e;
  padding: 5px 5px 0 5px;
}

/* Ubercart Modifications */
.uc_out_of_stock_throbbing {
  background-image: none !important;
}
