@media print 
{
	body
	{
		background-color:transparent !important;
	}
	img 
	{
		max-width: 100%;
	}
	#content
	{
		border:0px solid black !important;
	}
	#bg-wrapper
	{
		background-image:none !important;
		
	}

    #header-wrapper,#footer-wrapper,#adminBar,.hideForPrint {
       display:none 
    }
	#content-wrapper:before
	{
		content:url('logo.gif');
		position:relative;
		left:43%;
		
	}
	
}
#newsletter-form {
	display:block !important;
}
#newsletter-form .heading-special
{
	white-space:nowrap;
	overflow:hidden;
	max-width:100%;
}
#content-wrapper:after
{
	content:url('logo.gif');
	display:none;
	
}
/* --------------- Home Blog  -----------*/

#home-blog article
{
height:600px;
}

#home-blog .primary-article img
{
	max-width:500px;
	max-height:300px;
}
#home-blog .limitHome
{
	height:550px;
	position:relative;
	overflow:hidden;

}
#home-blog .blog-article
{
	position:relative;
}
#home-blog .ba-more
{
	position:absolute;
	right:5px;
	bottom:-10px;
}
#home-blog .bd-date
{
	position:absolute;
	left:5px;
	bottom:5px;
}
#home-blog .blog-article img
{
	max-width:80%;
}
/* -------------- Blog max image width -----------*/
article.blog-article img
{
	max-width:90%;
}
.singleBlog .blog-article
{
	background-color:transparent;
}
/*---------------- Category images ----------- */
.pi-image img
{
display: block;
margin: auto;
}


.footer-heading {
    height: 35px;
}
.top-bar .right span form {
	white-space:nowrap;
}
