/*
-----------------------------------------------
How to have fun when all your friends are at SXSW (2010) - iPhone styles
author: dan rubin
edited: 2010-03-14
----------------------------------------------- */

html {-webkit-text-size-adjust:none}

a {
	-webkit-tap-highlight-color:rgba(70,129,177,0.4);
}

#container {
	position:relative;
	margin:0;
	width:320px;
	height:auto;
}
#title,
#activities,
#other {
	float:none;
}
#title {
	height:462px;
	padding-top:18px;
}
#title h1 {
	background-image:url(images/title-iphone.png);
	margin-top:0;
}
#activities ul {
	margin-top:-10px;
}
#activities ul a abbr {
	border:none;
}
#other {
	width:280px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:0;
	border-top:1px solid rgba(70,129,177,.1);
}
#footer {
	position:absolute;
	bottom:0;
}

/*
#title a {
	background:url(images/iphone-nav.png) no-repeat;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-18px;
	width:36px;
	height:36px;
	text-indent:-9999px;
}
#title a:active {
	background-color:#fff;
}*/