/* 

client: Training Industry, Inc.
author: Atlantic BT - www.atlanticbt.com

Print specific styles sheet (@media print)

*/


body { background: #fff; font-family: Arial, Helvetica, sans-serif; color: #000; text-align: left; font-size: 9pt; }
.header, .main-area, .footer { clear: both; display: block; float: none; width: 100%; }

/* =Typography Styles */
.content p { line-height: 1.2em; margin: 1em 0; }
a:link, a:visited {	color: blue; text-decoration: none; }
h1, h2, h3, h4 { clear: both; float: none; }
h1, h2 { border-bottom: 1px solid #ccc; }

/* =Other Elment Styles */
img { border: 0 }

/* =Add styles for better visual */
.header { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 10px; }
.footer { border-top: 1px solid #ccc; padding-top: 20px; }
.comment-area, .blogger-bio { border: 1px solid #ccc; padding: 10px; }

/* =Hide Layout Elements */
.access,
.header .masthead-links,
.header .search-box,
.navigation,
.secondary-content,
.footer .sub-nav,
.footer .socials,
.footer .top-link,
.footer .abt-links { display: none; }

/* =Hide Individual Elements */
.adv-zone, .zone,
.section-title a,
.bx-prev, .bx-next,
.comm-nav,
.leave-comment,
.social-links { display: none; }
	
	
/* =Page Specific
==============================*/
/* =HomePage */
.hp-slideshow, .slides .slide, .slides .slide * { display: block; float: none; width: 100%; }
.bx-pager { display: none; }



















