/* 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 8, app/assets/stylesheets/magazines.css.scss */
strong.next-issue-deadline {
  color: #009966;
}

/* line 11, app/assets/stylesheets/magazines.css.scss */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Gill Sans', 'Helvetica', sans-serif;
  color: black;
  line-height: 1.4;
}

/* line 15, app/assets/stylesheets/magazines.css.scss */
hr.divider {
  height: 1px;
  background-color: #eee;
  color: #eee;
  width: 90%;
}

/* line 19, app/assets/stylesheets/magazines.css.scss */
.beta {
  color: gray;
  font-weight: light;
  font-weight: normal;
  font-size: smaller;
  letter-spacing: 0.25em;
}

/* header gradient, black to light grey */
/* line 23, app/assets/stylesheets/magazines.css.scss */
#header {
  width: 1210px;
  margin-left: 0px;
  padding: 20px;
  border-bottom: 1px #ccc solid;
  overflow: hidden;
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(top, black 0%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
}

/* Obsolete styles from old Distance Running site */
/* line 34, app/assets/stylesheets/magazines.css.scss */
#logo {
  float: left;
  width: 205px;
}

/* main Distance Running logo */
/* line 35, app/assets/stylesheets/magazines.css.scss */
#AIMSIAAF {
  float: right;
}

/* AIMS and IAAF logos, top right */
/* Side  bar */
/* line 42, app/assets/stylesheets/magazines.css.scss */
div.links-panel {
  border: 0px gray solid;
  background: white;
  text-align: center;
  padding: 8px;
  border-radius: 1em;
  margin-bottom: 10px;
  -moz-box-shadow: 20px 20px 20px #dd0;
  -webkit-box-shadow: 3px 3px 4px #f00;
  box-shadow: 4px 4px 8px #999;
}

/* line 53, app/assets/stylesheets/magazines.css.scss */
div#gold {
  border: 5px #fac000 solid;
  background: white;
  text-align: center;
  padding: 4px;
  padding-left: 8px;
  border-radius: 1em;
  margin-bottom: 10px;
  -moz-box-shadow: 20px 20px 20px #dd0;
  -webkit-box-shadow: 3px 3px 4px #f00;
  box-shadow: 4px 4px 8px #999;
}

/* line 65, app/assets/stylesheets/magazines.css.scss */
div#silver {
  border: 5px #dcdad8 solid;
  background: white;
  text-align: center;
  padding: 4px;
  border-radius: 1em;
  margin-bottom: 10px;
  -moz-box-shadow: 20px 20px 20px #dd0;
  -webkit-box-shadow: 3px 3px 4px #f00;
  box-shadow: 4px 4px 8px #999;
}

/* line 76, app/assets/stylesheets/magazines.css.scss */
div#bronze {
  border: 5px #fd8832 solid;
  background: white;
  text-align: center;
  padding: 4px;
  border-radius: 1em;
  margin-bottom: 10px;
  -moz-box-shadow: 20px 20px 20px #dd0;
  -webkit-box-shadow: 3px 3px 4px #f00;
  box-shadow: 4px 4px 8px #999;
}

/* line 87, app/assets/stylesheets/magazines.css.scss */
img.advert {
  padding: 12px;
  padding-left: 0px;
  padding-top: 12px;
  border: 0px solid white;
  border-bottom: 1px solid #ccc;
}

/* main navigation bar */
/* line 90, app/assets/stylesheets/magazines.css.scss */
div#navbar {
  margin-left: 220px;
  width: 990px;
  z-index: 10;
}

/* li#navigation {width: 19%;}  */
/* line 94, app/assets/stylesheets/magazines.css.scss */
ul.nav {
  width: 100%;
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

/* line 96, app/assets/stylesheets/magazines.css.scss */
ul.nav li {
  display: block;
  float: left;
  width: 92px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 98, app/assets/stylesheets/magazines.css.scss */
ul.nav li.button:hover {
  text-decoration: underline;
}

/* line 100, app/assets/stylesheets/magazines.css.scss */
ul.nav li.button-current-page a {
  color: #ddd;
}

/* line 101, app/assets/stylesheets/magazines.css.scss */
ul.nav li.button-current-page a:hover {
  color: white;
}

/* navigation bars elsewhere, don't need the margin-left */
/* line 104, app/assets/stylesheets/magazines.css.scss */
ul#back-issues {
  margin-left: 0px;
}

/* line 107, app/assets/stylesheets/magazines.css.scss */
div#notice {
  border: 2px solid #0e0;
  background: #6f6;
  padding: 20px;
  color: black;
}

/* line 109, app/assets/stylesheets/magazines.css.scss */
#container {
  width: 1250px;
  min-width: 1200px;
  border: 1px solid #ccc;
  margin: 0 auto;
}

/*#container {width: 95%; min-width: 1200px; border: 1px solid $frame; margin: 0 auto; }*/
/* line 113, app/assets/stylesheets/magazines.css.scss */
a {
  color: #006699;
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/magazines.css.scss */
a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/magazines.css.scss */
a.reverse {
  color: #ffffff;
}

/* line 117, app/assets/stylesheets/magazines.css.scss */
h1 {
  margin-top: 0px;
  font-size: 200%;
  color: #006699;
}

/* line 119, app/assets/stylesheets/magazines.css.scss */
#middle-panel {
  float: left;
  width: 750px;
  min-width: 600px;
  background: white;
  margin-top: 0px;
  border: 0px;
  border-left: 0px #ccc solid;
  padding: 0px 4px 18px 20px;
  overflow: hidden;
}

/* line 130, app/assets/stylesheets/magazines.css.scss */
#adverts {
  overflow: auto;
  width: 200px;
  float: left;
  margin-left: 0px;
  padding: 0px;
  padding-left: 12px;
  margin-right: 0px;
  background: none;
  text-align: centre;
  border-left: 1px solid #ccc;
}

/* line 143, app/assets/stylesheets/magazines.css.scss */
#sidebar {
  float: left;
  /* width: 205px; */
  width: 58mm;
  background: #fff;
  padding: 12px;
  margin: 0px;
  margin-top: 0px;
  border-right: 1px #ccc solid;
  font-size: 0.8em;
  text-align: center;
}

/* complicated stuff for color gradients in backgrounds of headers */
/* generated using www.colorzilla.com/gradient-editor */
/* dark gradient */
/* h2 a {color: white;} */
/* h2:link {color: white;} */
/* h2:hover {color: red;} */
/* links bar with rollovers */
/* normal */
/* line 177, app/assets/stylesheets/magazines.css.scss */
.button {
  margin-right: 2px;
  padding: 4px;
  color: white;
  background: #307cba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #307cba 0%, #539edb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #307cba), color-stop(100%, #539edb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #307cba 0%, #539edb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #307cba 0%, #539edb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #307cba 0%, #539edb 100%);
  /* IE10+ */
  background: linear-gradient(top, #307cba 0%, #539edb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#307cba', endColorstr='#539edb',GradientType=0 );
  /* IE6-9 */
}

/* TO DO */
/* button mouseover */
/* button current-page */
/* line 196, app/assets/stylesheets/magazines.css.scss */
.button-current-page {
  margin-right: 2px;
  padding: 4px;
  color: white;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #003866 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #003866));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #003866 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #003866 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #003866 100%);
  /* IE10+ */
  background: linear-gradient(top, #000000 0%, #003866 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#003866',GradientType=0 );
  /* IE6-9 */
}

/* line 208, app/assets/stylesheets/magazines.css.scss */
#magazine-puff {
  border-bottom: 2px solid #006699;
  margin-bottom: 10px;
  padding: 6px;
  background: #eee;
}

/* line 209, app/assets/stylesheets/magazines.css.scss */
.puff-box {
  border-bottom: 2px solid #006699;
  margin-bottom: 10px;
  padding: 6px;
  background: #eee;
}

/* line 211, app/assets/stylesheets/magazines.css.scss */
.line-box {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 6px;
  background: white;
}

/* line 213, app/assets/stylesheets/magazines.css.scss */
.iaaf-logo-baseline-shift {
  position: relative;
  top: 2.7em;
  color: red;
}

/* line 214, app/assets/stylesheets/magazines.css.scss */
.japan-flag {
  position: relative;
  top: 0.5em;
}

/* line 216, app/assets/stylesheets/magazines.css.scss */
.aimsblue {
  color: #006699;
}

/* line 218, app/assets/stylesheets/magazines.css.scss */
div#newsbox {
  border: solid 0px black;
  overflow: hidden;
  width: 100%;
}

/* line 220, app/assets/stylesheets/magazines.css.scss */
div.top-rung-news {
  clear: both;
  overflow: auto;
}

/* line 221, app/assets/stylesheets/magazines.css.scss */
h4.top-rung-news-date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
}

/* line 222, app/assets/stylesheets/magazines.css.scss */
h2.top-rung-news {
  color: #006699;
  background: white;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  margin-top: 12px;
  padding-top: 4px;
  text-align: left;
}

/* pager */
/* line 225, app/assets/stylesheets/magazines.css.scss */
.cycle-pager {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: -420px;
  z-index: 500;
}

/* line 228, app/assets/stylesheets/magazines.css.scss */
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #006699;
  cursor: pointer;
}

/* line 232, app/assets/stylesheets/magazines.css.scss */
.cycle-pager span.cycle-pager-active {
  color: #99ccee;
}

/* line 233, app/assets/stylesheets/magazines.css.scss */
.cycle-pager > * {
  cursor: pointer;
}

/*    media queries 
    some style overrides to make things more pleasant on mobile devices
*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  /* line 240, app/assets/stylesheets/magazines.css.scss */
  .cycle-slideshow {
    width: 200px;
  }
  /* line 241, app/assets/stylesheets/magazines.css.scss */
  .cycle-overlay {
    padding: 4px;
  }
  /* line 242, app/assets/stylesheets/magazines.css.scss */
  .cycle-caption {
    bottom: 4px;
    right: 4px;
  }
}

/* line 246, app/assets/stylesheets/magazines.css.scss */
img.news-thumbnail {
  float: left;
  margin-right: 16px;
  border: 3px solid #ddd;
  width: 300px;
}

/* line 247, app/assets/stylesheets/magazines.css.scss */
img.news-splash {
  border: 3px solid #ddd;
  width: 594px;
}

/* line 248, app/assets/stylesheets/magazines.css.scss */
span.news-date {
  color: #999;
}

/* line 250, app/assets/stylesheets/magazines.css.scss */
div.second-rung-news {
  clear: both;
  background: #eee;
  padding: 0px;
  overflow: hidden;
}

/* line 251, app/assets/stylesheets/magazines.css.scss */
div.second-rung-news-item {
  padding: 10px;
  width: 47%;
  border-bottom: solid 2px white;
  font-size: 80%;
  float: left;
}

/* line 253, app/assets/stylesheets/magazines.css.scss */
div#footprints-signup {
  background: black;
  padding: 0px;
  color: white;
  font-size: small;
  margin-bottom: 40px;
}

/* line 254, app/assets/stylesheets/magazines.css.scss */
div#footprints-signup img {
  float: left;
}

/* line 255, app/assets/stylesheets/magazines.css.scss */
div#footprints-signup label {
  display: block;
  float: left;
  width: 100px;
}

/* line 257, app/assets/stylesheets/magazines.css.scss */
div#new-footprints-signup {
  padding: 10px 4px 23px 310px;
  color: white;
  background: black;
  background-image: url("footprints.about.jpg");
  background-repeat: no-repeat;
}

/* line 259, app/assets/stylesheets/magazines.css.scss */
div#new-footprints-signup label {
  display: block;
  float: left;
  width: 100px;
}

/* for DR link button */
/* line 263, app/assets/stylesheets/magazines.css.scss */
div#drbutton {
  margin-top: 50px;
  margin-bottom: 0px;
}

/* line 264, app/assets/stylesheets/magazines.css.scss */
textarea.code {
  width: 400px;
  height: 60px;
  font-size: 14px;
  padding: 6px 8px;
  border: 1px solid #aaaaaa;
  border-radius: 4px 4px 4px 4px;
  resize: none;
  overflow: auto;
  line-height: 16px;
  font-family: 'Signika', sans-serif;
  background: #eee;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05) inset;
}

/* make Kilimarmo banner ad correct width */
/* line 267, app/assets/stylesheets/magazines.css.scss */
img.kilimarmo {
  width: 100%;
  display: block;
}

/* All the stuff on the About page */
/* This was in issues.css.scss before, not sure why */
/* line 271, app/assets/stylesheets/magazines.css.scss */
div#the-associations {
  margin-bottom: 0px;
  position: relative;
  top: -170px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

/* line 272, app/assets/stylesheets/magazines.css.scss */
div.associations-list {
  clear: both;
  padding-top: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

/* line 274, app/assets/stylesheets/magazines.css.scss */
div#last-five-issues {
  float: left;
  width: 600px;
  overflow: visible;
}

/* line 275, app/assets/stylesheets/magazines.css.scss */
div#about-page-blurb {
  position: relative;
  top: -250px;
  margin-left: 300px;
  clear: both;
}

/* line 277, app/assets/stylesheets/magazines.css.scss */
div#about-page-blurs {
  top: -200px;
  margin-left: 300px;
  clear: both;
}

/* line 279, app/assets/stylesheets/magazines.css.scss */
img.small-logo {
  float: left;
  overflow: hidden;
}

/* line 280, app/assets/stylesheets/magazines.css.scss */
img.about-page-small-3d-image_0 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: -80px;
  margin-left: -85px;
  border: 0px solid red;
  height: 300px;
}

/* line 282, app/assets/stylesheets/magazines.css.scss */
img.about-page-small-3d-image_1 {
  position: relative;
  right: 100px;
  top: 80px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-right: -80px;
  margin-left: -25px;
  border: 0px solid red;
  height: 300px;
  overflow: visible;
}

/* line 284, app/assets/stylesheets/magazines.css.scss */
img.about-page-small-3d-image_2 {
  position: relative;
  right: 200px;
  top: 160px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-right: -80px;
  margin-left: -25px;
  border: 0px solid red;
  height: 300px;
  overflow: visible;
}

/* line 286, app/assets/stylesheets/magazines.css.scss */
img.about-page-small-3d-image_3 {
  position: relative;
  right: 300px;
  top: 240px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-right: -80px;
  margin-left: -25px;
  border: 0px solid red;
  height: 300px;
  overflow: visible;
}

/* line 288, app/assets/stylesheets/magazines.css.scss */
img.about-page-small-3d-image_4 {
  position: relative;
  right: 400px;
  top: 320px;
  margin-top: -40px;
  margin-bottom: 0px;
  margin-right: -80px;
  margin-left: -25px;
  border: 0px solid red;
  height: 300px;
  overflow: visible;
}

/* */
/* line 294, app/assets/stylesheets/magazines.css.scss */
#signika-wrapper {
  font-family: 'Signika', sans-serif;
  margin-left: 230px;
}

/* line 295, app/assets/stylesheets/magazines.css.scss */
div.signika {
  font-family: 'Signika';
}

/* line 297, app/assets/stylesheets/magazines.css.scss */
div#technical_specification {
  float: right;
  width: 300px;
  padding: 10px;
  background: #eee;
  border: 1px solid black;
}

/* line 305, app/assets/stylesheets/magazines.css.scss */
div#ad-booking-form {
  float: left;
  width: 580px;
  padding: 10px;
  background: #dff;
}

/* line 313, app/assets/stylesheets/magazines.css.scss */
div#ad-booking-form-aims {
  padding: 10px;
  background: #4bbf98;
}

/* line 319, app/assets/stylesheets/magazines.css.scss */
img.ad-page-diagram {
  border: 1px solid black;
  height: 40px;
  margin-left: 20px;
}

/* line 325, app/assets/stylesheets/magazines.css.scss */
img.article-page-diagram {
  border: 1px solid #666;
  height: 150px;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* line 329, app/assets/stylesheets/magazines.css.scss */
table#adbooking {
  /* width: 800px; */
}

/* line 333, app/assets/stylesheets/magazines.css.scss */
table#ad-booking input {
  width: 20px;
}

/* line 337, app/assets/stylesheets/magazines.css.scss */
table#ad-booking td {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: center;
  border-bottom: 1px dotted #009966;
}

/* line 344, app/assets/stylesheets/magazines.css.scss */
td.ad-category {
  font-weight: bold;
}

/* line 348, app/assets/stylesheets/magazines.css.scss */
input#race_date {
  width: 400px;
}

/* line 349, app/assets/stylesheets/magazines.css.scss */
input#race_name {
  width: 400px;
}

/* line 350, app/assets/stylesheets/magazines.css.scss */
input#contact_email {
  width: 400px;
}

/* line 354, app/assets/stylesheets/magazines.css.scss */
td.dims {
  width: 100px;
  font-size: smaller;
}

/* line 356, app/assets/stylesheets/magazines.css.scss */
td.ad-price {
  color: #006699;
}

/* line 358, app/assets/stylesheets/magazines.css.scss */
p.latest-news-post {
  color: yellow;
}
