* { margin: 0; padding: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: transparent; }
body {
	background: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .3)));
	background-attachment: fixed;
	font: 14px/20px Helvetica;
	}
	
/* ====================================================================== //
// = bar
// ====================================================================== */
#bar {
	position: absolute;
	list-style: none;
	width: 100%;
	height: 40px;
	background: #1d99f2 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .75)), color-stop(.5, rgba(0, 0, 0, .55)), color-stop(.51, rgba(0, 0, 0, .6)));
	border-bottom: 1px solid rgba(0, 0, 0, .7);
	-webkit-transition-property: top;
	-webkit-transition-duration: .5s;
	-webkit-transition-ease: ease-in;
	}
	#bar li {
	float: left;
	width: 33.3%;
	}
	#bar li a {
	display: block;
	height: 20px;
	margin: 4px;
	padding: 6px 0;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .25)), to(rgba(255, 255, 255, .1)));
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	}
	#bar li.selected a {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .1)));
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
	}
	#bar li a span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .2)));
	text-indent: -9000px;
	}
	#bar li.selected a span {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, .2)));
	}
	#bar li#home_button a span {
	-webkit-mask-box-image: url(../images/home.png);
	}
	#bar li#tweet_button a span {
	-webkit-mask-box-image: url(../images/tweet.png);
	}
	#bar li#logout_button a span {
	-webkit-mask-box-image: url(../images/logout.png);
	}
	
/* ====================================================================== //
// = percent
// ====================================================================== */
#percent_sync {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 20px;
	background: rgba(0, 0, 0, .6) -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .1)));
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	}
	#percent_track {
	margin: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .2)));
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	}
	#percent_bar {
	min-width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	background: #1d99f2 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .6)));
	}
	
/* ====================================================================== //
// = login
// ====================================================================== */
#timeline #login {
	margin: 20px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-border-radius: 5px;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .2)));
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	}
	#timeline #login h1 {
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	}
	#timeline #login label {
	display: block;
	}
	#timeline #login input[type=text], #timeline #login input[type=password] {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-border-radius: 0;
	font-size: 22px;
	}
	#timeline #login input[type=submit] {
	display: block;
	width: 100%;
	padding: 3px;
	-webkit-border-radius: 0px;
	font-size: 16px;
	}
	
/* ====================================================================== //
// = timeline
// ====================================================================== */	
#timeline ul#tweets {
	list-style: none;
	margin-top: 50px;
	}
	#timeline ul#tweets li {
	overflow: hidden;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-border-radius: 5px;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .2)));
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	}
	#timeline ul#tweets li.mine {
	background: #1d99f2 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, .3)));
	}
	#timeline ul#tweets li .tweet_screen_name, #timeline ul#tweets li .tweet_text {
	padding: 0 5px 5px;
	}
	#timeline ul#tweets li .tweet_screen_name {
	float: left;
	padding: 5px 5px 0;
	font-size: 16px;
	font-weight: bold;
	}
	#timeline ul#tweets li .tweet_date {
	float: right;
	padding: 5px 5px 0;
	font-size: 12px;
	font-weight: bold;
	}
	#timeline ul#tweets li .tweet_screen_name a {
	padding: 2px 0;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	#timeline ul#tweets li .tweet_text {
	clear: both;
	display: block;
	}
	#timeline ul#tweets li .tweet_text a {
	padding: 2px 0;
	font-weight: bold;
	color: #137fcd;
	text-decoration: none;
	}
	
/* ====================================================================== //
// = tweeter
// ====================================================================== */
#tweeter {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	}
	#tweeter form {
	margin: 5px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, .4);
	-webkit-border-radius: 5px;
	background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .2)));
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
	}
	#tweeter textarea {
	width: 100%;
	height: 94px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-border-radius: 0;
	font-size: 15px;
	}
	#tweeter input[type=submit] {
	display: block;
	width: 100%;
	padding: 3px;
	-webkit-border-radius: 0px;
	font-size: 16px;
	}