/**
 * @file
 * Desktop Layout
 */
@media (min-width: 1025px) {

  .desktop-visible {
    display: block;
  }
  .node-teaser {
    width: 47.2%;
    margin: 0 1.4% 20px 1.4%;
  }
  .node-teaser .type {
    display: block;
    position: absolute;
    background: #b33e2e;
    padding: 6px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    z-index: 1;
  }
  .node-teaser-content {
    display: block;
  }
  ul.pager {
    display: none !important;
  }
  .node-teaser p {
    font-family: 'oxygenregular';
    line-height: 1.6em;
    color: #777777;
  }

  /* Fine Tune Stuff
   ****************************************************************************/
  .contribute {
    margin-left: 40px;
  }
  .logo {
    width: 358px;
  }
  .logo a {
    margin-left: 30px;
  }
  .login {
    margin-right: 30px;
  }
  .column-headers div.left {
    width: 67%;
  }
  .column-headers div.right {
    width: 30.65%;
  }
  .column-headers div.right h3 {
    padding-left: 0;
  }
  .content-select-list {
    margin-right: 27px;
  }
  #block-block-1 .content {
    padding-right: 26px;
  }

  /* Sidebar Shading
   ****************************************************************************/
  #front-container {
    padding-bottom: 50px;
  }
  .node-type-article .view-content,
  .node-type-external-content .view-content,
  .node-type-testimonial .view-content {
    position: relative;
    top: 10px;
  }
  #mobile-join {
    display: none;
  }

  /* Judicial Reform
   ****************************************************************************/
 .node-case .type {
    background: #444;
  }
} /* @media */

@media (max-width: 1280px) {
  .node-teaser.tweet {
    padding-bottom: 38px;
  }
}
