/* 
PRINT STYLES
Title: Expandex
URL: http://expandexglutenfree.com/
Description: Print style sheet
Created : 3/28/06 
*/


#nav-main, #nav-utility {
	display: none !important;
	}
	
	
body, #header, #footer, #wrap, #content, 
#content-main, #content-secondary	{
	width: auto !important;
	margin: 0 !important;
	padding: 0!important;
	background: transparent;
	}
	
body { 
	font-size: 12pt;
	background: white; 
	width: 75%;
	margin: 0 auto;
	}
	
#header {
	height: 120px;
	}
#header h1 a {
	display: none;
	}
#header h1 img.print-only {
	display: inline;
	position: absolute;
	left: 10%;
	top: 0;
	margin: 0;
	padding: 0;
	}
img.img-span, img.img-inset {
	display: none;
	}
#wrap, #content-secondary {
	border: none;
	}
#content-secondary {
	}


#footer {
	text-align: center;
	border-top: 1px solid #6b1;
	margin-top: 1em;
	}
	
#content {
	float: none;
	}


#content a:link, #content a:visited {
	color: #7c1;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
   content: " (http://expandexglutenfree.com" attr(href) ") ";
   }

img.print-only {
	display: inline;
	position: absolute;
	left: 2em;
	top: 4em;
	margin: 0;
	padding: 0;
	}