body {
	background: url(assets/images/bg.jpg) fixed no-repeat top #000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.3em;
	color: #fff;
	text-shadow: 0px 1px 1px #111;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.content { position: relative; left: 0; top: 0; width: 786px; margin: 100px auto 50px auto; padding: 0 20px; text-align: center; }

a {
	color: #044469;
	text-shadow: 0px 1px 1px #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(184, 241, 245, 0.7); padding: 2px;
	-o-transition-property: color, background;
	-webkit-transition-property: color, background;
	-moz-transition-property: color, background;
	transition-property: color, background;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a:hover, a:focus, a:active {
	color: #000;
	background: rgba(255, 255, 255, 0.7);
}
a:active, a:focus { 
	position: relative;
	top: 1px;
}

h1 { font-family: "swingdancer-1","swingdancer-2", Georgia, "Times New Roman", serif; font-size: 60px; font-weight: normal; color: white; margin: 0 0 1em 0;}
h2 { font-size: 1.8em; font-weight: 300; line-height: 1em; margin: 0 0 1.5em 0; }
p {
	margin-bottom: 0.8em;
	font-size: 0.9em;
}

.clear { clear: both; height: 10px; }

form { margin: 0 auto 0.8em auto; width: auto; }
fieldset div { display: inline; }
label { display: none; }
input {
	background: rgba(0, 0, 0, 0.3);
	border: none;
	color: #fff;
	padding: 1.2em;
	font-size: 1.1em;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	width: 20em;
	-moz-border-radius: .3em;
	-o-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.submit input {
	display: inline-block;
    color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cffcff), color-stop(0.02, #b8f1f5), to(#66ccd3));
    width: auto;
	color: #000;
	cursor: pointer;
	font-weight: 900;
	text-shadow: 0px 1px 1px #fff;
}
.submit input:active, .submit input:focus { 
	position: relative;
	top: 1px;
}

/*.submit input {
	display: inline-block;
    color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1FA3B), color-stop(0.02, #8FCA05), to(#5A7F03));    
    width: auto;
}*/

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 12px rgba(184, 241, 245, .3);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(184, 241, 245, .9);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(184, 241, 245, .3);
	}
}
input[type="text"]:focus {
	background-image: none;
	-webkit-animation: pulse 1.5s infinite ease-in-out;
}

@-webkit-keyframes pulse2 {
	0% {
		background: rgba(184, 241, 245, .6);
	}
	50% {
		background: rgba(184, 241, 245, 1);
	}
	100% {
		background: rgba(184, 241, 245, .6);
	}
}
input[type="submit"]:hover {
	background-image: none;
	-webkit-animation: pulse2 1.5s infinite ease-in-out;
}


ul.icons {
	overflow: hidden;
	padding: 10px 0;
	width: 716px;
	margin: 0 auto;
	font-weight: 300;
}
ul.icons li {
	float: left;
	width: 212px;
	margin-bottom: 20px;
	margin-left: 20px;
}
ul.icons li a {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
}
ul.icons a img {
     background-color: #f3f4ef;
     padding: 6px 6px 7px;
     border: 1px solid #FFF;
     border-right-color: #abb3b8;
     border-bottom: none;
     float: left;
     -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.4);
     -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.2), 0 0 1px rgba(0,0,0,.4);
     margin-bottom: 12px;
     -webkit-transition: all 150ms linear;
     -moz-transition: all 150ms linear;
     opacity: .85;
     -moz-opacity: .85;
     -webkit-transition: all 150ms linear;
     -moz-transition: all 150ms linear;
     filter:alpha(opacity=85);
}
ul.icons li a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.4);
	background-color: #f7fafc;
	filter:alpha(opacity=100);
}
ul.icons li a:active img, ul.icons li a:focus img { 
	position: relative;
	top: 1px;
}





/* iPhone specific bits */
@media handheld and (max-device-width: 480px), screen and (max-device-width: 480px) {
	
}
/* iPad specific */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
}
