* {
	margin: 0;
	padding: 0;	
}
html {
	background: #333;
	color: #CCC;
	font-family: verndana, sans-serif;
	font-size: 62.5%;
}
body {
	text-align: center;	
}
a {
	color: #C90;
	font-weight: bold;
	text-decoration: none;	
}
a:hover {
	color: #FC3;
	text-decoration: underline;	
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;	
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	clear: both;
	background: #666;
	text-align: center;
	padding: 10px;
}

#header h1 {
	font-size: 3em;
	color: #FFF;
}

#content {
	margin: 10px;
	clear: both;
	float: left;
	width: 100%;	
}
#content h2 {
	font-size: 2em;	
}
#footer {
	clear: both;	
	text-align: center;
}

#feed {
	float: left;
	width: 700px;
	margin: 0 10px;
}
#sources {
	float: left;
	width: 220px;
	margin: 0 10px;	
}
#sources ul {
	margin-left: 20px;
}

.item {
	margin: 10px;
	background: #FFF;
	color: #333;
	padding: 5px;
	font-size: 1.4em;
}
.item .time {
	float: left;
	width: 65px;	
}
.item .icon {
	float: left;
	width: 25px;
}
.item .title {
	float: left;
	width: 580px;
}
.item .description {
	clear: both;
	margin-left: 84px;
}

a.tag {
	color: #333;
}
a.user {
	color: #C00;
}