/* ----- containers ----- */

.primary {
	float:left;
	padding-top:12px;
	width:440px;
}

.secondary {
	float:right;
	padding-top:12px;
	width:380px;
}

/* ----- headers ----- */

.primary h2,
.primary h3 {
	margin-bottom:12px;
}

.primary h3 {
	line-height:1.4em;
}

h2.page-title {
	color:#ff0;
	font-size:2.8em;
	margin-bottom:12px;
	text-transform:uppercase;
}

/* ----- content ----- */

/* Search */

.result h3 {
	font-size:1.2em;
	margin-bottom:4px;
}

.result {
	margin:20px 0 30px;
}

.result p {
	margin:0 0 4px;
}

/* Advanced Search Form */

#advanced-search {
	clear:both;
	margin-bottom:40px;
	overflow:hidden;
}

#advanced-search .submit {
	background:url(../images/btn_search_dark.png) no-repeat left top;
}

.filter {
	float:left;
	margin:0 15px 20px 0;
}

.filter input#id_keywords {
	width:350px;
}

.keyword.filter {
	margin-bottom:5px;
	width:100%;
}

.year.filter {
	margin-right:0;
}

.filter label {
	display:block;
	margin-bottom:5px;
}

.filter select {
	background:#999;
	border:1px solid #ccc;
	padding:2px;
}

.filter select#id_years {
	height:120px;
	width:100px;
}

.filter select#id_primary_region,
.filter select#id_secondary_regions {
	width:240px;
}

.filter select#id_primary_region {
	margin-bottom:12px;
}

.filter select#id_secondary_regions {
	height:69px;
}
.no-results {
	margin:30px 0 50px;
}

.region-map {
	display:none;
}

