@CHARSET "UTF-8";

div#media-releases-entries {
	margin-top: 40px;
	margin-bottom: 20px;
}

div.media-releases-row {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 50px;
}

section.media-release-entry-left {
	position: relative;
	float: left;
	width: 385px;
	height: 150px;
	margin-right: 22px;
}

div.media-release-entry-inner-left {
	position: relative;
	float: left;
	width: 205px;
	height: 150px;
}

div.media-release-entry-inner-left > p {
	margin: 0;
	padding: 0;
}

p.media-release-entry-description {
	font-weight: bold;
	padding: 0 10px 5px 0 !important;
}

p.media-release-entry-date {
	position: absolute;
}

div.media-release-entry-link-holder {
	position: absolute;
	width: 205px;
	left: 0;
	bottom: 0;
}

div.media-release-entry-link-holder > a {
	display: block;
	padding-top: 7px;
	width: 205px;
	height: 17px;
	font-size: 10px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.0;
	background-image: url(../../img/search/arrow.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

div.media-release-entry-link-holder > a:hover {
	color: #fff;
	background-color: #000;
	background-image: url(../../img/search/arrow_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.media-release-entry-inner-right {
	float: left;
	width: 180px;
	height: 150px;
	background-color: #fff;
	overflow: hidden;
	
	background-image: url(../../img/search/default.png);
	background-repeat: no-repeat;
	background-position: left top;
}

section.media-release-entry-right {
	position: relative;
	float: left;
	width: 385px;
	height: 150px;
}