.alert {
	font-family: Play, Arial, sans-serif;
	font-size: 1.33em;
	margin-top: 100px;
	text-align: center;
}

h2 {
	font-family: Play, Arial, sans-serif;
	font-size: 1.33em;
}

.contact, .contact:visited {
	text-decoration: none;
	-webkit-transition-property: color, text-shadow;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: color, text-shadow;
	-moz-transition-duration: 0.5s;
	-o-transition-property: color, text-shadow;
	-o-transition-duration: 0.5s;
	transition-property: color, text-shadow;
	transition-duration: 0.5s;
	color: #800000;
	text-shadow: 1px -1px 0 rgba(0,0,0,0.2);
}

.contact:hover, .contact:active {
	color: #aa0000;
	text-shadow: 1px -1px 0 rgba(255,255,255,0.2);
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background: rgb(89, 106, 114);
	background: -moz-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(206, 220, 231)), color-stop(100%, rgb(89, 106, 114))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%,rgb(89, 106, 114) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* W3C */
}

.multiplebgs body {
	background: url("../img/grain4.png") repeat, -moz-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* FF3.6+ */
	background: url("../img/grain4.png") repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(206, 220, 231)), color-stop(100%, rgb(89, 106, 114))); /* Chrome,Safari4+ */
	background: url("../img/grain4.png") repeat, -webkit-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%,rgb(89, 106, 114) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../img/grain4.png") repeat, -o-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* Opera 12+ */
	background: url("../img/grain4.png") repeat, -ms-radial-gradient(center, ellipse cover, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* IE10+ */
	background: url("../img/grain4.png") repeat, radial-gradient(ellipse at center, rgb(206, 220, 231) 0%, rgb(89, 106, 114) 100%); /* W3C */
}

.figure {
	position: absolute;
	top: 50%;
	width: 100%;
}

.figure #main_logo {
	position: relative;
	margin-top: -288px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.figure #email_subscribe {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;
}

#email_subscribe input {
	border: 0;
	font-family: Play, Arial, sans-serif;
	margin: 1em;
	padding: 1em;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 200px;
}

#email_subscribe button, #email_subscribe button:visited {
	border: 0;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	padding: 1em;
	font-size: 0.87em;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#email_subscribe button:active, #email_subscribe button:hover {
	background: #8f0222; /* Old browsers */
	background: -moz-linear-gradient(top,  #8f0222 0%, #6d0019 44%, #4d0017 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f0222), color-stop(44%,#6d0019), color-stop(100%,#4d0017)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8f0222 0%,#6d0019 44%,#4d0017 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8f0222 0%,#6d0019 44%,#4d0017 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8f0222 0%,#6d0019 44%,#4d0017 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8f0222 0%,#6d0019 44%,#4d0017 100%); /* W3C */
}

#email_response {
	background-color: #000;
	color: white;
	margin-top: 0.5em;
}

#email_response h2 {
	padding-top: 1em;
}

#preload {
	margin-top: 1em;
	width: 60px;
}

#email_response p {
	padding-bottom: 1em;
}