body {
	font: 100%/1.4 'Myriad Set Pro', 'Myriad Pro', 'Helvetica Neue',Helvetica,Arial;
	-webkit-font-smoothing: antialiased;
	background: #0a1623;
	min-width: 1050px;
}

#video2 {
	position: absolute;
	left:106px;
	top:41px;
	background:url(images/ipad_screen_scaled.png) no-repeat;
	-webkit-transform-origin: left top; 
	-webkit-transform: scale(0.640625); 
	width: 1280px;
	height:960px;
}

p {
	font-size: 16px;
	color:black;
	font-family: 'Lucida Grande', Helvetica, Arial;
	margin:8px 0 0;
}

p.finetext{
	font-size:14px;
	color:#9f9f9f;
	margin-top:20px;
}

#social {
	margin: 30px auto 0;
	width:220px;
	padding-left:50px;
}

ul {
	font-family: 'Lucida Grande', Helvetica, Arial;
}

h1, h2, h3, h4 {
	font-weight: lighter;
}

h2 {
	font-size: 35px;
	margin:0;
	color:#2d2d2d;
	font-weight:300;
}

nav {
	float: right;
	width: 462px;
	margin-top: 50px;
}

nav li {
	list-style: none;
	float: left;
}

nav a {
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
}

nav a:hover {
	opacity: 0.8;
}

nav a.selected {
	border-bottom: 1px solid #FFF;
	opacity: 1;
}

hr {
	border: 0 none;
	height: 1px;
	background-color: #E5E5E5;
	margin: 0;
	clear: both;
}

div.clear {
	height: 0;
	clear: both;
}

.center {
	width: 1050px;
	margin: 0 auto;
}

.left{
	float:left;
}

.right{
	float:right;
}

#producthunt{
    background: #DA552F;
    height:100px;
    display: block;
}

#producthunt a {
    color: white;
    display: block;
    margin: 0px auto;
    width: 450px;
    height: 100px;
    font-size: 24px;
    padding-top: 10px;
}

#producthunt img{
    float: left;
}

#producthunt span{
    margin-top:24px;
    float:left;
}

#header{
    background:#242424;
	padding-top: 100px;
	padding-bottom:100px;
}

#logo{
	background:url(images/logo.png) no-repeat;
	margin:0 auto;
	width:492px;
	height:113px;
}

#ipad{
	background:url(images/ipad.png) no-repeat;
	margin:95px 8px 0;
	width:1035px;
	height:700px;
	position:relative;
}

#play_btn{
	background:url(images/play_btn.png) no-repeat;
	left:455px;
	top:288px;
	display:block;
	position:absolute;
	width:130px;
	height:130px;
}

#video {
	width:820px;
	height:615px;
	position:absolute;
	left:106px;
	top:41px;
	background:url(images/ipad_screen.png) no-repeat;
}

#video3 {
	width:820px;
	height:615px;
	position:absolute;
	left:106px;
	top:41px;
	background:url(images/ipad_screen.png) no-repeat;
}

#download_top, #download_bottom{
	background:#242424;
	height:155px;
	padding-top:70px;
}

#social2 {
	display:block;
	margin:0 auto;
}

#download_top a, #download_bottom a{
	display:block;
	margin:0 auto;
	background:url(images/download.png)no-repeat;
	width:270px;
	height:80px;
	-webkit-transition: all 0.3s;
}

#features{
	background:white;
	padding-bottom:50px;
	padding-top:30px;
}

.feature{
	width:480px;
	margin-top:30px;
	margin-left:25px;
}

#switch_mode_anim{
	width:350px;
	height:306px;
	background:url(images/switch_mode2.gif) no-repeat;
}

#screenshots{
	background:#d1d1d1;
	padding-top:50px;
	padding-bottom:50px;
}

#screenshots h2{
	text-align:center;
}

footer {
	width: 100%;
	color: white;
	background-color: black;
    padding: 30px 0;
    font-size:19px;
    text-align: center;
}

footer a {
    color: white;
    text-decoration: none;
}

#header {
	min-width:1050px;
}

#download_top, #download_bottom{
	min-width:1050px;
}

#news {
	min-width:1050px;
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
	background:#efefef;
}

#news a {
	text-decoration:none;
}

#news p{
	text-align:center;
	margin:0;
}

#news .appadvice {
	float:left;
	margin-right: 25px;
	margin-left: 20px;
}

#news .idb {
	float: left;
	margin-top: 20px;
	margin-left:40px;
/*	margin-right:70px;*/
/*	margin-left: 20px;*/
}
 
#news .tc, #news .mashable{
	float:left;
	margin-right:70px;
}

#news .tc{
	margin-left:20px;
}
 
#news .mashable{
	margin-right:0px;
}

#news .pixels{
	float: left;
	margin-top:20px;
	margin-left: 175px;
}
 
#news a{
	margin-top:10px;
	display:block;
}

#features{
	background:white;
	padding-bottom:50px;
	padding-top:30px;
	min-width:1050px;
}

.feature{
	width:480px;
	margin-top:30px;
	margin-left:25px;
}


footer {
	min-width:1050px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5){
	
	#logo{
		background-image:url(images/logo@2x.png);
		background-size: contain;
	}
	
	#ipad{
		background-image:url(images/ipad@2x.png);
		background-size: 1035px 700px;
	}
	
	#video {
		background:url(images/ipad_screen@2x.png) no-repeat;
		background-size: contain;
	}
	
	#video2 {
		background:url(images/ipad_screen_scaled@2x.png) no-repeat;
		background-size: contain;
	}
	
	#download_top a, #download_bottom a{
		background-image:url(images/download@2x.png);
		background-size:contain;
	
/*		background-image:url(images/coming_soon@2x.png);
			background-size:305px 70px;*/
	}
	
	#switch_mode_anim{
		background-image:url(images/switch_mode2@2x.gif);
		background-size: contain;
	}
	
	footer h4 {
		background-image: url(images/tiny_whale_logo@2x.jpg);
		background-size: contain;
	}
}
