/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */

.node-19 img {
    float: left;
}   
.node-19 .field-name-body {
   position: relative;
   float: left;
   display: block;
}

.node-type-article .left,
.node-type-page .left,
.views-row .left, 
.field-name-field-right-image-portrait,
.field-name-field-left-image,
.field-name-field-right-image-portrait,
.page-news .left {
    display: block;
    float: right;
    position: absolute;
    right: 50px;
    top: -140px;
}
.field-name-field-right-image-portrait,
.field-name-field-left-image {
   visibility: hidden;
}

.contextual-links-region .node-type-article .left,
.contextual-links-region .node-type-page .left,
.contextual-links-region .views-row .left, 
.contextual-links-region .field-name-field-left-image,
.contextual-links-region .page-news .left {
    top: -260px;
}
.contextual-links-region .field-name-field-right-image-portrait {
    top: -130px;
}

.node-type-article .left img,
.node-type-page .left img,
.views-row .left img, 
.field-name-field-left-image img,
.field-name-field-right-image-portrait img,
.page-news .left img {
   float: none;
   display: inline;
   width: 80px;
   height: auto;
   margin: 0 0 -6px; 
   z-index: 499;
<!--   border: 5px double #C79E3C; -->
   border: none;
}

.node-type-article .right, 
.node-type-page .right, 
.views-row .right, 
.page-news .right {
  float: left;
  padding-top: 20px;
}

.node-type-page.no-sidebars .left {
}

.node-type-page.no-sidebars .right {
  float: left;
  margin-left: 0;
  padding: 0;
}

.node .galleryformatter {
  padding-top: 15px;
  padding-bottom: 15px;
}

.node-reviews h2 {
  padding: 10px;
  padding-top: 20px;
}
.node-type-page ol,
.node-type-article ol {
  margin-left: 40px;
  color: #777;
  padding-right: 40px;
}
.node-type-article li {
  margin-bottom: 10px;
}

.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
    margin-top: 0;
    margin-left: 20px;
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}

.node-performances .field {
    margin-left: 200px;
    margin-bottom: 5px;
}

.node-reviews h2 {
  padding: 10px;
  padding-top: 20px;
}

.field-name-field-review {
  padding-top: 5px;
  padding-bottom: 5px;
  font-style: normal;
}
.field-name-field-author {
  padding-bottom: 10px;
  font-weight: bold;
  color: #B8B5B2;
  margin-left: 20px;
}

@media all and (min-width: 350px) {

}
@media all and (min-width: 690px) {
  .field-name-field-right-image-portrait img {
   width: 150px;
  }
  .field-name-field-left-image {
   visibility: visible;
    top: -40px;
    right: 20px;
  }
  .field-name-field-right-image-portrait {
   visibility: visible;
    top: -100px;
    right: 10px;
  }

  .view-header .contextual-links-region  .field-name-field-right-image-portrait {
     top: -280px;
  }
  .view-header .field-name-field-right-image-portrait {
    top: -100px;
    right: 10px;
    height: 280px;
  }
 .node-type-article .left img,
 .node-type-page .left img,
 .views-row .left img, 
 .field-name-field-left-image img,
 .field-name-field-right-image-portrait img,
 .page-news .left img {
    width: 170px;
    height: auto;
    margin: 0 0 -6px; 
    z-index: 499;
 }
  .view-header .field-name-field-left-image {
    right: 20px;
  }
}
@media all and (min-width: 870px) {
  .field-name-field-right-image-portrait {
    top: -120px;
    right: -40px;
  }
  .view-header .field-name-field-right-image-portrait {
    top: -120px;
    right: 0px;
    height: 280px;
  }
 .node-type-article .left img,
 .node-type-page .left img,
 .views-row .left img, 
 .field-name-field-right-image-portrait img,
 .field-name-field-left-image img,
 .page-news .left img {
    width: 200px;
    height: auto;
    margin: 0 0 -6px; 
    z-index: 499;
 }
  .field-name-field-left-image {
    top: -20px;
    right: 20px;
  }
  .view-header .field-name-field-left-image {
    right: 20px;
  }
}
@media all and (min-width: 870px) {
 .node-type-article .left img,
 .node-type-page .left img,
 .views-row .left img, 
 .field-name-field-left-image img,
 .page-news .left img {
    width: 225px;
    height: 150px;
    overflow: hidden;
 }
  .field-name-field-right-image-portrait {
    width: 300px;
    height: 400px;
    overflow: hidden;
  }
.view-header .field-name-field-right-image-portrait {
    right: -40px;
}
.view-header .field-name-field-left-image {
    right: 20px;
}
}

@media all and (min-width:1070px) {
  .node-type-article .left,
  .node-type-page .left,
  .views-row .left,
  .field-name-field-left-image,
  .page-news .left {
      display: block;
      float: right;
      position: absolute;
      right: 50px;
      top: -80px;
  }
  .field-name-field-right-image-portrait {
      right: 0;
      top: -120px;
  }

  .view-header .field-name-field-left-image {
      right: 50px;
  }
  .view-header .field-name-field-right-image-portrait {
      right: 0;
      height: 280px;
  }

  .node-type-article .left img,
  .node-type-page .left img,
  .views-row .left img, 
  .field-name-field-left-image img,
  .page-news .left img {
     float: none;
     display: inline;
     width: 300px;
     height: 200px;
     overflow: hidden;
     z-index: 499;
  }
}
