/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
padset, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: "Helvetica", sans-serif;
  color: #515151;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
  float: left;
  width: 100%;
  background: #ccc;
}

ul li {
  float: left;
  width: auto;
  margin: 10px 0 10px 20px;
  font-weight: bold;
}

li.first {
  margin: 0 0 0 50px;
  padding: 10px 10px 10px 20px;
  background: #bbb;
}

ul li a {
  text-decoration: none;
  color: #3875d7;
}

.bio, .greeting {
  float: left;
  width: 100%;
  background: #e5e5e5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.bio {
  display: none;
  background: #3875d7;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #ccc;
  color: #fff;
}

.bio p {
  margin: 25px 50px;
  line-height: 22px;
}

.intro {
  color: #fff;
  background: #3875d7;
  padding: 3px 5px 0 5px;
}

h1 {
  float: left;
  width: auto;
  padding: 50px;
  color: #515151;
}

h1, .thanks {
  font-size: 64px;
  letter-spacing: -2px;
  font-weight: bold;
}

h2 {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -2px;
}

.msgconsole {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
      
.thanks {
  float: left;
  width: 100%;
  display: none;
  margin: 50px 0 0 0;
  color: #aaa;
}

form {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
} 

.pad {
  display: block;
  overflow: hidden;
  padding: 0 50px 25px 50px;
}  
  
input[type="text"] {
  float: left;
  width: 100%;
  font-size: 48px;
  border: 1px solid #eee;
  letter-spacing: -1px;
}

input[type="text"]:focus, a:focus {
  outline: none;
}

input[type="submit"] {
  float: left;
  width: auto;
  font-weight: bold;
  font-size: 22px;
  background: #3875d7;
  text-decoration: none;
  letter-spacing: normal;
  padding: 10px 15px;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s ease-out;
}

a.again {
  display: none;
  float: left;
  width: auto;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 22px;
  background: #3875d7;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s ease-out;
}

a.again:hover, input[type="submit"]:hover {
  background: #336ac3;
}
      
.envelope {
  float: left;
  width: auto;
  margin: 50px 0 0 0;
}

.msg{
  float: left;
  width: 230px;
  margin: 0 20px 20px 0;
  padding: 25px;
  min-height: 100px;
  background: #eee;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .05em;
  -webkit-transition: 0.3s ease-out;
}

.msg:hover {
  background: #ddd;
}
