
/* -------------------------------------------------------------------------- *\
   DD Model Print
\* -------------------------------------------------------------------------- */

/* Don't underline header and all links */
a:link, a:visited,
#site-name a:link,
#site-name a:visited {
  text-decoration: none !important;
}

.region {
  margin: 0 !important;
}

#theme-logo {
  display: block;
}

#theme-logo img {
  max-width: 450px;
}

/* Turn off any background colors or images */
body,
.block,
#page,
#page-inner,
#main,
#main-inner,
#content,
#content-inner,
#closure-blocks,
.region-closure,
#content-top,
#content-area,
#content-bottom {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* Otherwise, Firefox clips the content after the first page. */
#page {
  overflow-y: visible;
}

#page,
#closure-blocks {
  width: 100%;
}

/* Hide elements */
#navbar,
.navbar,
#footer,
#very-top,
#admin-menu,
#skip-to-nav,
#header-blocks,
#content a:link:after,
#content a:visited:after,
#theme-logo .site-name,
#theme-logo .site-slogan,
#block-digitaldcore-command_menu,
#block-digitaldcore-term_controls,
div.tabs,
div.messages,
.pager,
.taxonomy,
.dd-search,
.video-play,
.breadcrumb,
.feed-icons,
.block-devel,
.toc-top-link,
.book-navigation,
.forum-topic-navigation {
  display: none !important;
}

#sidebar-left,
#sidebar-right {
  display: none;
  visibility: hidden;
}

#node-full .subtitle {
  color: #888 !important;
  margin-bottom: 1em;
  font-size: 0.8em;
}

#node-full p,
#node-full li {
  font-size: 13pt;
  line-height: 20pt;
}

#node-full h1 {
  font-size: 2.2em;
  margin-top: .5em;
}

.field-image {
  float: right;
  width: 20%;
  margin-left: 4%;
}

/* Remove background images and padding from file links */
span.file a {
  padding-left: 0;
}

span.file a[style] {
  background-image: none !important;
}
