/*
 *  Webwise - Article page printing styles 
 */

 
/* Page structure */
.blq-gvl-3 #blq-mast, .blq-gvl-3 #blq-acc{
	display: none;
}
#blq-nav-main, #banner, #blq-local-nav, #ft-img, #blq-foot,
#col-two, #social-bar{
	display: none;
}

html #blq-main, html #blq-content, html .blq-gvl-3 #blq-container-inner, html #col-one, html .blq-gvl-3 #blq-mast{
	width: auto;
}

html .blq-gvl-3 #blq-container-inner{
	margin: 0;
	padding: 0;
}

html body{
	padding: 16px;
	background: none;
}

#blq-content{
	top: 0;
}


#content .content{
	padding: 0;
}

#content h1, #content h2{
	padding: 0;
	background: none;
}

#content h1{
	margin-bottom: 16px;
}

html body #blq-content #content *{
	color: #000;
}

/* Content */
#content #title img,
#content .video-player,
#content .icon-link{
	display: none;
}

#article-text, 
#article-img,
#content .floating-img{
	float: none;
}

#content .floating-quote,
#content .floating-richtext{
	float: left;
}

#article-author span{
	text-decoration: none;
}

#article-text{
	width: auto;
}

#content .floating-img{
	margin-left: 0;	
}
#content .floating-img p{
	font-style: italic;
}

#content .floating-quote, #content .floating-richtext{
	margin-left: 0;
	background: none;
	border: 1px solid #ccc;
	width: auto;
}
#content .floating-quote blockquote{
	font-weight: normal;
	margin: 0;
}

#content table,
#content thead,
#content td,
#content tr,
#content tr.odd{
	background: none;
}

#content td, #content th{
	border: 1px solid #ccc;
}

/* Print header */
#print-header img{
	display: block;
	margin-bottom: 16px;
}

/* Print footer */
#print-footer{
	border-top: 1px solid #000;
	padding: 16px;
}

html body #blq-content #content #print-footer *{
	vertical-align: middle;
	color: #423b39;
}

#print-footer img{
	margin-right: 8px;
}

#print-footer p{
	margin-top: 16px;
}
