/* Primary */

.header { 
	float: left;
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;
}

.subheader {
	font-size: 18px;
	font-weight: bold;
}

.title {
	font-size: 15px;
	font-weight: bold;
}

.listing-image {
	border: 1px solid #ddd;
}

.listing-header {
	background-color: #4E95DB;
	color: #fff;
	font-size: 16px;
}

.listing-header a,
.listing-header a:visited {
	color: #fff;
	background-color: transparent !important;
	font-size: 16px;
}

.listing-header a:hover {
	text-decoration: underline;
}

.listing-showdate {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
}

.listing-tagline {
	color: #FBAF5D;
}