body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #385470;
}

#container {
	width: 800px; margin: 0 auto 0 auto;
}

h1 {
	float: left;
	width: 800px; height: 60px;
	background: #60778c url(/images/androidnews.png) no-repeat;
	margin: 20px 0 2px 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ul.newsstream {
	list-style: none;
}

	ul.newsstream  a{
		width: 160px; height: 40px; float: left; margin: 0 5px;
		color: #FFFFFF; text-decoration:none; font-size: 12px; font-weight: normal;
	}

	ul.newsstream li {
		width: 550px; height: 40px; float: right;  margin: 1px; position: relative;
		background: #51687e;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
	}
	
	ul.newsstream li:hover {
		width: 550px; height: 40px; float: right;  margin: 1px; position: relative;
		background: #60778c;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-bottomright: 7px;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
	}
	
	ul.newsstream li div.news-date {
		width: 140px; height: 30px; padding: 5px; text-align: right;
		background: #60778c;
		float: left;
		margin: 0 0 0 -140px;

	}
	
		ul.newsstream li div.news-date img.favicon {
			float: left;
			margin: 5px 0 0 55px;
		}
		
		ul.newsstream li div.news-date p.date{
			font-size: 10px; font-weight: bold; color: #FFFFFF;
			text-shadow: #22374d 1px 1px 1px;
		}
		
		ul.newsstream li div.news-date p.time{
			font-size: 14px; font-weight: bold; color: #FFFFFF;
			text-shadow: #22374d 1px 1px 1px;
		}

div.news-content {
	width: 530px; height: 40px; float: left; margin: 5px 5px;
	color: #FFFFFF; text-decoration:none; font-size: 12px; font-weight: normal;
}

div.filter {
	width: 800px;
	background: #51687e;
	float: right;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin: 0 0 1px 0;
}
	
	div.filter a{
		font-weight: bold;
		color: #000000; text-decoration: none;
		font-size: 14px;
	}

div.news-source {
	width: 160px; height: 40px;
	float: left; margin: 0 0 0 -260px;
	position: relative;
	background: #60778c;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

		div.news-source a{
			width: 160px; height: 40px;
			text-align: left;
			margin: 2px 4px;
			font-size: 10px; font-weight: bold;
			color: #FFFFFF; text-decoration: none;
			text-shadow: #22374d 1px 1px 1px;
		}
		
div.info {
	margin: 1px;
	float: left;
	width: 800px; height: 275px;
	background: #60778c;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
	
	div.info p {
		color: #FFFFFF; font-size: 12px; text-align: center; font-weight: bold;	
	}