body { 
	background-color: #e1dddb;
	color: #000;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

ul.posts {
	list-style-type: none;
	margin: 0 0 8px -20px;
	padding: 0;
}

ul.posts a {
	display: block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	background: #f0efee url(/images/jobs/jobs_arrow_bg.png) no-repeat right 50%;
	padding: 20px 50px 20px 20px;
	margin: 0 0 10px 0;
	line-height: 1em;
	float: left;
}

ul.posts a:hover { background-color: #ffff00; }

.date, ul.posts a span {
	font-size: 18px;
	color: #716d6b;
}

.posts li { list-style-type: none; clear: both; }

.jobsStory a { color: #000; font-weight: normal; font-style: normal;}

.jobsStory a:hover { color: #98928e; }
