/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body  { 
  font: 18px "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  line-height: 1.5; color: #333; background-color: #fff; 
 }

#header {
  background: #afafe9;
  padding:25px 0 20px;
  clear:both;
  position:relative;
  z-index:10;
  border-bottom: 8px solid #d7d7f4;
}

/* Teresa - this next line is for the header background color*/

#top { 
background:url(images/bg-none.jpg) repeat-x top center;min-height:0;
}

#top{ background-color: #4B1BCB; }

#featured.home .featured-content { padding: 20px 0 0; }

.featured-image a img { border: 6px solid #C3DABE; }

div#content { 
  background-color: #e8f9e8; 
}

#content p {
	margin: 15px 0 0 0;
}

/* Teresa - this next line is for the home page background color behind "Welcome" and the buttons*/

div.home#featured { background-color: #b7c8b7; }

#featured.home p { font-weight: bold; }

#featured a.button { 
  background: url(images/btn-featured-right.png) no-repeat scroll top right; 
  display: block; 
  float: left; 
  height: 44px; 
  padding-right: 16px;
  text-decoration: none;
  color: #777;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:22px; 
  margin:20px 20px 20px 0;
  letter-spacing:-1px;
}



/* Footer styles */

#footer { background-color: #b7c8b7; }

/* WP E-commerce Styles */

a.wpsc_product_title {
  color: #A3B59F;
  font-size: 24px;
}

div.productdisplay img {
  border:6px solid #C3DABE;
  margin: 8px 0 16px 0;
}

div.productdisplay img.additional_description_button {
  border: none;
  margin: 0 10px 0 0;
}


