/* GENERAL STYLES */
/* 
Print style definitions (applicapable only to print jobs).

Site: WiGOMO
Author: Adam Barry
Date: 20 March 2009
Base by Adam Barry
----------------------------------------------------------*/

/***********************************************************
Overall style definitions
***********************************************************/
* div {
	clear: both;
}

#container {
	width: 100%;
}

.header {
	display: none;
}

.crumbtrail {
	display: none;
}

.footer {
	width: 100%;
	padding-top: 0;
	margin-top: 20px;
	float: none;
}

.footer .quicklinks, .footer .partners {
	display: none;
}

/*: Navigation
Hide the navigation from print jobs.
----------------------------------------------------------*/
.navigation {
	display: none
}


.content {
	width: 100%;
	padding: 0;
	float: none;
}


/***********************************************************
Individual page style definitions
***********************************************************/
/*: Default
----------------------------------------------------------*/

/* EDITOR PROPERTIES */
