#doc3 { margin: auto; } /* override 10px left/right margin from YUI grid */

html {
	background: #fff;
}

html, body {
	height: 100%;
	font-family: candara, gill sans, arial, helvetica, clean, sans-serif;
	color: #555753;
}

#doc3 {
	position: relative;
    min-height: 100%;
	zoom: 1; /* hack for IE to redraw properly */
}

#container {
	padding-bottom: 3em;
}

a:link    { color: #3465a4; }
a:visited { color: #3465a4; }
a:hover   { color: #112748; }
a:active  { color: #112748; }

#content {
	margin: 20px;
}

#content.fixed-center {
	width: 830px;
	margin: 20px auto;
}

h2#page_title {
	font-size: 136%;
	margin-bottom: 0.2em;
}

#photo_next_prev .view-all {
	margin: 0 0.5em;
}

#photo_content,
#comment_edit_frame {
	margin: 1em;
}

#description_container {
	margin-bottom: 1em;
}

#cluster_shot_price_link {
	font-weight: bold;
	padding: 10px;
	border: 1px solid;
	margin-top: 10px;
}

.swat-frame {
	background: none;
	border: 0;
}

.swat-frame .swat-frame-title {
	color: #000;
	background: none;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
}

.swat-frame-contents {
	padding: 15px;
}

/* {{{ Base/Reset */

p { margin-bottom: 1em; }

/* }}} */
/* {{{ Image Tiles */

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

img.pinhole-photo-primary {
	border-color: #ddd;
	padding: 10px;
}

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

/* used for animated hover effect for thumnails */
.pinhole-photo-tile-hover {
	color: #ccc; /* fade from */
	background-color: #fff; /* fade to */
}

/* }}} */
/* {{{ Tag View  */

h2.pinhole-tag-entity {
	margin-top: 0.5em;
	font-size: 150%;
}

.pinhole-tag-cloud span a {
	white-space: nowrap;
	padding-right: 0.1em;
}

.pinhole-browser-page-menu {
	float: right;
	padding-top: 0.3em;
}

.pinhole-browser-page-menu a {
	margin-left: 0.1em;
	padding: 0.2em 0.5em;
}

/* }}} */
/* {{{ Calendar */

a.pinhole-calendar-year, div.pinhole-calendar-year {
	display: block;
	clear: left;
	border-top: 1px solid #555753;
	margin-bottom: 2px;
	padding: 3px;
}

table.pinhole-calendar {
	float: left;
	margin: 0 0.5em 1em 0.5em;
}

table.pinhole-calendar caption {
	padding-bottom: 0.2em;
	margin: 0 0.5em;
}

table.pinhole-calendar caption a {
	color: #eeeeec;
}

table.pinhole-calendar thead th {
	font-size: 85%;
	color: #babdb6;
	padding: 0 1px;
}

table.pinhole-calendar th,
table.pinhole-calendar td {
	text-align: center;
	padding: 0 0 0 1px;
	border-bottom: 1px solid #555753;
}

table.pinhole-calendar tbody a {
	display: block;
	text-decoration: none;
	padding: 1px;
	border: 1px transparent;
}

table.pinhole-calendar tbody a:hover {
	background: #555753;
}

table.pinhole-calendar tr.selected {
	background: #555753;
	border: 1px solid #fff;
}

table.pinhole-calendar.selected {
	border: 1px solid #fff;
}

table.pinhole-calendar td a {
	color: #666;
}

table.pinhole-calendar td.selected a {
	color: #fff;
	background: #555753;
}

table.pinhole-calendar td.highlight a {
	border: 1px #888a85 solid;
	color: #fff;
}

/* }}} */
/* {{{ Header */

#hd {
	position: relative;
}

#hd h1 {
	margin: 0;
	font-weight: bold;
	font-size: 167%;
	padding: 0.4em 20px;
}

/* {{{ 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 {
	position: relative;
	padding: 0.3em 20px 0 20px;
	background: url(../images/date-browser-background.png) bottom repeat-x;
}

* 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/feed.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;
}

/* }}} */
/* {{{ 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;
}

.pinhole-photo-next-prev a.next,
.pinhole-photo-next-prev a.prev,
.pinhole-photo-next-prev span.next,
.pinhole-photo-next-prev span.prev {
	background-image: url(../images/next-prev-arrows.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;
}

/* }}} */
/* {{{ Header Search */

#hd form#search_form {
	position: absolute;
	top: 1em;
	right: 20px;
	font-size: 85%;
}

#hd form#search_form.swat-form label {
	margin-right: 0.5em;
	margin-left: 0.2em;
}

#hd form#search_form.swat-form input {
	vertical-align: middle;
}

#hd form#search_form.swat-form input.swat-button {
	margin-left: 0.3em;
}

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

/* }}} */
/* {{{ Sub-Header (tag intersection and next/prev links) */

#hd #sub_hd {
	position: relative;
	margin: 0;
	padding: 0.4em 20px;
	color: #babdb6;
}

/*
 * 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 */

.intersecting-tag-list {
	font-size: 136%;
	float: left;
}

.intersecting-tag-list span.plus {
	font-weight: bold;
}

.pinhole-tag-list-view span.tag-wrapper a.remove {
	color: #888a85;
}

.pinhole-tag-list-view span.tag-wrapper a.remove:hover {
	color: #666;
}

/* }}} */
/* }}} */
/* {{{ Sidebar */

#sidebar {
	margin-top: 20px;
	margin-left: 20px;
}

.pinhole-tag-list-view ul li {
	margin: 0.4em 0;
}

.pinhole-sub-tag-list-view h2 {
	margin-bottom: 0.3em;
}

.pinhole-sub-tag-list-view ul li {
	margin-bottom: 0.4em;
}

.pinhole-sub-tag-list-view ul li a.view-all {
	white-space: nowrap;
}

.pinhole-sub-tag-more-link {
	display:block;
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px solid #999;
}

.pinhole-map-link {
	display: block;
	margin-top: 2em;
}

.pinhole-map-gadget .pinhole-map-link {
	margin-top: 1em;
}

/* }}} */
/* {{{ Footer */

#ft {
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 0;
	font-size: 85%;
	color: #999
}

#ft div {
	padding: 10px 20px;
}

#ft a:link    { color: #999; }
#ft a:visited { color: #999; }
#ft a:hover   { color: #666; }
#ft a:active  { color: #666; }

/* }}} */
/* {{{ Swat Widgets */

table.swat-details-view td,
table.swat-details-view th {
	padding: 0.2em;
	width: auto;
}

table.swat-details-view th {
	text-align: right;
	font-weight: normal;
}

/* }}} */
/* {{{ Clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ Gadgets */

.pinhole-comments-gadget a {
	display: block;
	margin-bottom: 2px;
}

.pinhole-comments-gadget ul li {
	margin-bottom: 0.5em;
}

.pinhole-date-browser-gadget ul li {
	margin-bottom: 0.1em;
}

.site-gadget-title {
	margin-bottom: 0.3em;
}

.site-sidebar-gadget {
	margin-bottom: 2em;
}

.site-sidebar-gadget-title {
	font-weight: bold;
}

.site-gadget-content {
	margin-left: 0.5em;
}

.pinhole-date-browser-gadget ul li {
	color: #999;
}

.site-sidebar-gadget .swat-disclosure {
	color: #999;
}

.pinhole-calendar-gadget td.has-photos {
	background: #f1f1f1;
}

.site-sidebar-gadget .swat-disclosure-control-opened,
.site-sidebar-gadget .swat-disclosure-control-closed {
	min-height: 1.4em;
	margin: 0 10px 0 0;
	padding: 0;
}

.site-sidebar-gadget .swat-disclosure span.swat-disclosure-span,
.site-sidebar-gadget .swat-disclosure a.swat-disclosure-anchor-opened,
.site-sidebar-gadget .swat-disclosure a.swat-disclosure-anchor-closed {
	background-color: #fff;
	background-image: none;
	padding: 0 5px 0 5px;
}

.site-sidebar-gadget .swat-disclosure ul li {
	padding-bottom: 3px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 3px;
}

.site-sidebar-gadget .swat-disclosure ul li a {
	display: block;
	float: left;
	width: 150px;
}

.site-sidebar-gadget .swat-disclosure ul li span {
	width: 40px;
	display: block;
	float: right;
	text-align: right;
}

.pinhole-statistics-gadget ul {
	list-style-type: disc;
	margin-left: 2em;
}

/* }}} */
/* {{{ Photo Details Page */

#content.fixed-center .pinhole-photo {
	display: block;
	margin: 0 auto;
}

#content h1 {
	font-weight: bold;
	font-size: 167%;
}

#meta_data_disclosure {
	display: inline;
}

#meta_data_disclosure .swat-disclosure-anchor-closed,
#meta_data_disclosure .swat-disclosure-anchor-opened
{
	background: none;
	margin: 0;
	padding: 0;
	position: static;
}

#meta_data_disclosure .swat-disclosure-container {
	margin-top: 1em;
}

#comments_frame {
	margin-bottom: 0;
}

#comment_edit_details {
	width: 35%;
	float:left;
	position:relative;
}

#comment_bodytext_field {
	float: right;
	position: relative;
	width: 62%;
}

#comment_edit_frame .swat-footer-form-field {
	clear: both;
	background: none;
}

#comment_edit_form .swat-entry,
#comment_edit_form .swat-textarea {
	width: 98%;
}

#comment_edit_form .swat-message {
	margin-bottom: 1em;
}

.comment-title span {
	font-weight: bold;
}

.comment-title a {
	color: #999;
	text-decoration: none;
}

.comment-content {
	padding: 0.5em 0;
}

/* }}} */
/* {{{ Map */

#map {
	width: 100%;
	height: 600px;
}

.pinhole-map-marker h3 {
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.pinhole-map-marker .more-photos-link {
	display: block;
	font-weight: bold;
	margin-top: 1em;
	border-top: 1px solid #ccc;
}

.pinhole-map-marker .fixed-width-marker {
	width: 575px;
}

.pinhole-map-marker a:link {
	color: #555753;
}

.pinhole-map-marker a:hover {
	color: #656763;
}

.pinhole-map-marker .swat-tile-view a {
	background: #fff;
	color: #666;
}

.pinhole-map-marker .swat-tile-view .site-image-wrapper img,
.pinhole-map-marker img.pinhole-photo {
	background: #f6f6f6;
	border: 1px solid #ddd;
}

.pinhole-map-marker img.pinhole-photo-primary {
	border-color: #ddd;
	padding: 10px;
}

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

.pinhole-map-marker .swat-tile-view .swat-tile a:hover {
	background: #f1f1f1;
}

/* }}} */
/* {{{ Mobile */

@media all and (max-width: 700px) {
	.yui-t2 .yui-b,
	.yui-t3 .yui-b,
	.yui-t1 #yui-main,
	.yui-t2 #yui-main,
	.yui-t3 #yui-main,
	.yui-t2 #yui-main .yui-b {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-left: 0!important; /* this is due to YUI */
	}

	#hd h1,
	#ft {
		text-align: center;
	}

	#doc3 #hd #sub_hd {
		padding: 5px 0 10px 0;
	}

	#search_form,
	#date_tag_browser {
		display: none;
	}

	#sidebar {
		margin: 20px;
	}

	.swat-tile-view .swat-tile a {
		padding: 0;
	}

	#content.fixed-center {
		width: auto;
		margin: 0;
	}

	#content.fixed-center .pinhole-photo {
		margin: 10px auto 0 auto;
	}

	img.pinhole-photo-primary {
		width: 90%;
		height: auto;
		margin: 0;
	}

	#doc3 .pinhole-photo-next-prev,
	#doc3 #tag_menu {
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.pinhole-tag-list-view {
		float: none;
		text-align: center;
	}
}

/* }}} */

