@CHARSET "UTF-8";

.news {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.news .el {
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	padding: 5px 5px 20px 15px;
	border-bottom: 1px solid #7cac59;
}

.news .el small { font-size: 10px; }
.news .el.sponsored {
	background-color: #E6E7E8;
	border-bottom: none;
	padding: 10px 10px 20px 15px;
	position: relative;
}

.news .el.sponsored .info {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	color: #808184;
}

.news .el h2 {
	color: #333333;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 15px;
}

.news .el h2 a,
.news .el h2 a:link,
.news .el h2 a:visited {
	color: #333333;
	text-decoration: none;
}

.news .el h2 a:hover {
	text-decoration: underline;
}

.news .el .date {
	color: #529421;
	font-size: 11px;
	margin-bottom: 4px;
	position: relative;
	top: -1px;
}

.news .el img {
	float: left;
	margin: 0px 10px 0px 0px;
	border: 1px solid #E6E7E8;
}

.news .el p {
	line-height: 15px;
	margin: 0px;
	display: block;
	height: 61px;
	overflow: hidden;
}

.homeContent {
	float: left;
	width: 500px;
}

.homeContent .el {
	margin-bottom: 20px;
	clear: both;
	width: 100%;
	float: left;
}

.homeContent .el .line {
	font-size: 12px;
	clear: both;
	height: 25px;
}

.homeContent .el .line.second {
	background-color: #e8e4dd;
}

.homeContent .el .line a,
.homeContent .el .line a:link,
.homeContent .el .line a:visited {
	color: #000;
	padding: 5px 10px 5px 15px;
	text-decoration: none;
	display: block;
	height: 15px;
}

.homeContent .el .line a:hover {
	background-color: #e6e7e8;
}

.homeContent .el .line.second a:hover {
	background-color: #ddd4c5;
}

.homeContent .el .date {
	color: #944621;
	float: left;
	width: 100px;
	height: 17px;
	display: block;
	line-height: 15px;
	margin-right: 5px;
	overflow: hidden;
}

.homeContent .el .job {
	float: left;
	width: 175px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	overflow: hidden;
}
.homeContent .el .title {
	float: left;
	width: 195px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	overflow: hidden;
}

.homeContent .el .location {
	width: 105px;
	height: 17px;
	line-height: 15px;
	float: right;
	overflow: hidden;
	text-align: right;
	display: block;
}

.homeContent .el .column {
	width: 245px;
	float: left;
	margin-bottom: 20px;
	margin-right: 5px;
}

.homeContent .el .column a,
.homeContent .el .column a:link,
.homeContent .el .column a:visited {
	display: block;
	height: 15px;
	padding: 5px 0px 5px 25px;
	background-image: url("../images/icons/listIcon.gif");
	background-position: 15px 13px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	line-height: 20px;
	overflow: hidden;
}

.homeContent .el .column a:hover {
	text-decoration: underline;
}

/****************************** SMALL ADS *********************************/

.homeContent .el .smallAd {
	font-size: 12px;
	/* height: 25px; */
	float: left;
	width: 245px;
	margin-right: 5px;
}

.homeContent .el .smallAd .type {
	float: left;
	/*width: 60px; */
	height: 10px;
	padding: 3px 5px 5px 5px;
	display: inline-block; 
	text-align: center;
	background-color: #efe7c0;
	margin-right: 8px;
}

.homeContent .el .smallAd.first .type {
	color: #944621
}

.homeContent .el .smallAd .title {
	float: left;
	/* width: 175px; */
	height: 13px;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	line-height: 20px;
}

.homeContent .el .smallAd a,
.homeContent .el .smallAd a:link,
.homeContent .el .smallAd a:visited {
	color: #000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 2px;
	text-decoration: none;
	display: inline-block;
	/* height: 18px; */
}

.homeContent .el .smallAd a:hover .title {
	text-decoration: underline;
}

/****************************** ALBUMS *********************************/

.homeContent .el .image {
	float: left;
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 15px;
}