/* 	Hallfield School
   	Print Stylesheet
   
   	8 June 2009, Aimee Holman for Icomm Technologies Limited
   	+44(0)121 248 7878 www.icomm.co.uk
   
   	Theme Name: Hallfield School
	Theme URI: http://wordpress.org/
	Description: Hallfield School
	Version: 1.0
	Author: Katherine Kit
	Author URI: http://www.mercato.com
   
   	COLOURS USED IN THIS SITE 
   	
   	#5f6060 - Content text colour
	#254435 - dark green
  
*/


html, body {
  	height: 100%;
}
body {
	background: #ffffff;
	color: #000000;
}
#mainContainer {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	background: url(images/layout/contentBg.gif) repeat-y top left;
	width: 990px;
}

/* LEFT PANEL STYLES */

#leftPanelContainer {
	display: none;
}





/* MAIN PANEL AREA */

#mainPanelContainer {
	border: none;
	width: 100%;
}
#printLogo {
	display: block;
	float: right;
	height: 65px;
	width: 229px;
}
#topImage {
	width: 785px;
	border: none;
	margin-top: 70px;
}
#topBanner {
	display: none;
}

/* TOP NAVIGATION */

#topNav {
	display: none;
}



/* CONTENT CONTAINER */

#contentContainer {
	width: 770px;
	height: 100%;
	margin-left: 15px;
}
#homeImageLinks {
	display: none;
}
#breadcrumbs {
	display: none;
}
#content {
	float: left;
	width: 382px;
	padding: 10px 50px 0px 24px;
	margin: 0px;
}

#contentFullWidth {
	float: left;
	width: 721px;
	padding: 10px 0px 0px 24px;
	margin: 0px 0px 30px 0px;
}




#contentBottom {
	background: url(images/layout/contentBottom.gif) no-repeat top left;
	width: 990px;
	height: 30px;
}
	


p.website-design {
	display: none;
}
a.post-edit-link {
 	display: none;
}


