/* print styles */

@media print {

	body {
		font-family: sans-serif;
		font-size: 14px;
		color: #555;
		background: none;
	}
	
	.row {
		width: 100%;
	}
	
	header {
		position: relative;
	}
	
	
	img#print {
		display: block;
	}
	
	img#screen {
		display: none;
	}
	
	div#lower-nav {
		background-color: #fff;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin: 0 0 20px;
		color: #3a3a3a !important;
		font-weight: 600;
		text-transform: uppercase;
		text-shadow: none;
	}
	
	body.home h1, h1, p.title {
		margin-top: 0;
		font-size: 44px;
		line-height: 50px;
		color: #3a3a3a !important;
	
	}
	
	body.home div.intro p {
		color: #000;
		text-shadow: none;
		
	}
	
	body.home div#content_wrap {
		padding-top: 0;
	}
	
	div#banner-wrap div.content {
		top: 10px;
	}
	
	div#banner-img {
		background-image: none !important;
	}
	
	div#banner-wrap {
		height: 50px;
	}

	header,
	header nav,
	#footer-wrap,
	nav#info,
	div#banner,
	div#site_search,
	aside,
	div.pagination,
	ul#files,
	div.addthis_toolbox,
	ul#breadcrumb,
	#slogan,
	div#txtsnp-blackout,
	div#txtsnp-editor,
	h4#downloads,
	ul.files,
	div.action,
	div#top-nav,
	a.b-online,
	a.callout-previous,
	a.callout-next,
	div.awards,
	ul#social,
	p#bluestorm,
	div.newsletter-wrap,
	div#vidcontainer,
	div#video_overlay,
	body.home div#banner-wrap,
	a.button,
	footer .three, footer .row .three,
	footer p#directions img, 
	footer p#otimes img,
	div#overlay,
	p#back,
	div.meet-stars,
	div.basket-area,
	a.buttons
	 {
		display: none !important;
	}
	
	img {
		max-width: 500px;
	}
	
	img, table { 
		page-break-inside: avoid; 
	}
	
	table td, table th {
		padding: 8px 0;
	}
	
	table, th, td {
	  border-collapse:collapse;
	  border-top: 1px solid #e6e6e6;
	}
	
	blockquote, ul {
		margin: 0;
	}
	
	section#content ul {
		list-style: none;
	}
	
	
	section#content ul li {
		content: "» ";
		background: none;
		padding: 0 0 0 10px;
	}
	
	div.application_section.hidden {
		display: block !important;
	}

	section#content {
		width: 100%;
	}
	
	
	body.deep-tour section.slide {
		height: auto;
		background-image: none !important;
		overflow: auto;
	}
	
	body.deep-tour section.slide h2 {
		margin-top: 30px !important;
		color: #3a3a3a;
		text-shadow: none;
		font-size: 30px;
	}
	
	.rtl {
		direction: ltr;
	}
	
	body.deep-tour section.slide p {
		color: #555;
		text-shadow: none;
	}
	
	body.deep-tour section.slide img {
		max-width: 300px;
		margin-top: 30px !important;
	}
	
	
	
	body.home div#footer-wrap {
		position: relative;
		width: 100%;
		bottom: auto;
	}

	footer {
		width: 100%;
		border-top: 1px solid #e6e6e6;
		background-color: #fff;
	}
	
	footer .six,
	footer .nine {
		width: 100% !important;
	}
	
	footer p#directions span, footer p#otimes span {
		width: auto;
		color: #555;
	}
	
	img {
		border: 0;
	}

	header {
		margin-bottom: 40px;
	}

	header:after {
		display: block;
	}

	blockquote {
		font-style: italic;
	}

	p a {
		color: #000;
	}

	section#content p a:after {
		content: " (" attr(href) ")";
		font-size: 12px;
		word-wrap: break-word;
	}

	p#bluestorm {
		width: auto;
	}

}