/* @override http://dev2.etudeapp.com/css/front.css */

body{
	background: black url(/images/shelf.jpg) no-repeat center 60px;
}


/* @group Shelf */


#shelf-contents{
	padding-top: 25px;
	height: 350px;
}


#screencast{
	width: 200px;
	height: 270px;
	position: relative;
	left: 30px;
	top: 32px;
	
}

#screencast video{
	display: inline;
}

#shelf-contents #ipad{
	background: url(/images/frontpage_pad.png) 0 0;
	width: 258px;
	height: 351px;
	float: left;
	margin-right: 35px;
	margin-left: 3px;
}

#shelf-contents #copy{
	overflow-x:hidden;
	overflow-y:hidden;
}

#shelf-contents #copy *{
	color: #eee;
	font-family: Georgia, serif;
	text-shadow: #000 0 -1px 0;
}

#shelf-contents #copy h2{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 12px;
	letter-spacing: -0.02em;
}

#shelf-contents #copy p{
	line-height: 17px;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 1.1em;
	font-size: 13px;
}

#shelf-contents #copy strong{
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 3px;
}


#shelf-contents #copy .feature{
	float: left;
	padding-right: 12px;
	position: relative;
	top: 4px;
	vertical-align: top;
}



#buttons #download-info{
	width: 220px;
	float: right;
	color: #eee;
	
	padding-left: 15px;
	text-align: left;
	text-shadow: #000 0 1px 0;
	padding-top: 2px;
}

#buttons #download-info p,#buttons #download-info p strong{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

#buttons{
	margin-top: 25px;
}



/* @end */

/* @group As Seen On */

#as-seen-on{
	margin-top: 55px;
	text-align: center;
	border-bottom: #222 1px solid;
	padding-bottom: 25px;
	clear: both;
}

#as-seen-on h3{
	color: #ccc;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	
}

#as-seen-on img{
	vertical-align: middle;
	padding-left:24px;
	opacity: 0.6;
}

#as-seen-on img:hover{
	opacity: 1;
}


/* @end */

/* @group Bottom Boxes */

#bottom-boxes{
	clear: both;
	margin-top: 20px;
}


#bottom-boxes .box{
	
	color: #999;
	width: 148px;
	height: 180px;
	float: left;
	font-family: Georgia;
	font-size: 11px;
	padding: 6px 16px 0;
	background: url(/images/fadingline.png) no-repeat;
	
	line-height:16px;
}

#bottom-boxes .first{
	background: none;
}

#bottom-boxes .box h3{
	font-size: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

#bottom-boxes .box a{
	color:  #999;
}


#bottom-boxes .box a:hover{
	color: #eee;
}

ol.topten {
	margin-left: 0;
	padding-left: 1.5em;
	}
	
ol.topten li{
	margin-bottom: 0.7em;
}



.scicon{
	float:right;
	margin-left:9px;
	margin-bottom: 2px;
	opacity: 0.65;
}

.actionlink{
	padding-top: 7px;
	margin-top: 0;
	font-family: Georgia, serif;
	font-size: 16px;
	text-align: right;
}

.actionlink span{
	font-size: 11px;
	font-style: italic;
}




/* @end */