/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html, body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/

  display: block;
}
b, strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/

  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/

  -ms-interpolation-mode: bicubic;
}
li {
  /*
  For IE6 + IE7.
*/

  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
svg {
  /*
  For IE9.
*/

  overflow: hidden;
}
body {
  font-size: 16px;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 0.8333333333333334em;
  margin-bottom: 0.8333333333333334em;
}
h2 {
  margin: 0;
  font-size: 1.375em;
  line-height: 0.9090909090909091em;
  margin-bottom: 0.9090909090909091em;
}
h3 {
  margin: 0;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 1em;
}
h4 {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.1111111111111112em;
  margin-bottom: 1.1111111111111112em;
}
p,
ul,
blockquote,
pre,
td,
th,
label {
  margin: 0;
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}
p.small {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.4285714285714286em;
  margin-bottom: 1.4285714285714286em;
}
table {
  border-collapse: collapse;
  margin-bottom: 1.25em;
}
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/


/* `Clear
------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.hide-text {
  text-indent: -119988em;
  overflow: hidden;
  text-align: left;
}
body {
  margin: 0px;
  padding: 0px;
}

body {
  color: #333333;
  background: white url("../img/bg_body_light.png") top left repeat-x;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body p {
  text-shadow: 0 1px 0 #ffffff;
  color: #777777;
  text-align: center;
}
div.page {
  margin: 0 auto;
  width: 960px;
  zoom: 1;
  
}
div.page:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* Header
==========================================================*/
header {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 620px;
  left: 160px;
}

header h1 {
  display: none;
}
header h2 {
  text-shadow: 0 1px 0 #ffffff;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  font-family: Arvo;
  font-size: 42px;
  font-weight: normal;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

/* IE Fixes
================================================================*/
.ie7 .signup input {
  text-shadow: 0 1px 0 #ffffff;
  background-color: transparent;
  border: none;
  color: #777777;
  float: left;
  font-size: 18px;
  height: 47px;
  margin: 0;
  padding: 18px 0px;
  line-height: 47px;
  width: 370px;
  display: none;
}
.ie7 .signup button {
  width: 175px;
}
