/*///////////////////////////////////////////////////////
// Prey Home CSS
// By Tomas Pollak
// (c) 2010 - Fork Ltd.
// MIT Licensed
/////////////////////////////////////////////////////////

 home header
-------------------------------------------*/

#home #header{
	padding-top: 0;
	padding-bottom: 35px;
}

#home #header #logo{
	margin-top: 50px;
}

#home #header .centerer{
	background: url(i/prey-vulture-logo-condor-chileno.png) -97px -225px no-repeat;
}

/* home first section
-------------------------------------------*/

#home #header h1{
	float: left;
	clear: right;
	margin: 20px 0 10px;
	font-size: 4.3em;
	color: #444;
	line-height: 1em;
}

#header h3.description{
	clear: left;
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: 0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#main-buttons li{
	float: left;
	height: 40px;
	margin-right: 20px;
	text-align: center;
	position: relative;
}

#main-buttons li a.button{
	color: #eee;
	display: block;
	font-size: 1.4em;
	padding-left: 14px;
	-webkit-border-radius: 15px !important; /* fix for safari */
}

#main-buttons li a.video{
	width: 165px;
}

#main-buttons li a.download span{
	padding-left: 22px;
	background: url(i/icon-download.png) left no-repeat;
}

#main-buttons li a.video{
	width: 180px;
}

#main-buttons li a.video span{
	padding-left: 26px;
	background: url(i/icon-play.png) left no-repeat;
}

#main-buttons a.button:hover{
	text-decoration: none;
	color: #fff;
}

#main-buttons li p{
	margin-top: 2px;
	color: #777;
	font-size: 0.9em;
}

#main-buttons li p a{
	color: #777;
}

#main-buttons .all-platforms{
	display: -moz-inline-block;
	display: inline-block;
	width: 95px;
	height: 19px;
	text-indent: -9999px;
	background: url(i/icons-os-2.png) center top no-repeat;
	opacity: 0.9;
	padding-left: 3px;
}

#main-buttons .all-platforms:hover{
	border: none !important;
	opacity: 1;
}

#home #sidebar{
	clear: right;
	margin-top: 65px;
}

#home #sidebar div{
	border: none;
}

#home #sidebar li{
	padding: 7px 10px 7px 32px;
	background: url(i/icons-home-small.png) 2px 3px no-repeat;
}

#home #sidebar a{
	color: #708189;
}

#home #sidebar a:hover{
	color: #000;
}

#home li.link-release-notes{
	background-position: 2px 4px !important;
}

#home li.link-browse-code{
	background-position: 2px -24px !important;
}

#home li.link-bug-reports{
	background-position: 2px -53px !important;
}

#home li.link-mailing-list{
	background-position: 2px -84px !important;
}

#home li.link-suggestion{
	background-position: 3px -115px !important;
}

#social{
	position: absolute;
	margin-top: -20px;
	margin-left: 70px;
	width: 250px;
	padding: 5px !important;
}

/* home second and third sections
-------------------------------------------*/

#latest{
	clear: both;
	background: #e1e5e4 url(i/bg-middle-bar.png) top repeat-x;
	height: 150px;
	padding-top: 0px;
}

#latest #tweets, #latest #news{
	padding: 27px 0 24px 0;
	margin: 24px 0 0;
/*	background: url(i/bg-latest.png) left top no-repeat;*/
}

#latest #tweets{
	background: url(i/bg-tweets.png) 98% bottom no-repeat;
	float: left;
	width: 600px;
}

#latest #news{
	background: url(i/bg-news.png) right bottom no-repeat;
	float: right;
	width: 255px;
}

#latest h2{
	font-size: 2.3em;
	position: relative;
	letter-spacing: -0.04em;
}

#latest h2 a{
	color: #e6e6e6 !important;
}

#latest ul{
	margin: 0 ;
	height: 43px;
	overflow: hidden;
}

#latest img{
	display: none;
}

#latest li{
	color: #fff;
	font-size: 1.5em;
	line-height: 140%;
	padding: 0;
}

#latest a:link,
#latest a:visited{
	color: #EF5A00;
}
#latest a:hover{
	color: #222;
	text-decoration: underline;
}

#latest strong a{
	color: #fff !important;
	font-weight: bold;
}

#latest small{
	font-size: 1em;
	color: #666;
	display: inline;
}

#latest small a{
	color: #666 !important;
}

/* media icons
---------------------------------------*/

#mentions{
	height: 50px;
	padding: 27px 0 14px;
	text-align: center;
	background: #444 url(i/bg-grey-large.png) bottom repeat-x;
}


/* how it works, description
---------------------------------------*/

#about_prey h2{
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

#description{
/*	background: url(i/bg-light-grey-dark.png) bottom repeat-x;*/
	background: #f5f7f6 url(i/bg-grey-x-long.png) bottom repeat-x;
	padding: 10px 0 10px;
}

#description h2{
	padding: 5px 0;
}

#description .menu{
	position: absolute;
	right: 0;
	top: 14px;
}

#description .menu li{
	font-size: 1.6em;
	margin-left: 10px;
}

#description .menu a{
	color: #444;
}

#description .menu .selected a{
	color: #222;
	font-weight: bold;
}

#description .centerer{
	overflow:hidden;
}

#slides{
	width: 3600px;
}

#slides .slide{
	width: 900px;
	float: left;

}

#description h3{
	font-size: 2.4em;
	margin: 0px 0 10px;
}

#description p{
	font-size: 1.5em;
	line-height: 160%;
	margin-bottom: 0.8em;
	color: #777;
}

#description img{
	margin-left: 15px;
/*	margin-bottom: 10px;*/
}

#usage div img{
	margin-left: 10px;
}

.prev-slide,
.next-slide{
	display: inline-block;
	width: 25px;
	height: 24px;
	background: url(i/arrows-prevnext-24.png) bottom right no-repeat;
	text-indent: -9999px;
	color: #ff6600;
	position: relative;
	top: 3px;
	left: 3px;
}

.next-slide:hover{
	background-position: top right;
	border: none;
}

.prev-slide{
	background-position: bottom left;
}

.prev-slide:hover{
	background-position: top left;
}


/* features
---------------------------------------*/

#features{
	margin: 10px 0;
}

#features li{
	float: left;
	margin-bottom: 25px;
}

#features h3{
	color: #333;
	font-size: 1.4em;
	letter-spacing: -0.05em;
}
#features li p{
	width: 208px;
	float: left;
	color: #777;
	margin: 5px 0 0;
	line-height: 160%;
}

#features li img{
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 8px;
}

