/* Metapress.org print styles */
#content-print {
/*	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1;*/
	position: static;
	visibility: visible;
}

#content-screen {
	display: none;
/*	position: absolute; 
	top: 25px; 
	left: 25px; 
	z-index: 2;
	visibility: hidden;*/
}
#content-print .project{
	position: relative;
}

#content-print .project img{
	display: block;
	page-break-before: always;
	border: 0px solid red;
	border-top: 8px solid white;
	border-left: 6px solid white;
	margin: 0;
	padding: 0;
/*	width: 1100px;
	height: 780px;*/
	width: 1092px;
	height: 776px;
	display: block;
}

#content-print .project img.first-image{
	border-top: 3px solid white !important;
	border-left: 9px solid white;
	margin: 0;
	padding: 0;
	page-break-before: avoid;
}
/*#content-print .project img.odd-image{
	border-top: 10px solid white !important;
	border-left: 10px solid white;
	margin: 0;
	padding: 0;
	page-break-before: avoid;
}*/


/* Screenshot - project preview */
p#screenshot,
p#screenshot img{
	display:none;
}