.job-search-form {
	margin-bottom: 20px;
	padding: 10px;
	background: #edece4;
	border-top: 1px solid #d5d1bf;
	border-bottom: 1px solid #d5d1bf;
	position: relative;
}

.job-search-form .searchform {
	top: 8px;
}

.job-search-form .searchform input {
	margin: 0;
}

.job-search-form label h2 {
	margin-bottom: 5px;
	font-size: 1.25em;
}

.job-listing-ul,
.entry-content ul.job-listing-ul {
	border-top: double #d5d1bf;
	margin-top: 1.2em;
}

.job-listing-ul,
.job-listing-item,
.entry-content ul.job-listing-ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.job-listing-item {
	list-style-type: none;
	margin-left: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-left: 0;
	overflow: visible;
	display: block;
	background: #EAE6D2;
	background: rgba(217, 208, 173, .30);
	border-bottom: 1px solid #fafaf6;
}


.job-listing-item:nth-child(even) {
	background: #EAE6D2;
	background: rgba(217, 208, 173, .10);
}

a.job-listing-link {
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #d5d1c3;
}

a.job-listing-link:hover,
a.job-listing-link:focus {
	background: #f1efce;
	border-bottom: 1px solid #9f9490;
}

.job-title {
	font: 90% "minion-pro-1","minion-pro-2", 'Cambria', 'Georgia', 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.job-agency,
.job-posted-date,
.job-number,
body.home #content h3.job-agency,
body.home #content h4.job-posted-date,
body.home #content h4.job-number {
	font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #433C3A;
	float: left;
	line-height: 1.2em;
	width: 65%;
	margin-top: 0;
	margin-bottom: 0;
}

#content p.job-location,
.content p.job-location {
	font-size: 12px;
	color: #222;
	width: 30%;
	margin: 0 0 0 65%;
	padding-left: 20px;
	background: transparent url('images/map-marker.png?v=100') no-repeat left top;
}

dt.job-posting-dt {
	font-size: 1.2em;
	line-height: 1em;
	margin-top: .2em;
	margin-bottom: .5em;
	padding: .5em 0 1em 0;
	font-weight: bold;
}

dd.job-posting-dd {
	border-bottom: 1px solid #d0ca9b;
	margin: -3em 0 .5em 0;
	padding: 0 0 .75em 195px;
	white-space: pre-wrap;
}
