/* general colours for AIMS */
/* Media types; specific screen sizes we are designing for */
/* colors for hero unit */
/* colors for news */
/* don't know where frame is used */
/* line 31, app/assets/stylesheets/_headers.css.scss */
form {
  color: black;
}

/* override reset in normalize.css */
/* line 7, app/assets/stylesheets/issues.css.scss */
div#latest-issue {
  width: 33%;
  height: 180px;
  float: left;
  margin: 1px;
  background-image: url(latest.gif);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

/* div#latest-issue:hover {background-image:url(latest.rollover.png);}  */
/* line 10, app/assets/stylesheets/issues.css.scss */
div#latest-issue-carousel {
  width: 33%;
  height: 180px;
  float: left;
  margin: 1px;
  margin-bottom: 10px;
}

/* div#latest-issue:hover {background-image:url(latest.rollover.png);}  */
/* line 13, app/assets/stylesheets/issues.css.scss */
div#footprints {
  width: 33%;
  height: 180px;
  float: left;
  margin: 1px;
  background-image: url(footprints.home.png);
  background-repeat: no-repeat;
}

/* line 14, app/assets/stylesheets/issues.css.scss */
div#footprints:hover {
  background-image: url(footprints.rollover.png);
}

/* line 16, app/assets/stylesheets/issues.css.scss */
div#race-news {
  width: 33%;
  height: 180px;
  float: left;
  margin: 1px;
  background-image: url(racenews.home.png);
  background-repeat: no-repeat;
}

/* line 17, app/assets/stylesheets/issues.css.scss */
div#race-news:hover {
  background-image: url(racenews.rollover.png);
}

/* line 19, app/assets/stylesheets/issues.css.scss */
div#banners {
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/issues.css.scss */
span.banner-block-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 22, app/assets/stylesheets/issues.css.scss */
.puff-block {
  padding-top: 0px;
  margin-top: 1rem;
  height: 12rem;
  background: #fff;
  overflow: hidden;
  border-top: 2px dotted #006699;
  border-bottom: 2px dotted #006699;
}

/* line 23, app/assets/stylesheets/issues.css.scss */
.puff-block img {
  width: 80%;
}

/* line 23, app/assets/stylesheets/issues.css.scss */
.puff-block h2 {
  margin-top: 0.5rem;
}

/* line 23, app/assets/stylesheets/issues.css.scss */
.puff-block div {
  height: 11rem;
}

/* line 25, app/assets/stylesheets/issues.css.scss */
img.puff {
  width: 6rem;
  margin-top: -3rem;
}

/* line 27, app/assets/stylesheets/issues.css.scss */
a.info {
  position: relative;
  /*this is the key*/
  z-index: 24;
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/issues.css.scss */
a.info:hover {
  z-index: 10;
  background-color: #ff0;
}

/* line 35, app/assets/stylesheets/issues.css.scss */
a.info span {
  display: none;
}

/* line 37, app/assets/stylesheets/issues.css.scss */
a.info:hover span {
  /*the span will display just on :hover state*/
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 15em;
  border: 1px solid #0cf;
  background-color: #cff;
  color: #000;
  text-align: center;
}

/* line 46, app/assets/stylesheets/issues.css.scss */
p {
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 48, app/assets/stylesheets/issues.css.scss */
p.on-the-cover {
  margin-bottom: 20px;
}

/* line 53, app/assets/stylesheets/issues.css.scss */
div.full_text {
  font-size: smaller;
}

/* line 55, app/assets/stylesheets/issues.css.scss */
div#in-the-mag {
  background: #fff;
  margin: 0px;
  margin-left: 320px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 8px;
}

/* line 57, app/assets/stylesheets/issues.css.scss */
div#on-the-cover {
  background: #d90;
  margin: 0px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: white;
  padding: 8px;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/issues.css.scss */
div.front-page-download {
  clear: both;
  margin-top: 8px;
  border-bottom: 1px dotted #d90;
  background: #ddd;
  padding: 2px;
  margin-bottom: 2px;
}

/* line 62, app/assets/stylesheets/issues.css.scss */
.primary {
  background: white;
  color: black;
  margin: 0px;
}

/* line 63, app/assets/stylesheets/issues.css.scss */
p.primary a {
  font-weight: bold;
}

/* line 65, app/assets/stylesheets/issues.css.scss */
.secondary, .latest-issue-blurb {
  background: #ffcc99;
  margin: 0px;
}

/* line 67, app/assets/stylesheets/issues.css.scss */
div.download {
  clear: both;
  padding-bottom: 8px;
  border-top: 0px gray solid;
}

/* line 69, app/assets/stylesheets/issues.css.scss */
.author {
  font-size: 70%;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 71, app/assets/stylesheets/issues.css.scss */
img.latest-issue-front-page {
  margin-bottom: 1px;
  border: 1px grey solid;
  width: 100%;
}

/* line 72, app/assets/stylesheets/issues.css.scss */
div#latest-issue-on-the-cover {
  font-size: smaller;
  margin-bottom: 60px;
}

/* line 74, app/assets/stylesheets/issues.css.scss */
p.smallprint {
  font-size: smaller;
  line-height: 1.1;
  margin-top: 8px;
}

/* line 76, app/assets/stylesheets/issues.css.scss */
img.pdf-download-image {
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px gray solid;
}

/* line 78, app/assets/stylesheets/issues.css.scss */
img.race-image {
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 0px;
}

/* line 80, app/assets/stylesheets/issues.css.scss */
img.archive-3d-image {
  float: left;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: none;
  width: 250px;
  height: 500px;
  margin: -70px -100px -100px 0px;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/issues.css.scss */
img.archive-3d-image-small {
  margin-top: -40px;
  margin-bottom: 0px;
  margin-right: -0px;
  margin-left: 0px;
  border: 0px solid red;
  height: 350px;
  overflow: hidden;
}

/* line 84, app/assets/stylesheets/issues.css.scss */
img.legacy-arch {
  margin-left: -140px;
  margin-top: -70px;
  overflow: hidden;
}

/* line 86, app/assets/stylesheets/issues.css.scss */
img.archive-3d-image-frontpage {
  float: left;
  margin-top: -50px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -85px;
  border: none;
  height: 320px;
  overflow: hidden;
}

/* line 88, app/assets/stylesheets/issues.css.scss */
img.sidebar-3d-image {
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 15px;
  border: 0px dotted blue;
  width: 250px;
  height: 500px;
  margin: -75px 0px -100px -10px;
  overflow: hidden;
  z-index: -1;
}

/* line 90, app/assets/stylesheets/issues.css.scss */
img.sidebar-3d-image-smaller {
  float: left;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 15px;
  border: 0px dotted blue;
  width: 200px;
  margin: -75px 0px -100px -10px;
  overflow: hidden;
  z-index: -1;
}

/* line 92, app/assets/stylesheets/issues.css.scss */
img.archive-3d-image-layered {
  float: left;
  border: 2px dotted blue;
}

/* line 97, app/assets/stylesheets/issues.css.scss */
p.index-on-the-cover {
  clear: left;
  margin-left: 0px;
  font-size: smaller;
  float: left;
  font-style: italic;
}

/* line 99, app/assets/stylesheets/issues.css.scss */
ul.drarchive {
  list-style: none;
}

/* line 100, app/assets/stylesheets/issues.css.scss */
ul.drarchive li {
  display: inline;
  padding-left: 20px;
  width: 6em;
}

/* line 102, app/assets/stylesheets/issues.css.scss */
table.list-of-adverts {
  background: #dddddd;
  font-size: small;
  width: 100%;
}

/* line 105, app/assets/stylesheets/issues.css.scss */
#archives {
  width: 60%;
  float: left;
  min-width: 100px;
  background: white;
  border: 1px gray solid;
  padding: 8px;
  overflow: hidden;
}

/* #archives h2 {margin: -8px;} */
/* line 116, app/assets/stylesheets/issues.css.scss */
h2.magazine-issue {
  clear: none;
  font-size: 240%;
  line-height: 1;
  margin-top: 0px;
  background: none;
  text-transform: none;
  color: #006699;
  background: white;
  padding: 0;
  font-weight: bold;
}

/* styles for the animated in-the-latest-issue carousel */
/* line 119, app/assets/stylesheets/issues.css.scss */
div#latest-issue-carousel {
  width: 244px;
  overflow: hidden;
  border: 0px solid green;
}

/* line 121, app/assets/stylesheets/issues.css.scss */
img.this-issue-banner-image {
  height: 180px;
  overflow: hidden;
}

/* line 122, app/assets/stylesheets/issues.css.scss */
div.this-issue-banner-edition-caption {
  position: absolute;
  top: 0px;
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-style: italic;
  font-size: 130%;
  text-shadow: 5px 5px 5px #000000;
}

/* line 123, app/assets/stylesheets/issues.css.scss */
div.this-issue-banner-article-title {
  width: 200px;
  position: absolute;
  bottom: 15px;
  color: white;
  font-size: 150%;
  font-weight: bold;
  line-height: 0.9;
  opacity: 1;
  padding-left: 5px;
  text-shadow: 5px 5px 5px #000000;
}

/* end of banner carousel stuff */
/* line 138, app/assets/stylesheets/issues.css.scss */
div#newracenews {
  height: 180px;
  width: 249px;
  border: 0px solid red;
  background: black;
  float: left;
  color: white;
  margin: 1px;
}

/* line 139, app/assets/stylesheets/issues.css.scss */
div#newracenews a {
  color: white;
}

/* line 140, app/assets/stylesheets/issues.css.scss */
p.latest-news-banner {
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  font-size: 120%;
  line-height: 1;
}

/* line 141, app/assets/stylesheets/issues.css.scss */
h2.latest-news-banner {
  margin-bottom: 0px;
}

/* line 145, app/assets/stylesheets/issues.css.scss */
h2.magazine-archive {
  clear: both;
  margin-top: 20px;
}

/* line 147, app/assets/stylesheets/issues.css.scss */
h4.rubric {
  font-size: smaller;
  background: #ccc;
  border-top: 1px #666 solid;
  padding: 2px;
}

/* The "dividers" in the article listing for each issue */
/* line 150, app/assets/stylesheets/issues.css.scss */
.archive-article-listing {
  border-top: 1px dotted #060;
  margin-top: 2px;
}

/* line 151, app/assets/stylesheets/issues.css.scss */
div.issue-content {
  padding-top: 0px;
}

/* line 153, app/assets/stylesheets/issues.css.scss */
.issues-rubric {
  background: #0099ee;
  padding: 2px;
  color: white;
  font-size: 70%;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: text-top;
}

/* line 163, app/assets/stylesheets/issues.css.scss */
p.on-the-cover {
  font-size: 1em;
}

/* line 164, app/assets/stylesheets/issues.css.scss */
p.contents-header {
  background: #cc9900;
  color: white;
  margin: 8px;
  font-weight: bold;
  padding: 4px;
}

/* line 165, app/assets/stylesheets/issues.css.scss */
p.contents {
  font-weight: bold;
  border-top: 1px #cc9900 dotted;
}

/* line 166, app/assets/stylesheets/issues.css.scss */
span.right {
  font-weight: bold;
  float: right;
}

/* line 168, app/assets/stylesheets/issues.css.scss */
#big-cover {
  clear: right;
  float: right;
  border: white 8px solid;
  margin: 0px;
  valign: top;
}

/* line 173, app/assets/stylesheets/issues.css.scss */
p.article-event {
  font-size: large;
  font-weight: bold;
  color: #999;
  margin-top: 0px;
}

/* line 174, app/assets/stylesheets/issues.css.scss */
h3.country {
  color: red;
  margin: 8px;
}

/* line 176, app/assets/stylesheets/issues.css.scss */
h3.links-panel {
  text-transform: uppercase;
  color: gray;
  font-size: 0.9em;
}

/* line 181, app/assets/stylesheets/issues.css.scss */
h3.links-panel-first {
  text-transform: uppercase;
  color: gray;
  font-size: 0.9em;
}

/* line 185, app/assets/stylesheets/issues.css.scss */
.partner-links {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/* line 186, app/assets/stylesheets/issues.css.scss */
.partner-links:hover {
  color: gray;
}

/* line 188, app/assets/stylesheets/issues.css.scss */
img.logo {
  border: 0px solid white;
}

/* line 189, app/assets/stylesheets/issues.css.scss */
img.opap {
  height: 25.955mm;
  width: 23.754mm;
  border: 0px solid white;
}

/* line 190, app/assets/stylesheets/issues.css.scss */
img.greece {
  height: 25.955mm;
}

/* line 191, app/assets/stylesheets/issues.css.scss */
img.attica {
  height: 25mm;
}

/* line 192, app/assets/stylesheets/issues.css.scss */
img.gold {
  width: 180px;
  border: 0px solid green;
}

/* line 193, app/assets/stylesheets/issues.css.scss */
img.silver {
  width: 110px;
  border: 0px solid red;
}

/* line 194, app/assets/stylesheets/issues.css.scss */
img.bronze {
  width: 100px;
  border: 0px solid blue;
}

/* #footer {position: static;} */
/* line 198, app/assets/stylesheets/issues.css.scss */
div#alert {
  background: #fff;
  padding: 20px;
  color: #333;
  border: 2pt solid #999;
  margin-bottom: 20px;
}

/* line 199, app/assets/stylesheets/issues.css.scss */
div#blackalert {
  background: #333;
  padding: 20px;
  color: white;
  font-size: larger;
  margin-bottom: 20px;
}

/* line 200, app/assets/stylesheets/issues.css.scss */
a.onblack {
  color: #eee;
}

/* h1 {display: none;}  We have a logo, only show "Distance Running" to text browsers */
/* line 205, app/assets/stylesheets/issues.css.scss */
div.mini-puff-block {
  height: 8rem;
  overflow: hidden;
  font-size: 90%;
}

/* borrowed from Der Spiegel */
/* line 209, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

/* line 211, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery li {
  border-top: 1px solid #e2ddd1;
  float: left;
  font-size: 0.75rem;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  width: 120px;
  padding: 15px 10px 10px 0;
}

/* line 219, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery li a strong {
  color: #000;
}

/* line 221, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery li .headline-intro {
  margin-bottom: 10px;
}

/* line 223, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery li .headline-intro span {
  display: none;
}

/* line 225, app/assets/stylesheets/issues.css.scss */
.spiegel-title-gallery li:nth-of-type(4n+1) {
  clear: left;
}

/* line 227, app/assets/stylesheets/issues.css.scss */
.spiegel-archive-box {
  border-top: 1px solid #e2ddd1;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* line 231, app/assets/stylesheets/issues.css.scss */
.spiegel-archive-box:first-child {
  border: 0;
  padding: 0;
}

/* line 234, app/assets/stylesheets/issues.css.scss */
.magazin-image {
  width: 100px;
}
