/* ==========================================================================
 *
 *  General Styles for Screen Media
 *
 *  Author:  Philipp Mueller <philipp.mueller@xeiro.ch>
 *  Company: xeiro ag, www.xeiro.ch
 *  Version: 29.11.2012
 *
 * ========================================================================== */


@media screen {

/* We want a nice FancyBox */
.fancybox-skin {
  padding: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.8) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.8) !important;
}

.fancybox-title-outside-wrap {
  margin-top: 5px !important;
}

.fancybox-overlay {
  background: rgba(0,0,0,0.4) !important;
}

.fancybox-title {
  font-family: inherit !important;
  font-size: 0.8em !important;
}

/* dont show print-elements on screen */
.print {
  display: none;
}

/* xrauthor */
#xrauthor {
  position: relative;
  text-align: right;
  font-size: 12px;
  padding: 0;
  height: 20px;
  line-height: 20px;
  margin: -25px 3% 5px 0;
}

#xrauthor a { text-decoration: none; color: rgba(255,255,255,0.5); }
#xrauthor a:hover { text-decoration: underline; color: rgba(255,255,255,1); }

}

