/* Use this stylesheet for print styles only. */
* {
  background-color: transparent;
  color: black;
}

#block-cck_blocks-field_right_column_content,
#sidebar-first,
#content-header,
#highlight,
#name-and-slogan,
#site-name,
#header-region,
#block-menu_block-2,
#navigation,
#search-theme-form,
#footer,
#content-sidebar-second-inner,
.breadcrumb,
.tabs,
.feed-icon,
.top-lines
{
	display: none;
} 


#page {
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
}

#content,
#content #content-inner,
.content,
.title {
	margin: 20px 0;
	width: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: black;
}

a:hover, a:active, a:link, a:visited {
	color: black;
}

span.date-display-single {
  font-family: Arial;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: black;
}






/* CSS2 selector to add visible href after links. */ /*
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 0.8em;
	font-weight: normal;
}  
*/


/* 
  added by Indigo Digital
  */
  
  


#toolbar, .background-image, #header, #content-header {
  display: none;
}

#header-region {
  background-image: none;
}


.node-inner h2 {
  font-size: 20px;
}

#header-print {
  height: 26px;
  display: block;
  border-bottom: 2px solid #d4d4d5;
}

#header-print .mit-logo-print {
  //margin-left: 26px;  /* design has logo flush with left */
  float: left;
}

#header-print .mit-office-logo-print {
  //margin-right: 30px; /* design has logo flush with right */
  float: right;
}




.page-node-11 #content-area {
  border-top: 2px solid #d4d4d5;
  position: relative;
  top: -40px;
}



.page-node-11 #header-print {
  border-bottom: 0px;
}

.page-node-11 .view-content {
  position: relative;
  top: -45px;
}

.page-node-5 .content {
  position: relative;
  top: -25px;
}

.page-node-6 .content {
  position: relative;
  top: -25px;
}


.sidebar-first.content-sidebar-second.page-node-5 #content-inner .region-content {
  width: 85%;
}

.page-node-5 #content-sidebar-second {
  width: 15%;
  position: relative;
  right: 11%;
}




