body,html{padding:0;margin:0;
	font-family:"Helvetica", arial;
	background-color:#f9f9f9;
}
html{

}
p{
	color:#222;
	line-height:18px;
	font-size:14px;
	padding:0;
	margin:0;
}
h4{
	padding:0;
	margin:0;
}
p .header{
	color:#666;
	font-weight:bold;
}
#header{
	background:#357faa;
	/*background-image: -moz-linear-gradient(top, 
							#3c799e, 
							#31607b);
	background-image: -webkit-gradient(linear,left top,left bottom,
			color-stop(0, 	#3c799e),
			color-stop(1, 	#31607b));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c799e', EndColorStr='#31607b')";*/
	color:white;
	text-shadow:0 1px 0 #19628c;
	padding:10px;
	position:relative;
	border-left:5px solid #246e97;
	border-right:5px solid #246e97;
	margin-left:-5px;
	margin-right:-5px;
	text-align:center;
	font-weight:bold;
	z-index:5;
	font-size:18px;
	height:50px;
	padding:0;
	line-height:50px;
}
#header #newPost{
	background:transparent url(new_post.png) left no-repeat;
	display:block;
	width:31px;
	height:32px;
	position:absolute;
	right:10px;
	top:55%;
	margin-top:-17px;
	-webkit-background-size:31px 32px;
}
#bar{
	height:5px;
	background-image:url(header_bgd_1.1_2x.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 -5px;
	-webkit-background-size: 320px 84px;
	position:relative;
	z-index:5;
}
#content{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.clear{clear:both;}

/* row */
.row{
	padding:10px;
	background:white;
	border-bottom:1px solid #eee;
}
.alt{
	

}
.avatar{
	width:48px;
	height:48px;
	border-radius:5px;
	float:left;
	margin-right:10px;
	background-repeat:no-repeat;
	background-color:#eee;
	-webkit-background-size:48px 48px;
}
.row h4{
	color:#828282;
	text-shadow:0 1px 0 white;
}
.row h4 span{
	float:right;
	font-size:11px !important;
	font-weight:normal;
	color:#ccc;
}
.row h4 a{
	text-decoration:none;
}
.plabs h4 a{
	
}
.row p.message{
	margin-left:58px;
	line-height:17px;
	word-wrap:break-word;
}
.row a{
	color:#828282;
}
.row .hash{
	background:transparent url(hash-bgd.png) left center no-repeat;
	-webkit-background-size:200px 17px;
	height:17px;
	padding-left:5px;
	padding-bottom:5px;
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
	color:white;
	text-shadow:0 -1px 0 #59c1ff;
	font-size:13px;
	text-transform:uppercase;
	padding-top:0px;
	line-height:17px;
}
.row .hash span{
	display:inline-block;
	height:17px;
	width:5px;
	background:transparent url(hash-bgd.png) right no-repeat;
	-webkit-background-size:200px 17px;
	margin-right:-5px;
	position:relative;
	top:3px;
}
.plabs{
	border-bottom:1px solid #f2fbff;
	border-bottom-color:#ddebf3;
}
.plabs .avatar{
	border:none;
	-webkit-box-shadow:none;
	background-color:transparent;
}
/* Return */
#return{
	display:none;
}
#return a{
	background-color:#eee;
	display:block;
	padding:10px;
	color:#aaa;
	border-bottom:1px solid #ccc;
	text-decoration:none;
	text-align:center;
	text-shadow:0 1px 0 white;
}

/* more */
		#more{
			position:relative;
			background-color:#f4f7f9;
			height:50px;
			text-align:center;
		}
		#more a{
			display:block;
			line-height:50px;
			height:50px;
			text-align:center;
			color:#222;
			text-shadow:0 0px 0 white;
			text-decoration:none;
			font-weight:bold;
			position:relative;
			z-index:9999;
		}
		#more #moreShine{
			display:none;
		}
		#more:active{
			background-color:#ecf1f5;
		}
		#more:active #moreShine{
			background-color:#4c6e83;
		}
		#more:active a{
		}
		.clicked{
			background-color:#ecf1f5 !important;
		}
		.clicked #moreShine{
			background-color:#ecf1f5 !important;
		}
		.clicked a{

		}

/* iScroll */

.iScrollPullDown{
	padding:10px;
	color:#ccc;
	text-align:center;
}

#wrapper{
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50px;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	z-index:1;
}