
body {
	background: #f2f2f2;
	}
	
h1 {
	color: #8e908f;
	}
	
/* [ Show Sidebar ] */
	
#sidebar {
	width: 300px;
	float: right;
	padding: 0;
	border-color: #3d3d3d;
	}

/* [ News Item ] */

#news-item {
	width: 650px;
	background: #fff;
	float: left;
	background: url(news-item.gif) repeat-y;
	margin: 0 -10px;
	position: relative;
	font-size: .875em;
	line-height: 1.4em;
	}
	
	#news-item .header {
		height: 20px;
		background: url(news-item.header.gif);
		}
		
	#news-item .content {
		margin: 0 20px 10px;
		padding: 10px;
		background-repeat: no-repeat;
		background-position: 0 0;
		}
		
		* html #news-item .content {
			height: 1px;
			}
		
	#news-item .footer {
		height: 35px;
		padding: 10px 30px 0;
		font-size: 10px;
		background: url(news-item.footer.gif);
		position: relative;
		}
		

#news-item h1 {
	margin: 0;
	color: #00aeff;
	}
	
#news-item .date {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-size: .6875em;
	color: #575a5d;
	padding: .25em;
	font-weight: normal;
	margin: .5em 0 1em;
	}
		

.news-body ul {
	margin: 0 5em 1em 0;
	padding: 0;
	}
	
.news-body li {
	background: url(li.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	margin: 0 0 .5em 0;
	list-style: none;
	}