/*  ========================================= RESET =========================================
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
pre,
code,
kbd,
samp { font-family: monospace, sans-serif; }
html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
/* END RESET CSS */

/*
============================================
    BASE
============================================
*/

body { font-size: 1.25em; font-family: sans-serif; color: #444444; line-height: 1.618em; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
p, ul, ol, dl, address { font-size: 16px; }
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, address { line-height: 1.618em; }
a { color: #0fcaf2; text-decoration: none; }
.wrapper { width: 100%; max-width: none; margin: 0 auto; }
aside { float: right; width: 30%; }
footer p { font-size: .65em }

/* self clearing floats */
.group:after,.lastUnit:after {clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.group{*zoom:1;}

/*
============================================
    THE GOODS
============================================
*/

.navheader {
  font-family: "Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #007b99;
  padding: 5px 20px;
}

.slide-trigger {
  
  display: none; /* need this */
  background-color: #ddeeee;
  cursor: pointer;
  height: 36px;
}

.slide-trigger span {
  background-image: url("../images/menu_toggle_icon.png");
  background-position: 0 -32px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 32px;
  width: 36px;
}

.navigation {
  max-width: none;
  background: #ddeeee;
  padding: 0 20px;
}
.navigation li {
  float: left;
}
.navigation li a {
  display: block;
  color: #007b82;
  padding: 10px;
  font-family: "Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: large;
  font-weight: bold;
  text-decoration: none;
}

.navigation li a:hover {
  display: block;
  color: #7eeff7;
  padding: 10px;
  font-family: "Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.navigation li a:hover { background: #007b82; }


/*
============================================
    RESPONSIVENESS
============================================
*/

@media only screen and (max-width: 1023px) {
  .slide-trigger { display: block; }
    .no-js .slide-trigger { display: none; }
  .navigation { display: none; }
    .no-js .navigation { display: block; }
  .navigation { margin: 0 15px;  border-top: 1px dotted #007b99; }
  .navigation li { float: none; }
  .navigation li a { border-bottom: 1px dotted #007b99; }
}

header {
	position: fixed;
	top: 0;
	border-bottom: 4px solid #60b4bb;
}