@media print {


	.side,
	.aside,
	#nav,
	.article_social_sharing{
		display:none;
	}
	
	html{
		background:#fff;
	}
	
	body{
		background:#fff;
		background-color: #fff;
	}
	
	.main{
		width:100%;
	}
	
	.tabs{
		display:none
	}
	
	.article{
		box-shadow:none;
		padding:1em 0;
	}
	
	.content h1{
		color:#26336d;
	}
	
	.backbutton{
		display:none;
	}
	
	.article-header h2{
		width:100%;
		font-family: Georgia, Times, "Times New Roman", serif;
		color:#26336d;
	}
	
	
	.main h1:first-of-type{
		font-size:18pt;
		border-bottom:1px solid #ddd;
		padding:0em 0 1em 0;
		margin:0;
		font-family: Georgia, Times, "Times New Roman", serif; 
	}
	
	.span_wrapper .labels {
		font-weight: bold;
	}
	
	.article-author,
	.article_social,
	.article-newcomment{
		display:none;
	}
	
	.postdetails{
		border-bottom:1px solid #ddd;
		padding:0em 0 1em 0;
		margin:0.5em 0 1em 0;
	}
	
	.article-links{
		border-top:1px solid #ddd;
		padding:1em 0 1em 0;
		margin:0.5em 0 1em 0;
	}
	
	body,
	.span_wrapper span{
		font-family: Georgia, Times, "Times New Roman", serif;
		line-height: 1.65;
		font-size: 12pt;
	}
	
	
	.article-links span, .rating.bottom .rating_title{
		font-family: Georgia, Times, "Times New Roman", serif;
		background:none;
		color:#000;
	}
	
	.postdetails{
		font-family: Georgia, Times, "Times New Roman", serif;
	}
	
	
	a:link, 
	a:visited { 
		color: #26336d;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.header .header_logo a{
		background: url("../img/mew_printlogo.png") no-repeat scroll center center transparent;
		height:165px;
		display: block;
		overflow: hidden;
		text-indent: -500px;
		width: 296px;
	}
	

	
	#footer{
		box-shadow:none;
		border-top:1px solid #ddd;
		background:#fff;
		padding-top:1em;
		margin-top:0.5em;
	}
	
	#footer p,
	#footer a:link,
	#footer a:visited,
	#footer li{
		color:#26336d;
		text-shadow: none;
	}
	
	.base-nav{
		display:none;
	}
	
	.ccc-icon{
		display:none;
	}
	
	#footer .inner {
		width: 920px;
	}

}