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

html {
	background: #000; 
	 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	background: url(../images/star-background_400x400.png);
	
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	position: relative; 
}


*:focus { outline: none; }
textarea { resize: none !important; }

.css_hide { display: none; }


/* anchor links / images */
a img { border-width: 0; margin: 0; }
a { color: #30a9ff; text-decoration: none; position: relative; }
	a:hover, a.active, label:hover, input:focus + label, input[type="submit"]:hover, input[type="submit"]:focus { color: #99d5ff !important; } /* fix this one? */
	.icon { clear: left; display: inline-block; }
	.icon * { float: left; }
	.icon img { margin: 2px 5px; }

/* list styling */
ul,ol,li { margin: 0; padding: 0; }
	ul li { list-style: none; }


/* headers */
h1,h2,h3,h4,h5,h6 { 
	margin: 0; 
	padding: 0; 
	display: block; 
}

h2 {
	margin: 10px 0; 
	
	color: #30a9ff;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 1.13em; 
	text-transform: uppercase; 
	font-weight: normal; 
}

#planet-logo {
	background: url(../images/planet-logo_640x640.png); 
	position: absolute; 
	display: block; 
	text-align: center; 
}

#planet-logo > * {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	text-transform: uppercase; 
	position: relative; 
	display: block; 
}

#planet-logo > span {
	margin: 60% 0 0 0; 
	color: #666; 
}

#mc_embed_signup {
	background: url(../images/default-tooltip_checked.png) !important; 
	margin: 25px 0 0 0; 
	border: 1px solid #3a70a6; 
	padding: 10px; 
	position: relative; 
	color: #a3b1bf; 
	
	/* CSS3 */
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	
	/* CSS3 */
	box-shadow: 0 0 8px 4px #13224d; 
	-moz-box-shadow: 0 0 8px 4px #13224d; 
	-webkit-box-shadow: 0 0 8px 4px #13224d; 
}

.indicates-required {
	margin: 5px 0; 
	
	color: #666; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 0.75em; 
	text-transform: uppercase; 
}

.mc-field-group {
	width: 100%; 
	margin: 2px 0; 
	position: relative; 
	display: block; 
	float: left; 
}

#mc_embed_signup label {
	width: 38%; 
	margin: 4px 0; 
	
	color: #30a9ff;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 0.75em; 
	text-transform: uppercase; 
	font-weight: normal; 
	text-align: right; 
	float: left; 
	cursor: pointer; 
}

#mc_embed_signup input[type="text"], 
#mc_embed_signup input[type="email"] {
	background: #111;
	width: 46%; 
	height: 18px; 
	margin: 0 8% 0 2%; 
	border: 1px solid #444; 
	padding: 1px 5px; 
	float: right; 
	
	color: #999; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 0.89em; 
	
	/* CSS3 */
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

#mc_embed_signup input[type="text"]:focus, 
#mc_embed_signup input[type="email"]:focus {
	color: #CCC; 
	border-color: #555;
}

#mc_embed_signup input[type="submit"] {
	background: none; 
	margin: 15px auto; 
	border: none; 
	cursor: pointer; 
	position: relative; 
	display: inline-block; 
	
	color: #30a9ff;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 1em; 
	text-transform: uppercase; 
}


@media all and (min-width: 980px) { /* DESKTOP */
	
	#planet-logo > span, 
	#contact {
		font-size: 0.89em; 
	}
	
	#planet-logo {
		width: 640px; 
		height: 640px; 
		margin: -320px 0 0 -320px; 
		top: 50%; 
		left: 50%; 
	}
	
	#mc_embed_signup {
		width: 458px; 
		height: 178px; 
		margin: 50px 80px 0 80px; 
	}
}


@media all and (min-width: 768px) and (max-width: 979px) { /* PORTRAIT, TABLET */
	
	#planet-logo > span, 
	#contact{
		font-size: 0.89em; 
	}
	
	#planet-logo {
		background-size: 480px 480px; 
		width: 480px; 
		height: 480px; 
		margin: -240px 0 0 -240px; 
		top: 50%; 
		left: 50%; 
	}
}


@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) { /* MOBILE, SMARTPHONE */
	
	#planet-logo >  span, 
	#contact {
		font-size: 0.75em; 
	}
	
	#planet-logo {
		background-size: 320px 320px; 
		width: 320px; 
		height: 320px; 
		margin: 0 0 0 -160px; 
		top: 25px; 
		left: 50%; 
	}
}