/*
  Author: Jens Bjerrehuus
  Created: 2008-02-16
  Copyright: Copyright (c) 2008, 2016 by Jens Bjerrehuus
*/
/*
  Author: Jens Bjerrehuus
  Created: 2010-03-06
  Copyright: Copyright (c) 2010 by Jens Bjerrehuus
*/
/* Box Shadow. */
.no_box_shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Rounded Corners. */
/* The Masthead. */
#masthead {
  border-top: 4px solid #000;
  left: -20px;
  padding-right: 40px;
}
#masthead h1 {
  clear: none;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin: 8px 20px 16px 0;
  text-indent: 20px;
}
#masthead h2 {
  clear: none;
  color: #999;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 6px;
  text-transform: uppercase;
}
#masthead h2.subheading {
  margin-top: 0;
  text-indent: 20px;
}
#masthead h2 .heart {
  font-size: 1.4em;
}
#masthead a {
  border-bottom: none;
  color: #000;
}
#masthead a:focus,
#masthead a:focus:visited,
#masthead a:hover,
#masthead a:hover:visited {
  background: #FFF;
}
/* The Help Us Section. */
#help-us {
  margin-top: 12px;
  margin-bottom: 12px;
}
#help-us span.button {
  background: #000 url('images/menu_background.png') repeat-x;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 24px 0;
  text-align: center;
}
#help-us span.button a,
#help-us span.button a:visited {
  color: #FFF;
  border-bottom: none;
  display: block;
  padding: 8px 0;
}
#help-us span.button a:focus,
#help-us span.button a:hover,
#help-us span.button a:focus:visited,
#help-us span.button a:hover:visited {
  background: #8a0000 url('images/highlight_background.png') repeat-x;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* The Footer. */
#footer {
  background: #000;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  color: #FFF;
  font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 10px 0 -10px;
  padding: 18px 20px 0;
}
/* An Article. */
.article {
  margin: 24px 0;
}
.article h1,
#help-us h1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #CCC;
}
.signature {
  float: left;
  font-size: 1.25em;
  margin-left: 0;
}
/* A Wider Page. */
#content h1.grid_8,
#help-us h1.grid_12 {
  left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.article h1.grid_8 {
  width: 600px;
}
#sidebar h1 {
  left: -10px;
  padding-right: 20px;
}
#help-us h1.grid_12 {
  padding-right: 40px;
  width: 920px;
}
/* Frontpage Sponsor Description. */
.sponsor {
  font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 48px;
  margin-top: 16px;
}
.sponsor h1 {
  border-bottom: none;
  font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
}
.sponsor a {
  border-bottom: none;
  color: #000;
  display: block;
}
.sponsor a:focus,
.sponsor a:hover,
.sponsor a:focus:visited,
.sponsor a:hover:visited {
  color: #000;
  background: #FFF;
}
.sponsor a img {
  margin: 0 10px 12px 0;
  float: right;
}
.sponsor a > p {
  clear: both;
}
.sponsor h1 a {
  border-bottom: 1px solid #000;
  display: inline;
}
.sponsor h1 a:focus,
.sponsor h1 a:hover,
.sponsor h1 a:focus:visited,
.sponsor h1 a:hover:visited {
  color: #FFF;
  background: #8a0000;
}
/* Article Sponsor Flip Wall. */
.sponsor-article {
  cursor: pointer;
  float: left;
  height: 140px;
  margin-bottom: 20px;
  margin-right: 15px;
  position: relative;
  width: 140px;
}
.sponsor-flip {
  border: 1px solid #CCC;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.sponsor-flip:hover {
  border: 1px solid #999;
}
.sponsor-logo {
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
.sponsor-data {
  display: none;
}
.sponsor-description {
  font-size: 11px;
  font-style: italic;
  padding: 10px;
}
.sponsor-website {
  font-size: 10px;
  font-weight: bold;
  padding-left: 10px;
}
/* The Event Calendar on the Front Page. */
#sidebar #eventcalendar h1 {
  padding-right: 0;
}
#eventcalendar dl dt.in-the-present {
  margin-left: -10px;
  padding-right: 10px;
  text-indent: 10px;
}
#eventcalendar .scrollable {
  height: 675px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
#eventcalendar .scrollable .items {
  position: absolute;
  height: 20000em;
}
#eventcalendar .prevPage,
#eventcalendar .nextPage {
  float: right;
  height: 24px;
  margin-bottom: 3px;
  margin-top: 3px;
  width: 30px;
}
#eventcalendar .prevPage {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
#eventcalendar .nextPage {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.prevPage:hover,
.prevPage:focus,
.nextPage:hover,
.nextPage:focus {
  cursor: pointer;
}
.prevPage {
  background: #000 url(images/prev_page.png) no-repeat;
}
.nextPage {
  background: #000 url(images/next_page.png) no-repeat;
}
.prevPage:hover,
.prevPage:focus {
  background: #444 url(images/prev_page_hover.png) no-repeat;
}
.nextPage:hover,
.nextPage:focus {
  background: #444 url(images/next_page_hover.png) no-repeat;
}
/* The Focus Articles on the Front Page. */
#focus-articles {
  color: #FFF;
  height: 406px;
  margin-bottom: 24px;
  position: relative;
}
#focus-articles img {
  border: 1px solid #000;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
#focus-articles h1 {
  border: none;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
  text-indent: 10px;
}
#focus-articles p {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 8px;
  text-indent: 10px;
}
#focus-articles .article {
  background: #000;
  margin: 0;
  padding: 0;
}
#focus-articles div {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  height: 406px;
  left: 0;
  position: absolute;
  top: 0;
}
#focus-articles a {
  background: #000;
  border-bottom: none;
  color: #FFF;
}
#focus-articles a:focus:visited,
#focus-articles a:hover:visited {
  color: #FFF;
}
/* Unordered List Presented Horizontally. */
ul.horizontal-list li {
  background: none;
  float: left;
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0;
}
/* Unordered List as Menu. */
ul.menu {
  background: #000 url('images/menu_background.png') repeat-x;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 10px 24px -10px;
  padding: 0 20px;
  z-index: 1;
}
ul.menu .grid_2 {
  left: -20px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}
ul.menu li {
  background-image: none;
  color: #FFF;
  float: left;
  list-style: none;
  padding: 0;
  text-indent: 20px;
}
ul.menu li a {
  border-bottom: none;
  color: #FFF;
  display: block;
  padding: 8px 0;
}
ul.menu a:focus,
ul.menu a:hover,
ul.menu li:focus,
ul.menu li:hover {
  background: #999 url('images/hover_background.png') repeat-x;
}
ul.menu li.mi-forside a:focus,
ul.menu li.mi-forside a:hover,
ul.menu li.mi-forside:focus,
ul.menu li.mi-forside:hover,
#forside ul.menu li.mi-forside {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
#forside ul.menu li.mi-forside,
#ultralob ul.menu li.mi-ultralob,
#motion ul.menu li.mi-motion,
#velgorenhed ul.menu li.mi-velgorenhed,
#foreningen ul.menu li.mi-foreningen,
#kuul ul.menu li.mi-kuul,
#forside ul.menu li.mi-forside:focus,
#forside ul.menu li.mi-forside:hover,
#forside ul.menu li.mi-forside a:focus,
#forside ul.menu li.mi-forside a:hover,
#ultralob ul.menu li.mi-ultralob:focus,
#ultralob ul.menu li.mi-ultralob:hover,
#ultralob ul.menu li.mi-ultralob a:focus,
#ultralob ul.menu li.mi-ultralob a:hover,
#motion ul.menu li.mi-motion:focus,
#motion ul.menu li.mi-motion:hover,
#motion ul.menu li.mi-motion a:focus,
#motion ul.menu li.mi-motion a:hover,
#velgorenhed ul.menu li.mi-velgorenhed:focus,
#velgorenhed ul.menu li.mi-velgorenhed:hover,
#velgorenhed ul.menu li.mi-velgorenhed a:focus,
#velgorenhed ul.menu li.mi-velgorenhed a:hover,
#foreningen ul.menu li.mi-foreningen:focus,
#foreningen ul.menu li.mi-foreningen:hover,
#foreningen ul.menu li.mi-foreningen a:focus,
#foreningen ul.menu li.mi-foreningen a:hover,
#kuul ul.menu li.mi-kuul:focus,
#kuul ul.menu li.mi-kuul:hover,
#kuul ul.menu li.mi-kuul a:focus,
#kuul ul.menu li.mi-kuul a:hover {
  background: #8a0000 url('images/highlight_background.png') repeat-x;
}
ul.menu a:focus:visited,
ul.menu a:hover:visited {
  color: #FFF;
}
ul.menu #sms-badge {
  left: 800px;
  position: absolute;
  top: -107px;
}
/* Lists of Races. */
ul.races li.one {
  color: #CCC;
}
ul.races li.few {
  color: #999;
}
ul.races li.some {
  color: #444;
}
ul.races li.many {
  color: #000;
}
/* General purpose button. */
.ui-state-default {
  height: 26px;
}
