/*========== News ==========*/

.news-items .news {

	background: none repeat scroll 0 0 #FFFFFF;

	margin-bottom: 15px;

	padding: 10px;

	border: 2px solid #DADADA;

}

.news-thumb {

	float: left;

	margin-right: 10px;

	width: 216px;

	height:134px;

	display:inline-block;

}

.news-thumb img{

	border:2px solid #fff;
}

.news-content {

	float: left;

	width: 447px;

}

.news-title{

	margin-bottom:15px;

	color:grey;

}

.news-link {

	text-align: right;

}

.news-link a{

	background: url("images/navigation-hover_01.png") repeat-x scroll 0 0 #EB1B24;

	border: 1px solid #D8D8D8;

	color: #FFFFFF;

	display: inline-block;

	font-family: 'HelveticaNeueBold';

	font-size: 12px;

	line-height: 12px;

	margin-bottom: 0px;

	padding: 8px 14px;

	text-decoration: none;

	text-transform: uppercase;

}

.news-link a:hover{

	background: none repeat scroll 0 0 #363532;

	color: #FFFFFF;

	text-decoration: none;

	transition: all 400ms ease 0s;

}



/*========== Members ==========*/

.members .member {

	background: none repeat scroll 0 0 #FFFFFF;

	margin-bottom: 15px;

	padding: 10px;

	border: 2px solid #DADADA;


}

.member-thumb {

	float: left;

	margin-right: 10px;

	width: 216px;

	/* height:134px; */

	display:inline-block;

}

.member-thumb img{

	height: 100%;

	width: 216px;

	border:2px solid #fff;


}

.member-content {

	float: left;

	width: 447px;

}

.member-title{

	margin-bottom:15px;

	color:grey;

}

.member-link {

	text-align: right;

}

.member-link a{

	background: url("images/navigation-hover_01.png") repeat-x scroll 0 0 #EB1B24;

	border: 1px solid #D8D8D8;

	color: #FFFFFF;

	display: inline-block;

	font-family: 'HelveticaNeueBold';

	font-size: 12px;

	line-height: 12px;

	margin-bottom: 0px;

	padding: 8px 14px;

	text-decoration: none;

	text-transform: uppercase;

}

.member-link a:hover{

	background: none repeat scroll 0 0 #363532;

	color: #FFFFFF;

	text-decoration: none;

	transition: all 400ms ease 0s;

}