/*	mediaboxAdvanced Dark theme	*/
/*	version 2.6 - June 2011			*/
/*	for mediaboxAdvanced v.1.5.x	*/
/*	Overlay background styling	*/
/* line 7, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbOverlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #000;
  cursor: pointer;
}

/*	Fixes for older or limited browsers	*/
/* line 20, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbOverlay.mbOverlayOpaque {
  background: transparent url(/80.png) repeat;
}

/* line 24, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbOverlay.mbOverlayAbsolute {
  position: absolute;
}

/* line 28, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbOverlay.mbMobile {
  position: absolute;
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbBottom.mbMobile {
  line-height: 24px;
  font-size: 16px;
}

/*	Overlay panel styling	*/
/* line 40, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbCenter {
  position: absolute;
  z-index: 9999;
  left: 50%;
  padding: 10px;
  background-color: #000;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
  /* For IE 5.5 - 7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
  /* For IE 8 */
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  -khtml-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}

/* line 58, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbCenter.mbLoading {
  /* loading-dark.gif was removed; use solid black during animation */
  background: #000 no-repeat center;
  /*	This style is applied only during animation.	*/
  /*	For example, the next lines turn off shadows	*/
  /*	improving browser performance on slow systems.	*/
  /*	To leave shadows on, just remove the following:	*/
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 71, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbMedia {
  position: relative;
  left: 0;
  top: 0;
  /*	Inline content styling	*/
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
}

/*	Title, Caption and Button styling	*/
/* line 89, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbBottom {
  line-height: 20px;
  font-size: 12px;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #999;
  min-height: 20px;
  padding: 10px 0 0;
}

/* line 99, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
  display: inline;
  color: #fff;
  font-weight: bold;
}

/* line 105, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbNumber {
  display: inline;
  color: #999;
  /*	line-height: 0.8em; */
  font-size: 0.8em;
  margin: auto 10px;
}

/* line 113, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbCaption {
  display: block;
  color: #999;
  line-height: 1.6em;
  font-size: 0.8em;
}

/* line 120, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbPrevLink, #mbNextLink, #mbCloseLink {
  float: right;
  outline: none;
  margin: 0 0 0 10px;
  font-weight: normal;
}

/* line 127, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
  color: #eee;
  font-weight: bold;
  text-decoration: underline;
}

/* line 133, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
  color: #eee;
  font-size: 1.4em;
  /*	line-height: 0.9em;*/
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
  /* Thanks to Danny Jung for feedback and corrections */
  text-decoration: none;
  color: #ddd;
}

/* line 145, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbBottom a:hover, #mbBottom a:active {
  text-decoration: underline;
  color: #fff;
}

/*	Error message styling	*/
/* line 152, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbError {
  position: relative;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 10px solid #700;
  padding: 10px 10px 10px;
  margin: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 168, app/assets/stylesheets/v1/mediaboxAdvDark-2.6.scss */
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
  color: #d00;
  font-weight: bold;
  text-decoration: underline;
}
