body {
	padding: 0px;
	margin: 0;
	background-image: url('../iphone-bg.png');
	background-position: 8px 8px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 6px 8px 8px 8px;
	color: #eee;
	font: bold 20px 'Helvitica', sans-serif;
	text-align: center;
	background-image: url('../h1bg.png');
	background-repeat: repeat-x;
}

h2 {
	color: #333;
	margin: 10px;
	font: 18px 'Helvitica', sans-serif;
}

h3 {
	color: #333;
	margin: 10px;
	font: 15px 'Helvitica', sans-serif;
}

h3 a {
	float: right;
	padding: 0 0 0 4px;
}

form {
	font: 16px 'Helvitica', sans-serif;
	margin: 10px;
}

input, select {
	font: 20px 'Helvitica', sans-serif;
	width: 100%;
}

input.init {
	width: 3em;
}

label.init {
	margin: auto 12px auto 58px;
	color: #333;
	font: 16px 'Helvitica', sans-serif;
}

input.wordinput {
	width: 92%;
}

input.radiobutton {
	width: auto;
}

p.gameinstructions, p.desctext {
	font: 12px 'Helvitica', sans-serif;
	color: #333;
}

p {
	margin: 10px;
	font: bold 20px 'Helvitica', sans-serif;
	padding: 4px 8px;
	-webkit-border-radius: 8px;
}

p.aword, p.notice {
	background-color: green;
	color: white;
}

p.notword, p.error {
	background-color: red;
	color: white;
}

ul {
	padding: 0;
	margin: 10px;
	font-size:18px;
	font-family: Helvetica;
	font-weight: bold;
	color: black;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color:rgb(217,217,217);
	-webkit-border-radius: 8px;
}

li {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(217,217,217);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}

li:first-child {
	border-top: 0;
}

.secondary {
	font-weight: normal;
	float: right;
	margin-right: 10px;
	width: 60%;
	height: 1.3em;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	font-style: italic;
	text-overflow: ellipsis;
}

li a {
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;
	text-decoration: none;
	color: black;
}

.leftbutton {
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
	padding: 5px 6px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	background-color: rgb(50,56,62);
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #000;
}

.rightbutton {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
	padding: 5px 6px;
	text-align: center;
	text-decoration: none;
	margin: 0;
	background-color: rgb(50,56,62);
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #000;
}

div.timeago {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

img.newimg {
	position: absolute;
	right: 16px;
}
