body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #4c4d4f url('../img/bodybg.gif');
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	}
	
#header {
	padding-top: 100px;
	}
	
h1 {
	font-weight: normal;
	}
	
a, a:visited, a:active {
	color: #e1f7ff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.section {
	margin-top: 15px;
	border-top: 1px solid #98999a;
	padding-top: 15px;
	}
	
.alert {
	border-bottom: 1px solid #656667;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
.alert .avatar img {
	background: rgba(0,0,0,0.1);
	padding: 5px;
	}
	
.alert .text {
	font-size: 18px;
	}
	
.alert .text .meta {
	margin-top: 5px;
	font-size: 13px;
	}
	
.alert:last-child {
	border-bottom: none;
	margin-bottom: 0;
	}
	
#users {
	margin-bottom: -15px;
	}
	
.user {
	margin-bottom: 15px;
	}
	
.user .avatar img {
	background: rgba(0,0,0,0.1);
	padding: 5px;
	}
	
.user .name {
	font-size: 18px;
	}
	
.user .name .num {
	font-size: 13px;
	}
	
#footer {
	padding-top: 15px;
	padding-bottom: 100px;
	text-align: right;
	}
	
.stat {
	margin-bottom: 15px;
	}
	
.stat .figure {
	font-size: 30px;
	text-align: right;
	}
	
.stat .context {
	font-size: 18px;
	}
	
#post {
	display: none;
	}