/**********************************************************************
=BODY
**********************************************************************/

@media print {
	* {background: #FFF !important;}
	#header .logo a img {
		font-size:12px;
	}
	/* Hide elements */
	#backgroundCover, #social_icons,  #sliver, #et-social-icons, #header_search, #navigation, #featured_slider, #featured_buttons, #footer, .toTop, #sidebar{
		display: none !important;
	}
	
	/* Show URL */
	a:link, a:visited {background: transparent; color:#333; text-decoration:none;}
	a:link[href^="http://"]:after, a[href^="http://"]:visited:after {content: " (" attr(href) ") ";}
	a[href^="http://"] {color:#000;}
	
	#middle_wrapper { padding-bottom: 0 !important;}

	#header .logo a img {
	    float: left;
	    height: 50px;
	    margin: 0 2em 0 0;
	    max-width: 225px;
	    padding-top: 3%;
	    vertical-align: top;
	    width: auto;
		font-size:12px;
	}
	#main {
	    max-width: 85%;
}

	.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
		width: 100% !important;
	}
 }