/*============================================================
  Theme Styles - contains all the base styles for the theme.
  To receive automatic updates and bug fixes, we recommend
  leaving this import and overriding specific styles below.
============================================================*/

@import url(/themes/blocks/stylesheets/styles.css);



/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* @gui Font */
body
{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* @gui Background */
body
{background-color: #828b79;}


/* @gui Blocks background */
a#website_back,
#search,
#footer
{background-color: #6b7269;}
#nav li
{border-left-color: #6b7269;}


/* @gui Blocks links */
a,
#main a#keep_shopping,
#pod_rss p
{color: #373937;}


/* @gui Main block background */
#main,
#adding_to_cart,
#added_to_cart
{background-color: #515851;}
#products_extra h3
{border-bottom-color: #515851;}


/* @gui Main block titles */
#minicart_count,
#main h1,
#main h2,
#main h3,
#main dt,
#product_list li a:hover .product_price,
#product_list li a,
.pagination span,
#main .pagination a,
#main .pagination a:hover,
#product_info,
#adding_to_cart h4,
#added_to_cart h4,
ul#option li label,
ul#cart_contents,
.cart_total h3,
#contact_form dt label,
#main #error li,
#main #error_noscript li,
#product_inventory h3
{color: #f3e7ea;}


/* @gui Main block text */
#main p,
#main dd,
#main label,
#main li,
#main #product_status,
.pagination span.current,
.pagination span.yadda,
#product_inventory .inventory_option,
.item_total,
#cart_discount .optional,
#shipping_entry,
#discount_entry,
#shipping_total,
#discount_total,
#products_extra h3
{color: #dee7de;}


/* @gui Main block links */
#main a
{color: #676f68; border-bottom-color: #676f68;}


/* @gui Main block lines */
#product_inventory li.sold_out .inventory_option,
#product_inventory span.inventory_sold
{color: #4B4B4B;}
#product_description,
#product_inventory,
#product_inventory li,
#contact_form dt,
#contact_form dd
{border-top-color: #4B4B4B;}
#cart_shipping,
#cart_discount
{background-color: #4B4B4B;}


/* @gui Inner blocks */
#minicart a,
#main .featured a,
#main .general a,
#main .thumbnail a,
.product_price,
#products_extra,
.pagination span,
#main .pagination a,
#cart_contents .item_wrap
{background-color: #222222;}
#main .featured a,
#main .general a,
#main .thumbnail a
{border-color: #222222;}


/* @gui Footer titles */
#footer h4,
#footer h4 a
{color: #494841;}


/* @gui Link rollovers */
a:hover,
#main a:hover,
#main a#keep_shopping:hover,
#footer h4 a:hover
{color: #2e994a;}
#main a:hover
{border-bottom-color: #2e994a;}
#main .featured a:hover,
#main .general a:hover,
#main .thumbnail a:hover,
#minicart a:hover,
a#website_back:hover,
.product_price span.on_sale,
#product_inventory .inventory_bar,
#main .pagination a:hover,
#error,
#error_noscript
{background-color: #2e994a;}
#main .featured a:hover,
#main .general a:hover,
#main .thumbnail a:hover
{border-color: #2e994a;}



/*============================================================
  Custom Styles - add and override styles below.
============================================================*/




