/* 
/* 
Print style definitions (applicapable to entire site).

Site: 
Author: Author
Date: dd mmmm yyyy
Base by Adam Barry
----------------------------------------------------------*/
body {
	background-image: none;
	background-color: white;
	color: black;
}


/*: Hide print irrelevant elements
----------------------------------------------------------*/
.utilities, .navigation, #footer {
	display: none;
}


/***********************************************************
Global Print Layout definition
***********************************************************/
#container {
	width: auto;
	margin: 0;
}

#site {
	width: auto;
	float: none;
	position: static;
}

#content {
	width: auto;
	float: none;
	position: static;
}


/***********************************************************
Components
***********************************************************/

/*: Crumbtrail
----------------------------------------------------------*/
#site .crumbtrail {
	display: none;
}


/*: Image Gallery
----------------------------------------------------------*/
.imageGallery {
	width: auto;
	padding-top: 0;
	float: none;
}

.imageGallery .previewImage {
	float: none;
}

.imageGallery .thumbnails {
	padding-top: 5px;
	float: none;
}


/***********************************************************
Template: Frontpage
***********************************************************/


/***********************************************************
Template: standardPage
***********************************************************/




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

