/**
 * Quick style fixes to be implemented in the main stylesheet.
 * Please explain where and why.
 */

/* Reqular images in the post content */
.standard-image-wrap { margin-bottom: 1em;}
.standard-image-wrap.left  { width: 45%; float: left;  padding-top: .5em; margin-right: 1em; }
.standard-image-wrap.right { width: 45%; float: right; padding-top: .5em; margin-left: 1em;}
.standard-image-wrap img   { width: 100%; }
.standard-image-wrap .standard-caption   { font: .8em/1.1em  "GoodOT-Book", Verdana, sans-serif; margin-top: .5em; color: #777; }

/* Skip navitation links */
.skip { left: -9999px; position: absolute; }

.no-js .header-api, .no-js .header-apd { position: relative !important; }
.js-hide { display: none; }
.no-js .js-only { display: none }
.no-js .js-hide { display: block }
