@import "http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css";

html { 
	background: #e2ebf4 url(images/bg.png);
	font: 14px/18px "Helvetica Neue", helvetica, arial, sans-serif;
	color: #394046;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a { 
	color: #3166c4;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s linear;	
}
a:hover {
	color: #379cff;
}
strong {
	font-weight: bold;
	-webkit-text-stroke: 1px transparent;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}
body > div,
#sticky > div {
	width: 840px;
	margin: 25px auto;
	position: relative;
}
header h1 {
	display: block;
	width: 270px;
	height: 75px;
	background-position: 0 0;
}

nav {
	position: absolute;
	right: 20px;
	top: 40px;
	font-size: 16px;
}


nav li {
	display: inline;
	margin-right: 32px;	
}

nav li:last-child {
	margin-right: 0;
}

nav li.selected a {
	color: #0062c3;
	font-weight: bold;
	-webkit-text-stroke: 1px transparent;
}

footer {
	margin-top: 20px;
	margin-left: 10px;
}
footer li {
	display: inline;
	margin-right: 32px;
	font-size: 16px;
}

#contact {
	padding: 15px;
	width: 400px;
	position: relative;
	display: none;
	border: 1px solid #626971;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.6);
}

#contact .close {
	position: absolute;
	top: 15px;
	right: 15px;
}

#contact p {
	margin-bottom: .8em;
}


.small-button {
	border-width: 4px 16px 7px;
	-webkit-border-image: url(images/greenbutton.png) 4 16 7 16 stretch stretch;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	-webkit-text-stroke: 1px transparent;
}
.small-button:hover{
	color: white;
}

.s {
	background: url(images/site-sprite.png) no-repeat;
	line-height: 1000px;
	overflow: hidden;
	display: block;
}

	h2 {
		font-size: 30px;
		font-family: "Helvetica Neue", "helvetica", arial, sans-serif;
		font-weight: 200;
		margin-bottom: 35px;
		line-height: 1.2em;
	}
	
.section {
	padding: 30px 42px;
	background: white;
	border: 1px solid #ccd5df;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	margin-top: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/* - overview */
#overview {
	height: 460px;
	font-size: 16px;
}
#overview > a#hero {
	float: right;
	margin-right: -60px;
	margin-top: -10px;
	margin-left: 30px;
	display: block;
}
#overview > ul{
	margin-top: 30px;
	line-height: 1.7em;
}
#overview > ul li{
	list-style: disc inside;
}

#todownload {
	display: block;
	width: 290px;
	height: 112px;
	margin-top: 60px;
	background: url(images/todownload.png) no-repeat;
	line-height: 1000px;
	overflow: hidden;
}

#howitworks {
	margin-top: 40px;
}

#download h3 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}
#helper { 
	width: 325px;
	float: left;
}

#app { width: 325px; float: right;}
#requirements {
	clear: both;
	margin-top: 60px;
}
#helper img {
	position: relative;
	top: 34px;
	margin-left: 10px;
	margin-top: -60px;
}
#app img { margin-left: 10px; margin-top: -36px; position: relative; top: 20px; }

a.large_button {
	width:200px; height: 55px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.6) 0 -1px 0;
	background: url(images/buttonsprites.png) no-repeat top left;
	display: block;
	overflow: hidden;
	line-height: 1000px;
	margin-top: 26px;
}

a.large_button:hover {
	background-position: 0 -55px;
}

#app a.large_button {
	background-position: -200px 0;
}
#app a.large_button:hover {
	background-position: -200px -55px;
}

.subtext {
	color: #7d8286;
	font-size: 12px;
}
#helper .large_button {
	margin-bottom: -20px;
}

#helper .subtext {
	margin-left: 18px;
}
#requirements ul li {
	list-style: disc outside;
	margin-bottom: 10px;
}
#requirements ul {
}




#features .left, #features .right {
	width: 280px;
	float: left;
	position: relative;
}
#features .row {
	margin-bottom: 40px;
	padding-left: 60px;
}
#features .right {
	float: right;
}
#features h3 {
	font-size: 20px;
}


#features p {
	margin-bottom: 1.3em;
}

#signup {
	padding: 12px;
}
#signup #signup_email {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a7aaad;
	font-size: 16px;
	padding: 5px;
	font-style: italic;
	color: #a0adb9;
	width: 670px;
	-webkit-box-shadow: inset 0 0 5px #e2ebf4;
}
#signup #signup_email:focus {
	border: 1px solid #7ddb82;
	-webkit-box-shadow: 0 0 3px #d5f4d6;
	font-style: normal;
	color: #394048;
	outline: none;
}
#signup input {
	display: inline-block;
	vertical-align: bottom;
}

#signup .button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: white;
	border: 1px solid #a7aaad;
	padding: 5px 14px 6px 14px;
	font-size: 14px;	
	font-weight: bold;
	color: #394048;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.18, rgb(240,240,240)),
	    color-stop(0.8, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(240,240,240) 18%,
	    rgb(255,255,255) 80%
	);
	cursor:pointer;
	margin-left: 12px;
	-webkit-box-shadow: 0 0 6px #f1f1f1;
	
}
#signupsuccess {
	text-align: center;
}


.icon {
	background: url(images/iconsprite.png) no-repeat top left;
	display: inline-block;
	position: absolute;
	left: -67px;
}
.icon.lock {
	width: 48px;
	height: 64px;

}

.icon.globe {
	width: 51px;
	height: 51px;
	background-position: -48px 0;
}

.icon.docs {
	width: 44px;
	height: 49px;
	background-position: -99px 0;
	left: -62px;
}

.icon.search {
	width: 68px;
	height: 53px;
	background-position: -143px 0;
	left: -80px;
}

.icon.media {
	width: 45px;
	height: 49px;
	background-position: -211px 0; 
}

/* Sticky footer */
#sticky {
	height: 52px;
	line-height: 52px;
	background: url(images/footerbg.png) repeat-x left top;
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	color: #d7d5d5;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
	font-size: 13px;
	
}
#sticky > div {
	margin: 0 auto; position: relative;
}
#sticky .s { display: inline-block;}
.social-button { 
	width: 124px; height: 40px;
	background-position: -373px -98px;
	vertical-align: middle;
	margin-top: -2px;
	}
	.social-button.last {
		margin-right: 20px;
	}
	.social-button iframe {display: block;}
	.social-button { padding: 9px 0 0 14px; width: 110px; height: 31px;}
	.signup {
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		background: #e8e8e8 url(images/site-sprite.png) no-repeat -226px -178px;
		padding: 4px 6px 3px 28px;
		font-size: 12px;
		border: 1px solid black;
		-webkit-background-clip: padding-box;

		-webkit-box-shadow: inset 1px 0 4px rgba(0,0,0,.6);
		width: 200px; height: 18px;
		font-weight: normal;
		color: #666666;
		display: block;
	}
	#sticky form { display: inline-block; vertical-align: middle; height: 30px; position: relative; width: 234px; margin-left: 6px;}
	#sticky .submit { position: absolute; right: -2px; top: 0; width: 27px; height: 27px; background-position: -366px -11px;}
	.social-icons { position: absolute; right: 0; top: 0; height: 52px; padding-top: 8px;}
	.social-icons a { width: 30px; height: 30px; margin-left: 12px; }
	.twitter { background-position: -411px -61px;}
	.facebook { background-position: -459px -61px;}
