@charset "UTF-8";
/**
 * @category    design
 * @package     base_default
 * @author      Darren Felton <dfelton@firstscribe.com>
 * @version     2015.08.27
 */

/* ===================================================================
   -- Snippits -- 
     
   These snippits below are not inteded for you to uncomment, but rather, 
   copy/paste into your own stylesheet. They are provided here simply for 
   convenience  
   =================================================================== */

/* Undoing the click/tabed content of ".product-collateral" area */
/*
.product-collateral .toggle-tabs{display:none}
.product-collateral > dl > dd{border:1px solid #ccc;display:block;margin:0 0 20px}
.product-collateral > dl > dd .tab-content > h2{display:block}
*/

/* ===================================================================
   -- Resets -- 
     
   The remaining CSS declarations serve as a reset to Magento's rwd/default
   theme. The focus is primarily around fonts but some additional 
   declarations exist.   
   =================================================================== */

/* Content Columns - Revise targetting to immediate children */
.col2-set .col-1,
.col2-set .col-2{float:none;width:auto;padding:0}
.col2-set > .col-1,
.col2-set > .col-2{width:50%;padding:20px}
@media only screen and (max-width:770px){
    .col2-set > .col-1,
    .col2-set > .col-2{padding:10px}}
.col2-set > .col-1{float:left;padding-left:0}
.col2-set > .col-2{float:right;padding-right:0}
@media only screen and (max-width:479px){
    .col2-set > .col-1,
    .col2-set > .col-2{float:none;width:auto;border:0;padding-right:0;padding-left:0}}
.col2-set .narrow{width:auto}
.col2-set .wide{width:auto}
.col2-set > .narrow{width:33%}
.col2-set > .wide{width:65%}

/* Global Styles */
.wrapper{min-width:0}

/* Footer Elements */
.footer{border-top:0;font-family:inherit}
.footer address{color:inherit;border-top:0;width:auto;font-size:inherit;margin-top:0;padding:0}

/* Standard Content Area */
.cms-page-view .std li,.cms-no-route .std li,
.cms-page-view .std p,.cms-no-route .std p{color:inherit;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit}
.cms-page-view .std h1,.cms-no-route .std h1{color:inherit}

/* Typography */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:inherit;font-family:inherit;font-style:normal;font-weight:400;text-transform:none}

/* Forms */
body,button,input,select,table,textarea{font-family:inherit}
label{font-family:inherit;font-size:inherit}

/* Toolbars */
.toolbar,.pager{font-family:inherit;color:inherit}

/* Breadcrumbs */
.breadcrumbs li{font-family:inherit}
.breadcrumbs a:hover{color:inherit}

/* Products */
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name,
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a,
h2.product-name a:hover,h3.product-name a:hover,h4.product-name a:hover,h5.product-name a:hover,p.product-name a:hover,
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1{color:inherit}

/* Blocks */
.block-title h2, .block-title h3, .block-title strong{color:inherit;font-family:inherit;font-weight:400}
.block-layered-nav .block-content > dl > dt{font-family:inherit}

/* Slideshows */
.slideshow-container{border:initial;margin:initial;width:initial;display:initial;position:initial}
.slideshow-container .slideshow{border:initial;margin:initial;padding:initial;position:initial;width:initial}

/* Product Review */
.product-review .product-details h2{color:inherit}

/* Print Media */
@media print{
    .catalog-product-compare-index a.link-print,
    .catalog-product-compare-index .btn-remove,
    .catalog-product-compare-index .btn-cart,
    .catalog-product-compare-index .buttons-set{display:none !important}}
