body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #efefef;
    background-color: #111;
    background-image: url('images/background.gif');
    background-repeat: repeat-x;
    background-position: top;
    
    margin: 0;
    padding: 0;
    
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #1d7dff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}



/* Breadcrumb */

div.block-core-BreadCrumb a:after {
	content: " ›";
}

div.block-core-BreadCrumb a.BreadCrumb-1 {
	margin-left: 0px;
}


#dh-wrap {
	width: 920px;
	margin: 0 auto;

	border-top: 4px solid #1d7dff;
}

#header {
	padding: 8px;
	border-bottom: 1px solid #1d7dff;
}

#logo a {
	text-indent: -9999px;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-image: url('images/logo.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#logo a:hover {
	background-position: 0px -16px;
}



#breadcrumb {
	margin-left: 32px;
	font-weight: bold;
}



#footer {
	border-top: 1px solid #444;
	padding: 4px 8px;
	color: #444;
	font-size: 11px;
	margin-bottom: 16px;
}

#footer p {
	margin: 0;
	padding: 0;
}



/* Hide/Show the Utilities in the Footer */

#footer a, #footer a:visited {
	color: #444;
}

#footer a:hover {
	color: #fff;
}

#footer p#util-link {
	float: right;
}

#dh-utilities {
	display: none;
	float: right;
	border: 1px solid #444;
	padding: 12px;
	margin-top: 16px;
}

.gbSystemLinks a {
	margin-right: 6px;
}

div#gsSidebar {
	margin-top: 16px;
	width: 200px;
}

div#gsSidebar div.block-core-ItemLinks a {
  display: block;
  padding: 4px;
}



/* Album Thumbnail Styles */
#dh-album-set {
	margin-top: 16px;
}

.dh-thumbnail, .dh-thumbnail-album {
	float: left;
	margin: 12px;
}

.dh-thumbnail a img, .dh-thumbnail a:visited img,
.dh-thumbnail-album a img, .dh-thumbnail-album a:visited img{
	border: 3px solid transparent;
	opacity: 1.0;
	text-decoration: none;
	background-color: #000;
}

.dh-thumbnail a:hover img,
.dh-thumbnail-album a:hover img{
	background-color: rgba(255, 255, 255, 1);
	opacity: 1.0;
}

.dh-thumbnail-album div.item-title, .dh-thumbnail div.item-title {
	display: none;
}


.dh-thumbnail-album {
	position: relative;
}

.dh-thumbnail-album div.item-title {

	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 16px;
	width: 188px;
	height: 48px;
	text-align: left;
	padding: 4px 4px 4px 8px;
	position: absolute;
	top: 147px;
	left: 3px;
	z-index: 1;
}



/* Photo Page Formatting */

#dh-photo {
	text-align: center;
}

#dh-photo img {
	border: 5px solid #fff;
}


#dh-photo-nav {
	text-align: center;
	height: 28px;
	padding: 12px 8px;

}

#dh-photo-nav div.first-and-previous {
	width: 320px;
	float: left;
}

#dh-photo-nav div.next-and-last {
	width: 320px;
	float: right;
}

#dh-photo-nav a.last, #dh-photo-nav a.first {
	display: none;
}

#dh-photo-nav a.next {
	text-indent: -9999px;
	float: left;
	height: 24px;
	width: 24px;
	margin: 0;
	padding: 4px 100px;
	background-image: url('images/next.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

#dh-photo-nav a.previous {
	text-indent: -9999px;
	float: right;
	height: 24px;
	width: 24px;
	margin: 0;
	padding: 4px 100px;
	background-image: url('images/previous.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}

#dh-photo-nav a:hover {
	opacity: 1.0;
}

#date-info-button {
	width: 240px;
	float: left;
	
	cursor: pointer;
	opacity: 0.5;
}

#date-info-button span {
	font-family: Georgia;
	font-style: italic;
}

#date-info-button:hover {
	opacity: 1.0;
}

#more-info {
	display: none;
	
	float: left;
	width: 600px;
	margin: 0px 0px 4px 150px;
	
	background-color: #111;
	opacity: 0.8;
	
	text-align: left;


}

#more-info p {
	padding: 0px;
}