@media print {  
    body {  
        background: #fff none !important;  
        color: #000;  
    }  
    #wrapper {  
        clear: both !important;  
        display: block !important;  
        float: none !important;  
        position: relative !important;  
    }  
    #header {  
        border-bottom: 2pt solid #000;  
        padding-bottom: 18pt;  
    }  
    
  #side, #footer, #banner, #respond, #nav, #productsMenu {
    display: none;
	}
	
	
	#logo {
	}
	
	#logo a {
		position: relative;
		text-indent: 1%;
	}
	
	img.attachment-post-header {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
    
    h1, h2, h3, h4 {
	    color: #000 !important;
	    text-shadow: none;
    }
    
    #colophon {  
        border-top: 2pt solid #000;  
    }  
    #site-title,  
    #site-description {  
        float: none;  
        line-height: 1.4em;  
        margin: 0;  
        padding: 0;  
    }  
    #site-title {  
        font-size: 13pt;  
    }  
    .entry-content {  
        font-size: 14pt;  
        line-height: 1.6em;  
    }  
    .entry-title {  
        font-size: 21pt;  
    }  
    #access,  
    #branding img,  
    #respond,  
    .comment-edit-link,  
    .edit-link,  
    .navigation,  
    .page-link,  
    .widget-area {  
        display: none !important;  
    }  
    #container,  
    #header,  
    #footer {  
        margin: 0;  
        width: 100%;  
    }  
    #content,  
    .one-column #content {  
        margin: 24pt 0 0;  
        width: 100%;  
    }  
    .wp-caption p {  
        font-size: 11pt;  
    }  
    #site-info,  
    #site-generator {  
        float: none;  
        width: auto;  
    }  
    #colophon {  
        width: auto;  
    }  
    img#wpstats {  
        display: none;  
    }  
    #site-generator a {  
        margin: 0;  
        padding: 0;  
    }  
    #entry-author-info {  
        border: 1px solid #e7e7e7;  
    }  
    #main {  
        display: inline;  
    }  
    .home .sticky {  
        border: none;  
    }  
    
    * {
	    text-shadow: none;
-moz-text-shadow: none;
	    box-shadow: none;
	    -moz-box-shadow: none;
    }
}  