/*
  Theme Name: Denit
  Description: Denit THEME based on HTML5 Boilerplate Theme by <a href="http://aarontgrogg.com/">http://aarontgrogg.com/</a>.
  Author: Depulz
  Author URI: http://www.depulz.nl/
  Version: 1.0
  Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

  This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
  Comment blocks indicate where each begins and ends, like this, for example...
*/

/* FONTS */
@font-face {
  font-family: 'ExoMedium';
  src: url('css/exo/Exo-Medium-webfont.eot');
  src: url('css/exo/Exo-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('css/exo/Exo-Medium-webfont.woff') format('woff'), url('css/exo/Exo-Medium-webfont.ttf') format('truetype'), url('css/exo/Exo-Medium-webfont.svg#ExoMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
body, html {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: "Trebuchet MS", arial; /*  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;*/
  background: #fff;
}
body {
  background: url(images/header-golf.png) no-repeat top center;
  font-size: 62.5%;
}
a:visited, a {
  color: #004479;
  outline: none !important;
}
a:hover {
  color: #fb8431;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* HEADER */
h1 {
  font-weight: normal;
}
header h1 {
  margin: 0;
  height: 100%;
  background: url(images/logo.png) no-repeat 0 .5em;
  text-indent: -10000px;
  background-position: 0 1em;
}

header h1 a {
  height: 100%;
  display: block;
}

#container {
  position: relative; /* needed for footer positioning*/
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  padding-top: 16em;
  padding-bottom: 4rem;
}
header, 
.header-wrap {
  height: 16em;
}
.header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
}

#action-menu {
  position: absolute;
  top: 3px;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: right;
  left:0;
  right:0;
}

#action-menu li {
  display: inline-block;
  border-right: 1px solid #004479;
}
#action-menu li:last-child {
  border: 0;
}
#action-menu li a {
  text-decoration: none;
  font-size: 1.2em;
  padding-right: .5em;
  padding-left: .5em;
  line-height: 1;
}
#action-menu li a:hover {
  color: #fb8431;
  text-decoration: underline;
}

.tagline {
  position: absolute;
  top: 2.8em;
  color: #fb8431;
  font-family: ExoMedium, arial, sans-serif;
  font-weight: normal;
  left: auto;
  right: 0;
  letter-spacing: 0.05em;
  font-size: 2em;
}

/* NAVIGATION*/
#phone-line {
  position: absolute;
  top: 4.8em;
  right: 0;
  background: url(images/phone-icon.png) no-repeat left;
  padding-left: 1em;
  font-size: 1.7em;
  font-weight: bold;
  color: #004479;
  text-decoration: none;
  margin-top: 1em;  /*  font-family: AniversRegular,arial,sans-serif;*/
}


/* CONTENT */
.header-wrap {
  max-width: 70em;
  margin: 0 auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mainContent {
  position: relative;
  max-width: 70em;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.entry-title {
  font-weight: normal;
  font-family: AniversRegular, arial, sans-serif;
  color: #004479;
  margin: 0;
  margin-bottom: .8em;
  font-size: 30px;
}
p {
  margin: 0;
  margin-bottom: 1em;
  font-size: 1.3em;
  color: #004479;
  line-height: 1.6;
}
p.intro {
  font-size: 1.4em;
  font-weight: bold;
}
.items-list {
  margin-top: 1em;
  display: block;
}
.items-list-wrap.is-hidden {
  display: none;
}
.supportMessage {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b2c7d7;
}
.supportMessage:last-child {
  border-bottom: 0;
}
.items-list .supportMessage .entry-content {
  margin-bottom: 0.5em;
  padding-left: 1.3em;
}
.supportMessage .date {
  color: #004479;
  font-size: 12px;
  background: #eee;
  padding: 0 3px;
  display: inline-block;
}
.supportMessage .date--storing {
  color: red;
}
.supportMessage .category {
  font-size: 12px;
  color: #004479;
}
.supportMessage .title {
  display: block;
}
.supportMessage--standalone .title {
  font-size: 30px;
  color: #004479;
  margin-bottom: 10px;
}
.supportMessage-title .category--storing {
  color: red;
}
.supportMessage-title a {
  padding: .5em 0 .5em 1em;
  background: url(images/list-switch.png) no-repeat 0 -279px;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 1.6em;
  background: url(images/list-switch.png) no-repeat 0 12px;
  color: #004479;
}
.supportMessage-title {
  font-size: 10px;
  margin-bottom: 0;
}
.supportMessage-title:hover span {
  color: #fb8431;
}
.supportMessage-title:hover a {
  color: #fb8431;
  background-position: 0 -133px;
}

.supportMessage.collapsed .entry-content {
  display: none;
}
.supportMessage .entry-content {
  display: block;
}

table {
  margin-bottom: 2em;
  min-width: 400px;
  border: 1px solid #b2c7d7;
}
th, td {
  text-align: left;
  color: #4d7ca1;
  font-size: 1.2em;
}
.page-template-default table {
  width: 100%;
  border: 0;
}
.page-template-default td, .page-template-default th {
  padding: 3px;
  border-bottom: 1px solid #b2c7d7;
}
.titleMain {
  color: #004479;
  background: #F2F6F8;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 18px;
}
.titleMain--open {
  background-color: #fee2d0;
}
.titleMain--recentlyClosed {
  background-color: #DEFFDB;
}
.titleMain--archive {
  position: relative;
  cursor: pointer;
}
.titleMain--archive small {
  font-size: 12px;
}
.titleMain--archive.is-active small {
  display: none;
}
.titleMain--archive.is-active:after {
  content: '\00d7';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-size: 28px;
  line-height: 1;
}

#nav-below {
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
  font-size: 1.2em;
}
#nav-below .nav-previous {
  float: left;
  background: url(images/bullet-blue2.png) no-repeat left;
  padding-left: 1em;
}
#nav-below .nav-next {
  float: right;
  background: url(images/bullet-blue.png) no-repeat right;
  padding-right: 1em;
}
#nav-below.pagination a {
  display: inline-block;
  width: 2em;
  text-align: center;
  border: 1px solid #004479;
  text-decoration: none;
}
#nav-below.pagination span.current {
  display: inline-block;
  width: 2em;
  text-align: center;
  border: 1px solid #004479;
  background: #004479;
  color: #fff;
}
.rss-link-container {
  font-size: 1.4em;
}
#ajax-load-indicator, #skip-nav, #skip {
  display: none;
}
