

/* =============================================================================
   Main Content
   ========================================================================== */
   
img {
	max-width: 100%;
	height: auto;
}
   
#content-box {}

#content-box .description,
#content-box .embed {
	margin-bottom: 1em;
}


/* Downloadable Documents ---------- */
.related-docs {
	padding: 1em;
	background: rgba(168,168,168,1);
	margin-bottom: 1em;
}

	.related-docs ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		.related-docs li {
			margin: 0;
			padding: 0;
		}
		
			.related-docs li a {
				display: block;
				padding: 0.5em;
				color: #FFF;
				background: rgba(84,84,84,1);
				margin-bottom: 0.5em;
			}
			
			.related-docs li:last-child a {
				margin-bottom: 0;
			}
			
				.related-docs li a:hover {
					background: #FFF;
					color: rgba(84,84,84,1);
				}


/* Article Box / Grid ---------- */				
.articles-box {
	margin-bottom: 1em;
}

	.article-margin {
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px dotted #CCC;
	}
	
	.box-row {
		margin-bottom: 0.75em;
	}
	
	.article-box .box-photo {
		max-width: 250px;
		max-height: 167px;
		float: right;
		margin: 0 0 1em 1em;
		overflow: hidden;
	}
	
	.article-box2, .article-box3 {
		float: left;
	}
	
		.article-box2 .box-photo,
		.article-box3 .box-photo {
			width: 100%;
			margin-left: 0;
			float: none;
		}
		
			.article-box2 .box-photo img,
			.article-box3 .box-photo img {
				width: 100%;
			}
	
	.article-box2 {
		width: 234px;
	}
	
	.article-box3 {
		width: 146px;
	}

.uiaccordion.ui-widget {
	font-size: 1em;
	font-family: sans-serif;
	margin-bottom: 0.5em;
}


/* Custom Box ---------- */	
.custom-wide, .custom {
	border: 1px solid #555;
	padding: 3%;
	margin-bottom: 1em;
}

.custom {
	width: 42%;
}


/* Galleries ---------- */
.gallery-summary {
	margin: 1em 0;
}

	.gallery-summary-image {
		float: right;
		margin: 0 0 1em 1em;
		max-width: 150px;
	}
	
		.gallery-summary-image img {
			width: 100%;
		}
		
#gallery .thumbnail {
	float: left;
	width: 33%;
}

	#gallery .thumbnail a {
		display: block;
		margin: 0.5em 1em;
	}
	
		#gallery .thumbnail img {
			width: 100%;
		}
		
		
/* Directories ---------- */
.letter-sort {
	text-align: center;
	margin: 0 0 1em;
}

	.letter-sort ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		.letter-sort li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		
			.letter-sort li a {
				
			}
			
.keyword-search {
	margin-bottom: 1em;
}

	.keyword-search fieldset {
		margin-bottom: 0.5em;
	}
	
#directory-entries {
	margin-bottom: 1em;
	display: table;
	border-collapse: collapse;
}

	#directory-entries .directory-container {
		display: table-row;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	#directory-entries .directory-container.bg {
		background: rgba(84,84,84,0.1);
	}
	
	#directory-entries .directory-container.directory-header {
		background: rgba(84,84,84,0.25);
	}
	
		#directory-entries .directory-container:hover {
			background: #FFFFE0;
		}

		#directory-entries .field {
			display: table-cell;
			width: 25%;
			padding: 0.5em;
		}
		
#directory-details {
	float: left;
	width: 35%;
	margin-bottom: 1em;
}

	#directory-details ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		#directory-details li {
			margin: 0 0 0.5em;
			padding: 0.25em;
			background: rgba(168,168,168,0.3);
		}
		
#directory-photos {
	float: right;
	width: 60%;
	margin-bottom: 1em;
}

	#directory-photos .photo {
		border: 1px solid #14447F;
		margin-bottom: 0.25em;
	}
	
		#directory-photos .photo img {
			width: 100%;
		}
		
	#directory-photos .directory-thumbnail {
		width: 22%;
		margin: 0 1%;
		float: left;
	}
	
	
/* Search Results ---------- */
#search-results .result-row {
	margin: 0 0 0.5em;
}

#search-results .result-title {
	font-size: 1.2em;
}

#search-results .result-url-toggle {
	float: right;
}
