@media print {
	#headerEvent,
	#headerAdvert,
    #headerDate,
	#headerSearch,
	#issueBullets,
	#mainMenu,
    #mainFeature img,
    #typeIndicator,
    #typeIndicatorSimple,
	#recommendedArticles,
	#newsletterSignup,
	#articleSharing,
	#photoCredit,
    #authorDetails img,
	.sidebar p.commentCount,
    .sidebar blockquote,
	#relatedArticles,
	.focuslisting,
    #articleFirstLetter,    
	#mustReadBanner,
	#articleEventWrapper,
    #disqus_thread,
	#footer,
    #socialIconsWrapper,
    #spikedShareSignup,
    #spikedShareTitle {
		display: none;
	}
	
	.firstLetter {
		display: inline;
	}
	
	#header {
		border-bottom: 6px solid #b7b7b7;
		height: auto;
		margin: 0 0 10px;
		padding: 0 0 10px;
		position: static;
		width: 960px;
	}
	
	#logo {
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
	}

    #logo img {
        display: block;
    }
	
	.sidebar {
		float: none;
		padding: 0;
        width: auto;
	}
	
	#articleTitleWrapper {
		min-height: auto !important;
	}
	
	#authorDetails {
		bottom: auto;
		left: auto;
		padding: 0 0 20px;
        position: static;
		width: auto;
	}
	
	#mainFeature {
		color: #000;
		height: auto;
		margin: 0 0 10px;
		width: auto;
	}
	
	#mainFeature.articleFeature {
		margin-bottom: 20px;
	}
	
	#mainFeature.articleFeature #featureOverlay {
		background: none;
		bottom: auto;
		left: auto;
		padding: 0;
		position: static;
		width: auto;
	}
	
	#mainFeature.articleFeature #featureOverlay h1 {
		text-shadow: none;
		text-transform: none;
	}
	
	.contentRight {
		float: none;
		padding: 0;
		width: auto;
	}
}