/* Main elements */

* {
	color: #111;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;	
	margin: 0;
	padding: 0;

}
h1 {
	font-size: 2.8em; line-height: 1.286em; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


h4 {
	font-size: 1.5em;
	font-family: helvetica, arial;
	line-height: 1.2em;
	margin-bottom: .4em;
}
p {
	margin-bottom: 1em;
}
a, h2 a:hover, #logo a:hover { color: #6B2AAB; }
#wrapper {
	margin: 0 auto;
	width: 920px;
}
#header {
	padding: 40px 0 30px;
	text-align: center;
}

#header.location_header {
	padding-bottom: 0;
}

#header img {
	margin: 0 0 50px;
}
.info {
	float: left;
	width: 520px;
	padding: 0 30px;
	margin-bottom: 4em;
}

.already-subscribed .info {
	margin-left: 80px;
	margin-right: 80px;
	overflow: hidden;
	width: 700px;
}

.info img.alignright {
	float: right;
	margin: 4px 0px 20px 20px;
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	background: #f5f5f5;
}

.info ul li {
	list-style-image: url(images/bullet.png);
	padding: .4em 0;
	margin: 0 0 .5em 2.5em;
}
.aside {
	float: left;
	background: #f2e9fb url(images/noise.png);
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 30px;
	margin: 17px 0 0;
	width: 250px;
}
.aside input {
	padding: .4em;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	margin-bottom: .8em;
}
	.aside input[type="text"],
	.aside input[type="email"] {
		width: 235px;
	}
	.aside input[type="submit"] {
		color: white;
		background: #231f20 url(images/noise.png);
		text-shadow: 2px 1px 1px rgba(0,0,0,.8);
		width: 249px;
		margin-bottom: .4em;
	}
		.aside input[type="submit"]:hover {
			opacity: .8;
		}
.aside span {
	font-size: .7em;
}
.footer {
	clear: both;
	text-align: center;
}
.footer p {
	color: #bbb;
	font-size: .8em;
}
.footer a {
	font-size: 1em;
	color: #6B2AAB;
}
	.footer a:hover {
		color: #666;
	}
	

.location .question { border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; padding: 25px 50px 10px; margin-bottom: 25px; }
.location .question.onstate { background: #eee; }
.location .question p { font-size: 20px; font-weight: bold; line-height: 1.7em; }
.location .question.onstate p { color: #bbb; }
.location .question.onstate input[type="text"] { color: #bbb; }
.location input[type="text"] { padding: 5px 8px 4px; background: #f7f7f7; border: 1px solid #ddd; width: 150px; text-align: left; }
.location input[type="submit"] { margin-left: 50px; }
.location .question input[type="text"] { font-size: 20px; }
.location .international { border-bottom: 1px solid #ccc; margin-bottom: 25px; padding-bottom: 5px; padding-left: 50px; padding-right: 50px; }
p.material { border-bottom: 1px solid #ccc; margin-bottom: 25px; padding-bottom: 25px; padding-left: 50px; padding-right: 50px; }
p.material textarea { width: 580px; height: 150px; padding: 8px 10px; margin-top: 10px; background: #f5f5f5; border: 1px solid #ddd; }
.location .offstate-a { display: none; }
.location .personas { padding-left: 50px; padding-right: 50px; border-bottom: 1px solid #ccc; margin-bottom: 25px; }
.location .personas p { margin-bottom: 20px; }
.location .personas input { margin-right: 5px; margin-bottom: 20px; float: left; margin-top: 3px; }
.location .intro { padding-bottom: 10px; padding-top: 25px; border-top: 1px solid #ccc; }