html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { 
  height: 101%; 
	background: url('images/bg.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
  /* http://css-tricks.com/perfect-full-page-background-image/ */
}
body { 
  padding-bottom: 40px;
  font-size: 62.5%; 
  line-height: 1; 
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { 
  font-family: 'Lemon', 'Trebuchet MS', Tahoma, Arial, sans-serif; 
  font-size: 3.25em; 
  line-height: 1.8em; 
  font-weight: normal; 
}
h3, h4 { display: inline-block; font-family: 'Trebuchet MS', Verdana, sans-serif; color: #333; }
p { font-size: 1.3em; line-height: 1.15em; color: #454545; }


/* page wrapper */
#w { 
 margin: 0 auto;
 min-width: 300px;
 max-width: 300px;
 padding-top: 65px;
 padding-left: 25px;
 padding-right: 15px;
}



/* main content design */
h1#title { 
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 45px;
  background: rgba(255,255,255,0.65);
  text-align: center;
  font-size: 5.1em;
  line-height: 1.3em;
  color: #5f61c8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 2px 1px 0px #333;
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

h3 { 
  font-size: 2.1em;
  color: #a3c8e5; 
  font-weight: bold; 
  padding: 8px 10px;
  margin-bottom: 10px;
  background: rgba(0,0,0,0.6);
}
h4 { 
  font-size: 2.1em;
  color: #e8e4ee;
  font-weight: bold;
  padding: 8px 10px;
  margin-bottom: 45px;
  background: rgba(0,0,0,0.6);
}

#success {
  display: inline-block;
  padding: 15px 22px;
  font-size: 1.4em;
  font-weight: bold;
  color: #caf0c9;
  background: rgba(0,0,0,0.6);
}


/* signup form */
#signup { display: block; }

#email { 
  width: 160px; 
  outline: none;
  color: #fff;
  opacity: 0.75;
  padding: 10px 14px;
  font-size: 1.4em;
  font-weight: normal;
  border: 1px solid #0c0e0f;
  background-color: #282a2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282a2c), to(#181a1c));
  background-image: -webkit-linear-gradient(top, #282a2c, #181a1c);
  background-image: -moz-linear-gradient(top, #282a2c, #181a1c);
  background-image: -ms-linear-gradient(top, #282a2c, #181a1c);
  background-image: -o-linear-gradient(top, #282a2c, #181a1c);
  background-image: linear-gradient(top, #282a2c, #181a1c);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#submitbtn {
  display: none;
  position: relative;
  left: -70px;
  cursor: pointer;
  font-size: 1.2em;
  padding: 4px 9px;
  border: 1px solid #bcbcbc;
  background-color: #f0eded;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfafb), to(#f0eded), color-stop(0.5, #f9f7f7), color-stop(0.5, #F6F3F4));
  background-image: -moz-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
  background-image: -o-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
  background-image: -webkit-linear-gradient(top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
  color: #524d4d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfafb', endColorstr='#f0eded');
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#submitbtn:active {
  background: #e0e0e0;
  color: #403c3c;
}