/* PRINT STYLESHEET */

body {
    height: 100%;
    margin: 0;
    background: #fff;
  	}
  	
  /*
 * Strip background from likely candidates
 */

div[id*="wrapper"],
[class*="title"],
[class*="inner"],
header,
footer,
#branding,
#container,
#columns,
.columns-inner,
#content-column,
.content-inner,
.region,
.region-header,
.region-content,
.article,
.article-title,
.article-content,
.comment,
.comment-title,
.comment-content,
.block,
.block-inner,
.block-title,
.block-content,
table,
table * {
  background: none !important;
}

/*
 * Hide various bits of the page
 */
 
#administration-toolbar,
.dialog-off-canvas-main-canvas,
header.navbar,
nav.tabs,
aside,
footer.footer,
.shariff,
.field--name-field-pi,
.field--name-field-research-areas,
.field--name-field-tags,
.field--name-field-related-entities,
#block-eventsviewlinks,
.view-filters,
.bs-region--right,
.views-field-edit-bibcite-reference,
.views-field-view-bibcite-reference
 {
  display: none;
}

.bs-region--left
 {
  display: block;
  width: 100%;
}
 
 #print_logo {
 display: block;
 width: 100px;
 height: 45px;
 margin: 15px 0 0 0;
 padding: 0;
}

#print_logo img {
  float: left;
  margin: 10px 10px 0 10px;
  width: 100px;
  height: auto;
  border: none;
}

.main-container {
	margin-top: 40px;
}

.region-content .field--name-field-body p {
	text-align: left;
	}

/*
 * HTML elements
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  background: none;
  border: none;
}

h1 {
  font-size: 18pt;
}

.field--name-field-subtitle {
	font-size: 14pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
}

h4,
h5,
h6 {
  font-size: 11pt;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
#site-name a,
#site-slogan {
  text-decoration: none !important;
  color: #333333;
}

hgroup a:link, hgroup a:visited {
  text-decoration: none;
}

#page-title {
  margin-top: 10px;
}

a {
  background: transparent;
  text-decoration: none;
  color: #3e57a3;
  word-wrap: break-word;
}

a[href^="http://"]:after, a[href^="http://"]:visited:after {
  content: "(" attr(href) ")";
}

blockquote {
  margin: 20px;
  padding: 10px;
  font-size: 10pt;
  font-style: italic;
  background: #eeeeee;
}

hr {
  background-color: #666666;
}

/*
 * Images
 */

 .float-left-image {
	 width: 300px;
	 height: auto;
	 float: left;
	 clear: left;
	 margin: 5px 10px 5px 0;
 }
