/* @override http://localhost:8000/static/css/local.css */

/* @group General Styles */


html, body {
	font-family: museo-sans-1, museo-sans-2, "Museo Sans", helvetica, arial, sans;
	height: 100%;
	width: 100%;
	color: #333;
	font-size: 100%;
	background: #eff4fa url(../img/bg.png) repeat-x left top;
	margin: 0;
	padding: 0;
}



a {
	color: #57658d;
	text-decoration: none;
	border-bottom: 1px solid #b0c2d2;
	cursor:  pointer;
}

a:hover {
	color: #aa6668;
	text-decoration: none;
	border-bottom: 2px solid #aa6668;
	-webkit-transition: color 0.5s ease, border-color 0.5s ease;
}

a.quiet {
    border: 0px none;
}

/* @end */

/* @group Header */

#header_wrap {
	background: transparent url(../img/clouds.jpg) no-repeat center top;
	/*min-height: 250px;*/
	/*height: 400px;*/
	margin-bottom: 15px;
	min-width: 960px;
	text-align: center;
	padding-top: 40px;
}

header#pageheader h1 {
	text-indent: -9999px;
	width: 200px;
	height: 250px;
	margin: 0 auto 10px;
	background: url(../img/logo.png) no-repeat center top;
}

header#pageheader h2 {
	width: 960px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 100;
	text-transform: lowercase;
	color: #b1bfd0;
	line-height: 1.3em;
	letter-spacing: 1px;
}

header#pageheader h2 strong {
	font-style: normal;
	font-weight: 100;
	font-size: 20px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 0;
	line-height: 1.5em;
}

header#pageheader h2#follow strong {
	margin-top: 40px;
	font-size: 20px;
	color: #999;
}

/* @end */

/* @group Signup */

/* @group Slider Mechanics */

#signup_wrap {
	background: transparent url(../img/formbg.png) repeat-x left top;
	min-width: 962px;
	width: 100%;
	height: 400px;
	margin: 0 auto 40px;
	overflow: visible;
}

#signup {
	position: relative;
	display: block;	
	width: 960px;
	height: 390px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
	border-color: #c6cad4;
	border-style: solid;
	border-width: 0 1px 0 1px;
}

#slider_outer {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;

}

#slider_inner {
	position: absolute;
	width: 4800px;
	height: 100%;
	left: -1920px;
	margin: 0;
	padding: 0;
}

.slider_item {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#slider_start {
	font-weight: lighter;
	color: #555;
	position: relative;
	text-align: center;
	font-size: 24px;
}

#slider_start>em {
	color: #999;
	font-weight: lighter;
	letter-spacing: 10px;
	text-transform: uppercase;
	word-spacing: 10px;
	display: block;
	margin: 130px 0 0 0;
	font-style: normal;
	font-size: 0.8em;
}

#slider_start>strong {
	clear: both;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 78px;
	text-shadow: #dfdfdf 3px 3px 0;	
	line-height: 1.0em;
}

.awesome_endcap {
	font-size: 1.05em;
}

.pulse {
	font-size: 0.8em;
	-webkit-animation-name: 'pulse';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	vertical-align: top;
	text-shadow: none;	
	color: #a5b2c1;
}

@-webkit-keyframes 'pulse'
{		
	0% {
		color: #a5b2c1;
	}
	100% {	
		color: #c5d5e7;
	}
}

/* @end */

/* @group Triggers */

.slider_trigger {
	display: block;
	position: absolute;
	top: 0;
	height: 390px;
	width: 180px;
	margin: 0;
	padding-top: 120px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 100;
	color: #978f7e;
	text-shadow: #fff 0 1px 0;
}

.slider_trigger:hover {
	/*font-size: 26px;*/
	width: 255px;
	font-weight: 300;
	-webkit-transition: font-weight 0.25s ease, width 0.25s ease, color 0.25s ease;
	color: #555;

}

#trigger_emp {
	left: 0;
	text-align: right;
	background: url(../img/signup_bg_trigger.jpg) no-repeat right top;
	padding: 177px 20px 0 10px;
}

#trigger_dev {
	right: 0;
	text-align: left;
	background: url(../img/signup_bg_trigger.jpg) no-repeat left top;
	padding: 177px 10px 0 20px;
}

/* @end */

.slider_item#slider_emp,
.slider_item#slider_thanks_emp {
	height: 350px;
	width: 920px;
	background: url(../img/signup_bg.jpg) no-repeat right top;
	padding: 20px;
}

.slider_item#slider_dev,
.slider_item#slider_thanks_dev {
	height: 350px;
	width: 920px;
	background: url(../img/signup_bg.jpg) no-repeat left top;
	padding: 20px;
}

#signup #employer, #signup #developer {
	width: 100%;
	height: 100%;
	position: relative;
}

#signup .signup_copy,
#signup .signup_copy {
	position: absolute;
	width: 400px;
	height: 270px;
	margin-right: 30px;
	top: 0;
	left: 0;
}

#signup h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	/*padding: 15px 0 0px;
	
	margin-bottom: 30px;*/
	margin: 25px 0;
	color: #94a2b1;
	text-shadow: #fff 0 1px 0;
	white-space: pre;
}


#signup h1 a.slider_reset {
	font-weight: 100;
	font-size: 0.5em;
	font-style: inherit;
	color: #8794a1;
	text-transform: lowercase;
	vertical-align: super;
}

#signup h1 a.slider_reset:hover {
	color: #aa6668;
}


#signup h2 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 1em;
	color: #67717b;
}

#signup .signup_copy p {
	font-weight: 100;
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.4em;
	color: #67717b;
}

#signup #employer .signup_copy p strong,
#signup #developer .signup_copy p strong {
	color: #000;
}

form {
	position: absolute;
	width: 490px;
	top: 10px;
	left: 430px;
}

form p {
	position: relative;
	font-style: normal;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 10px;
	background: #fff;
	padding: 1px;
	border: 1px solid #e2e2e4;
	-webkit-box-shadow: #eee 2px 2px 2px;
}

form p.submit {
    border: 0px none;
    text-align: right;
    background: transparent;
    -webkit-box-shadow: none;
}

form label {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	padding: 2px;
	width: 482px;
	color: #999;
	background-color: #f5f5f5;	
}

form label strong,
form label ul.errorlist li {
	color: red;
	font-weight: 300;
}

form label ul.errorlist {
	list-style-type: none;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}

form input[type~="text"] {
	width: 484px;
	font-family: museo-sans-1, museo-sans-2, "Museo Sans", helvetica, arial, sans;
	font-size: 16px;
	height: 1.2em;
	line-height: 1.2em;
	border: none;
	color: #788390;
}

form textarea {
	width: 482px;	
	height: 2.4em;
	resize: none;
	vertical-align: top;
	border: none;
	font-family: museo-sans-1, museo-sans-2, "Museo Sans", helvetica, arial, sans;
	font-size: 16px;
	color: #788390;
}

form button,
form button:visited,
form input[type="submit"] {
	font-family: museo-sans-1, museo-sans-2, "Museo Sans", helvetica, arial, sans;
	font-size: 0.9em;
	font-weight: 500;

	background: #f9eda1 url(../img/button_overlay.png) repeat-x; 
	display: inline-block;
	padding: 5px 10px 5px;
	color: #888;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

form button:hover,
form input[type="submit"]:hover {
	background-color: #f8e988;
	color: #222;
	-webkit-transition: color 0.45s ease, background-color 0.45s ease;
}

form button:active,
form input[type="submit"]:hover {
	top: 1px;
}

/* @group Thanks */

.thanks {
	text-align: center;
	padding-top: 80px;
}

#signup .thanks h1 {
	text-transform: uppercase;
	font-size: 72px;
	font-weight: 900;
	color: #c5cfda;
	text-shadow: #999 0 1px 0;
	margin-bottom: 20px;
}

.thanks p {
	font-size: 28px;
	margin-bottom: 60px;
	color: #666;
}

.thanks a.slider_reset {
	font-weight: 900;
	background: #d6dbe1 url(../img/button_overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #f8f8f8; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.thanks a.slider_reset:hover {
	color: #fff;
	background-color: #c5cfda;
	-webkit-transition: color 0.45s ease, background-color 0.45s ease;
}

.thanks a.slider_reset:active {
	top: 1px;
}

/* @end */

/* @end */

/* @group Footer */

footer {
	width: 960px;
	margin: 15px auto;
	padding-bottom: 30px;
	text-align: center;
	color: #94a2b1;
	font-weight: 100;
	letter-spacing: 1.5px;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: #fff 0 -2px 0;
}

footer a {
	color: #94a2b1;
}

footer a:hover {
	color: #aa6668;

}

/* @end */



