/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  background: #757278;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #757278;
  color: #fff;
  text-shadow: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* Fonts */
@font-face {
  font-family: 'hn_light';
  src: url('../fonts/hn_light.eot');
  src: url('../fonts/hn_light.eot?#iefix') format('embedded-opentype'), url('../fonts/hn_light.woff') format('woff'), url('../fonts/hn_light.ttf') format('truetype'), url('../fonts/hn_light.svg#hn_light') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'hn_regular';
  src: url('../fonts/hn_regular.eot');
  src: url('../fonts/hn_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hn_regular.woff') format('woff'), url('../fonts/hn_regular.ttf') format('truetype'), url('../fonts/hn_regular.svg#hn_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hn_bold';
  src: url('../fonts/hn_bold.eot');
  src: url('../fonts/hn_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hn_bold.woff') format('woff'), url('../fonts/hn_bold.ttf') format('truetype'), url('../fonts/hn_bold.svg#hn_bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'os_medium';
  src: url('../fonts/os.eot');
  src: url('../fonts/os.eot?#iefix') format('embedded-opentype'), url('../fonts/os.woff') format('woff'), url('../fonts/os.ttf') format('truetype'), url('../fonts/os.svg#os') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fp-regular';
  src: url('../fonts/fertigopro-webfont.eot');
  src: url('../fonts/fertigopro-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fertigopro-webfont.woff') format('woff'), url('../fonts/fertigopro-webfont.ttf') format('truetype'), url('../fonts/fertigopro-webfont.svg#fp-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* General */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.spacer {
  height: 149px;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.centered {
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
.column-1, .column-2 {
  width: 420px;
  padding-top: 40px;
}
.column-1 {
  float: left;
}
.column-2 {
  float: right;
}
.blue {
  color: #3493f2;
}
.dark-blue {
  color: #001326;
}
html, body {
  height: 100%;
}
body {
  background: #001326 url('../images/bg.jpg') no-repeat center top;
  font-family: 'hn_regular', 'Helvetica Neue', Helvetica, Arial, Verdana;
  color: #cce2f3;
}
a, p, span {
  font-size: 1.4em;
  font-weight: normal;
}
/* Header */
#container {
	width: 380px;
	margin: 150px auto 0;
}
#container h1 {
  margin: 0;
}
#container h1 a {
  background: url('../images/wulff_interactive_logo.png') no-repeat;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  height: 48px;
  width: 340px;
  margin: 0 auto;
}

#content {
	background: url(../images/top_border.png) repeat-x left top;	
	padding-top: 1px;
	width: 340px;
	margin: 20px auto 0;

}

#content .inner {
	background: url(../images/black_bg_45.png) repeat;
	overflow: hidden;
	padding: 20px 40px;
}

#content .inner p {
	overflow: hidden;
}

#content .inner span.left {
	font-size: 14px;
	color: #3493f2;
	display: block;
	float: left;
	width: 75px;
}

#content .inner span.right {
	font-size: 14px;
	color: #fff;
	display: block;
	float: left;
	width: 185px;
}

#footer {
	width: 340px;
	margin: 0 auto;
	font-size: 9px;
	padding: 10px 0 0;
	text-align: center;
	color: #a5b7c8;
	text-shadow: 0 1px 1px #222;
}
