/* Print Stylesheet */

* {
	z-index: 0;
}

body,
body#drill {
	background: none;
	height: auto;
}

#container,
#drill #container {
	background: none;
	width: 596px;
}

#header {
	margin: 0;
	width: 596px;
}
#header #logo {
	background: url(../images/backgrounds/print-logo.gif) 0 0 no-repeat;
	display: block;
	height: 52px;
	margin: 0;
	width: 275px;
}
#header #logo a,
#header ul.navigation {
	display: none;
}

#content {
	display: block;
	margin: 0;
	width: 596px;
}

#leftContent {
	float: none;
}
	.mainContentWrapper {
		background: none;
	}
		.mainContent {
			background: none;
			padding: 0;
		}
		.mainContent img {
			display: none;
			margin: 0;
		}
		.mainContent .smallTitle {
			padding-bottom: 5px;
		}
		
		.day {
			background: none;
			padding: 10px;
		}
		.day .agenda .event {
			border: 1px solid #fff;
			margin: 0 -1px 15px -1px;
			margin-bottom: 15px;
			width: 596px;
		}
		.day .agenda .event .desc .speakerbio {
			color: #000;
		}
		.day .agenda .event .desc .speakerbio span {
			display: none;
		}
		
		.speaker {
			border: 1px dotted #fff;
			display: block;
			font-size: 1.0em;
			height: auto;
			left: 0;
			margin: 15px -1px;
			position: static;
			top: 0;
			width: 596px;
		}		
		.speakerTop {
			background: none;
			display: block;
			float: left;
			height: auto;
			padding: 0 0 0 10px;
			position: static;
			width: 268px;
		}
		.speakerTop div.intro {
			width: 170px;
		}
		.speakerTop div.intro span.name {
			color: #000;
			display: block;
			font: bold 1.3em Arial, Helvetica, sans-serif;
		}
		.speakerTop div.intro span.organization {
			color: #84888b;
			display: block;
			font: bold 1.1em Arial, Helvetica, sans-serif;
		}
		.speakerContent {
			background: none;
			display: block;
			float: left;
			height: auto;
			padding: 0;
			position: relative;
			width: 300px;
		}
		.speakerContent p {
			color: #000;
			font-size: 1.2em;
			line-height: 1.3em;
			margin: 0;
			padding: 0 0 1em 0;
		}
		.speakerBtm {
			background: none;
			clear: both;
		}
		.speaker_rule {
			background: url(../images/backgrounds/speaker-print-rule.gif) 0 0 repeat-x;
			display: block;
			height: 1px;
			margin: 10px 0;
			width: 596px;
		}
		
		.clinicLinks {
			display: none;
		}

		.day_rule {
			background: url(../images/backgrounds/day-rule.gif) 0 0 repeat-x;
			display: block;
			height: 3px;
			width: 100%;
		}
		
		#printLocalAccommodations .h3 {
			margin-bottom: 25px;
		}
		.hotel {
			float: left;
			font-size: 1.1em;
			width: 195px;
			margin-bottom: 20px;
		}
		.hotel .map {
			display: none;
		}

#rightContent {
	display: none;
}

#footer {
	background: none;
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 596px;
	z-index: 0;
}
	#footer ul li {
		background: none;
		padding: 0 12px 0 0;
	}
	#footer ul li.contact {
		color: #363636;
		display: block;
		margin: 5px 0 0 0;
	}

	.buildingChampions,
	.sponsors {
		display: none;
	}




/*--- print styles to show ---*/

.page-break { 
	display: block; 
	page-break-before: always; 
}  

#printClinicInfo {
	display: block;
	margin: 20px 0 0 0;
	width: 370px;
}
#printClinicInfo .date,
#printClinicInfo .cost,
#printClinicInfo .location,
#printClinicInfo .director,
#printClinicInfo .site{
	color: #000;
	float: left;
	font: 1.1em Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	width: 185px;
}
#printClinicInfo .date strong,
#printClinicInfo .cost em,
#printClinicInfo .location em,
#printClinicInfo .director em,
#printClinicInfo .site em{
	color: #959595;
	display: block;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	text-transform: uppercase;	
}
#printClinicInfo .location a {
	display: none;
}
#printClinicInfo .director a,
#printClinicInfo .site a {
	text-decoration: none;
}

#printSpeakerBios, 
#printLocalAccommodations {
	display: block;
	margin: 20px 0 0 0;
}

#footer ul li.print {
	display: inline;
}




