@charset "UTF-8";
/* CSS Document */
/* Generic iPhone Stylesheet */
* {
	margin:0;
	padding:0;
}
#logo {
	display:none;
}
body {
	background:#333 url(../images/mobile.png) top left no-repeat;
	color:#222;
	font-family:Helvetica;
	font-size:14px;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
#header h1 a, #header h2, .forum h1 a, .content h2, a.postNew {
	background-color:#CCC;
	border-bottom:1px solid #666;
	color:#222;
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}
#header ul, .forum ul {
	list-style:none;
	margin:10px;
	padding:0;
}
#login ul {
	margin:0;
}
#header ul li a, .forum ul li a {
	background-color:#FFF;
	border:1px solid #999;
	color:#222;
	display:block;
	font-size:17px;
	font-weight:bold;
	margin-bottom:-1px;
	padding:12px 10px;
	text-decoration:none;
}
.content,#login {
	padding:10px;
}
#header h1 a, .forum h1 a, .content h2, a.postNew {
	text-shadow:0px 1px 0px #FFF;
	background-image: -webkit-gradient(linear,left top,left bottom, from(#EEE), to(#F60));
}
#header h2, .forum h1 a, .content h2, a.postNew {
	background-image: -webkit-gradient(linear,left top,left bottom, from(#CCC), to(#999));
}
#header h2, .forum h1 a, .content h2, a.postNew {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
#header ul li:first-child a {
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
}
.forum ul li:first-child a {
	margin-top:-11px;
}
#header ul li:last-child a, .forum ul li:last-child a {
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
#navbar ul.hide, #login ul.hide, .forum ul.hide {
	display:none;
}
.screen, .chatbox {
	display:none;
}
#header div.leftButton {
	position:absolute;
	top:7px;
	left:6px;
	height:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
	line-height:28px;
	border-width:0 8px;
	-webkit-border-image:url(../images/button.png) 0 8 0 8;
}
#login div.rightButton {
	position:absolute;
	top:7px;
	right:6px;
	height:30px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-shadow:rgba(0,0,0,0.6) 0px -1px 0px;
	line-height:28px;
	border-width:0 8px;
	-webkit-border-image:url(../images/button.png) 0 8 0 8;
}
#header div.pressed, #login div.pressed {
	-webkit-border-image:url(../images/button_clicked.png) 0 8 0 8;
}
.post {
	border-left:1px solid #666;
	margin-left:5px;
	border-right:1px solid #666;
	margin-right:5px;
	padding:5px;
	display:block;
	background:#EEE;
}
.post .postInfo {
	font-size:14px;
	display:block;
}
.post .postContent {
	font-size:14px;
	display:block;
	clear:both;
}
.updates p,#sideBar ul,#login ul,fieldset {
	background:#EEE;
	border-left:1px solid #666;
	margin-left:5px;
	border-right:1px solid #666;
	margin-right:5px;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}
.username,.date {
	background:#999;
	color:#FFF;
	float:left;
	padding:5px;
}
legend {
	display:none;
	padding:4px;
}
form label {
	font-size:18px;
	text-align:center;
}
form label input {
	clear:both;
	width:95%;
	padding:5px;
}
