/* Use this stylesheet for print styles only. */

* {
  background-color: transparent;
  color:black;
}

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

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

#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 {
  display: none;
}

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


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

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

/* design has logo flush with left */
/*
#header-print .mit-logo-print {
  //margin-left: 26px;  
  float: left;
}
*/
/* design has logo flush with right */
/*
#header-print .mit-office-logo-print {
  //margin-right: 30px; 
  float: right;
}
*/
/*------added by PM Indigo Digital----------*/
/*-------------SPEECHES--------------------*/

/*  Removes the non-print logo at top of page   */
.node-type-speeches-writing #block-block-1 {
  display: none;
}

/*  Spacing at top of speeches page    */

.node-type-speeches-writing #header-print {
  padding: 0px 0px 0 0px;
  margin: 47px 20px 20px 20px;  
}

/*  Removes the non-print possible background img spacing issues */
.node-type-speeches-writing 
  #name-and-slogan, 
  #site-name, 
  #header-region, 
  #region-header, 
  #block-menu_block1 {
    display: none;
}

/*  Set all to margins and padding to 0 for start point  */
.node-type-speeches-writing 
  #content,
  #content #content-inner,
  .content,
  .title {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/*  Design shows 52px between content and header  */
.node-type-speeches-writing #block-system-main .block-inner {
  margin: 52px 0 0px 0;
  padding: 0 0 0 0;
}

/* Design shows 25px between title and next text and then the body */
.node-type-speeches-writing .node-inner .field-type-datestamp {
  margin: 25px 0 25px 0;
}

.node-type-speeches-writing #footer {
  display: block;
  color: #333333;
  width: 100%;
}

.node-type-speeches-writing #block-block-2 {
  padding: 0 20px 0 20px;
  }

.node-type-speeches-writing #content-inner .region-content div.block-inner {
padding-bottom: 0;
}

/*----------End SPEECHES-----------------------------------*/



div#page {
    background-image: none !important;
}





















