/*
 - Node links
 - Sharethis
 - Other elements and classes
   - Clickable bg
 */


/********************************
 * Node links
 ********************************/
/** DEPRECATED **/
.node-links {
  display: none;
  position: fixed;
  right: 0;
  top: 248px;
  width: 80px;
  z-index: 10;
  
  background: #eaeaea;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}

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

    .node-links .links > li {
      padding: 15px 0 12px 0;
      text-align: center;
      list-style: none;
      
      background: url(/profiles/voltimum/themes/voltimum2/images/node-links-sep.gif) no-repeat center top;
    }
    
    .node-links .links > li:first-child {
      padding-top: 14px;
      background: none;
    }
    
    .node-links .links li a {
      color: #008acc;
    }
    
    .node-links .links li a:hover {
      color: #072a50;
    }
    
    .node-links .links li a {
      font-size: 11px;
      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 a {
	padding-top: 28px;
  background: url(/profiles/voltimum/themes/voltimum2/images/icon-comment-24.png) no-repeat center 0;
}


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

.vlt-sharethis-node-link a {
  display: block;
  position: relative;
  padding-top: 29px;
  
  text-align: center;
}

  .vlt-sharethis-img {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0;
    
    background: url(/profiles/voltimum/themes/voltimum2/images/sprite.png) no-repeat -79px -47px;
  }
  
  .vlt-sharethis-node-link-text {
    display: block;
  }
  
  #stwrapper {
    position: fixed !important;
    top: 233px !important;
    right: 82px !important;
    bottom: auto !important;
    left: auto !important;
  }
  .stwrapper[style*=hidden] {
    z-index: 0;
  }
  .ie7 #stwrapper {
    position: fixed !important;
  }


/********************************
 * Other elements and classes
 ********************************/

/* Clickable bg */   

.clickable-bg {
  display: none;
  position: absolute;
  z-index: -1;
  background: #F9F9F9;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.clickable-block:hover > .clickable-bg,
.direct-clickable-block:hover > .clickable-bg {
  display: block;
}
.fancybox-title-float-wrap .child {
  white-space: pre-wrap;
}