@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 2em 0;
	background-color: #5ABBCF;
	background: #5ABBCF url(../images/bokeh1.png) no-repeat;
	background: url(../images/bokeh4.png) no-repeat, url(../images/bokeh3.png) no-repeat 10% 0, url(../images/bokeh2.png) no-repeat 20% 0, url(../images/bokeh1.png) no-repeat, url(../images/glow.png) no-repeat 90% 0, -webkit-gradient(linear, 0% 0%, 0% 90%, from(#95E0EF), to(#5ABBCF));
	background: url(../images/bokeh4.png) no-repeat, url(../images/bokeh3.png) no-repeat 10% 0, url(../images/bokeh2.png) no-repeat 20% 0, url(../images/bokeh1.png) no-repeat, url(../images/glow.png) no-repeat 90% 0, -moz-linear-gradient(0% 90% 90deg,#5ABBCF, #95E0EF);
	color: rgba(0,0,0,0.6);
	font: 88% Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#wrapper {
	width: 30em;
	margin: 0 auto;
	padding: 2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.3);
}
#date {
	float: right;
	width: 6em;
	height: 6em;
	border: 2px solid #EF5E2C;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	border-radius: 3em;
	-moz-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.2);
	background: #fff;
	text-align: center;
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-o-transition: -o-transform .2s ease-out;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	font-family: MuseoSlab500, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#date em {
	position: relative;
	top: 25%;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}
#date:hover {
	-moz-transform: rotate(-10deg) scale(1.1);
	-o-transform: rotate(-10deg) scale(1.1);
	-webkit-transform: rotate(-10deg) scale(1.1);
	transform: rotate(-10deg) scale(1.1);
}
#intro {
	color: #EF5E2C;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
h1, h2, h3, h4, h5, h6, p { margin: 0; }
h1, h2, h3 {
	text-shadow: 0 1px 0 rgba(255,255,255,0.7), 0 -1px 0 rgba(0,0,0,0.5);
}
h1 {
	margin-bottom: .2em;
	font-family: FertigoRegular, Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 310%;
	letter-spacing: -0.04em;
	line-height: 1.1;
}
h1 strong {
	position: relative;
	top: -0.09em;
	left: 0.05em;
	font-size: 110%;
	letter-spacing: 0;
}
.subtitle { 
	display: block;
	font-size: 70%;
	letter-spacing: -0.02em;
}
h2 {
	margin-bottom: .5em;
	font-family: MuseoSlab500, Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	/*font-style: italic;*/
	font-weight: normal;
}
h3 {
	font-family: MuseoSlab500, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 120%;
	/*text-shadow: 0 1px 1px rgba(255,255,255,0.6);*/
}
p { margin-bottom: 1em; }
#features {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
#features li {
	margin: .5em 0;
	padding: 0 0 0 20px;
	background: url(../images/accept.png) no-repeat left .1em;
}
#signup {
	margin: 1.5em -3em;
	padding: 2em 3em 1em 3em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.6);
}
#response {
	margin: .5em 0 0 0;
	color: #EF5E2C;
	font-weight: bold;
}
label {
	float: left;
	margin-right: .5em;
	font-weight: bold;
}
#address { width: 18em; }
input[type="submit"] {
	padding: 2px 4px;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	background-color: #EF5E2C;
	background-image: -moz-linear-gradient(rgba(255,255,255,.35), rgba(255,255,255,0) 50%);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(255,255,255,.35)), to(rgba(255,255,255,0)));
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,.25);
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #FF713F;
	background-image: -moz-linear-gradient(0 1em 90deg,rgba(255,255,255,0.15), rgba(255,255,255,0));
	background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
input[type="submit"]:active {
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px);
}
a { color: #004F5F; }
#footer { margin-top: 30px; }
#footer p { margin: 0; }
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#twitter-link {
	padding-left: 18px;
	background: url(../images/twitter.png) no-repeat 0 0.1em;
}
#credits {
	clear: both;
	padding-top: 1em;
	font-size: 86%;
}

/* FONTS */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('../fonts/Museo_Slab_500.eot');
}
@font-face {
	font-family: 'MuseoSlab500';
	src: url(//:) format('no404'), url('../fonts/Museo_Slab_500.woff') format('woff'), url('../fonts/Museo_Slab_500.otf') format('opentype'), url('../fonts/Museo_Slab_500.svg#MuseoSlab-500') format('svg');
}

@font-face {
	font-family: 'FertigoRegular';
	src: url('../fonts/Fertigo_18.eot');
}
@font-face {
	font-family: 'FertigoRegular';
	src: url(//:) format('no404'), url('../fonts/Fertigo_18.woff') format('woff'), url('../fonts/Fertigo_18.otf') format('opentype'), url('../fonts/Fertigo_18.svg#Fertigo-Regular') format('svg');
}