/*============================================================
  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(http://www.emmaelliott.com/Spunk/toosexytoo7.css);



/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* Font */
* 
{font-family: Arial, Helvetica, sans-serif;}


/* Background */
body 
{background-color: #004a64;}


/* Text */
body, 
p, 
input, 
textarea, 
#product-details .price, 
#faq-content .faq-list dt, 
#contact-form label, 
#cart-footer .cart-total #cart-shipping-tax p 
{color: #05C7F6;}


/* Links */
a:link, 
a:visited, 
#products .product-a h3, 
#products .product-a p 
{color: #05C7F6;}


/* Links rollover */
a:hover, 
a:active, 
#products .product-a:hover h3, 
#products .product-a:hover p 
{color: #02A7CF;}


/* Header text */
#main-title h2, 
#navigation div.pod h3, 
#minicart h3, 
#minicart .minicart-contents, 
#cart-head 
{color: #ffffff;}

#minicart .minicart-total 
{border-left-color: #ffffff;}
                

/* Sidebar links */
#navigation div.pod a 
{color: #ffffff;}
        

/* Sidebar rollovers */
#navigation div.pod a:hover 
{color: #02A7CF;}
       

/* 