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

/* design */
body {
    min-width:320px;
}

#wrapper1 {
	background:url(images/bg-wrapper1-iphone.png) no-repeat center top;
}
#wrapper2 {
	background:url(images/bg-wrapper2-iphone.png) no-repeat center bottom;
}
#wrapper3 {
	background:none;
}

#container {
	margin:0;
	padding:10px 10px 0;
	width:300px;
}

#title h1 {
    background-image:url(images/title-iphone.png);
    height:161px;
	width:295px;
}
#title p {
    font-size:14px;
}

#content ul li {
    background:none;
}
#content ul li span {
	padding:2px 4px 3px 4px;
	font-size:15px;
}

#copyright {
    display:none;
}
