body {
	background-color: black;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
}

.container {
	background-repeat: no-repeat;
	background-image: url(../img/lustrbgplain.jpg);
}

#content {
	height: 500px;
}

#logo_headliner {
	margin-top: 230px;
	text-align: center;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	
	
}
.headliner_white{
	color: white;
	text-transform: capitalize;
}
.headliner_blue{
	color: #63f1ef;
	text-transform: capitalize;	
}
.headliner_small{
	color: white;		
}


#membership {
	margin-top: 25px;
	
}

.box {
	background-color: black;
	
}

.box .box_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #63f1ef;
}

.box_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
}
.small_text{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.blue_text{
	color: #63f1ef;
	font-size: 13px;
	text-align: center;
	
}
a:hover {
	text-decoration: none; 
	color: #63f1ef;
}

#membership_form {
	padding-top: 20px;
	margin-top: 20px;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}

ul#membership_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

uls#membership_list li {
	display: block;
	margin-bottom: 8px;
}

#membership_list .field {
}

#membership_list .field label {
	margin-right: 10px;
}

.mc-field-group label {
	margin-right: 10px;
}

.mc-field-group input {
	width: 95%;
	margin-right: 1.5em;
	padding: .2em .3em;
}

.response {
	font-weight: bold;
	background-color: #333333;
	display: none;
	margin: 10px 0px;
	padding: 10px;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 95%;
}

#mce-error-response {
	background-color: #FFEEEE;
	color: #FF0000;
}

#mce-success-response {
	background-color: #63f1ef;
	border: 1px solid white;
	color: black;
}

.mce_inline_error {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding: 0.5em;
	font-weight: bold;
	z-index: 1;
	width: 80%;
	color: rgb(255, 0, 0);
	background-color: rgb(255, 238, 238);
}

#app_store {
	margin-left: 50px;
	background-repeat: no-repeat;
}

#follow_us {
	margin-right: 50px;
}

#find_us {
	margin-right: 5px;
	margin-top: 12px;
	float: right;
	font-size: 14px;
}

.vertical_separator {
	margin-right: 5px;
	float: right;
	font-size: 28px;
	color: white;
}

.icons img {
	margin-right: 5px;
	margin-top: 10px;
	float: right;
}

#footer {
	float: right;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-top: 30px;
	color: #999999;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
