{{ head_content }}
a, a:hover, a:visited{text-decoration:none;}
/*============================================================
Basic Styles - used for the simple controls.
============================================================*/
/* @gui Font */
body
{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
/* @gui Background */
body
{background-color: #ececec;}
/* @gui Blocks background */
a#website_back,
#search,
#footer
{background-color: #EEEEEE;}
#nav li
{border-left-color: #EEEEEE;}
/* @gui Blocks links */
a,
#main a#keep_shopping,
#pod_rss p
{color: #666666;}
/* @gui Main block background */
#main,
#adding_to_cart,
#added_to_cart
{background-color: #333333;}
#products_extra h3
{border-bottom-color: #333333;}
/* @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: #FFFFFF;}
/* @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: #999999;}
/* @gui Main block links */
#main a
{color: #CCCCCC; border-bottom-color: #CCCCCC;}
/* @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: #666666;}
/* @gui Link rollovers */
a:hover,
#main a:hover,
#main a#keep_shopping:hover,
#footer h4 a:hover
{color: #00B8ED;}
#main a:hover
{border-bottom-color: #00B8ED;}
#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: #00B8ED;}
#main .featured a:hover,
#main .general a:hover,
#main .thumbnail a:hover
{border-color: #00B8ED;}
/*============================================================
Custom Styles - add and override styles below.
============================================================*/
#minicart {
position: absolute;
right: 100px;
top: 0;
z-index: 10;
background:#ececec;
}
#minicart a {
display: block;
width: 127px;
height: 25px;
background: #000;
}
#minicart a:hover {
background-color: #555;
}
#minicart_count {
float: left;
height: 13px;
margin: 6px 0 0 4px;
padding-left: 21px;
behavior: url(http://cache0.bigcartel.com/themes/blocks/javascripts/iepngfix.htc);
background: url(http://cache0.bigcartel.com/themes/blocks/images/icon_cart.png) 0 0 no-repeat;
font-size: 12px;
font-weight: bold;
color: #fff;
line-height: 16px;
}
#minicart_view {
float: right;
display: block;
width: 16px;
height: 16px;
margin: 4px 0 0 30px;
padding-right: 5px;
behavior: url(http://cache0.bigcartel.com/themes/blocks/javascripts/iepngfix.htc);
background: url(http://cache0.bigcartel.com/themes/blocks/images/btn_view_cart.png) 0 0 no-repeat;
text-indent: -5000px;
}
#minicart a:hover #minicart_view {
background-position: 0 -16px;
}
#main a, #main a:visited {
color: #000;
text-decoration: underline;
border:none;
}
#main a:hover {
color: #000;
text-decoration: none;
border:none;
}