@charset "UTF-8";
/*	CSS Document									*/

/*	Theme Name: Sparkitect			 				*/
/*	File Name: layout_Print.css 					*/
/*	Author: Ben Guthrie								*/
/*	Author URI: http://www.TheGuthrieProject.com	*/





/* special attributes for printed output */





@media print {



#footer .siteDesign, 
#footer .social, 
#footer .social > a
	{
    display: none; 
	}


body  
	{
	background:#ccc;
	}
	

h1, h2, h3, h4, h5, h6, h7, h8, 
p, pre, br, span, div, li, 
ul, ul ul, ul ul ul, ul li, ul ul li, ul ul ul li, 
.hugeText, 
.bigText, 
.mediumText,  
.smallText, 
a:link, 
a:visited, 
a:hover, 
a:active, 
.responsive_heading_01
	{
	color:#000;
	z-index:9;
	font-size:18px;
	opacity:1.0;
	filter: alpha(opacity=100); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}


#LogoText_Container 
	{
	bottom:55%;
	width:70%;
	font-size:20px !important;
	}


#ContactText_Container 
	{
	bottom:10%;
	height:2.0em;
	width:30%;
	z-index:9;
	}

}
