/* @override http://bplm/css/print.css */

/* General layout: Body & Root */

body {
	background: none;

	text-align: left;

	font-size: 12pt;
}

#nblmcRoot {
	width: 800px;

	margin: 0;
	padding: 0;
}

iframe { display: none; }

/* Defaults */

a, a:visited {
    text-decoration: underline;

	font-style: italic;

    color: #000000;
}

a:link:after, a:visited:after 
{
	content: " (" attr(href) ") ";
	font-size: 80%;
}

a.figure:link:after, a.figure:visited:after { content: ""; }

div, p, span {
	color: #000000;
}

p {
	line-height: 20pt;

	padding-bottom: 8pt;
}

span.subtitle, p.subtitle, span.title, p.title, span.medtitle, p.medtitle, span.bigtitle, p.bigtitle {
	color: #000000;
}

.smallnote, .smallnoteStrong, .note, .noteStrong, .orangenote, .orangenoteStrong {
	color: black;
}

/* Text Formatting: UL / OL */

ul, ol {
	padding: 0 2.1em;
}

li {
	margin-bottom: 0;
}

/* General Layout: Primary Navigation Dropdowns */

div.nblmcDropdown {
	display: none !important;
}

/* General Layout: Content */

#nblmcContentFrame {
	font-size: 16pt;
	line-height: 22pt;
}

#nblmcContentFrame img { display: none !important; }
#nblmcContentFrame div.section div.columns img { display: block !important; }

/* General Layout: Footer */

div.container#nblmcFooter {
	background: none !important;

	padding-left: 10px;
	padding-top: 5px;

	border-top: 1px solid black;

	font-size: 10pt;
	font-weight: bold;
}

/* Gradient Box: Gray */

div.gradientBoxGray {
	width: auto;
	min-height: 0px;
}

div.gradientBoxGray div.leftCap {
	display: none !important;
}

div.gradientBoxGray div.middle {
	width: auto;
	min-height: 0px;

	background: none;

	padding-top: 0px;
	padding-bottom: 0px;
}

div.gradientBoxGray div.middle span.title {
	display: none !important;
}

div.gradientBoxGray div.gradientBoxContent span.title {
	margin-top: 0px;
}

div.gradientBoxGray div.rightCap {
	display: none !important;
}

/* Box: Gray */

div.borderBoxGray {
	background-color: white;

	border: 1px solid black;
}

div.borderBoxGray div.title {
	background-color: black;

	color: white;
}

div.borderBoxGray div.borderBoxContent {
	background-color: transparent;
}

/* Teacher Resources: View */

div#resource {
	padding-top: 0px;
}

div#resourceTags {
	display: none !important;
}

div#resource div.title {
	border-bottom: 3px double black;

	color: black;
}

div#resource div.printOnly div.title {
	page-break-before: always;
}

div#teacher div.title, div#student div.title {
	background-color: white;

	border-left: 3px solid black;
	border-top: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;

	color: black;
}

div#resource div.header {
	border-bottom: 1px solid black;

	color: black;
}

div#teacher span.note, div#teacher p.note {
	color: black;
}

div#student {
	padding: 0;

	background-color: white;

	border: 0;
}

/* Figure View */

div#figureView {
	display: none !important;
}

/* Maps in the News */

div#mitn div.topicTitle {
	height: 1em !important;
	background: none !important;

	margin: 0px;

	color: black;

	border-bottom: 3px double black;
}

div#mitn div#article {
	width: 100% !important;
}

div#mitn div#article div.articleTitle {
	width: 100% !important;

	background-color: white;

	margin: 0px;
	padding: 0px;

	color: black;

	border: none;
}
div#mitn div#article div.articleTitle span {
	display: block;
	width: 100%;
	border-bottom: 1px solid black;
}

div#mitn div.header { color: black; border-bottom: 1px solid black;}

div#mitn div#article div.content span.toc, div#mitn div#article div.content select#mitn-toc { display: none !important; }
div#mitn div#article div.section { display: inline !important; }

div#mitn div#article div.columns { background: none !important; }

div#mitn div#article div.section div.left, div#mitn div#article div.more { width: 100%; }
div#mitn div#article div.content div.more { display: none !important; }

div#mitn div#article div.section div.right {
	float: left !important;
	display: block !important;
	clear: both;

	width: 100%;

	padding-top: 10px;
}

div#mitn div#article div.section div.right a {
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}
div#mitn div#article div.section div.right a:link:after, div#mitn div#article div.section div.right a:visited:after 
{ content: "" !important; }

/* Un-float (fix printing issues) */

div { float: none !important; overflow: visible !important; position: static !important; }

img.left, img.right, 
div.nblmcDropdown div, 
div#nblmcContent #nblmcMenu, div#nblmcContent #nblmcMenu div.item, 
div.gradientBoxGray div.leftCap, div.gradientBoxGray div.middle, div.gradientBoxGray div.rightCap, 
div#similar, div#description, div#explore, div.tag, 
div#searchResources, 
div.searchResourcesResult, div.searchResourcesResult div.teacher, div.searchResourcesResult div.student, div#resource, .publication {
	float: none !important;
	overflow: visible !important;
}

/* Set up printing DIVs */

div.noPrint, span.noPrint { display: none !important; }

div.printOnly {
	clear: both;
	display: block !important;
}
span.printOnly { display: inline !important; }

