#logo{
	width: 100%;
			min-width: 300px;	
	height:40px;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	bottom: 0px;
}
#imglogo{
	height: 30px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#photos{
	padding-bottom: 40px;
}
		p {
			margin: 0;
		}
		body {
			width: 100%;
			min-width: 300px;
			background: #373737;
			background: url('../tweed.png');
			background-repeat: repeat;
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
			margin: 0 !important;
			padding: 0 !important;
		}
		h2.pinline {
			color: white;
			text-align: center;
			display: block;
			overflow: hidden;
			font-size: 1.6em;
			font-weight: 900;
			margin: 20px 0;
			font-family: 'Martel', serif;
		}
		h2.pinline span {
			position: relative;
			display: inline-block;
			line-height: 1.2;
		}
		h2.pinline span:before,
		h2.pinline span:after {
			content: "";
			position: absolute;
			top: 50%;
			height: 1px;
			background: #eee;
			width: 99999px;
		}
		h2.pinline span:before {
			left: 100%;
			margin-left: 20px;
		}
		h2.pinline span:after {
			right: 100%;
			margin-right: 20px;
		}
		#subhead {
			color: #a2a2a2;
			text-align: center;
			display: block;
			overflow: hidden;
			font-size: 1em;
			font-weight: 100;
			line-height: 1.5em;
			margin: 20px 0;
			font-family: 'Open Sans', sans-serif;
			margin-left: 30px;
			margin-right: 30px;	
		}
		img {ß
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.photowrapper{
			width: 100%;
			max-width: 960px;
			min-width: 300px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 25px;
		}
		.galleryimage {
			width: 100%;
			position: relative;
		}
		.active{
			display: block;
		}
figure{
padding:0;
margin:0;
position:relative;
cursor:pointer;
overflow:hidden;
margin-bottom: -5px !important;
}		
figcaption{
font-style:italic;
font-size:.85em !important;
position:absolute;
bottom:0;
background:rgba(0,0,0,.7);
color:#fff;
display:block;
-webkit-transform:translateY(100%);
-webkit-transition:-webkit-transform .4s ease-in-out 0s;
line-height:1.3em;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 1.5%;
padding-right: 1.5%;
margin-bottom: 0px !important;
width: 97%;
max-width: 960px;
z-index: 9999;

}


figure:hover figcaption{
display:block !important;
-webkit-transform:translateY(0);
}