/* css/home.css for Appspin site
   home-specific styles */

@import url(layout.css);

h2 {
	display: none;
}


/** feature slideshow **/
.slideshow {
	height: 400px;
	margin: 0 0 9px 0;
}
.slideshow li {
	height: 400px;
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
}
.slideshow li.slideOff {
	display: block;
	z-index: 9;
}
.slideshow li ul {
	background-color: #4e89c3;
	height: 48px;
	left: 480px;
	position: absolute;
	top: 280px;
	width: 465px;
}
.slideshow li ul.blue {
	background-color: #4e89c3;
}
.slideshow li ul.grey {
	background-color: #2e3746;
}
.slideshow li ul.red {
	background-color: #cc0212;
}
.slideshow li li {
	float: left;
	height: 48px;
	margin: 0;
	position: static;
}
.slideshow .client {
	width: 67px;
}
.slideshow .client.ea {
	background: url(../assets/home/feature_logo_ea.png) 0 0 no-repeat;
}
.slideshow .project {
	padding: 6px 10px;
	font-size: 1.1em;
	font-weight: bold;
	width: 233px;
}
.slideshow li li .type {  
	display: block;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
}
.slideshow .call-to-action {
	background-color: #fff;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	height: 34px;
	padding: 14px 0 0 20px;
	width: 125px;
}
.slideshow .call-to-action :link, .slideshow .call-to-action :visited {
	background-image: url(../images/arrow_blue_right.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	color: #4e89c3;
	padding-right: 15px;
}
.slideshow ul.blue .call-to-action :link, .slideshow ul.blue .call-to-action :visited {
	background-image: url(../images/arrow_blue_right.png);
	color: #4e89c3;
}
.slideshow ul.grey .call-to-action :link, .slideshow ul.grey .call-to-action :visited {
	background-image: url(../images/arrow_grey_right.png);
	color: #2e3746;
}
.slideshow ul.red .call-to-action :link, .slideshow ul.red .call-to-action :visited {
	background-image: url(../images/arrow_red_right.png);
	color: #cc0212;
}

/* slideshow map */
.slideshow-map li {
	background: transparent url(../images/bg_slideshow_map_off.png) 0 0 no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 16px;
}
.slideshow-map li.current {
	background-color: transparent;
	background-image: url(../images/bg_slideshow_map_on.png);
}


/** promos **/
.promos {
	background: url(../images/bg_home_promo.png) bottom left repeat-x;
	clear: both;
	width: 944px;
}
.promos li {
	background-position: center 40px;
	background-repeat: no-repeat;
	height: 242px;
	padding: 11px;
	width: 214px;
}
.promos li h3 {
	margin-bottom: 160px;
}
.promos li p.call-to-action {
	margin-top: 1em;
}

