/* 	*****************************
	HOMEPAGE
	*****************************
	Homepage-specific styles and override
	
	Copyright 2010 Foound
	Licensed under a Creative Commons license (http://creativecommons.org/licenses/by-sa/3.0/)
*/

body {
}

#header { width: 846px; }

#bodyer-full {
	background: #008ed0 url(../img/common/bgl2_tile.gif);
	border-top-color: #20a6e6;
	border-bottom: 1px solid #0073a6;
}

#bodyer { width: 846px; }

#content { width: 522px; }

.block h3 {
	color: #fff;
	text-shadow: 0 -1px 1px #006d9b;
}

#footer-full { border-top: 1px solid #f0f0f0; }
#footer {
	padding: 0 342px 0 0;
	width: 504px;
}


/* 	*****************************
	Intro, Billboard
	*****************************
*/

#intro {
	clear: left;
	width: 522px; height: 252px;
	color: #fff;
}

	#intro-headline {
		margin: 36px 0 18px !important;
		width: 420px; height: 84px;
		background: url(../img/common/cta_headline.gif) no-repeat;
		text-indent: -999em;
	}

	#intro-subhead {
		width: 402px;
		font-size: 1.286em;
		line-height: 1.333;
		color: #fff;
		text-shadow: 0 -1px 1px #006d9b;
	}
	
	#intro p { text-shadow: 0 -1px 1px #006d9b; }

/* Call-to-Action */

#call-to-action {
	float: left; clear: left;
	width: 522px;
}

	#cta-download {
		display: block;
		float: left;
		width: 160px; height: 60px;
		text-indent: -999em;
		background: url(../img/common/appstore_badge.png) no-repeat;
	}
	
		#cta-download:hover {
			color: #555;
			background-position: 0 -60px;
		}
	
		#cta-download:active {
			position: relative;
			top: 1px;
			color: #555;
			background-position: 0 -60px;
		}
		
		#urdykd-urdykd {
			background: #fff url(../img/controls/bg_textfield.gif) no-repeat;
		}

	#cta-sub {
		float: left;
		margin: 9px 0 0 20px;
		width: 234px;
		font-size: 1.143em;
		line-height: 1.125;
		text-shadow: 0 -1px 1px #006d9b;
		text-align: left;
	}

		#cta-sub a {
			font-weight: bold;
			color: #fff;
			text-decoration: none;
		}
		
		#cta-sub a:hover {
			border-bottom: 1px solid #fff;
		}

#press-logos {
	margin: 0 0 54px;
	font-size: 0.857em;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0 1px 0 #fff;
}

#coming-soon {
	clear: left;
	text-shadow: 0 -1px 1px #006d9b;
}


/* 	*****************************
	Demo, Screencast
	*****************************
*/

#iphone-demo {
	position: absolute;
	right: 18px; top: 18px;
	width: 306px; height: 576px;
	background: url(../img/devices/demo_bg2_iphone.png) no-repeat;
}

	#iphone-demo-cycler {
		position: absolute;
		top: 110px; left: 42px;
		width: 225px; height: 338px;
		overflow: hidden;
	}

#fdbk_screen {
	height: 100% !important;
	opacity: .25 !important; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=25) !important; /* IE lt 8 */
	-ms-filter: "alpha(opacity=25)" !important; /* IE 8 */
	-khtml-opacity: .25 !important; /* Safari 1.x */
	-moz-opacity: .25 !important; /* FF lt 1.5, Netscape */
}