/*  
Site Name: Palmerston North City Council
Site URI: http://www.palmerstonnorth.com
Description: Palmerston North City Council & Community Website
Version: 2.0

UPDATE INFO ---------------------------------------

Revision number: 2.0
Last updated: 10 Oct 2009

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Hide
*02: Adjustments
*/

/* *01: Hide -----------------------------------------------------------------------------------------------------------------*/

	#search,
	#nav,
	#header .logo,
	#breadcrumbs .tools,
	.col-pri,
	.col-tri,
	#footer,
	.back-top {
		display:none;
	}
	
	.print-only {
		display:block;	
	}
	
	#header {
		background:none !important;
	}

/* *02: Adjustments ----------------------------------------------------------------------------------------------------------*/

.cols-two,
.cols-three {
	overflow:visible;
}

body,
#breadcrumbs,
.cols-two,
.cols-three {
	margin-right:0;
	margin-left:0;
	padding-right:0;
	padding-left:0;
	min-width:100%;
	width:100%;
}

#breadcrumbs {
	width:90%;	
}

#header {
	border-top:none;
	height:90px;
}
