/*
 * Author: 100.nl
 * 
 * Using:
 * - Normalize.css - 2011-08-12 (http://github.com/necolas/normalize.css)
 * - HTML5 Boilerplate 2.0 (http://html5boilerplate.com)
 */

/* =============================================================================
   HTML5 display definitions.
   ========================================================================== */
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; }

/* =============================================================================
   Fonts.
   ========================================================================== */
@font-face { font-family: 'AbsaraSansTFLight'; src: url('/fonts/AbsaraSansTFLight.eot'); src: url('/fonts/AbsaraSansTFLight.eot?#iefix') format('embedded-opentype'), url('/fonts/AbsaraSansTFLight.woff') format('woff'), url('/fonts/AbsaraSansTFLight.ttf') format('truetype'), url('/fonts/AbsaraSansTFLight.svg#AbsaraSansTFLight') format('svg'); font-weight: normal; font-style: normal; }

/* =============================================================================
   Base.
   ========================================================================== */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body
{
	background: rgb(0,0,0);
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

body, button, input, select, textarea
{
	font-family: 'AbsaraSansTFLight', Arial, sans-serif;
	color: rgb(255,255,255);
	text-transform: uppercase;
}

::-moz-selection { background: rgb(214,43,107); color: rgb(0,0,0); text-shadow: none; }
::selection { background: rgb(214,43,107); color: rgb(0,0,0); text-shadow: none; }

/* =============================================================================
   Links.
   ========================================================================== */
a { color: rgb(214,43,107); text-decoration: underline; }
a:hover { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography.
   ========================================================================== */
h1 { font-size: 2em; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #252525; }
pre, code, kbd, samp { font-family: monospace, serif; _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: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists.
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { margin: 0; padding-left: 0; list-style: none; list-style-image: none; }

/* =============================================================================
   Media.
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/* =============================================================================
   Forms.
   ========================================================================== */
form { margin: 0; }
fieldset { margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
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"],
input[type="checkbox"], input[type="radio"] /* Additional clickable items */
{
	cursor: pointer;
}
button, input[type="button"], input[type="reset"], input[type="submit"]
{
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
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; }

/* =============================================================================
   Tables.
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Global.
   ========================================================================== */
.wrapper { width: 940px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 99; }

/* =============================================================================
   Header.
   ========================================================================== */
header { height: 150px; background: rgb(255,255,255); color: rgb(0,0,0); padding: 35px 0; position: relative; z-index: 99; }
header #logo { width: 220px; padding-right: 35px; border-right: 1px solid rgb(0,0,0); }
header #contact { position: absolute; bottom: 0; left: 310px; }

/* =============================================================================
   Content.
   ========================================================================== */
#content { padding: 50px 0; }
#content .wrapper { z-index: 95; }
#content #payoff { font-size: 83px; font-weight: normal; line-height: 1; margin: 0; padding: 0; position: absolute; z-index: 95; }
#content .pink { color: rgb(214,43,107); }

/* =============================================================================
   Footer.
   ========================================================================== */
footer { width: 100%; position: absolute; top: 535px; left: 0; }

/* =============================================================================
   Helper classes.
   ========================================================================== */
/* Image Replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparant; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide from both screenreaders and browsers */
.hidden { display: none !important; visibility: hidden; }
/* Hide, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print styles.
   ========================================================================== */
@media print
{
	* { color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
   Internet Explorer changes.
   ========================================================================== */
