/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/content/images.less
*
* ---------------------------
* Styles associated with the images and captions
* ---------------------------
*/
#maincontent .frame,
#footer .frame,
#colorbox .frame {
  border: 1px solid #DDD;
  border-radius: 3px;
  background: #f7f7f7;
  padding: 4px;
  margin: 0 0 10px 0;
  white-space: normal;
  line-height: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#maincontent .frame figcaption,
#footer .frame figcaption,
#colorbox .frame figcaption {
  line-height: normal;
  text-align: left;
  color: #444;
  font-size: 80%;
}
#maincontent .frame figcaption ~ img,
#footer .frame figcaption ~ img,
#colorbox .frame figcaption ~ img,
#maincontent .frame figcaption ~ video,
#footer .frame figcaption ~ video,
#colorbox .frame figcaption ~ video,
#maincontent .frame figcaption ~ audio,
#footer .frame figcaption ~ audio,
#colorbox .frame figcaption ~ audio {
  margin-top: 5px;
}
#maincontent .frame img ~ figcaption,
#footer .frame img ~ figcaption,
#colorbox .frame img ~ figcaption,
#maincontent .frame video ~ figcaption,
#footer .frame video ~ figcaption,
#colorbox .frame video ~ figcaption,
#maincontent .frame audio ~ figcaption,
#footer .frame audio ~ figcaption,
#colorbox .frame audio ~ figcaption {
  margin-top: 5px;
}
#maincontent p.caption,
#footer p.caption,
#colorbox p.caption {
  background: #f7f7f7;
  border: 1px solid #DDD;
  border-radius: 3px;
  border-top: none;
  padding: 2px 4px 5px;
  position: relative;
  margin-top: -16px;
  z-index: 2;
  line-height: normal;
  text-align: left;
  color: #444;
  font-size: 80%;
}
#maincontent .wdn_image_swap,
#footer .wdn_image_swap,
#colorbox .wdn_image_swap {
  width: 100%;
}
