body {
	font-size: 12px;
	font-family: 'cabin', helvetica, sans-serif;
	color: #333;
}

a {
	text-decoration: none !important;
}

header {
	border-bottom: 3px solid #666;
	width: 8in;
	margin-left: 25px;
}

header * {
	display: none;
}

nav {
	display: none;
}

header img.printable {
	display: block;
}

.summary hgroup h1, .locationPage hgroup h1 {
	margin-bottom: 0;
}

.summary hgroup h2, .locationPage hgroup h2 {
	margin-top: 5px;
}

h1 {
	font-size: 2.5em;
	line-height: 1.5em;
	color: #000;
	font-family: 'cardo', georgia, serif;
}

h1 span {
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 1.58em;
	line-height: 1.05em;
	color: #000;
	font-family: 'cardo', georgia, serif;
	font-weight: normal;
}

h2 span {
	font-family: 'cabin', helvetica, sans-serif;
	font-size: .75em;
}

h2 + h3 {
	margin-top: .3575em;
}

h3 {
	font-size: 1.17em;
	line-height: 1.43em;
	color: #000;
	font-weight: normal;
}

h3 span {
	font-size: .92em;
}

h3 span span{
	font-size: 1em;
	margin: 0 7px;
}

h4 {
	font-size: 1.08em;
	line-height: 1.54em;
}

p {
	font-size: 1.08em;
	line-height: 1.54em;
}

p + p {
	margin-top: .75em;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#mapCanvas {
	width: 100% !important;
	height: 4in !important;
}

#content {
	width: 8in;
	float: left;
	clear: both;
	padding: .25in;
}

#text {
	width: 100%;
	float: left;
}

.summary {
	border-bottom: 1px solid #999;
	float: left;
	clear: both;
	width: 8in;
}



.summaryMap {
	width: 3in !important;
	height: 2.75in !important;
	margin-bottom: .25in;
	display: block;
	float: left;
}

.summaryText {
	width: 4.75in !important;
	display: block;
	float: left;
	margin-left: .25in;
}

.summary .viewFull a, .allCollections .viewFull a {
	text-decoration: none;
	margin-top: 1.54em;
	display: block;
}

.summary .viewFull img, .allCollections .viewFull img {
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid black;
}

.allCollections hgroup {
	border-top: 1px solid #999;
}

#addDetails, #createCollection {
	display: none;
}

.detailContainer {
	display: table;
	margin: 15px 0 0 0;
	width: 8in;
}

.detailText {
	padding: 0 15px 0 0;
	margin: 0;
	display: table-cell;
	vertical-align: top;
}

.detailText p:first-child {
	margin-top: 0;
}

.detail figure {
	padding: 0;
	margin: 15px 0 0 0;
	display: table-cell;
}

.detailImage {
	display: none;
}

.mobileDetailImage {
	display: block;
}

figure {
	margin: 0;
}

.controls {
	display: none;
}

.pagination {
	display: none;
}

.popular, .collectionList {
	display: none;
}

aside {
	display: none;
}

#respond {
	display: none;
}

.mobileUtility {
	display: none;
}

#mobileSearch {
	display: none;
}

footer {
	display: none;
}