/*
 - General
 - Node links
 - Sharethis
 */


/********************************
 * General
 ********************************/

/* Removes dummy gradients under iPhone*/

input[type="text"],
input[type="password"] {
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(255, 255, 255)));
}
input[disabled] {
  background-image: none;
}


/********************************
 * Node links
 ********************************/

.node-links {
  margin-bottom: 27px;
  background: #eaeaea;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

  .node-links .links {
    margin: 0;
    list-style: none;
  }

    .node-links .links > li {
      padding: 8px;
      border-top: 1px solid #ddd;
    }
    
    .node-links .links > li:first-child {
      border-top: 0;
    }
    
      .node-links .links li a {
        color: #008acc;
      }
      
      .node-links .links li a:hover {
        color: #072a50;
      }
      
      .node-links .links li > a {
        font-weight: bold;
        line-height: 16px;
        display: block;
      }
      
    .node-links .comment_forbidden {
      display: none;
    }
    
    .node-links .comment_forbidden + li {
      border-top: 0;
    }


/* Add comment link */

.node-links .comment-add {
  line-height: 14px;
}

.node-links .comment-add a {
  padding-left: 21px;
  background: url(/profiles/voltimum/themes/voltimum2/images/icon-comment.png) no-repeat 0 center;
}


/********************************
 * Sharethis
 ********************************/

.vlt-sharethis-node-link a {
  display: block;
  
  line-height: 10px;
}

  .vlt-sharethis-img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    
    background: url(/profiles/voltimum/themes/voltimum2/images/sprite.png) no-repeat -84px -33px;
  }
  
  .vlt-sharethis-node-link-text {
    display: inline-block;
    position: relative;
    top: -2px;
  
    font-weight: bold;
  }
  
  .vlt-sharethis-node-link a:hover .vlt-sharethis-node-link-text {
    text-decoration: underline;
  }
  
#stwrapper {
  margin-left: -14px;
}

#region-contentandsidebar2{
  float: none;
}