/*  = INFO
/*  -------------------------------------------------------- */
  /*

    project:          Robert McClintock - eCommerce Website
    file:             print.css
    creator:          Ben Kutil <ben@make-things.com>
    creation date:    Sun Feb 15 12:56:16 EST 2009
    copyright:        (c) 2009 - Make Things Studio, LLC
                      All rights reserved.      

    info:             Print Stylesheet for Magento

  */
/*  -------------------------------------------------------- */
/*  = [end] INFO */

/* initial resets */
@import url("/_assets/css/reset.css");

/* tools */
@import url("/_assets/css/tools.css");

/*  = Hide Stuff
/*  -------------------------------------------------------- */

    #tier1,
    #utility,
    #utility-search,
    #tier2,
    #tier3,
    #breadcrumbs,
    #sitemap,
    #promo-content,
    #branding-logo img,
    .pager,
    #product-addToCart,
    #product-utility { display: none; }
    
#header,
#content,
#footer { display: inline; float: left; width: 100%; }

#branding-logo { width: 665px; height: 47px; background: url(/_assets/images/_s/robert_mcclintock-blk.gif) left top no-repeat; }

/*	=	Product Thumbnails
			this shows up in listings, as upsells, and other areas 
			throughout the site.
			it looks like this.
			<h3 class="prod thumb" stlyle="background: <path to file>">
			<a href=""><span>title</span></a>
			</h3>
/*	-------------------------------------------------------- */
			.thumb { position: relative; overflow: hidden;}

			.thumb a,
			.thumb a:link,
			.thumb a:visited { font-weight: bold; line-height: 1.5; text-decoration: none; color: #fff; border: none; }

			.thumb a:hover { color: #448cca }

		.thumb span { display: block; position: absolute; bottom: 0; left: 0; width: 100%; padding: 6px; font-size: .7em; background: #0a1218; }

/*	-------------------------------------------------------- */
/*	=	[end] Product Thumbnails */

      .catalog-category-view .thumb.cat { position: relative; display: inline; float: left; width: 150px; height: 180px; margin: 0 50px 22.5px 0; overflow: hidden; }

      .catalog-category-view .thumb.cat img { height: 250px; margin: 0 0 0 -25%; }

      .catalog-category-view .thumb.cat a { display: block; width: 300px; height: 300px; }
      
      /*	=	Product Catalog
      Lists the products
      /*	-------------------------------------------------------- */
          .catalog-category-view.product-list .thumb.prod { display: inline; float: left; width: 150px; height: 180px; margin: 0 0 18px 18px; }

          .catalog-category-view .thumb.prod a { display: block; width: 150px; height: 150px; }
          
      
      #main-product-image #image { width: 200px; }