
/*remove the elements we don't want to print*/
#subheader, #nav, #footer, #innerfooter, #skip, #content .handheldheader {
	display: none;
}

/* get rid of the body bg, change the font and size to be print friendly*/
body {
	background: none;   
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/*let the wrapper take the available room*/
#wrapper {
	width: auto;
}

/*then center the content within the wrapper*/
#content {
	margin: 0 auto;
	width: 6in;
}

#content h2 {
	color: #0D1448;
	font-size: 14pt;
}

/* refloat the image in the content area*/
#content #machu {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 10px 3px 5px;
}

/*set the print header to display block - provides a heading for our printed page*/
#content .printheader {
	display: block;
	margin-bottom: 25px;
}

#portfoliopage #content li,
#heropage #content li {
	margin: 1em 0 1em 1em;
	clear: both;
	border-top: 1em solid #90B991;
	padding: 1em 0em;
}

#content .imgright{
	float: right;
	border: 1px solid #3d5a3e;
	margin: 5px 0px 3px 10px;
}

#content .imgleft{
	float: left;
	border: 1px solid #3d5a3e;
	margin: 5px 10px 3px 0px;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}
