/* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

/*------------------------------------------------------------------------------*/
/* 	Reset */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

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


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages
*/
body { font:12.5px/1.125 sans-serif; *font-size:small;  background: #444; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
	color: #151E24;
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h6 {
	margin: 0 0 .5em 0;
	font-weight:bold;
	line-height:1.5em;}
h1 { font-size:1.2em; font-family: 'ImpactRegular'; color: #F60; letter-spacing: .125em; line-height: 3em; font-weight: normal; }
h2 { font-size:1em; font-weight: normal; line-height: 1.5em; }
h3 { font-size:1.2em; font-family: 'ImpactRegular'; color: #fff; letter-spacing: .125em; line-height: 3em; font-weight: normal; }
h4 { font-size:1em; font-weight: normal; line-height: 1.5em; }
h5 { font-size:1.2em; font-family: 'ImpactRegular'; color: #F60; letter-spacing: .125em; line-height: 3em; font-weight: normal; }
h6 { font-size:.5em; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, { text-decoration: none; }
a:hover { color: #999; }
a:visited { color:#000;}


ul, ol { margin-left:0; list-style: none; line-height:1.5em; }
ol { list-style-type:decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin:0; } 

small { font-size:85%; }
strong, th { font-weight:bold; }

td, td img {
	vertical-align:top;
	margin: 0 auto;} 

sub {
	vertical-align:sub;
	font-size:smaller;}
sup {
	vertical-align:super;
	font-size:smaller;}

pre {
	padding:15px;
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space:pre; /* CSS2 */
	white-space:pre-wrap; /* CSS 2.1 */
	white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap:break-word; /* IE */ }
 
textarea { overflow:auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background:#6996D5; color:#fff; text-shadow: none; }
::selection { background:#6996D5; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #151E24;
		 color: #151E24;
		 text-decoration: none; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
	position: absolute !important;    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
    Author: Samuel McCune
 */
p { margin: 0 0 1.25em 0; text-align: left; line-height: 1.5em; }

a:hover { cursor: pointer; }

#container {
	margin: 2.5em auto;
	max-width: 80em;}

#content {
	height: 67em;
	padding: 1em 1em 1.5em 1em;
	background-color: #FFF;}
	
.borderradius #content {
	border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;}
	
.boxshadow #content {
	box-shadow: 0 0 .75em #151E24;
    -moz-box-shadow: 0 0 .75em #151E24;
    -webkit-box-shadow: 0 0 .75em #151E24; }

#primary {
	position: absolute;
	top: 0;
	left: 20%;
	width: 42em;
	height: 80%;
	margin: 5em auto;
	padding: 0% 2.5em 20% 1.5em;
	border-left: .13em solid #666;
	line-height: 1.25em;
	z-index: 2;
	overflow: auto;}	

#primary_noscroll {
	position: absolute;
	top: 0;
	left: 20%;
	width: 42em;
	height: 80%;
	margin: 5em auto;
	padding: 0% 2.5em 20% 1.5em;
	border-left: .13em solid #666;
	line-height: 1.25em;
	z-index: 2;}

#marquee {
	position: absolute;
	left: 5em;
	top: 8em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 1; 
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

#marquee:hover {
	-webkit-transform: rotate(30deg) translate(5em, 16em);
	-moz-transform: rotate(30deg) translate(5em, 16em);
	-o-transform: rotate(30deg) translate(5em, 16em); }
	
.marquee-text {
	position: absolute;
	top: 4em;
	left: 1em;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.125em;
	letter-spacing: .125em;
	color: #fff; }

#map {
	position: absolute;
	left: 3em;
	top: 13em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 1; }

.map-text {
	position: relative;
	top: -6.5em;
	left: 1em;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #fff; }

#directions {
	position: relative;
	padding: 0 1em 0 1em; }

.popup {
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

.popup:hover {
	cursor: pointer;
	background-color: rgba(255, 102, 0, 0.66);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	box-shadow: 0 .125em .33em #151E24;
    -moz-box-shadow: 0 .125em .33em #151E24;
    -webkit-box-shadow: 0 .125em .33em #151E24; }

#google_maps {
	position: relative;
	z-index: 2; }

#google_maps:hover {
	cursor: pointer; }

#google_link {
	position: relative;
	top: 1em;
	z-index: 3; }

#google_link:hover {
	cursor: pointer; }

#location_map:hover {
	cursor: pointer; }

#location_map {
	position: relative;
	z-index: 1;
	padding: 1em 1em 0 1em;}

#orange-logo {
	position: relative;
	bottom: 16em;
	left: 8em;
	margin: 0 0 0 0;
	padding: -100 -100 -100 -100;
	z-index: 1; }

#index-nav {
	position: absolute;
	top: 16.25em;
	right: 0;
	float: right;
	width: 8em;
	border-left: .1em solid #666;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #F60;
	z-index: 3;
	}

#index-nav a:link, #index-nav a:active, #index-nav a:visited {
	text-decoration: none; color: #F60;}
	
#index-nav a:hover {
	text-decoration: none; color: #999; cursor: pointer;}

#index-nav ul {
	list-style: none;
		margin: 0 1em 0 1em;}

#index-nav li {
	margin: 1em 0 1em 0;}


#index-logo {
	position: relative;
	top: 5em;
	left: 4em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 2;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

#index-text {
	position:relative;
	top:-25em;
	left:35em;
	width: 25em;
	padding:0;
	margin: 0;
	z-index:3;
	text-align: justify;
	font-family: 'ArialRegular';
}

#logo {
	position: absolute;
	top: 12em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 2; }

.logo-text {
	position: relative;
	top: -8em;
	left: .25em;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #fff; }

#logo-nav {
	position: relative;
	left: -1.75em;
	bottom: 3em;
	margin: 0 0 0 0;
	padding: -3.3em -.5em 3.2em 0;
	z-index: 2;
	overflow: visible; }

#logo-nav a:hover {	cursor: pointer; }

#orange-pdf {
	position: absolute;
	left: 12em;
	top: 15.5em;
	width: 50px;
	height: 50px;
	margin: 3.3em 0 0 0;
	padding: -3.3em -.5em 3.2em 0;
	z-index: 1; }

.pdf-text {
	position: relative;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #fff;
	bottom: 2.5em;
	left: .5em; }

#orange-clients {
	position: absolute;
	left: 7em;
	top: 17em;
	width: 50px;
	height: 50px;
	margin: 3.3em 0 0 0;
	padding: -3.3em -.5em 3.2em 0;
	z-index: 1;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

#orange-clients:hover {
	-webkit-transform-origin: 2em 2em;
	-webkit-transform: rotate(33deg) translate(0em, 0em);
	-moz-transform: rotate(33deg) translate(0em, 0em);
	-o-transform: rotate(33deg) translate(0em, 0em); }

.clients-text {
	position: relative;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #fff;
	bottom: 3em;
	left: 1em; }

#orange-contact {
	position: absolute;
	left: 6em;
	top: 15em;
	width: 50px;
	height: 50px;
	margin: 3.3em 0 0 0;
	padding: -3.3em -.5em 3.2em 0;
	z-index: 1;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

#orange-contact:hover {
	-webkit-transform-origin: 2em 2em;
	-webkit-transform: rotate(33deg) translate(0em, 0em);
	-moz-transform: rotate(33deg) translate(0em, 0em);
	-o-transform: rotate(33deg) translate(0em, 0em); }

.contact-text {
	position: relative;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	font-weight: normal;
	color: #fff;
	bottom: 3em;
	left: .44em; }

#orange-price {
	position: absolute;
	left: 6em;
	top: 19em;
	width: 85px;
	height: 85px;
	margin: 3.3em 0 0 0;
	padding: -3.3em -.5em 3.2em 0;
	z-index: 1;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }

#orange-price:hover {
	-webkit-transform-origin: 2em 2em;
	-webkit-transform: rotate(33deg) translate(0em, 0em);
	-moz-transform: rotate(33deg) translate(0em, 0em);
	-o-transform: rotate(33deg) translate(0em, 0em); }

.price-text {
	position: relative;
	z-index: 2;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #fff;
	bottom: 5em;
	left: .44em; }


.no-svg #logo { display: none; }

#address-index {
	margin: 0 0 0 0;
	padding: 10em 2.5em 0 7.5em;
	text-align: right;
	font-size: .95em;
	font-family: 'ImpactRegular';
	color: #999;
	letter-spacing: .125em;
	z-index: 3; }
	
#address {
	position: absolute;
	top: 100%;	
	left: 42.5%;
	width: 70em;
	margin-top: 10em;
	margin-left: -30em;
	padding: 2.5em 2.5em 2.5em 2.5em;
	text-align: right;
	font-size: .95em;
	font-family: 'ImpactRegular';
	color: #999;
	letter-spacing: .125em;
	z-index: 4;
	overflow: visible;}

#address a:visited, #address a:active, #address a:link {
	text-decoration: none; color: #999; cursor: pointer;}

#address a:hover {
	text-decoration: none; background-color: rgba(255, 102, 0, 0.75); color: #fff; text-shadow: #333; cursor: pointer;}

.borderradius #address a:hover {
	border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;}

.address {
	color: #000;
	text-transform: uppercase;
	margin: 0 .0625em 0 .0625em;
	z-index: 3;
	visibility: visible; }

.address a:visited, .address a:active, .address a:link, .address a:hover {
	text-decoration: none; color: #999; cursor: pointer;}

.link {
	color: #151E24;
	margin: 0 0 0 -.25em; }

.link a:hover {
	text-decoration: none; background-color: rgba(255, 102, 0, 0.75); color: #FFF; text-shadow: #333; cursor: pointer;}

.h2 {
	font-size:1.125em;
	font-family: 'ImpactRegular';
	color: #F60; letter-spacing: .125em;
	font-weight: normal; line-height: 1.5em;
	padding: .125em .125em .125em .125em; }

.h2 a:hover {
	text-decoration: none; background-color: rgba(255, 102, 0, 0.75); color: #FFF; text-shadow: #333; cursor: pointer;}

.borderradius .link a:hover {
	border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;}


#sidebar {
	height: 200px;
	position: absolute;
	right: 0;
	top: 45%;
	margin-top: -100px;
	float: right;
	width: 8em;	}

#main-nav {
	position: relative;
	top: -2em;
	right: 0;
	float: right;
	width: 8em;
	border-left: .13em solid #666;
	text-align: left;
	font-family: 'ImpactRegular';
	font-size: 1.2em;
	letter-spacing: .125em;
	color: #999;
	z-index: 3;
	}

#main-nav a:link, #main-nav a:active, #main-nav a:visited {
	text-decoration: none; color: #999;}
	
#main-nav a:hover {
	text-decoration: none; color: #F60; cursor: pointer;}

#main-nav ul {
	list-style: none;
		margin: 0 1em 0 1em;}

#main-nav li {
	margin: 1em 0 1em 0;}
	
#services-nav {
	position: relative;
	top: 13em;
	text-align: left;
	font-family: 'ImpactRegular';
	color: #fff;
	font-size: 1.2em;
	letter-spacing: .125em;
	z-index: 2;
	}

#services-nav a:link, #services-nav a:active, #services-nav a:visited {
	text-decoration: none; color: #fff;}
	
#services-nav a:hover {
	text-decoration: none; color: #333; cursor: pointer;}

#services-nav ul {
	list-style: none;
		margin: 0 1em 0 1em;}

#services-nav li {
	margin: 1em 0 1em 0;}

#serv-nav {
	position: absolute;
	top: 26em;
	width: 15em;
	text-align: right;
	font-family: 'ImpactRegular';
	font-size: .95em;
	letter-spacing: .125em;
	color: #999;
	z-index: 3;
	}

#serv-nav a:link, #serv-nav a:active, #serv-nav a:visited {
	text-decoration: none; color: #999;}
	
#serv-nav a:hover {
	text-decoration: none; color: #F60; cursor: pointer;}

#serv-nav ul {
	list-style: none;
		margin: 0 .5em 0 .5em;}

#serv-nav li {
	margin: .5em 0 .5em 0;}

#pricelists-nav {
	position: relative;
	top: 14em;
	text-align: left;
	font-family: 'ImpactRegular';
	color: #F60;
	font-size: 1em;
	letter-spacing: .125em;
	z-index: 2;
	}

#pricelists-nav a:link, #pricelists-nav a:active, #pricelists-nav a:visited {
	text-decoration: none; color: #F60;}
	
#pricelists-nav a:hover {
	text-decoration: none; color: #999; cursor: pointer;}

#pricelists-nav ul {
	list-style: none;
		margin: 0 1em 0 1em;}

#pricelists-nav li {
	margin: 1em 0 1em 0;}

#orange {
	position: absolute;
	top: 10em;
	left: 2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 1;}

.sub {
	line-height: 1.5em;
	text-indent: 1.5em;
	width: 100%; }

#main {
	height: 50em;
	width: 76em;
	position: relative;
	margin: .5em .5em .5em .5em;
	background-color: #fff;}

.note {	color: #F60; font-weight: bold;}
.note-center {
	margin: -.25em 0 .5em 0;
	color: #FFF;
	font-weight: bold;
	text-align: center; }
	
a span { visibility: hidden; }
a:hover span { visibility: visible; }
#google_maps a:hover { zoom: 1; }

	

#rd1 {width: 30.77em;}
#rd2 {width: 32.69em;}
#rd3 {width: 30.77em;}
#rd4 {width: 38.46em;}
#rd5 {width: 42.31em;}
#rd6 {width: 34.61em;}
#rd7 {width: 32.69em;}
#rd1, #rd2, #rd3, #rd4, #rd5, #rd6, #rd7 {
	margin: 0 auto;}
	
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;}

.caption {
	position: relative;
	padding: .5em .25em .5em .25em;
	display: block;
	text-align:right;
	font-size:77%;}

#about a:link, #about a:active, #about a:hover, #about a:visited, #services a:link, #services a:active, #services a:hover, #services a:visited, 
#location a:link, #location a:active, #location a:hover, #location a:visited, #clients a:link, #clients a:active, #clients a:hover, #clients a:visited, 
#pricelists a:link, #pricelists a:active, #pricelists a:hover, #pricelists a:visited, #contact a:link, #contact a:active, #contact a:hover, #contact a:visited,
#filmprocessing a:link, #filmprocessing a:active, #filmprocessing a:hover, #filmprocessing a:visited, #gelatinsilver a:link, #gelatinsilver a:active,
#gelatinsilver a:hover, #gelatinsilver a:visited, #digitalpigment a:link, #digitalpigment a:active, #digitalpigment a:hover, #digitalpigment a:visited, 
#platinum a:link, #platinum a:active, #platinum a:hover, #platinum a:visited, #scanning a:link, #scanning a:active, #scanning a:hover, #scanning a:visited, 
#mounting a:link, #mounting a:active, #mounting a:hover, #mounting a:visited, #terms a:link, #terms a:active, #terms a:hover, #terms a:visited { color: #F60;}

.noun { font-size: 85%; font-weight: bold; text-transform: uppercase; }

tr { padding: .125em 0 .125em 0; }
td { padding: .125em 2em .125em 0; line-height: 1.3em; }

.clients {
	font-size: .9em;
	width: 33.33%;
	}

.col-1 {
	width: 33%;
	float: left;
	display: block;}
.col-2 {
	width: 33%;
	float: left;
	display: block;}
.col-3 {
	width: 33%;
	float: left;
	display: block;}

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

