/* $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 */

/** Menus
---------------------------------*/

td {
vertical-align:top;
}

ul.menu {
  list-style: none;
  border: none;
  text-align:left;
  font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
}

li.leaf {
  list-style-type: none;
  list-style-image: url(/misc/blank.png);*/
}

#block-menu-secondary-links .inner .content ul.menu li a:link,
#block-menu-secondary-links .inner .content ul.menu li a:visited {
 /* line-height: 0.85em; /* 14px x 1.5 = 21px */
  list-style: none;
  border: none;
  text-align:left; /* LTR */
  font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

#block-menu-secondary-links .inner .content ul.menu,
#block-menu-secondary-links .inner .content ul.menu li a:hover,
#block-menu-secondary-links .inner .content ul.menu li a:focus,
#block-menu-secondary-links .inner .content ul.menu li a:active {
 /* line-height: 0.85em; /* 14px x 1.5 = 21px */
  list-style: none;
  border: none;
  text-align:left; /* LTR */
  font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #af0000;
  font-size: 14px;
}

#primary-menu-inner ul.menu {
 /* line-height: 0.85em; /* 14px x 1.5 = 21px */
  list-style: none;
  border: none;
  text-align:left; /* LTR */
  font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
}

/*---------------------*/
.view-header h1 {

  font-family: "Myriad Pro",Myriad,"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-weight: bold;
}

/* Links */
a:link,
a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  color: #6a815e;
}

.header-group-inner {
  padding: 0;
}

body {
  background: #ffffff;
  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 */
}

.category-grid-products .catalog-grid-title,
.category-grid-products .catalog-grid-sell-price,
.category-grid-products .add-to-cart {
  text-align: center;
}

.category-grid-products .catalog-grid-title {
font-size:130%;
}
.category-grid-products .catalog-grid-sell-price {
font-size:120%;
}

.product-group #price-group {
  float: right;
  margin:0 20px;
}

.product-image {
clear:right;
float:left;
margin-left:4px;
padding-left:4px;
padding-top:0px;
text-align:center;
}
#content-content .inner {
margin:0;
}

.store-logo {
  min-height:190px;
  vertical-align:middle;
}