/* $Id: print.css,v  Exp $ */

/* white background, black text, arial font, decent font size */
body, node.content {
  background-color: #fff;
  color: #000;
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 12pt;
  width: 100%;
  text-align:justify;
}

#page {
  margin: 0;
  width: auto;
  color: #000;
}

#squeeze {
  margin: 0;
  width: 100%; 
}

#content-wrapper{
	border:none;
}
.corner, .vertical {
	display:none;
}
.block-profile .title-wrapper .title,
.block-profile .content {
  background-image: none;
}


/* Make the link color dark again */
a:link, a:visited {
  color: #520;
  background: transparent;
  text-decoration: underline !important;
}
/* underline all links - lightly */
a:link, a:visited{
  border-bottom: 1px dotted #764;
  text-decoration: none !important;
}

/* don't underline header */
#header a:link, #header a:visited, .title a:link, .title a:visited {
  text-decoration: none !important;	
  border-bottom: none;
}
/* or links attached to images */
.image-attach-body a:link{
  border-bottom: none;
}


/* CSS2 selector to add visible href after links */
/*
#main a:link:after, #main a:visited:after,
.content a:link:after, .content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  font-weight: normal;
}
*/
/* That's great, but too messy on complex pages. Be more selective */
.field-type-link .field-item a:link:after,
.field-type-link .field-item a:visited:after
, a.explicit-link:link:after, a.explicit-link:visited:after 
{
  content: " (" attr(href) ") ";
  font-size: 80%;
  font-weight: normal;
}


/* don't float floating things */
#main, #container .sidebar {
  float: none;
  width: 100%;
}

.submitted {
  color: #000;
  font-family: "Times New Roman", Garamond, serif;
  font-size: 10pt;
}

html body {
  background: transparent;
  width: auto;
}

/* Hide sidebars and nav elements */
#primary, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper,
#block-block-2,
#logo,
.book-navigation, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation {
  visibility: hidden;
  display: none;
}
/* no flash */
object {
  display: none;
}

#logo-title {
  margin: 20pt 20pt 0 20pt;
  font-size:0.5em;
}

/* reset colors for black-on-white */
.intro {
	color:#333333;
}

#site-name a{
color:#333333;
}

h2.title{
  border-bottom:2px solid #520;
}

/* Module-specific tweaks */
.taxonomy-images {
  display:none;
}

#attachments {
  display:none;
}

/* Site-specific tweaks */
view-display-id-page_3 .node{
/*  page-break-inside:avoid; */
  page-break-before:always;
}
p{
  page-break-inside:avoid; 
}


.field-field-extra-images .field-item {
  display:inline; 
  float:none;
  border:none;
}
.field-field-extra-images .field-item img{
  padding:0.5em; 
}