#sub_hd {
	margin-top: 1em;
}

#photo_view .swat-tile-view-group {
	background: url('../images/elements/separator.png') center bottom repeat-x;
	padding-bottom: 6px;
	margin-bottom: 0.5em;
}

#photo_view .swat-tile-view-first-group {
	margin-top: 1em;
}

.swat-tile-view .swat-tile {
	margin: 5px 3px;
	border: 0;
	line-height: 1;
	width: 121px;
}


#date_tag_browser {
	clear: both;
	font-size: 85%;
	color: #666;
}

.pinhole-date-tag-browser {
	margin: 1em 0;
}

.pinhole-date-tag-browser .years,
.pinhole-date-tag-browser .months,
.pinhole-date-tag-browser .days {
	border: 0;
	background: url('../images/elements/separator.png') center bottom repeat-x;
	padding-bottom: 4px;
}

.pinhole-date-tag-browser a:hover,
.pinhole-date-tag-browser .selected {
	background: #fff;
}

.pinhole-tag-list-view {
	font-size: 129%;
	color: #666;
}

a.tag {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
}

a.tag:link,
a.tag:visited {
	color: #5e0100;
}

a.tag:hover,
a.tag:active {
	color: #5e0100;
}

.pinhole-tile-view .swat-tile a {
	background: url('../images/elements/photo-frame.png') 0 0 no-repeat;
	padding: 6px 8px;
}

.pinhole-tile-view .swat-tile a:hover,
.pinhole-tile-view .swat-tile a:active {
	background: url('../images/elements/photo-frame.png') -160px 0 no-repeat;
}


.pinhole-tile-view .swat-tile a span.title {
	font-size: 85%;
	padding-top: 10px;
	color: #666;
}

.swat-tile-view .site-image-wrapper img,
img.pinhole-photo {
	background: #f6f6f6;
	border: 1px solid #ccc;
	display: block;
}

img.pinhole-photo-primary {
	border-color: #ddd;
	padding: 10px;
	margin: 1em auto 0.2em auto;
}

.swat-tile-view .swat-tile {
	padding: 1px;
}


.pinhole-tile-view .swat-tile a:hover .title {
	color: #5e0100;
	text-decoration: underline;
}

/* {{{ Pinhole Date Tag Browser */

.pinhole-date-tag-browser {
	color: #999;
}

.pinhole-date-tag-browser .years,
.pinhole-date-tag-browser .months,
.pinhole-date-tag-browser .days {
	padding: 0.3em 20px 0 20px;
}

* html .pinhole-date-tag-browser .years,
* html .pinhole-date-tag-browser .months,
* html .pinhole-date-tag-browser .days {
	background-image: none; /* turn off background image for IE6 */
}

.pinhole-date-tag-browser .years a,
.pinhole-date-tag-browser .years span {
	padding: 0.2em 0.4em;
}

.pinhole-date-tag-browser a.selected,
.pinhole-date-tag-browser span.selected {
	padding: 0.2em 0.5em;
}

.pinhole-date-tag-browser a,
.pinhole-date-tag-browser span {
	float: left;
	display: block;
	border-bottom: 0;
	padding: 0.2em 0.2em;
	text-decoration: none;
	border: 0;
	margin: 1px;
}

.pinhole-date-tag-browser a:hover,
.pinhole-date-tag-browser .selected {
	border-color: #eee;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0;
	margin: 0;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
}

.pinhole-date-tag-browser a:hover {
	text-decoration: underline;
}

.pinhole-date-tag-browser .selected {
	font-weight: bold;
	position: relative;
	top: 2px;
}

/* }}} */
/* {{{ Feed Link */

.pinhole-tag-list-view a.feed {
	background: url('../images/elements/feed-icon.png') left top no-repeat;
	display: -moz-inline-box;
	display: inline-block;
	height: 16px;
	color: rgba(255,255,255,0);
	overflow: hidden;
	text-indent: -3000px;
	vertical-align: middle;
	width: 16px;
	font: 0/0 Arial;
}

/* }}} */

/*
 * Clearfix hack:
 * Remove this when the clearfix style is applied to the #sub_hd element
 * properly.
 */
#sub_hd:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#sub_hd {display:inline-block;}
/* Hide from IE Mac \*/
#sub_hd {display:block;}
/* End hide from IE Mac */
.pinhole-sub-tag-more-link {
	border-top: 0;
	background: url('../images/elements/separator.png') top left repeat-x;
}

/* {{{ Next/Prev */

.pinhole-photo-next-prev {
	float: right;
	padding-top: 0.3em;
}

.pinhole-photo-next-prev a,
.pinhole-photo-next-prev span {
	margin-left: 0.1em;
	padding: 0.2em 0.5em;
	border: 0;
	font-size: 85%;
}

.pinhole-photo-next-prev a.next,
.pinhole-photo-next-prev a.prev,
.pinhole-photo-next-prev span.next,
.pinhole-photo-next-prev span.prev {
	border: 0;
	background-image: url('../images/elements/photo-navigation.png');
	background-repeat: no-repeat;
}

.pinhole-photo-next-prev a.prev,
.pinhole-photo-next-prev span.prev {
	background-position: left center;
	padding-left: 20px;
}

.pinhole-photo-next-prev a.next,
.pinhole-photo-next-prev span.next {
	background-position: right center;
	padding-right: 20px;
}

.pinhole-photo-next-prev a:link,
.pinhole-photo-next-prev a:visited { color: #666; }
.pinhole-photo-next-prev a:hover,
.pinhole-photo-next-prev a:active { color: #022149; }

/* }}} */

form#search_form {
	clear: right;
	text-align: center;
	margin: 1em;
}

form#search_form.swat-form label {
	float: none;
	width: auto;
	margin-right: 0.5em;
	margin-left: 0.2em;
	color: #666;
	text-transform: none;
	font-size: 85%;
}

form#search_form.swat-form label:hover {
	color: #444;
}

form#search_form.swat-form input {
	vertical-align: middle;
	font-size: 85%;
}

form#search_form.swat-form input#keywords {
	width: 8em;
}

form#search_form.swat-form input.swat-button {
	margin-left: 0.3em;
	font-size: 85%;
}

form#search_form ul#search_options li,
form#search_form .swat-form-field,
form#search_form .swat-form-field-contents {
	display: inline;
	margin: 0;
}

#description_container {
	margin: 0.5em 100px;
	text-align: center;
}

.pinhole-photo-dimensions {
	font-size: 85%;
	color: #666;
	text-align: center;
}

.gallery #map {
	height: 400px;
}

