/*	-------------------------------------------------------------

	Individual Catalog Pages Only

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Trunicate Breadcrumbs, since otherwise URL in it breaks layout. */
.page .breadcrumbs {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .catalog-page h1 {
	background-color: #007947;
	border-radius: 0.75em;
	margin: 0 auto;
	font-size: 2.1em;
	padding: 0.75em 0.75em 0.85em;
}

.content .catalog-page h1 img {
	display: block;
	margin: 1em auto;
	box-shadow: 0 0 0.25em 0 #666;
}

.content .catalog-page h1 a:link,
.content .catalog-page h1 a:visited {
	color: #fff;
	text-decoration: none;
}

.content .catalog-page h1 a:focus,
.content .catalog-page h1 a:hover {
	color: #9cf;
	text-decoration: underline;
}

.content .catalog-page h1 a:focus img,
.content .catalog-page h1 a:hover img {
	box-shadow: 0 0 0.25em 0 #9cf;
}

.content .catalog-page h1 a:active {
	color: #f60;
	text-decoration: none;
}

.content .catalog-page h1 a:active img {
	box-shadow: 0 0 0.25em 0 #f60;
}


.content .catalog-page h2 {
	font-size: 1.5em;
	color: #007848;
}

@media (min-width:37.5em) {
	.content .catalog-page h1 img {
		float: right;
		margin: 2.5em -0.75em 1em 1em;
	}	
}