/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@media print {

	/* print.css */
	body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
	.container {background:none;}
	hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
	hr.space {background:#fff;color:#fff;visibility:hidden;}
	h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
	code {font:.9em "Courier New", Monaco, Courier, monospace;}
	a img {border:none;}
	p img.top {margin-top:0;}
	blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
	.small {font-size:.9em;}
	.large {font-size:1.1em;}
	.quiet {color:#999;}
	.hide {display:none;}
	a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
	a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
	
	/* prevent extra blank page */
	html, body {
	     border: 1px solid white;
	     height: 99%;
	     page-break-after: avoid !important;
	     page-break-before: avoid !important;
	     overflow: hidden;
	  }
	  .print-display-none,
	  .print-display-none * {
	    display: none !important;
	  }
	  .print-visibility-hide,
	  .print-visibility-hide * {
	    visibility: hidden !important;
	  }
	  .printme,
	  .printme * {
	    visibility: visible !important;
	  }
	  .printme {
	    position: absolute;
	    left: 0;
	    top: 0;
	  }
	  
	#primary-header {
		display: none !important;
	}
	
	#specs > div * {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
	    -moz-print-color-adjust: exact !important;
	    -ms-print-color-adjust: exact !important;
	}
	#specs #specs-container #customize-container #customize-gloves-container #glove-container .glove-angle #thumb-text-container #thumb-text-wrapper #t-wrapper {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
	    -moz-print-color-adjust: exact !important;
	    -ms-print-color-adjust: exact !important;
	}
	#specs #specs-container #customize-container #customize-gloves-container #glove-container .glove-angle #thumb-text-container #thumb-text-wrapper #t-wrapper {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
	    -moz-print-color-adjust: exact !important;
	    -ms-print-color-adjust: exact !important;
	}
	#specs #specs-container #customize-container #customize-gloves-container #glove-container .glove-angle #ring-finger-text-container #rf-text-wrapper #rf-wrapper {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
	    -moz-print-color-adjust: exact !important;
	    -ms-print-color-adjust: exact !important;
	}
	#specs #specs-container #customize-container #customize-gloves-container #glove-container .glove-angle #ring-finger-text-container #rf-text-wrapper #rf-wrapper span {
		color-adjust: exact !important;
		-webkit-print-color-adjust: exact !important;
	    -moz-print-color-adjust: exact !important;
	    -ms-print-color-adjust: exact !important;
	}
	
    #specs {
	    position: relative;
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 19px;
	}
	#specs .title, #specs .specs-nav, #specs #view-full-design-spec, #specs .specs-footer, #specs .close-specs {
		display: none;
	}
	#specs .gid-holder {
		margin-bottom: 12px;
		font-size: 17px;
		font-weight: bold;
	}
	#specs .specs-header {
		margin: 11px 0 0 !important;
		font-size: 15px !important;
		font-weight: bold;
		text-transform: uppercase;
		background-color: #efefef !important;
	}
	#specs .header-title {
		display: block;
		margin: 8px 0 2px;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#specs .data-label {
		font-weight: bold;
		font-size: .8em !important;
	}
	#specs .data-value {
		font-weight: normal;
	}
	
	
	
	
	#specs #specs-container {
		/*border: thin solid grey;*/
	}
	
	#specs #specs-container {
		position: absolute;
		top: 240px;
		right: 70px;
		width: 600px;
		height: 1000px;
		vertical-align: top;
		padding: 0;
		margin: 0;
		overflow: visible;
	}
	#specs #specs-data-container .specs-header.info {
		display: none !important;
	}
	#specs #glove-holder {
		width: 1400px;
		height: auto;
		vertical-align: top;
		padding: 0;
		margin: 5px 0 0 0;
		overflow: visible;
				
		transform:          		translate(-24%, -28%) scale(0.49) translateZ(0) !important;
		-webkit-transform:          translate(-24%, -28%) scale(0.49) translateZ(0) !important;
	}
	#specs #glove-holder .glove-angle {
		display: inline-block;
		width: 450px;
		margin-bottom: 35px;
	}
	
	/* safari only */
	@media not all and (min-resolution:.001dpcm)
	{ @supports (-webkit-appearance:none) {
		#specs {
	        font-size: 14px;
	        line-height: 17px;
		}
		
		#specs #specs-container #customize-container #customize-gloves-container #glove-container {
			margin: -245px 0 0 100px;
		}
		#specs #specs-container #customize-container #customize-gloves-container #glove-container .glove-angle {
			margin-bottom: 25px;
		}
	}}
}
