/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	RBCM Archives
	Author:	Darren Gould
	Date:	November, 2009
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

#search, #topNav, #mainNav, #actionsContainer, #subNav
{
	display: none;
}


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */

body 
{
	background-color: #FFF;
}

#uber 
{
	width: 100%;
	background: none;
}

#header 
{
	width: 100%;
	margin-bottom: 10px;
	background: none;
}

#main 
{
	width: 100%;
}

.mainInterior 
{
	background: none;
	border-top: none;		
}

#contentInt, #contentInt_wide
{
	padding: 0;
	width: 100%;
}

#footer 
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0;
	width: 100%;
}

img#single-page
{
    max-width: 100vw;
    max-height: 100vh;
}

/* ----- END OF TEMPLATE ----- */