/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */

body{
  text-align:justify;
}
/* underline all links */
a:link,
a:visited {
  text-decoration: underline !important;
}

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

/* 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;
}

/* Un-float the content */
#content,
#content .section {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Turn off any background colors or images */
body,
#page-wrapper,
#page,
#main-wrapper,
#main,
#content,
#content .section {
  color: #000;
  background-color: transparent !important;
  background-image: none !important;
}

/* Hide sidebars and nav elements */
#skip-to-nav,
#toolbar,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.breadcrumb,
div.tabs,
.action-links,
.links,
.book-navigation,
.forum-topic-navigation,
.pager,
.feed-icons {
  visibility: hidden;
  display: none;
}

/* If you un-comment the "page { overflow-y: hidden; }" ruleset, Firefox clips
   the content after the first page. */
#page-wrapper {
  overflow-y: visible;
}
.cont_big_img img {
    border: 2px solid #F2F2F2;
    padding: 3px;
}
.field-name-field-image {
    margin: 15px 8px 5px 0;
}
.image_thumbs {
    float: left;
    width: 278px;
}
.cont_big_img {
    float: right;
    margin-left: 10px;
    position: relative;
}
.image_thumbs .field-item {
    float: left;
    margin: 0 5px 5px 0;
}
.slide_item {
    line-height: 0;
    position: relative;
}
.slide_caption {
    bottom: 0;
    color: #FFFFFF;
    display: block;
    left: 0;
    line-height: 1.5em;
    padding: 5px;
    position: absolute;
    width: 260px;
    z-index: 40;
}
.cont_big_img .caption_bg {
    bottom: 10px;
    left: 5px;
    padding: 2px 0 0;
    width: 303px;
}
.cont_big_img .slide_caption {
    bottom: 10px;
    left: 5px;
    padding: 0 5px;
    width: 293px;
}
.caption_bg {
    background-color: #000000;
    bottom: 0;
    display: block;
    height: 3em;
    left: 0;
    opacity: 0.8;
    padding: 5px 0;
    position: absolute;
    width: 100%;
}
.slide_caption a {
    color: #FFFFFF;
}