

.news-summary-list {
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	color: #333;
	margin: 0;
	padding: 0;
	}

.news-summary-list li {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
	}

.news-summary-list a {
	}
	
.news-summary-list .title {
	font-size: 1.1em;
	}
	
.news-summary-list .date {
	font-size: .7em;
	color: #998f86;
	}
	
.news-summary-list .button-group {
	margin: .5em 0;
	font-size: .875em;
	}
	
	
/* News Article */



.news-article .date {
	background: #d7d2cb;
	padding: .5em;
	
	-moz-border-radius: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,.2);	
	
	font-size: .75em;
	margin: 1em -.5em;
	
	-moz-box-shadow: 0 1px 0 rgba(0,0,0, .2);
	}
	
#main .news-article .content {
	margin: 0;
	}
	
	
/* Sidebar news summary */

#sidebar .news-summary-list {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	}
	
#sidebar .news-summary-list li {
	
	padding: 1em;
	border-bottom: 1px solid #7c6f66;
	margin:0;
	
	}
	
#sidebar .news-summary-list a {
	color: #fff;
	}	
	
#sidebar .news-summary-list .date {
	color: #d7d2cb;
	}	
	
#sidebar .button-group {
    padding:10px;
    border:none;
    margin:0;
}

#sidebar .button-group a {
    background:url(more-news.gif) no-repeat;
    height:25px;
    width:95px;
    display:block;
    text-indent:-9000px;
    text-align:left;
    
}