/* ------------------------------------------------------------------------------------- DRM fix for IE */
	span,
	b,
	em,
	u,
	i {
	}

/* ---------------------------------------------------------------------------------------------- Print */	
	#story #content {
		display:block;
	}

/* -------------------------------------------------------------------------------------- Print Formats */	
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
	}
	table td {
		font-size:10pt;
		vertical-align:top;
	}
	.left {
		float:left;
		padding-right:10px;
	}
	.right {
		float:right;
		padding-left:10px;
	}
	#print_header table {
		font-size:8pt;
	}
	#headline {
		border-bottom:1px dotted #4C87CB;
	}
	h1 {
		font-size:14pt;
	}
	h2 {
		font-size:12pt;
	}
	p {
		margin:0 0 10px;
	}
	.by_line {
		color:#4C87CB;
	}
	.editor_details {
		font-weight:bold;
		color:#4C87CB;
		margin:10px 0 0;	
	}
	.editor_details span {
		font-weight:normal;
		color:#074170;
	}
	.widget {
		color:#4C87CB;
	}
	.widget h2{
		font-size:10pt;
		border-bottom:1px solid #4C87CB;
	}
	.width_236 {
		width:236px;
	}
	#bio_about img {
		float:right;
		padding-left:20px;
	}
	ul {
		margin:0;
		padding:0 0 0 15px;
		list-style:square;
	}
	#print_published_date {
		display:inline;
	}
	#print_edition_date {
		display:inline;
	}
	#NotSubscribebox h2 {
		margin-top:50px;
	}
	#NotSubscribebox span.note {
		margin-top:20px;
		display:block;
	}
	#NotSubscribebox li {
		margin-top:10px;
	}
	
/* ---------------------------------------------------------------------------------------- Don't Print */	
	#header,
	#top-nav,
	#page_nav,
	.advertising,
	#story_tools,
	#quote,
	.column_right,
	#search,
	.leader_ad,
	.leader,
	#footer,
	#tab-nav ul,
	#publish_date,
	#updated_date,
	#mdlogin,
	#take_trial,
	#tab_nav {
		display:none;
	}
/* ------------------------------------------------------------------------------------ Digital Edition */	
/* ---------------------------- Print */

	.digital_full #content #print_todays_edition {
		display:block !important;
	}
	#digital_edition img {
		border:none;
		display:none;
	}
	#digital_edition img.imagePdf {
		border:none;
		display:block;
		height:100%;
	}
	#digital_edition #container {
		height:100% !important;
	}	
	
/* ---------------------- Don't Print */
	#digital_header,
	.imgsrc,
	#map,
	#drm_image {
		display:none;
	}
	
	
	
	
	
	