
/*------------------------
		basics
--------------------------*/

body {
	margin: 0;
	padding: 0;
	width: 320px;
	color: #6c709a;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	-webkit-text-size-adjust: none;
	background: #e5e5e5 url(../graphics/demo_bg.png) left top repeat;
	}

#wrapper {
	margin: 0;
	padding-bottom: 15px;
	//background-color: #c5ccd3;
	//border: 1px solid #c5ccd3; /* workaround for a WebKit rendering bug */
	}

a,
a:hover,
a:visited,
a:active {
	color: #0085e6;
	text-decoration: none;
	}
	
h1,
h2 {
	color: #f60;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	background: url(../graphics/demo_segment_top.png) left top no-repeat;
	}

h1 {
	font-size: 18px;	
	}
	
h2 {
	font-size: 17px;
	}

.segment {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 316px;
	background: url(../graphics/demo_segment_bottom.png) bottom top no-repeat;
	}

.leader {
	padding-bottom: 20px;
	}


p {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	}

	
ul {
	margin: 0px 20px;
	padding: 0;
	}

li {
	font-weight: bold;
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	}

.secondary {
	font-weight: normal;
	}


li.download,
li.scores {
	min-height: 24px;
	padding-top: 13px;
	}

li.download a,
li.scores a {
	display: block;
	margin: -8px 0px 0px 0px;
	width: 83px;
	height: 0px;
	padding: 39px 0px 0px 0px;
	float: right;
	overflow: hidden;
	}
	
li.download a {
	background: url(../graphics/demo_downloadbutton.png) left top no-repeat;
	}

li.scores a {
	background: url(../graphics/demo_scoresbutton.png) left top no-repeat;
	}

.control {
	margin: -4px 0;
	width: 70px;
	font-size: 12px;
	color: white;
	background-color: #4c566c;
	-webkit-border-radius: 5px;
	float: right;
	text-align: center;
	line-height: 28px;
	}				

.avatar {
	margin: 0px 10px 0px 0px;
	padding: 6px;
	width: 32px;
	height: 32px;
	background: url(../graphics/demo_avatarwell.png) left top no-repeat;
	float: left;
	clear: both;
	}

li.score {
	padding: 5px 0px 5px 0px;
	}

li.score p {
	position: relative;
	top: 3px;
 }


p.demo_link {
	display: none;
	}
	

.demo_message {
	display: block;
	}
	
	
	
	
body#iphone_landing {
	background: #000 url(../graphics/iphone_landing_background.png) -96px 0px no-repeat;
	}

body#iphone_landing h1, body#iphone_landing p {
	display: none;
	}
	
body#iphone_landing .segment {
	background: none;
	}
	
body#iphone_landing p.appstore_link {
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
body#iphone_landing p.appstore_link a {
	display: block;
	width: 320px;
	height: 0px;
	padding: 150px 0px 0px 0px;
	margin: 248px 0px 0px 0px;
	overflow: hidden;
	}
	
	
	
	