* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Franklin Gothic Medium, Lucida Grande, Monaco, Helvetica, Arial, Georgia;
	background-color: #222;
	font-size: 14px;
}
a {
	color: inherit;
	text-decoration: none;
}
#nav {
    display: block;
    padding: 10px;
    color: #CCC;
    font-size: 1.5em;
    background-color: #444;
}
#nav a:visited {
	color: inherit;
}
#follow-us {
    position: absolute;
    right: 25px;
}
#username-container, #loading {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
}
#username-container {
	margin-left: -225px;
	margin-right: auto;	
	margin-top: -50px;
}
#loading {
	margin-left: -27px;
	margin-top: -7px;
}
.highlighted {
	border: 0;
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 8px 14px 9px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.highlighted:hover {
	background-color: #111;
}
.blue {
	background-color: #2DAEBF;
}
.tweet {
	font-size: 3em;
	color: white;
}
.who-and-when {
	margin: 15px 0;
	font-size: 2em;
	color: #999;
}
.initial {
    width: 85%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 0;
	opacity: 0;
}
.final {
	opacity: 1;
	top: 100px;
}
span.link {
	color: #FFCC00;
}
span.at {
	color: red;
	cursor: pointer;
}
span.hash {
	color: green;
	cursor: pointer;
}
#username {
	color: #FFF;
	width: 500px;
	text-align: center;
	background-color: #555;
	font-size: 2em;
	padding: 20px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
