.news.showall-summary {
	margin-top:20px;
}
.news.showall-summary p {
	margin:0;
}

.news.showall-summary .date{
	background:#76967d;
	position:relative;
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin-right:15px;
}

.news.showall-summary .date .month,
.news.showall-summary .date .day{
	color:#ecffac;
	font-family:arial;
	text-align:center;
	position:absolute;
	display:block;
	width:100%;
	line-height:16px;
	text-transform:uppercase;
}
.news.showall-summary .date .month{
	top:3px;
	font-size:80%;
}

.news.showall-summary .date .day{
	bottom:1px;
	font-size:160%;
	height:15px;
	_line-height:16px;
}
.newsmodule.viewsingle .date {
	position:relative;
	margin:-15px 0 10px 0;
	display:block;
	font-weight:bold;
	font-style:italic;
}

.news .newsimage {
	border:1px solid #3f433a;
	float:left;
	margin:0 15px 0 0;
}

.news .moduleactions {
	float:left;
	clear:both;
}

/* new news module */
/*showall view*/
.news.showall,
.news.show {
    position:relative;
}
.news.show .newsimage,
.news.showall .newsimage {
    margin-right:15px;
    border:3px solid #b1ca94;
}
.news.showall .newsimage {
    margin-bottom:15px;
}
.news.show .thumbnails .newsimage {

}
.news.show .thumbnails a.imagepopper {
    display:block;
    clear:left;
    float:left;
    margin-bottom:10px;
    text-decoration:none;
}
.news.show .thumbnails a.imagepopper span {
    display:block;
    clear:left;
    float:left;
    text-align:center;
    width:80%;
    font-size:70%;
    
}
.news.showall .rsslink {
    position:absolute;
    right:10px;
    top:0px;
}
.news.show .date,
.news.showall .date {
    display:block;
    font-style:italic;
    margin:-15px 0 10px 0;
}
.news.showall h1 {
    margin-bottom:0;
}
.news.showall .item {
    margin-top:20px;
    border-bottom:1px solid #d9eb9b;
    padding-bottom:10px;
}
.news.show .resourcesmodule ul {
    padding:0;
    margin:0;
}
.news.show .resourcesmodule ul li{
    padding:0;
    margin:0;
    list-style:none;
}



