@import "reset.css";

@font-face {
	font-family: Helvetica, Arial;
}

html, body {
	height: 100%;
}

body { 
	background: #fff;
	color: #333;
	font: 14px/24px Helvetica, Arial, serif;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 543px;
  width: 100%;
  z-index: -1;
}

.clear {
  clear: all;
}

/* Layout */

#footer, #header, #logo { display:block; }

#flow { text-align: center; width: 100%; }

#flow h3 { 
font-size: 18px;
font-weight: bold;
}

#flow .caption { 
margin-bottom: 10px;
}

#flow .caption a { 
font-size: 100%;
font-style: normal;
}

#flow .globalCaption { 
margin: 2em auto 2.5em;
}

#logo { margin: 0; text-align: left; width: 209px; }

#wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;

}

#content { 
	margin: 40px auto 0 auto;
	text-align: center;
	width: 960px;
}

.description { 
	margin: 0px auto 10px auto;
	line-height: 20px;
	padding: 10px 0px 6px 0px;
	text-align: justify;
	width: 800px;
}


#footer { 	
	background: #F2F2F2;
	font-weight: normal;
	height: 35px;
	margin: -35px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

#footer div { 
	font-size: 100%;
	font-weight: normal;
	line-height: 20px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 960px;
}

#footer a { 
	font-weight: bold;
}

#footer a.facebook { 
	background: url('pics/facebook_icon.png') 0px 0px no-repeat;
	display: block;
	float: right;
	height: 18px;
	padding-left: 24px;
}

.push{
	height: 35px; /* .push must be the same height as .footer */
}


/* Typography etc. */

a { color: #333; text-decoration: underline; }

a:hover { color: #F84F6C !important; text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: .5em 0 .75em 0; }

h1 { color: #222; font-size: 72px; letter-spacing: -3px;}
h2 { color: #333; font-size: 48px; }
h3 { color: #333; font-size: 32px; margin: .25em 0 .5em 0; font-weight: normal; }

#content h2 { color: #000; font-size: 72px; letter-spacing: -3px; opacity: .8;}

#logo h1 {
	background: url('pics/zeeland_digital.png') 7px 0px no-repeat;
	height: 69px;
	text-indent: -9999px;
	width: 209px;
}

#logo h1 {
	color: #333;
	font-size: 48px;
	margin-bottom: 0px;
	letter-spacing: -3px;
	text-transform: lowercase;
}

/* Misc */

.hide { display: none; }