* { 
	margin: 0; 
	padding: 0; 
}

body {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
	
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}

.bgwidth { 
	width: 100%; 
}

.bgheight { 
	height: 100%; 
}

#bg { 
	position: fixed; 
	top: 0; 
	left: 0; 
}

#container {
}

#subscribe {
	position: relative;
}

#basecamp_icon {
	z-index: 10;
	position: absolute;
	top: -150px;
	left: 105px;
}

#logo {
	margin-bottom: 150px;
	padding: 3% 0 10px 3%;
}

#logo h1 {
	font-size: 24px;
	padding: 9px 0px;
	position: absolute;	
	text-transform: uppercase;
	width: 330px;
}

#logo img {
	margin-left: -8px;
	position: relative;
}

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup {
	display: block; 
	position: relative; 
	text-align: left; 
	padding: 10px 0 10px 3%;
}

#mc_embed_signup form {
	padding: 0 0 10px 0;
}
	
#mc_embed_signup input {
	border: 1px solid #5e5e5e;  
	font-size: 16px;
	outline: none;
	
	-webkit-appearance: none;
}

#mc_embed_signup .button {
	background: #78ba00;
	
	background: -moz-linear-gradient(top,  #78ba00 0%, #5b9b00 2%, #184a00 100%, #184a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78ba00), color-stop(2%,#5b9b00), color-stop(100%,#184a00), color-stop(100%,#184a00));
	background: -webkit-linear-gradient(top,  #78ba00 0%,#5b9b00 2%,#184a00 100%,#184a00 100%);
	background: -o-linear-gradient(top,  #78ba00 0%,#5b9b00 2%,#184a00 100%,#184a00 100%);
	background: -ms-linear-gradient(top,  #78ba00 0%,#5b9b00 2%,#184a00 100%,#184a00 100%);
	background: linear-gradient(to bottom,  #78ba00 0%,#5b9b00 2%,#184a00 100%,#184a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ba00', endColorstr='#184a00',GradientType=0 );
	
	clear: both; 
	border: 0 none; 
	border: 1px solid #123104;
	
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	
	box-shadow: 0px 0px 5px rgba(129,195,0, 0.45);
	
	color: #FFFFFF; 
	cursor: pointer; 
	display: inline-block; 
	font-size: 14px;
	margin: 0 5px 10px 0;
	padding: 9px 11px 8px 11px;
	text-align: center; 
	text-decoration: none; 
	
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0, 0.3);
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0, 0.3);
	-o-text-shadow: 1px 1px 0px rgba(0,0,0, 0.3);
	text-shadow: 1px 1px 0px rgba(0,0,0, 0.3);
	
	vertical-align: top; 
	white-space: nowrap; 
	width: auto;
}

#mc_embed_signup .button:active {
	background: #3c7210;
	
	-webkit-box-shadow: inset 0px 0px 18px rgba(0,0,0, 0.6);
	-mox-box-shadow: inset 0px 0px 18px rgba(0,0,0, 0.6);
	-o-box-shadow: inset 0px 0px 18px rgba(0,0,0, 0.6);
	box-shadow: inset 0px 0px 18px rgba(0,0,0, 0.6);
}

#mc_embed_signup .button:hover {
	background-color: #3c7210;
}

#mc_embed_signup label {
	padding-bottom: 10px;
}

#mc_embed_signup input.email {
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0, 0.3);
	-mox-box-shadow: inset 0px 0px 8px rgba(0,0,0, 0.3);
	-o-box-shadow: inset 0px 0px 8px rgba(0,0,0, 0.3);
	box-shadow: inset 0px 0px 8px rgba(0,0,0, 0.3);
	
	padding: 8px 2px; 
	text-indent: 8px; 
	width: 210px;
}

#mc_embed_signup input.button {
	margin: 0 0 10px -5px; 
}

@media screen and (max-width: 640px){
	#logo h1 {
		font-size: 22px;
		width: 300px;
	}
}