body {
	background: #eee;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 16px;
	padding: 20px;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	color: #000;
}
h1 { 
	text-align: center;
	font-size: 60px;
	margin: 40px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

div#wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

div.container {
	background: #fff;
	border: 5px solid #ddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.status {
	margin: 0 auto 20px;
	width: 250px;
}

div#news, div#tweets {
	width: 440px; 
	float: left;
	padding: 10px;
}

div#news { 
	margin-right: 20px;
}

a:link {
	color: #e15555;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}
a:visited {
	color: #e15555;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
a:hover {
	border-bottom: 0 none;
}

p, div.tweet {
	font-size: 12px;
	line-height: 1.6;
}

div.entry, div.tweet {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

div#news > div.entry:last-child,
div#tweets > div.tweet:last-child {
	border-bottom: 0 none;
}

span.time {
	float: right;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

a.reload {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
