/* City of Bartlesville, Print Style Sheet */
/* February 07, 2007 - Erik Smith, Pendergraphics Design Group */

/*
|
| TITLE:	City of Bartlesville Master Style Sheet
| AUTHOR:	Erik Smith, erik@pendergraphics.com
|			Eric Shiarla, eric@pendergraphics.com	
|			
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	October 06, 2006
| MODIFIED: 
|
*/
h1 {
	display:none;
}


p.contactinfo {
	border-top:1px solid #ccc;
	background:#fff;
	padding:3px;
	text-align:right;
}

/* ------ [ Main Content ] ---------- */

#mainContent {
	font-size:12px;
}

#contentBlock {
	margin-top:60px;
}

#contentBlock dt, #subBlock dl.events dt {
	font-size:22px;
	padding-bottom:20px;
}

#contentBlock a {
	color:#000;
}

/* ------ [ Main Content: Sub Block ] ---------- */

#subBlock dl.events ul li p {
	display:block;
	margin-top:-10px;
}

#subBlock dl.subNav {display:none;}

p#breadcrumbs {
	font-size:10px;
	margin-top:40px;
}



a#AltHome {
	display:none;
}

/* ------ [ Print Logo ] ---------- */

#printLogo {
	display:block;
	position:relative;
	top:0px;
}
	#printLogo img {
		float:left;
		
	}
	
	#printLogo h1 {
		float:left;
		position:relative;
		top:10px;
		margin:5px 0 0 20px;
		display:block;
		font-size:24px;
	}
	
/* ------ [ Hide Elements ] ---------- */
	
hr, p#breadcrumbs-bottom, #subBlock dl.events p, #contentBlock dl.pollbox, 
#footer, #topbar, #mainNav, p.contactinfo a, #weather, #howdoi, ul.utilities, p.hidden {
	display:none;
}


